TC #70 — Phase 7 warn_at_tokens fires independently of warn_at_dollars #70
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?
Scenario
Config:
cost = { warn_at_dollars = 0.001, warn_at_tokens = 50 }. Cloud call that crosses tokens but not dollars.Expected
warn_at_tokens fires; warn_at_dollars stays armed.
Subsequent call crossing dollars: warn_at_dollars fires.
R4 — two independent flags.
Verified PASS via autonomous test driver at commit
1f34b6d(Phase 7 implement-complete).Config warn_at_tokens=50 fires independently of warn_at_dollars (R4 — two independent flags in ctx.cost_warn_state).
Closed by Phase 7 verify.