Opus
README claims testsPassed=13/13 but API hardcodes testsPassed=8/8
- agent/src/api.ts:109-117
- README.md:88-110
The README and pitch deck loudly claim '13/13 Forge tests passing,' but the agent's /api/state response reports testsPassed=8, testsTotal=8 as hardcoded constants. The dashboard reading this state will display the wrong number, contradicting the README narrative. Also, the values are stale (a previous test count), suggesting they were never wired to actual test results.
Recommendation
Either remove these hardcoded fields or read them from a build artifact / forge JSON output.