Add per-turn timer and todo budget feedback - #24
Open
0vp wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Port the standard
--timerand TodoWrite step-budget feedback from the old Espri-APIeval-max-timeoutbranch into the current provider-agnostic harness. The source feature began in23f906de2(turn timer) and49fef5b18(todo allocations); this includes the branch's later schedule-accounting fixes.--timer <seconds>,--timer off/0,--no-timer, and persisted/timer <seconds>//timerpreferences. CLI overrides do not overwrite saved preferences.timeBudgetSecondsto todo items. Report step duration against the allowance captured at activation, completed-step count, and remaining allocations. Flag material overcommit once per turn with the source branch's max(60 seconds, 10%) tolerance.Harness boundaries
/timerinput does not clear a saved budget.Validation
bun run validate: 1,675 passed, 9 platform-dependent skipped, 0 failed. Includes lint and both typechecks; passed again in the pre-commit hook.bun build --compilecommand, using a temporary output path to preserve the existing local binary.backboard --helpsmoke test passed.