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§
- Concept
Support - One orchestration concept’s tiers for one harness (ORCH-4).
- Harness
Support Descriptor - Native
Support - Persisted-session and translation implementation facts.
- Orchestration
Support - Per-concept observed / controlled tiers for one harness (additive to the
v1 registry schema, like
connect_launch). - Runtime
Support - Live runtime wiring known without launching the real executable.
- Support
Registry Report - Machine-readable compiled support inventory.
Enums§
- Implementation
Kind - How a primitive is wired into the compiled core.
Constants§
- ORCHESTRATION_
CONCEPTS - One compiled harness implementation descriptor.
The twelve Domain 11 concepts, in plan order
(
docs/plans/orchestration-domain-11-2026-09-02.md). - SUPPORT_
REGISTRY_ SCHEMA - Schema emitted by
harness_support_registry.
Functions§
- harness_
support - Look up one harness in the compiled registry.
- harness_
support_ registry - orchestration_
support - Return the single compiled inventory used by product surfaces and audits.
Derive a harness’s orchestration tiers from what the registry already
proves: a harness whose sessions load natively is
observedfor the conversation concept (sessions.discover/load), and a runtime door that answers protocol requests iscontrolledfor pending requests (runtimes.respond). Every other cell isAbsentuntil its ORCH item lands and adds its method here.