Add session workflow section to CLAUDE.md
This commit is contained in:
20
CLAUDE.md
20
CLAUDE.md
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user