Commit d0102b5
fix(agents): add missing system prompt to governor agent
Root cause: Governor refactor removed system field from agents.json,
causing agent-workflows.test.cjs to fail (governor.system was undefined).
Changes:
- Added placeholder system prompt to governor in agents.json:36
- Updated governor test with debug output for future troubleshooting
Evidence: backend/tests/agent-workflows.test.cjs now 26/26 passing (100%)
Fixes #CI-failure (agent-workflows test)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 27f2a10 commit d0102b5
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
0 commit comments