Skip to content

feat(release): add turnkey release-quorum seal driver - #39

Merged
anulum merged 1 commit into
mainfrom
anulum/seal-release-quorum-driver
Jul 21, 2026
Merged

feat(release): add turnkey release-quorum seal driver#39
anulum merged 1 commit into
mainfrom
anulum/seal-release-quorum-driver

Conversation

@anulum

@anulum anulum commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Add tools/seal_release_quorum.py, a turnkey release-engineering entry point in
the same family as tools/check_release_tag.py, so the eventual v1.0.0 release
event is a single command rather than a hand-assembled certificate.

  • seal --manifest <m.json> --output <c.json> reads a release-evidence manifest,
    runs the representative campaign live through the historical-tree executor
    (each repository scanned at its head, captured, replayed in isolation), loads
    the attestation campaign, reviewer attestations, and trust store from their
    files, and writes one sealed ReleaseQuorumCertificate. It exits non-zero and
    writes nothing when any release gate is unmet.
  • verify --certificate <c.json> reloads a sealed certificate through
    from_dict and reports its bound identity.

The historical execution record is produced live because it has no reload path,
matching how a real release event scans and replays the representative
repositories at seal time. No frozen rigor command or wire schema is added.

New tools/seal_release_quorum.py and tests/test_seal_release_quorum.py
(seal, verify, and every manifest-error path on real Git replays and genuinely
signed attestations); CHANGELOG.md entry.

Exact object 8afa62739e1ecd661a070ac2c389c004beea62a7 (tree
1753be48..., parent f2038c6). Independent exact-SHA second-eye review
returned CLEAR with zero findings. Local gates: strict MyPy over src and
tools, Ruff, Ruff-format, Bandit, REUSE, preflight --fast, and the guard
tests all pass. No release tag is created here.

Add tools/seal_release_quorum.py, a release-engineering entry point in the same
family as tools/check_release_tag.py. Its seal command reads a release-evidence
manifest, runs the representative campaign live through the historical-tree
executor, loads the attestation campaign, reviewer attestations, and trust
store from their files, and writes one sealed ReleaseQuorumCertificate; it exits
non-zero and writes nothing when any release gate is unmet. Its verify command
reloads a sealed certificate and reports its bound identity.

The historical execution record is produced live because it has no reload path,
which matches how a real release event scans and replays the representative
repositories at seal time. The driver adds no frozen public command or schema.
Tests cover the seal, verify, and every manifest-error path on real Git replays
and genuinely signed attestations.

Authored by Anulum Fortis & Arcane Sapience (protoscience@anulum.li)
Seat: a7c1
@anulum
anulum merged commit 8afa627 into main Jul 21, 2026
16 checks passed
@anulum
anulum deleted the anulum/seal-release-quorum-driver branch July 21, 2026 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant