Skip to main content

Module custom_methods

Module custom_methods 

Source

Enums§

MaxAdmission
MaxApplyRepairTransaction
MaxAutonomicLoop
MaxChain
MaxClearDiagnostic
MaxConformanceVector
MaxExplainDiagnostic
MaxExportAnalysisBundle
MaxHook
MaxHookGraph
MaxLawfulTransition
MaxManifoldSnapshot
MaxPropagate
MaxReceipt
MaxRefusal
MaxReleaseActuation
MaxRepairPlan
MaxReplay
MaxRunGate
MaxSnapshot

Constants§

METHOD_ADMISSION
max/admission — Admissibility gate. Returns Admitted/Refused/Unknown. Never collapses Unknown.
METHOD_AUTONOMIC_LOOP
max/autonomicLoop — Query or trigger an autonomic (self-regulating) loop. Returns loop status.
METHOD_CHAIN
max/chain — Return chain descriptors. Returns all chains if no chain_id given.
METHOD_HOOK
max/hook — Register or query hook descriptors. Returns all hooks if no id given.
METHOD_HOOK_GRAPH
max/hookGraph — Return the directed hook dependency graph rooted at an optional node.
METHOD_LAWFUL_TRANSITION
max/lawfulTransition — Assert a phase transition is lawful against all active LawAxes. Returns violated laws.
METHOD_LSIF_EXPORT
max/lsif — Stream the current registry state as an exhaustive LSIF NDJSON graph.
METHOD_MANIFOLD_SNAPSHOT
max/manifoldSnapshot — Return a full manifold snapshot: conformance, hooks, chains, receipts.
METHOD_PROPAGATE
max/propagate — Propagate a signal through a chain or from a hook. Returns affected nodes and receipts.
METHOD_REFUSAL
max/refusal — Explicit refusal gate. Records a refused LawAxis with rationale and receipt.
METHOD_RELEASE_ACTUATION
max/releaseActuation — Actuate a release if and only if the ConformanceVector admits it. Strict mode blocks on Unknown.
METHOD_REPLAY
max/replay — Replay an event log against a snapshot and return conformance evidence.