No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
claude-bot 903a5115c4
code: an offline governance level and the README
.governance/ is this member's level: offline, one signer, witness.pub, until it
is registered with signatio. The README states that the protocol lives here and
that nothing here imports a caller's schemas.
2026-09-26 17:09:52 +01:00
.governance code: an offline governance level and the README 2026-09-26 17:09:52 +01:00
.gitignore chore: git ignore 2026-09-26 16:03:45 +01:00
README.md code: an offline governance level and the README 2026-09-26 17:09:52 +01:00

SpecDossier — code

The workspace of SpecDossier: the protocol of the dossier, the service specdossierd, the CLI, and the governance level that ratifies changes to all three. Its own publication boundary and release cycle: the service and the protocol its callers consume.

The protocol

The schemas of the SOW, of a run's receipt and of the review events are SpecDossier's protocol. It lives here and nowhere else: ontoref, signatio's desk, provisioning and DD-eca are its callers, and consume it through a declared provider. Nothing here imports a caller's schemas — the dependency points from the callers to this repository, never back.

Governance

.governance/ is this member's level: an offline level (authority/offline.ncl) with one signer and witness.pub. It stays offline until the level is registered with signatio, an operator act done out of band. Every change to this workspace is formed as a SOW, signed, run, and landed with its receipt.

Status

No code yet. The first order defines the protocol's typed references, frames and the permanence of a contract; the service comes after it.