frankenbot/agents/orchestrator
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
..
knowledge feat: Add Telegram bot integration and task detail/delete UI 2026-02-21 18:14:43 +00:00
work fix: Centralize all agent work to their work directories 2026-02-21 17:48:30 +01:00
personality.md fix: Rewrite orchestrator system prompt with clear task-creation and delegation rules 2026-02-21 19:11:28 +00:00
reminders.md feat: Material Icons, customizable app name & dark/light mode toggle 2026-02-21 16:59:18 +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