docs: add status-values.md and update README status input#16
docs: add status-values.md and update README status input#16adamhenson merged 5 commits intomainfrom
Conversation
Made-with: Cursor
⚡ AgentMeter
All 15 runs
Token breakdown
Model: claude-sonnet-4-5 |
Otherwise the status mapping table looks consistent with |
cache_writes are tokens processed fresh to populate the cache and belong in the denominator alongside input_tokens. Previous formula ignored them, inflating the hit rate (e.g. 100% instead of ~69%). New formula: reads / (reads + writes + input) Made-with: Cursor
|
Two issues:
Core flow otherwise looks solid. |
Made-with: Cursor
Made-with: Cursor
|
No blocking issues found in the patch. The cache-hit-rate change in src/comment.ts is internally consistent, and the new tests in tests/comment.test.ts cover the new denominator. I couldn’t run the suite locally because the workspace is missing installed dependencies, so the only residual risk is runtime integration rather than an obvious code defect. |
|
No correctness or production issues found in |
Summary
docs/status-values.mddocumenting how thestatusinput works:normalizeConclusion)needs_humanexample (conditional YAML expression)statusrow to reference the new doc and mentionneeds_humanTest plan
Made with Cursor