This repository defines normative OpenTide specifications — not a documentation website.
| Content | Location |
|---|---|
| Normative specs | specs/ |
| Canonical vocabularies | vocabularies/ |
| Conformance fixtures | fixtures/ |
| Change proposals | rfcs/ |
The opentide implementation consumes these specs. JSON Schema is generated from Pydantic models in opentide; it is an artifact, not the source of truth.
Published reading experience (opentide.org) lives in a separate website repo. This repo is a versioned specification library for authors, maintainers, and agents.
There is no framework-wide version. Each spec carries its own version in frontmatter (e.g. rule 1.0). Object instances use semver in metadata.version; schema revisions use metadata.schema (e.g. rule::1.0).
Specifications are licensed under CC-BY-4.0.