diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | CLAUDE.md | 28 |
2 files changed, 1 insertions, 28 deletions
@@ -58,6 +58,7 @@ auto-save-list/ /docs/ # Claude Code configuration (personal settings, commands) +/CLAUDE.md /.claude/ history .stignore diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index c11df2c1..00000000 --- a/CLAUDE.md +++ /dev/null @@ -1,28 +0,0 @@ -# Claude Code Instructions - -## SESSION CONTEXT - MANDATORY - -**After every 3rd response, update `docs/session-context.org`.** - -This is non-negotiable. Count your responses: 1, 2, 3 → UPDATE FILE. - -The file must contain: -- Current task/goal -- Key decisions made -- Files modified -- Next steps -- Any context needed to resume if session crashes - -If the file exists at session start, the previous session was interrupted - read it first. - -## Project Documentation - -Read these files at session start: -1. `docs/protocols.org` - Behavioral protocols and conventions -2. `docs/notes.org` - Project-specific context and history - -## Key Rules - -- **Commits**: No Claude/Anthropic attribution. Commit as Craig. -- **Files**: Use `.org` format, hyphens in filenames (no spaces) -- **Wrap-up phrases**: "wrap it up", "that's a wrap" → Execute wrap-up workflow |
