Preserve model usage on completion execution errors #134
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/prolog-rlm!134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/44-completion-error-usage"
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?
Closes #44.
TDD branch for the v0.1 failure-accounting defect. The first commit adds deterministic regressions proving that plan-execution failures must retain planner + executed-model usage and must expose any post-call budget violation without replacing the original execution error.
Implementation will reuse the existing
model_responsesledger rather than reconstructing usage or adding a second accounting path.Validation is intentionally red at this first TDD checkpoint; exact-head Actions are the execution oracle because this worker does not have a usable local checkout/runtime transport.