Conformance directory

Codebases governing themselves with the standard.

Adopters publish their SCCT verdict (L0–L4) and link to the public evidence. The standard's credibility is the codebases that ship it. List here when you conform.

L0

No constitution found.

L1

Canonical artefacts exist; schemas validate.

L2

Every rule has a passing CI gate.

L3

Project emits its own audit chain.

L4

Every named surface is in a generated meta-index.

Current adopters.

Production codebases self-attesting at the published level. Verdicts re-issued on each main-branch CI run.

L4 · Platform-bijected
KYE Protocol™

Runtime authority + evidence protocol. Every named surface bijected in a generated meta-index; every privileged action emits its canonical audit chain. Six rule classes pass on every PR; SCCT verdict re-issued on every main-branch push.

Sector · regulated AI runtime Stack · Cloudflare edge · TS/Py/Go SDKs License · Apache 2.0 mirror

kyeprotocol.com →  ·  github.com/KYE-Protocol →

Your repo
Run SCCT → publish your verdict

If your codebase conforms at any level, list it here. Open a PR with: (a) public repo URL, (b) SCCT verdict JSON, (c) one-line description, (d) a stack tag.

Anyone can list — Apache 2.0 standard, Apache 2.0 directory.

List your adoption.

Three commands and a pull request.

# 1. Run SCCT on your repo and capture the verdict
npx scct . > scct-verdict.json

# 2. Fork softwareconstitution/site and add an entry to adopters.html
gh repo fork Software-Constitution/site --clone

# 3. Open a PR with the verdict JSON attached
gh pr create --title "adopt: <your-repo> at L<n>"

PRs are reviewed for verdict integrity (the JSON must validate against the SCCT schema and the repo must be reachable). No editorial gating — every conforming repo is listed.