release: implement site registry v0.4 trust pipeline

This commit is contained in:
Nic Weyand 2026-09-13 12:22:05 -04:00
commit e26efc19fa
Signed by: nicweyand
SSH key fingerprint: SHA256:2te+ycJIQON/Wo/dH6+ZkFSQ4HnHWpetV2azx9E65dQ
67 changed files with 10698 additions and 640 deletions

View file

@ -3,6 +3,9 @@
- [README](../README.md): build, examples and scope.
- [Operator guide](../crates/argand-site-registry/README.md): all source commands,
schema, reviews, regional resolution, releases and update configuration.
- [Architecture](ARCHITECTURE.md): source, observation, vote, policy and release boundaries.
- [Versioned formats](FORMATS.md): current schema identifiers and compatibility.
- [Migrating to 0.4](MIGRATING-0.4.md): writer migration and trust transition.
- [Source licenses](../crates/argand-site-registry/LICENSE_SOURCES.md): exact terms and attribution.
- [Consumers](CONSUMERS.md): Rust, Python/CLI, data distribution and Argand transition.
- [Trust](TRUST.md): enforced checks and publisher/consumer responsibilities.
@ -10,7 +13,17 @@
- [Evaluation](EVALUATION.md): bounded JSONL judgments and result interpretation.
- [Releasing](RELEASING.md): CI, source signing and archive verification.
- [Validation](VALIDATION.md): independent builds and native acceptance evidence.
- [Version 0.4 security review](SECURITY-REVIEW-0.4.md): threat boundaries,
resolved findings and residual operator responsibilities.
- [Contributing](../CONTRIBUTING.md), [governance](../GOVERNANCE.md),
[security](../SECURITY.md): proposals, decisions and incidents.
- [Extraction design](superpowers/specs/2026-09-12-standalone-design.md) and
[implementation plan](superpowers/plans/2026-09-12-standalone.md).
[initial implementation plan](superpowers/plans/2026-09-12-standalone.md).
- [0.4 and beyond plan](superpowers/plans/2026-09-13-v0.4-and-beyond.md).
- Architecture decisions: [coverage](adr/0001-typed-source-coverage.md),
[trust subjects](adr/0002-granular-trust-subjects.md),
[votes and publishers](adr/0003-votes-revocations-and-publishers.md),
[active/audit views](adr/0004-active-and-audit-views.md),
[release identity](adr/0005-full-delta-release-identity.md),
[source lineage](adr/0006-source-lineage.md), and
[embedding intent](adr/0007-distribution-and-embedding.md).