24 lines
739 B
Markdown
24 lines
739 B
Markdown
|
|
|
||
|
|
# Context
|
||
|
|
|
||
|
|
To understand the general process for this repo, please review the PRODUCT-DEV-OS.md file.
|
||
|
|
|
||
|
|
# This Document
|
||
|
|
|
||
|
|
Functionas more like a router, telling AI where to find stuff.
|
||
|
|
|
||
|
|
# This Repo
|
||
|
|
|
||
|
|
- Rules for editing code
|
||
|
|
- AI should modify docs before modifying code.
|
||
|
|
- All new features must update data-model.md. All tests must pass before merge.
|
||
|
|
|
||
|
|
# Where To Find Documentation
|
||
|
|
|
||
|
|
in specs folder. Ignore anything with "draft" in the name. Pointy out workflow docs, skill docs (or agent skills) and system documentation (describing different parts of the system)
|
||
|
|
|
||
|
|
|
||
|
|
# Additional General Requirements
|
||
|
|
|
||
|
|
Code is created in files. Code is well documented and explains why the code exists, what it does, maintenance tips, gotchas if any.
|