5 projects
extract-cli
Ingest any contract (.md/.txt/.html/.docx/.pdf) and emit structured JSON — parties, clauses, dates, governing law — with a confidence and source on every field. Stdlib-only Python; composes with the contract-ops CLI suite.
contract-lint
Lint a contract for internal-consistency defects — leftover placeholders, broken cross-references, undefined/unused defined terms, numbering gaps, party-name and date inconsistencies — with CI-gateable exit codes. Deterministic, stdlib-only. Also composes with the contract-ops suite.
template-vault-cli
Git-backed, clause-aware legal-document template manager. Stdlib-only Python. Part of the contract-ops CLI suite.
nda-review-cli
Local-first NDA review, drafting, and two-party negotiation CLI: deterministic rules + optional second-pass LLM adjudication via Anthropic, OpenAI, Ollama, or any OpenAI-compatible endpoint. Part of the contract-ops CLI suite.
contract-vault
Git-backed register for signed contracts: register executed deals, then surface renewals, notice deadlines, and obligations as a searchable portfolio and an .ics calendar. Local-first, stdlib-only.