OnlySpecs Project
This project is organized by specification versions and matching implementation versions.
Structure
specs_v0001.md,specs_v0002.md, ...code_v0001/,code_v0002/, ...
Workflow
- Read a specs file (
specs_vXXXX.md). - Implement the code in the corresponding
code_vXXXX/folder. - Create the next specs version when requirements evolve.