aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-20 04:17:56 -0500
committerCraig Jennings <c@cjennings.net>2026-04-20 04:17:56 -0500
commit7361813dccf3d234cb6f84185926a5411dcc30a2 (patch)
treed0f36989362c0b0e786c8408a5e33636428d9226
parentcf2d9d34be56c4cd19ad8775de4ce356b6a2295a (diff)
downloaddotemacs-7361813dccf3d234cb6f84185926a5411dcc30a2.tar.gz
dotemacs-7361813dccf3d234cb6f84185926a5411dcc30a2.zip
chore: rename /docs/ → /.ai/ in gitignore and CLAUDE.md
.gitignore: rename the private-tooling entry from /docs/ to /.ai/. CLAUDE.md: expand Layout to list /.ai/ (gitignored) and docs/ (reserved for real project documentation, if/when created).
-rw-r--r--.gitignore4
-rw-r--r--CLAUDE.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3c642107..7222a413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,8 +54,8 @@ auto-save-list/
# reveal.js local clone (managed by scripts/setup-reveal.sh)
/reveal.js/
-# Documentation folder (session notes, personal workflows)
-/docs/
+# Claude tooling (session notes, personal workflows, protocols)
+/.ai/
# Claude Code — personal overrides only (bundle content is tracked)
/.claude/settings.local.json
diff --git a/CLAUDE.md b/CLAUDE.md
index e987f59a..022acb1f 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -11,7 +11,8 @@ Craig's personal Emacs configuration. Pure Elisp, organized as modules loaded fr
- `tests/testutil-*.el` — shared test fixtures and mocks
- `assets/` — data files checked into git
- `data/` — runtime state (mostly gitignored)
-- `docs/` — project docs; see `docs/protocols.org` and `docs/notes.org` first
+- `.ai/` — Claude tooling (gitignored); session state and workflows. See `.ai/protocols.org` and `.ai/notes.org` first.
+- `docs/` — real project documentation (if/when created); not touched by Claude sync
## Build & Test Commands