diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-20 04:17:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-20 04:17:56 -0500 |
| commit | 70923ce927f7ce1e4ca8d3ee3a5c528fc1771629 (patch) | |
| tree | 979a88832bc6c03ca5f94e9d970ceba03ff4c12c | |
| parent | 8769bb12a0bc2367557215ea112a3a49c59759d0 (diff) | |
| download | dotemacs-70923ce927f7ce1e4ca8d3ee3a5c528fc1771629.tar.gz dotemacs-70923ce927f7ce1e4ca8d3ee3a5c528fc1771629.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-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3c642107e..7222a4131 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 |
