Implement Token Budget Tracker #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Track token usage and prevent premature done claims with significant budget remaining.
Objective: Detect when agents claim done with substantial token budget unused, indicating premature stopping.
Problem: Agents claim done after fixing P0 issues, leaving work incomplete despite budget remaining.
Token Budget System:
Budget Allocation:
Anti-Gaming Detection:
Integration with Orchestrator:
Related: L-015, #134 (orchestrator), #136 (gates), #137 (forced continuation)
Acceptance Criteria: