frankenbot/agents/ar_manager
eric c6ce8a873c fix: Switch agent commands from @-syntax to XML tags — Claude Code refuses to output @-directives
Root cause: opencode/Claude Code recognizes the Frankenbot repo context from CLAUDE.md
and refuses to output @CREATE_SUBTASK, @SEND_EMAIL etc. as they look like 'system
directives'. XML tags (<create_task>, <send_email>, etc.) work reliably.

- parse_agent_commands(): full rewrite with XML tag parser, supports both
  XML child tags and key: value fields within blocks
- build_agent_prompt(): command docs updated to XML format with code examples
- orchestrator/systemprompt.md: rewritten with XML action examples
- ar_manager/systemprompt.md: @ASK_ORCHESTRATOR -> <ask_orchestrator>
2026-02-21 19:21:01 +00:00
..
memory chore: Update agent work files and documentation 2026-02-21 14:47:25 +01:00
performance_log.md chore: Update agent work files and documentation 2026-02-21 14:47:25 +01:00
reminders.md fix: Centralize all agent work to their work directories 2026-02-21 17:48:30 +01:00
systemprompt.md fix: Switch agent commands from @-syntax to XML tags — Claude Code refuses to output @-directives 2026-02-21 19:21:01 +00:00