Canonical protocol contracts for the Anolis ecosystem.
- Owns ADPP protobuf schema used by
anolisand providers. - Contains protocol-only artifacts (schema + semantics + compatibility docs).
- Contains no runtime/provider implementation code.
anolis-protocol/
├── spec/
│ └── device-provider/
│ ├── protocol.proto
│ ├── README.md
│ └── semantics.md
└── docs/
└── VERSIONING.md
- Repository uses semantic versioning tags:
MAJOR.MINOR.PATCH. - Breaking wire-contract changes require a major bump.
- See
docs/VERSIONING.md.