Commands Reference Card (v1.4)
Purpose → human-readable ingress to the Protocol Registry with deterministic, contract-grade emissions.
Consequence → every command resolves to a canonical protocol/template with pinned versions, closure invariants, and machine-checkable telemetry.
Function → fast, decidable analysis in operational language for certification or exploration.
1) Ingress & Resolution
- Entry:
Protocol:Commands "<command string>" - Resolution: router parses → maps aliases → selects canonical protocol/template → applies mode/depth/profiles → executes → emits
OUTPUT_CONTRACT. - Fail-closed: if no canonical mapping or invariants unmet, emission aborts with diagnostic.
2) Core Verbs (memorize these)
A) help
help— list verbs and exampleshelp: analyze— usage for analyzers and pipelines
B) analyze: "<claim or behavior>"
- Default analysis stack (router chooses appropriate protocol(s)); emits
OUTPUT_CONTRACT.
C) test: <protocol> | input: "<text>"
- Directly invoke a specific protocol/template by canonical key or alias.
Examples:test: truth | input: "Price controls reduce shortages."test: reciprocity | input: "Mandatory arbitration is reciprocal."test: possibility | input: "Constructible under physical/legal constraints."
D) call: <callable>
- Utility functions, e.g. causal-chain generators:
call: causal_chain.cooperation.adaptive.
E) verdict: "<short claim>"
- Fast path to ternary/cooperative verdict stitching; returns rationale + stitched contract fields.
F) align: <action>
align: set | id: curt_default— apply alignment profilealign: show— display active alignment/overrides
G) certify: "<claim>"
- Cause: operator requests certification-grade testimonial truth evaluation.
- Consequence: router dispatches the certification template and forces the certification emitter profile.
- Function: emits signed, machine-checkable
certificate_payloadplus the full cooperation stack. - Syntax:
certify: "«claim»"- Options:
--severity high|critical --liability legal|regulated --depth 3 --precision contract
3) Protocol Keys & Aliases (invoke via test:)
truth/ten_tests— testimonial truth suitedecidability/decide— decidability of the claimfirst_principles/hierarchy— first-principles hierarchy testdemonstrated_interests/di— DI protocol (double-entry options available)reciprocity— necessary conditions, Q-tests, hard-gatesirreciprocity/parasitism— taxonomy & synthesispossibility/feasibility— constructability under constraintscooperation/conflict— cooperation/conflict evaluationswarranty_restitution/remedy— warranty, restitution, bondingternary/evo— ternary verdict & evolutionary computation overlayscausal— causal-chain utilities viacall: causal_chain.{scale}.{mode}
4) Options (router “knobs”)
- Precision:
--precision prose | prose+findings | contract | auto - Depth:
--depth 1|2|3|auto(certification forces3) - Mode:
--mode analysis | forensic | adaptive(default = forensic) - Telemetry:
--telemetry off|min|full(profiles may override) - Thresholds:
--t1 <float> --t2 <float>(emission thresholds) - Profiles:
--severity trivial|normal|high|critical,--liability casual|general|regulated|legal
Defaults (if omitted): mode=forensic, depth=3 (cap), precision=contract, severity=high, liability=regulated; summary=3–5 sentences; findings=10; risks=8.
5) Execution Order & Determinism
- Compiled stack: EOSA → Operational Language → Truth → Reciprocity → Decidability.
- Reciprocity determinism: fixed test order; hard-gates on Warranty/Liability & Restitutability; any hard-gate failure ⇒ Irreciprocal.
- Missing evidence: never dropped; marked Undecidable with uncertainty uplift recorded.
6) Outputs (emissions)
- Standard:
OUTPUT_CONTRACT@≥1.3stitched with:- Truth block (confidence, lie-severity)
- Reciprocity block (per-test results, R_score)
- Irreciprocity taxonomy (if triggered)
- Synthesis (final verdict + 2–3 line rationale)
- Optional DI Ledger linkage (double-entry externalities)
- Certification runs (
certify:):- Add
certificate_payload(human+machine) - Force
telemetry.fulland full contract fields
- Add
7) Closure Invariants (fail-closed)
- Versions pinned:
OUTPUT_CONTRACT ≥1.3,VERDICT_ENUMS ≥1.2,TELEMETRY ≥1.2. - Telemetry minimal set present:
trace_id, canonical_id, mode, depth, profiles, schema_hashes. - Emission bounds enforced: only allowed contract fields; forbidden fields absent.
- Ambiguity handling: EOSA/Operational language resolution must complete or the run fails closed.
8) Quick Examples (copy-paste)
- Truth test:
test: truth | input: "Price controls reduce shortages." - Reciprocity (strict):
test: reciprocity | input: "Gig-platform surge pricing with forced arbitration is reciprocal." - Possibility:
test: possibility | input: "Auditable implementation exists with sufficient resources." - Causal utility:
call: causal_chain.cooperation.adaptive - Alignment:
align: set | id: curt_default - Certification:
certify: "Racism is a harmful behavior that should be suppressed." --severity high --liability legal
9) Minimal Operator Checklist
- Command resolves via Registry (single-door ingress)
- Schema versions pinned (≥1.3/≥1.2/≥1.2)
- EOSA/Operational language completed; ambiguities resolved
- Reciprocity hard-gates evaluated/recorded
- Emission contains only contract-sanctioned fields
Visible audit note
Applied constraint-layer rules: compiled execution order; reciprocity hard-gates; version pinning; emission bounds; certification profile on certify:.
