Skip to main content

Module custom_methods

Module custom_methods 

Source

Structs§

RulePackDescriptor
Rule-pack descriptor returned by max/rulePacks.
RulePackDiffEntry
Diff entry returned by max/rulePackDiff.
RulePackStatusResult
Per-pack status returned by max/rulePackStatus.

Enums§

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

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.