Commit Graph

3 Commits

Author SHA1 Message Date
rmyndharis
ac270609a9 Add AI agent session/state files to Agents.gitignore
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.
2026-07-19 19:27:49 +07:00
robbiemu
cff16449a5 added codex opt-in 2026-05-08 13:20:32 -04:00
robbiemu
8f2f1edc2c Move AI agents template to Global and scope default ignores
Keep only documented local/high-churn agent artifacts active by default, preserving common shared instruction/config files as commented opt-in examples
2026-05-08 13:16:54 -04:00