Rust control plane for clause obligation ledgers, append-only review events, evidence posture, and renewal-safe execution across enterprise agreements.
- Clause extraction is only half the job. Legal and procurement teams still need a durable event record showing what obligation changed, who acknowledged it, what evidence exists, and what remains blocked.
- Renewal, notice, and disclosure failures usually happen in the handoff between clause understanding and operational follow-through.
- High-trust teams need an append-only obligation ledger that can feed dashboards, reviews, and audit packets without turning the contract system into a write-heavy workflow hazard.
This repo demonstrates the obligation-ledger primitive for LegalTech buyers: append-only events, evidence posture, review gating, and renewal pressure in one Rust operator surface. It complements contract-clause-obligation-graph by focusing on audit-safe event history instead of clause discovery alone. Kinetic Gain Embedded extends this into security-first in-product analytics for obligation-aware customer operations, account health, and review workflows, see kineticgain.com/embedded.
//ledger-lane/obligation-events/verification/docs
/api/dashboard/summary/api/ledger-lane/api/obligation-events/api/verification/api/sample
cd clause-obligation-ledger-rs
cargo runOpen:
- http://127.0.0.1:5532/
- http://127.0.0.1:5532/ledger-lane
- http://127.0.0.1:5532/obligation-events
- http://127.0.0.1:5532/verification
cargo testcargo buildcargo run --bin prerendercargo run --bin democargo run --bin smokepowershell -ExecutionPolicy Bypass -File .\scripts\render_readme_assets.ps1
| Aspect | Status |
|---|---|
| CI | Rust build · tests · prerender · demo · smoke (workflow) |
| Test coverage | Example core coverage with expansion path for parser and event reducers |
| License | AGPL-3.0-or-later |
| Security | SECURITY.md |
| Deploy | Static prerender → https://ledger.kineticgain.com/ (GitHub Pages, pages workflow) |
Operator surface in the Kinetic Gain Suite — a portfolio of buyer-readable control planes spanning security posture, compliance evidence, data-platform governance, FinOps, and operator workflows. See the suite index for related surfaces. Apex: kineticgain.com.



