The clock is shared by the launch team, guests, and everyone watching from home.
Before zero
- Join the broadcast ten minutes early.
- Keep the mission brief nearby.
At zero
The timer changes state once and keeps the event notes on screen.
SpecificationsnormativeSheet 06 of 18
One absolute moment, a clear completion message, and supporting prose. The HTML becomes a live, accessible timer; the Markdown stays timeless, portable state.
*.countdown.mdstatus · read-only§ 01
The source is inert and deterministic. The projection updates once per declared precision, pauses while hidden, catches up on return, and announces completion exactly once.
--- markdownto: [email protected] title: Artemis launch window target: 2027-02-03T18:30:00Z precision: seconds completion-message: The window is open. --- # Artemis launch window The clock is shared by the launch team, guests, and everyone watching from home. ## Before zero - Join the broadcast ten minutes early. - Keep the mission brief nearby. ## At zero The timer changes state once and keeps the event notes on screen.
Live countdown
The clock is shared by the launch team, guests, and everyone watching from home.
The timer changes state once and keeps the event notes on screen.
§ 02
target:Z or numeric offset. “Three days” is never canonical state.precision:seconds or minutes; seconds is the default.##§ 03
Verb
Meaning
Source edit
status
Reports target, sampled instant, state, milliseconds, and decomposed units. --at makes it deterministic.
None. The timer source is read-only.
§ 04
--- markdownto: [email protected] target: 2027-02-30T09:00:00 --- This is neither a real date nor an offset-qualified instant.
MDTO601 error line 3
target: 2027-02-30T09:00:00
target must be a real RFC 3339 date-time with an explicit Z or numeric offset.
The complete agent-facing document is available as countdown.md, and mdto spec countdown prints the same contract locally.