From 02e233af923169fe0958e1cb80023b6b9a9f8896 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Apr 2026 08:36:27 -0500 Subject: restructure: move docs/ to .ai/ + sync latest template Per claude-templates c36fd14. Claude tooling moves to hidden .ai/; project-level docs/ reserved for real documentation. --- .gitignore | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ad5df3c..14e5db4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.vagrant/ /assets/sounds/ -/docs/ +/.ai/ /inbox/ # Reference repos (external repos for reference) diff --git a/CLAUDE.md b/CLAUDE.md index 688d27b..a0b8ba0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -82,4 +82,4 @@ Full palette reference: `assets/color-themes/dupre/dupre-palette.org` - MPD is configured but mpv handles audio file associations - DWM keybindings defined in ~/code/dwm/config.def.h on velox - Remote repository on cjennings.net -- docs/ is gitignored; living project context is in docs/notes.org +- docs/ is gitignored; living project context is in .ai/notes.org -- cgit v1.2.3