Skip to main content

Module support

Module support 

Source
Expand description

Canonical implementation inventory for external coding harnesses.

This registry describes wiring that exists in the compiled core. It does not claim that a harness has passed a real executable smoke test; the autonomy audit joins this inventory with behavioral probe receipts and tracker state before it calls anything verified.

Structs§

HarnessSupportDescriptor
One compiled harness implementation descriptor.
NativeSupport
Persisted-session and translation implementation facts.
RuntimeSupport
Live runtime wiring known without launching the real executable.
SupportRegistryReport
Machine-readable compiled support inventory.

Enums§

ImplementationKind
How a primitive is wired into the compiled core.

Constants§

SUPPORT_REGISTRY_SCHEMA
Schema emitted by harness_support_registry.

Functions§

harness_support
Look up one harness in the compiled registry.
harness_support_registry
Return the single compiled inventory used by product surfaces and audits.