0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. akg
  2. /
  3. akg_agents
  4. /
  5. workspace_autoresearch
  6. /
  7. .claude
  8. /
  9. commands
xchang1121xchang1121gitignore: stop ignoring workspace_autoresearch's .claude/ subtree
e910dfa2创建于 5 天前历史提交
文件最后提交记录最后更新时间
autoresearch.md
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 天前