Commit Graph

2 Commits

Author SHA1 Message Date
Matt Edholm ddde3358ef review(3-2): story 3-2 passes all ACs — mark done, epic-3 complete
All five review criteria pass: fresh fetch resets is_stale=False (AC1), no stale
outlines after recovery (AC2), two-cycle sequence tests exist and pass (AC3),
stale_needed is False when len(fresh) > 0 (AC4), no changes to main.py or
aircraft.py (AC5). No new deferred items. Epic-3 (Stale Data Resilience) complete.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 23:53:45 -04:00
Matt Edholm 8d05c67a48 feat(3-2): add recovery tests and story file for automatic recovery on fresh decode
Two-cycle stale→recovery tests confirm that a non-empty fetch after timeout or
empty-list correctly resets is_stale=False; no changes to main.py or aircraft.py
required as recovery logic was already correct from story 3-1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 23:53:14 -04:00