Survive app restart
Missions survive an app restart.
TESTED , rung 3 of 8 Recorded 8 September 2026
Technical
What it is
Restart-surviving missions from durable checkpoints.
Truth ladder
Where it stands
Rung 3 of 8: TESTED
Automated tests exercise it in isolation, often against fixtures.
Project record: IMPLEMENTED
- CONCEPT Designed or specified. No working code yet.
- IMPLEMENTED Code exists. Nothing has demonstrated that it behaves correctly.
- TESTED Automated tests exercise it in isolation, often against fixtures.
- INTEGRATED Wired into the rest of JARVIS and tested across component boundaries.
- PRODUCTION-REACHABLE The owner can reach it through the real runtime path, not only through a test harness.
- LIVE-PROVEN A bounded probe ran the real code path on a booted JARVIS on the real machine and recorded evidence. The project treats live evidence as expiring after 24 hours, so every live reading here shows the date it was taken.
- FORMALLY VERIFIED Its critical property is checked by a proof or exhaustive verification.
- RELEASE-QUALIFIED Passed every qualification gate for a named release.
Limits
Limitations
- A probe of the real code path passed and wrote evidence (2026-09-08), but it did not demonstrate a booted process on a real port, so the project itself refuses to call it LIVE.
Record
Status history
- TESTED , rung 3 of 8 Recorded state: IMPLEMENTED
Only states recorded in the public export are listed. Earlier states may exist in the project’s private ledgers.
Connected work
Connected work
- Changelog Objectives, recovery, memory correction and injection resistance hold across a real restart 12 Sept 2026
- Roadmap Missions that survive a real machine reboot PLANNED
Neighbours
Related capabilities
- Request→durable mission A long request becomes a durable mission, not a fragile chat turn.
- Survive machine reboot Missions survive a full machine reboot.
- Pause-for-approval and continue Missions pause for approval and continue afterwards.
- Compensation & rollback of partial effects Partial effects of a failed mission are compensated or rolled back.