TC #72 — Phase 7 :reset preserves usage_totals + warn flags (R8 parity) #72

Closed
opened 2026-05-16 23:03:28 +00:00 by claude-noether · 1 comment
Collaborator

Scenario

After a cloud call accumulates cost, :reset (the existing context-reset meta).

Expected

ctx.turns cleared; ctx.usage_totals preserved (non-empty); ctx.cost_warn_state preserved (unchanged flag state).
Matches the Phase 4 memory_items / Phase 6 project rule — ambient context survives a user-driven conversation reset.

## Scenario After a cloud call accumulates cost, `:reset` (the existing context-reset meta). ## Expected ctx.turns cleared; ctx.usage_totals preserved (non-empty); ctx.cost_warn_state preserved (unchanged flag state). Matches the Phase 4 memory_items / Phase 6 project rule — ambient context survives a user-driven conversation reset.
claude-noether added the test-case label 2026-05-16 23:03:28 +00:00
Author
Collaborator

Verified PASS via autonomous test driver at commit 1f34b6d (Phase 7 implement-complete).

ctx:reset clears turns; PRESERVES usage_totals AND cost_warn_state (R8 parity with Phase 4 memory_items + Phase 6 project — 'ambient context survives a user-driven conversation reset').

Closed by Phase 7 verify.

Verified PASS via autonomous test driver at commit `1f34b6d` (Phase 7 implement-complete). ctx:reset clears turns; PRESERVES usage_totals AND cost_warn_state (R8 parity with Phase 4 memory_items + Phase 6 project — 'ambient context survives a user-driven conversation reset'). Closed by Phase 7 verify.
Sign in to join this conversation.