dtcs 0.1.2

Reference implementation of the Data Transformation Contract Standard (DTCS)
Documentation
# Documentation

## Specification

| Document | Description |
|----------|-------------|
| [SPEC.md]../SPEC.md | Full DTCS 1.0 draft specification (normative, authoritative) |

## Editorial process

Documents governing how the specification is authored and reviewed:

| Document | Description |
|----------|-------------|
| [baseline.md]editorial/baseline.md | Mandatory editorial conventions |
| [style-guide.md]editorial/style-guide.md | Terminology and prose style |
| [authoring-guide.md]editorial/authoring-guide.md | Chapter structure and normative language |
| [review-checklist.md]editorial/review-checklist.md | Pre-publication review checklist |

## Reference implementation

Guides for building the Rust crate in [src/](../src/):

| Document | Description |
|----------|-------------|
| [README.md]implementation/README.md | Implementation starter overview |
| [project-goal.md]implementation/project-goal.md | First-milestone scope |
| [architecture.md]implementation/architecture.md | Pipeline architecture |
| [crate-layout.md]implementation/crate-layout.md | Module layout |
| [model-guide.md]implementation/model-guide.md | Canonical Object Model |
| [validation-guide.md]implementation/validation-guide.md | Validation phases |
| [diagnostics-guide.md]implementation/diagnostics-guide.md | Diagnostics model |
| [public-api.md]implementation/public-api.md | Public API surface |
| [cli-spec.md]implementation/cli-spec.md | CLI behavior |
| [implementation-phases.md]implementation/implementation-phases.md | Build order |
| [testing-plan.md]implementation/testing-plan.md | Test strategy |
| [rust-dependencies.md]implementation/rust-dependencies.md | Crate dependencies |
| [spec-usage.md]implementation/spec-usage.md | How to use SPEC.md during development |
| [non-goals.md]implementation/non-goals.md | Out-of-scope features |