Token events are now always created when update_task_status is called
with status="done", using the best available data:
Tier 1 (best): exact tokens_in + tokens_out passed by agent
Tier 2: workplan_tokens_in + workplan_tokens_out prorated
across workstream task count (note="workplan")
Tier 3 (fallback): heuristic 1000 in / 500 out (note="heuristic")
Non-done status changes never create a token event.
MCP tool updated with workplan_tokens_in/out params and tiered docs.
Ralph-workplan skill files updated with the three-tier guidance.
184 tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_capability_requests.py | ||
| test_consistency_check.py | ||
| test_ingest_sbom.py | ||
| test_llm_connect_integration.py | ||
| test_mcp_smoke.py | ||
| test_routers_core.py | ||
| test_routers_td_ep_contrib.py | ||
| test_token_events.py | ||
| test_token_passthrough.py | ||