argand-site-registry/docs/INDEX.md
nicweyand 557ba7cd69
All checks were successful
Standalone registry checks / check (push) Successful in 5m58s
release: implement site registry v0.5
2026-09-13 14:42:39 -04:00

34 lines
2.3 KiB
Markdown

# Documentation
- [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.
- [Publishing](PUBLISHING.md): reviewer keys, candidate acceptance and activation.
- [Evaluation](EVALUATION.md): bounded JSONL judgments and result interpretation.
- [Benchmarking and recovery](BENCHMARKING.md): repeatable profiles, evidence schema,
provider canary, and failure matrix.
- [Source candidates](SOURCE-CANDIDATES.md): admitted, held, correlated, and excluded providers.
- [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.
- [Version 0.5 security review](SECURITY-REVIEW-0.5.md): compact audit storage,
provider checksums, ZIP parsing, lineage and benchmark tooling.
- [Contributing](../CONTRIBUTING.md), [governance](../GOVERNANCE.md),
[security](../SECURITY.md): proposals, decisions and incidents.
- [Extraction design](superpowers/specs/2026-09-12-standalone-design.md) and
[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).