Context
A mission is JARVIS’s form for work that takes more than one step. The mission engine writes the mission to SQLite before step one. Every step’s inputs, outputs and status are recorded as they happen, so a mission can be inspected or resumed without any model context. Each step passes through the governance chain and is read back before the next step starts.
The run
In the 16 September closure pass on the normal launcher, a four-step research mission on NASA news ran to completion in 10.8 s, and its summary was filed. The owner then asked “where are we” and “what failed”. Both were answered from the mission record: the answers came from the stored step states, not from the conversation. Asking to hold or cancel the already-finished mission produced an honest answer that it was finished, with no pretence of stopping anything. In the same pass, a 20-step widget close ran as a mission.
The evidence
The MISSIONS row of docs/analysis/JARVIS_CAPABILITY_MODEL_2026-09-16.md (commit f6aec1cf1) classifies missions as PROVEN_LIVE on the normal launcher and records the 10.8 s run. Post-LM acceptance journeys J2, J3 and J7 cover related mission behaviour and are recorded LIVE_VERIFIED, from readings that predate 17 September. No footage exists yet.
The limits
A single run shows that the path works, not that it is reliable. The same row records that “skip” was driven in-process only and that a distinct BLOCKED state is still owed. Surviving a full machine reboot (CAP-MSN-07) is not proven, and the project explicitly refuses to count a process kill as a substitute. The 10.8 s figure is a wall-clock observation for this mission. It is not a benchmark of mission speed in general.