-
Notifications
You must be signed in to change notification settings - Fork 1
Design and Architecture
github-actions[bot] edited this page May 28, 2026
·
4 revisions
This section is for engineers reading or contributing to the Auki SDK source. It frames the in-repo documentation for a wider audience.
- 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
The repo holds frozen-in-time design records for major changes:
-
docs/superpowers/specs/— design specifications -
docs/superpowers/plans/— implementation plans -
dataproducts.md— the peer-discovery / resource catalog reference -
docs/control-api.md— HTTP control API for SDK-session daemons
- 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.
- VISION.md — the aspirational protocol spec
- GLOSSARY.md — domain terms (this wiki's Glossary page expands on it)
- CONTRIBUTING.md — folder convention, board flow, git hygiene
- CLAUDE.md — the equivalent for AI agents