Locus64 is a Rust command-line certification framework for routed mathematical campaigns, lower-chain RNA/DNA compilation, adequacy checking, replayable execution, proof coverage, and governed research artifacts.
The primary binary is mf. It routes commands to the CLI or admin implementation as needed. mf-cli and mf-admin are still shipped for compatibility and scripting.
- Locus Kernel: cold semantic authority for certification, adequacy, replay, and promotion decisions.
- RNA/DNA lower chain:
TOKENIZE -> RNORM -> SSR -> CNORM -> DNA, with ledger-visible receipts and closure checks. - Locus Genome: binary packet substrate for
.dnaartifacts;.locusremains readable during compatibility rollout. - Research Host: governed task, signature, review, challenge, lineage, promotion, handoff, and remediation surfaces.
- Tower/Coverage: proof coverage dispatch, lawful reuse receipts, residual verification, distress/help, recipes, and promotion candidates.
cargo test -q
cargo build --release -p mf -p mf-cli -p mf-admin
.\target\release\mf.exe clear-cache --scope all
.\target\release\mf.exe certify-derived --campaign CPG_CHAIN_RULE
.\target\release\mf.exe observe-run --report REPORT_THS_CHAIN_RULE_CPG_CHAIN_RULEExpected seeded verdicts:
Integrated:CPG_CHAIN_RULE,CPG_CHAIN_RULE_RECIPE,CPG_CHAIN_RULE_TRANSPORTCertified:CPG_BAYES_BRACE,CPG_EXEC_INFER,CPG_PROB_JUDG,CPG_CERT_PROP,CPG_CH_NORM,CPG_CH_INH
Set-Content .\sample.gene.rna "ι ≔ σ ‖ κ" -Encoding UTF8
.\target\release\mf.exe normalize-rna .\sample.gene.rna
.\target\release\mf.exe compile-rna .\sample.gene.rna --out .\sample.gene.dna --artifact-class gene --persist-lineage
.\target\release\mf.exe sequence-dna .\sample.gene.dnaRNA is the human symbolic surface. DNA is the machine artifact surface. SSR is ephemeral and must not be treated as public authority.
.\target\release\mf.exe certify-bundle --file samples/chain_rule_bundle.qc0 --conflict-policy exact-match
.\target\release\mf.exe certify-bundle --file samples/chain_rule_integrated_bundle.qc0 --conflict-policy exact-match
.\target\release\mf.exe certify-bundle --file samples/imported_claim_bundle.qc0 --conflict-policy exact-match
.\target\release\mf.exe certify-bundle --file samples/imported_claim_stress_gap_bundle.qc0 --conflict-policy exact-matchThe imported-claim samples exercise evidence contracts, benchmark receipts, challenge receipts, reproducibility packets, and sharp stress-gap blocking.
powershell -ExecutionPolicy Bypass -File .\scripts\torture-test.ps1The harness builds release binaries, runs the full test suite, exercises seeded campaigns, sample bundles, report export/import, lock/replay, research reconnect, and RNA/DNA normalize/compile/sequence checks. Output lands in release\torture unless overridden.
Prepared release artifacts are generated under:
release\perfopt: speed-optimized Windows and Linux binaries plus docsrelease\compact: footprint-minimized Windows and Linux binaries plus docsrelease\src: source release with usage and developer docs
Zip files for all five release packages are placed directly under release.
COMPOUNDING_CHANGE_CHAIN.md: active implementation rail and closure statusLOCUS64_LANGUAGE_SPEC.md: concrete command/RNA/QC0 syntax and record schema for interacting with Locus64USAGE_GUIDE.md: command guideSEMANTIC_USAGE_GUIDE.md: semantic/claim-governance guide for research frameworks and indirect ChatGPT workflowsHANDOFF_STATUS.md: developer handoff and verification notesLOCUS64_STACK.md: stack overview