Skip to content

mizcausevic-dev/clause-obligation-ledger-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clause Obligation Ledger RS

CI License: AGPL v3 Deploy

Rust control plane for clause obligation ledgers, append-only review events, evidence posture, and renewal-safe execution across enterprise agreements.

Why this exists

  • 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.

Why this matters (KG Embedded tie-back)

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.

Routes

  • /
  • /ledger-lane
  • /obligation-events
  • /verification
  • /docs

API

  • /api/dashboard/summary
  • /api/ledger-lane
  • /api/obligation-events
  • /api/verification
  • /api/sample

Screenshots

Overview Ledger lane Obligation events Verification

Local development

cd clause-obligation-ledger-rs
cargo run

Open:

Validation

  • cargo test
  • cargo build
  • cargo run --bin prerender
  • cargo run --bin demo
  • cargo run --bin smoke
  • powershell -ExecutionPolicy Bypass -File .\scripts\render_readme_assets.ps1

Production status

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)

Docs

Part of the Kinetic Gain Suite

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.

About

Rust control plane for clause obligation ledgers, append-only review events, and renewal-safe evidence posture.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors