dotfiles/agents
mwiegand df85d45c46
docs(agents): add rule to avoid literal ! in inline Bash commands
Claude Code's Bash tool escapes every ! to \! at the transport layer
(anthropics/claude-code#61121, a regression of a 2.1.87 fix), corrupting
Python !=, jq, Jira JQL, branch names, etc. Documents the single robust
workaround: write !-containing code to .tmp/ via the Write tool and run
the file; .tmp/ is prompt-free via the Edit(.tmp/**) allow rule.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 12:47:36 +02:00
..
.env.agents feat: add agent environment config 2026-05-13 12:43:18 +02:00
AGENTS-claude.md feat(agents): promote subagent tiering to global Claude wrapper 2026-05-12 10:16:29 +02:00
AGENTS-opencode.md feat(agents): split global agent config into shared base + per-agent wrappers 2026-05-11 22:56:14 +02:00
AGENTS.md docs(agents): add rule to avoid literal ! in inline Bash commands 2026-06-13 12:47:36 +02:00