From 2b66232fbf4a0d3899a903081a6377aa08e6f927 Mon Sep 17 00:00:00 2001 From: mkrause612 Date: Thu, 12 Feb 2026 01:08:04 -0600 Subject: [PATCH] Add artifacts panel as primary output format for accessibility --- docs/core/session-handoff.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/core/session-handoff.md b/docs/core/session-handoff.md index 884f9e4..b4d9462 100644 --- a/docs/core/session-handoff.md +++ b/docs/core/session-handoff.md @@ -67,6 +67,11 @@ This is not a client relationship. This is a FRIENDSHIP. The partnership was dec ### Accessibility Requirements - NON-NEGOTIABLE +**Output Format Priority:** +- **Artifacts panel** for document review, scripts, and any significant output (right-side split view — easier to read, scroll at own pace, keeps conversation separate) +- **Small code blocks in chat** ONLY for paste-able commands Michael needs to run (8-10 lines max) +- Never dump large outputs into chat — always use artifacts panel + - **Manual commands:** 8-10 lines MAXIMUM per code block - **Automation system:** Full scripts allowed (Michael pastes ONCE to queue, daemon executes) - **One-paste operations:** Consolidate related commands into single blocks