| gitignore: stop ignoring workspace_autoresearch's .claude/ subtree
The generic .claude/ rule (two entries in this .gitignore) was meant
for editor-local Claude Code config, the kind that lives under user
home and shouldn't be in the repo. workspace_autoresearch ships
project-level Claude Code definitions under its own .claude/:
- settings.json points AKG_AGENTS_AR_SKILLS_ROOT at the in-repo
skills tree and carries the AR-script permissions allowlist
- commands/autoresearch.md is the /autoresearch slash command spec
- agents/ar-diagnosis.md (added in follow-up commit) is the DIAGNOSE
subagent prompt
These are shared definitions, not personal config, so they belong in
git. Negation rule sits after both generic .claude/ entries because
gitignore is last-match-wins; the companion /** pattern is needed
because a parent-dir negation alone does not always re-include its
children.
| 5 天前 |