Guide scope and source of truth
This site is a reader-oriented map of Abada’s technical architecture. It does not replace the detailed Markdown contracts in the repository.
Documentation layers
Section titled “Documentation layers”flowchart TD
S[Specification and ADRs] --> C[Versioned contracts]
C --> G[Curated architecture and developer guide]
C --> T[Executable tests and compatibility manifests]
T --> E[Release evidence]
G --> E
- Specifications and ADRs record normative requirements and decisions.
- Contracts define supported behavior and compatibility promises.
- This site connects the contracts into understandable workflows.
- Executable tests prove claims at parser, API, persistence and cluster boundaries.
- Release notes and the roadmap record the evidence for each gate.
Direct entry points
Section titled “Direct entry points”Deferred user documentation
Section titled “Deferred user documentation”Task-user, process-modeler and operator journeys will form a separate user guide. Deferring that track keeps the current milestone focused on stabilizing the architecture vocabulary, developer workflows and executable contracts before turning them into product tutorials.