Minimal reusable policy control contract for Jidoka agents.
Controls are declared by agents as data first. Runtime execution will attach them at explicit control points, but the current implementation only needs a stable module contract and published name.
Summary
Callbacks
Evaluates a control context and returns whether execution may continue.
Returns the stable control name used in specs, traces, and inspection output.
Functions
Defines a reusable Jidoka control module.
Returns the published name for a validated control module.
Validates that a module implements the Jidoka control contract.
Types
Callbacks
Functions
Defines a reusable Jidoka control module.
Returns the published name for a validated control module.
Validates that a module implements the Jidoka control contract.