Structs§
- Rule
Pack Descriptor - Rule-pack descriptor returned by
max/rulePacks. - Rule
Pack Diff Entry - Diff entry returned by
max/rulePackDiff. - Rule
Pack Status Result - Per-pack status returned by
max/rulePackStatus.
Enums§
- MaxAdmission
- MaxApply
Repair Transaction - MaxAutonomic
Loop - MaxChain
- MaxClear
Diagnostic - MaxConformance
Vector - MaxExplain
Diagnostic - MaxExport
Analysis Bundle - MaxHook
- MaxHook
Graph - MaxLawful
Transition - MaxManifold
Snapshot - MaxPropagate
- MaxReceipt
- MaxRefusal
- MaxRelease
Actuation - MaxRepair
Plan - MaxReplay
- MaxRule
Pack Diff - MaxRule
Pack Status - MaxRule
Packs - MaxRun
Gate - MaxSnapshot
- MaxWorkspace
Conformance
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.
- METHOD_
RULE_ PACKS - max/rulePacks — list all active rule packs with their metadata and dependency graph.
- METHOD_
RULE_ PACK_ DIFF - max/rulePackDiff — compare two snapshots (by seq number) and return which rule-pack findings were added, removed, or unchanged.
- METHOD_
RULE_ PACK_ STATUS - max/rulePackStatus — return the conformance status contributed by a single rule pack: which of its rules fired, on which files, and the resulting per-axis verdict.
- METHOD_
WORKSPACE_ CONFORMANCE - max/workspaceConformance — return the workspace-level ConformanceVector: the aggregate of all per-file vectors across all open documents. Refused axes propagate from any file; axes with no coverage remain Unknown.