Add session workflow section to CLAUDE.md

This commit is contained in:
otivm
2026-04-25 11:27:20 +00:00
parent c0f5aebc44
commit 5738d9faa6

View File

@@ -119,3 +119,23 @@ Five chapters. Five trade routes. Five journal entries.
--- ---
*CLAUDE.md — OTIVM — TheRON* *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 `<path>` exactly as given, then commit with message `<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.