diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-05 06:15:49 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-05 06:15:49 -0500 |
| commit | 008058a3b25edf19f64f7f4be0f5311c86fa8f8f (patch) | |
| tree | fed8b9a4c2cb70bfca44d3e23abc1846a1ad750e | |
| parent | 07ae5a85ab26de4cf62802f98be91500b55ba425 (diff) | |
| download | dotemacs-008058a3b25edf19f64f7f4be0f5311c86fa8f8f.tar.gz dotemacs-008058a3b25edf19f64f7f4be0f5311c86fa8f8f.zip | |
chore: gitignore and untrack CLAUDE.md
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | CLAUDE.md | 28 |
2 files changed, 1 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore index 8baa13a89..d63611e13 100644 --- a/.gitignore +++ b/.gitignore @@ -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 c11df2c17..000000000 --- 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 |
