Audit Results
Working templates (10 with agent.toml): commander, enforcer, medic, oracle, phantom, recruit, scout, sentinel, striker, tactician
Hardcoded built-in (5): default, striker, scout, oracle, coder
Empty directories — no agent.toml (20): architect, assassin, berserker, blacksmith, brawler, diplomat, gladiator, hacker, juggernaut, monk, ninja, pirate, ranger, ronin, saboteur, samurai, shaman, sniper, viking, warden
Users trying to spawn any of the 20 empty ones get: Unknown template 'architect'
Solution
Populate all 20 missing agents/{name}/agent.toml files with proper system prompts, capabilities, and weight classes. These use the combat metaphor naming (not the business role names in the old README).
Audit Results
Working templates (10 with agent.toml): commander, enforcer, medic, oracle, phantom, recruit, scout, sentinel, striker, tactician
Hardcoded built-in (5): default, striker, scout, oracle, coder
Empty directories — no agent.toml (20): architect, assassin, berserker, blacksmith, brawler, diplomat, gladiator, hacker, juggernaut, monk, ninja, pirate, ranger, ronin, saboteur, samurai, shaman, sniper, viking, warden
Users trying to spawn any of the 20 empty ones get:
Unknown template 'architect'Solution
Populate all 20 missing
agents/{name}/agent.tomlfiles with proper system prompts, capabilities, and weight classes. These use the combat metaphor naming (not the business role names in the old README).