How Cursor Should Use SPEC.md¶
SPEC.md is authoritative.
Cursor should:
- Read relevant sections of
SPEC.mdbefore implementing each module. - Preserve terminology exactly as defined in
SPEC.md. - Prefer spec-aligned names over ad hoc names.
- Treat examples in this pack as illustrative only.
- Treat conflicts between this pack and
SPEC.mdas resolved in favor ofSPEC.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.