Walk code → governing model/control; score the orphans; each orphan cluster is candidate work.

Orphan-coverage metric (walk code → governance; score the un-covered remainder)

Intent — Point a tracer at the code and ask, for each governance-relevant site, "does any model row or any control node reach this?" Score the remainder — the orphans, sites nothing governs — as a rate, cluster them, and treat each cluster as a candidate for a new model or a new control. It walks the inverse of a control-outward census, and it never gates: an instrument that ranks work, not a check that blocks a commit (our instance: a tracer that scores the un-modeled and un-governed fraction of a subsystem's code and ranks the orphan clusters that should be modeled or controlled next).

SummaryWalk code → governing model/control; score the orphans; each orphan cluster is candidate work.
TargetBridge · System models
Formvalidation
Movesensor — it measures the un-covered fraction of the code and surfaces the orphan; it never gates
Modelgoverns-a-model — it reads the model row-set and the control node-set to decide, per code site, whether either reaches it
EnforcementSoft — the orphan rate and its ranked clusters are instrument-only: they inform which model or control to build next, and never block a commit (exit 0 always).
Governsall-models — walks the code estate against whichever models and controls declare a governing reach

Its place in the environment — a variant / known-use of Governance Graph, under GOVERN · Govern the control estate itself: the inverse-direction counterpart to the control-coverage census. Preserved here for its technical texture; the construction kit shows how it folds.

Motivation — the failure it kills

The dangerous gap is the one nothing points at: a trust boundary, a governance-relevant seam, or a piece of work-producing logic that no model describes and no control watches. It is invisible precisely because nothing is wrong — until it breaks, and then the surprise is that the estate never knew the site was un-governed at all.

A census that walks controls outward — "what does each control guard?" — cannot see this class. It can report high per-control coverage while whole regions of code sit un-touched, because it only ever reads the sites its controls already point at. It measures the reach of what exists; it is structurally blind to what was never pointed at. The knowledge of which code has no governing model or control lives nowhere, so the gap between "governed" and "un-governed" goes unmeasured until an un-watched site fails.

Why it's not just the control-coverage census

Its nearest neighbour shares the coverage-of-governance spirit and walks the graph the other way.

The named varying axis is threefold: walk direction (code → governance, the inverse), the orphan as a work-unit (an un-covered site becomes a ranked candidate for a new model or control, not a percentage on a dashboard), and a code-estate denominator (a driven-down rate over the code, not a per-target cell). And it is strictly an instrument — it enumerates and ranks, and never gates — where several census-family neighbours are sensors that feed a blocking gate.

Mechanism

Prerequisites

Consequences & costs

Known uses

Related mechanisms