dtcs 0.1.1

Reference implementation of the Data Transformation Contract Standard (DTCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# How Cursor Should Use SPEC.md

`SPEC.md` is authoritative.

Cursor should:

1. Read relevant sections of `SPEC.md` before implementing each module.
2. Preserve terminology exactly as defined in `SPEC.md`.
3. Prefer spec-aligned names over ad hoc names.
4. Treat examples in this pack as illustrative only.
5. Treat conflicts between this pack and `SPEC.md` as resolved in favor of `SPEC.md`.

Do not invent behavior that is not supported by `SPEC.md`.

If the spec is ambiguous, implement the smallest conservative behavior and add a TODO referencing the relevant section.