0x0LearnReferenceLibraries0x0.jmp0x1b.com

Space Safety Manual

This manual states the obligations for teams using 0x0 in space-software

assurance work. It does not grant certification or mission approval.

User Obligations

Mission users must:

hardware evidence scope;

profile claim;

authority.

Forbidden Flight Core Features

Flight Core code must not use hidden allocation, optional GC, implicit host

effects, broad unknown type fallback, unbounded recursion, unbounded dynamic

dispatch, or reflection-like metadata.

The local source gate rejects those cases through

tools/flight-core-profile-check.py and the negative fixtures under

tests/fixtures/flight-core/.

Escape Hatches

The following are allowed only with review evidence:

Each escape hatch needs a review ID, source location, target assumption,

failure mode, test evidence, and reviewer signoff.

Safe State

Applications must define a safe state for invalid commands, timeout, watchdog

failure, unexpected reset, failed packet validation, storage failure, clock

drift, and target-specific fault reports.

Claim Boundary

The repository provides evidence-support tooling. Mission safety is a

project-level result that depends on system design, hazard analysis, physical

evidence, operations, independent review, and external authority approval.