From 5738d9faa6871be2a12e73290f082ef3528d4229 Mon Sep 17 00:00:00 2001 From: otivm Date: Sat, 25 Apr 2026 11:27:20 +0000 Subject: [PATCH] Add session workflow section to CLAUDE.md --- CLAUDE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 126dcb1..e182eaf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -119,3 +119,23 @@ Five chapters. Five trade routes. Five journal entries. --- *CLAUDE.md — OTIVM — TheRON* + +--- + +## Session workflow — paste-and-commit + +Each development step follows this exact sequence: + +1. The design discussion happens in Claude chat (not here) +2. Claude chat produces one file or one change at a time +3. That content is pasted into this Claude Code session as a prompt +4. Claude Code writes the file to disk exactly as given, then commits and pushes +5. The human confirms it works before the next step begins + +**When a file is pasted into this prompt**, the instruction will say: + +> Write this to `` exactly as given, then commit with message `` and push to main. + +Do not modify the content. Do not reformat. Do not add imports or change structure. Write it exactly as given. + +**When a shell command result is pasted**, it is for context only — no action unless explicitly instructed.