ScopeLock is a monorepo that bundles the static site, proof generation utilities, agent tooling, and project playbooks. This repository starts as a lightweight membrane that future work can grow from.
Install dependencies and build the site:
npm install
npm run buildGenerate the proof bundle:
make proofThe proof bundle is written to public/proof and contains an index page with the generated entries.
Core Documentation:
- Delivery Model — How ScopeLock delivers against executable acceptance criteria
- Team Structure — Citizen roles, domains, handoffs, and collaboration protocols
- Client Guide — How to work with ScopeLock for predictable, verifiable delivery
- Website Pages — Content outlines for essential website pages (/about, /pricing, /faq, etc.)
Design:
- Brand & UI Styleguide — Visual language, tokens, components
app/— static site source assets.proofgen/— proof generation configuration and inputs.agents/reader/— reader agent stubs and assets.playbooks/— operational playbooks and documentation.sprints/— planning artifacts..github/workflows/— automation pipelines for continuous integration.scripts/— helper scripts for build and proof generation tasks.
This project is licensed under the MIT License. See LICENSE.