feat: establish standalone Argand Site Registry

This commit is contained in:
Nic Weyand 2026-09-12 21:38:59 -04:00
commit 2a0fe1714b
Signed by: nicweyand
SSH key fingerprint: SHA256:2te+ycJIQON/Wo/dH6+ZkFSQ4HnHWpetV2azx9E65dQ
60 changed files with 10494 additions and 0 deletions

13
docs/INDEX.md Normal file
View file

@ -0,0 +1,13 @@
# 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.
- [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.
- [Releasing](RELEASING.md): CI, source signing and archive verification.
- [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).