From 7361813dccf3d234cb6f84185926a5411dcc30a2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Apr 2026 04:17:56 -0500 Subject: chore: rename /docs/ → /.ai/ in gitignore and CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .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). --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3