This folder contains the public-facing documentation for role-model.
It is intentionally separated from the rest of docs/ so a future docs site can use docs/public/ as its
content root while the existing protocol and architecture material remains available as deeper reference
documentation.
These pages are optimized for a new external technical reader who wants to understand:
- what
role-modelis - what problem it solves
- how the system works end to end
- what the protocol owns
- how routing decisions are made and explained
The public docs summarize and link to the deeper reference material instead of duplicating it.
- Protocol reference docs:
../protocol/ - Architecture notes:
../architecture/ - Canonical schemas and fixtures:
../../protocol/README.md - Reference router implementation:
../../role-model-router/README.md
| Path | Best for |
|---|---|
| Introduction -> Install the router -> Quickstart | first-time readers |
| Introduction -> Protocol overview | protocol/design readers |
| Introduction -> How role-model works -> Routing overview | routing and system readers |