Design & Architecture
Synced from the repository
This page mirrors docs/wiki/Design-and-Architecture.md in the auki-sdk repo (branch develop).
The repository is the source of truth.
This section is for engineers reading or contributing to the Auki SDK source. It frames the in-repo documentation for a wider audience.
Where to start
- The Five Questions — the architectural backbone (Identity / Spatial / Temporal / Networking / Tokenomics)
- Glossary — long-form companion to
GLOSSARY.md, with code refs and common confusions per term - Crate map — what each Rust crate does, in narrative form
In-repo documentation
The repo holds frozen-in-time design records for major changes:
docs/superpowers/specs/— design specificationsdocs/superpowers/plans/— implementation plansdataproducts.md— the peer-discovery / resource catalog referencedocs/control-api.md— HTTP control API for SDK-session daemons
Release / tag history
- Release history — one entry per shipped tag from v0.0.50 onward
git tag --list --sort=-v:refname shows the current set; git show vX.Y.Z is the authoritative annotated-tag message.
Authoritative spec
- VISION.md — the aspirational protocol spec
- GLOSSARY.md — domain terms (this wiki's Glossary page expands on it)
Contributing
- CONTRIBUTING.md — folder convention, board flow, git hygiene
- CLAUDE.md — the equivalent for AI agents