| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The existing template comments out most agent paths because some are team configuration. The entries added here are not: they are session transcripts, chat history, caches, and local settings that AI coding tools write into the working tree, like the aider history files the template already ignores unconditionally. Covered: Claude Code (.claude.json, session/todos/projects/statsig/ shell-snapshots/history), Codex (sessions, history, logs), Cursor (chats, logs, session state), Continue sessions, and the .agent/, .copilot/, .playwright-mcp/, .remember/, .specstory/, and .superpowers/ state directories. The list is cross-checked against the aimhooman rule catalog, which tests each pattern against real repositories.
|
LGTM 🚢 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reason for the change
The existing Global/Agents.gitignore comments out most agent paths on the grounds that they may be intentional team config. The paths added in this PR are never team config: they are session transcripts, chat history, caches, and local settings that AI coding tools write into the working tree. They follow the same logic as the aider history files the template already ignores unconditionally.
What is added
Tool directories that may hold shareable configuration (e.g. .claude/, .codex/, .cursor/ themselves) stay commented out, as before.
Source of the list
The entries are cross-checked against the curated catalog in aimhooman (rules/paths.json, rendered in docs/ai-artifacts.gitignore), which enforces these patterns in CI against real repositories.