Start with ../CLAUDE.md for a one-page project profile (humans & AI).
| Doc | What it's for |
|---|---|
| OVERVIEW → CLAUDE.md | Fast map: what it is, how to run, layout, conventions, current state. |
| USER_GUIDE.md | Every feature explained, for end users. |
| IMPORTING.md | The bulk-import format + a copy-paste AI prompt to format tasks. |
| ARCHITECTURE.md | Module map, data flow, the JSON schema, web server + concurrency model. |
| FEATURES.md | Feature inventory + desktop ↔ web parity matrix. |
| DESIGN.md | Design principles, UI direction, and the web/mobile + privacy plan. |
| ROADMAP.md | Active plan and priorities (what's done, what's next). |
| IDEAS.md | Idea backlog (not commitments). |
| BUGS.md | Open and recently-fixed defects. |
| CHANGELOG.md | Dated history of notable changes. |
- Ship a change → add a dated line to
CHANGELOG.md; updateFEATURES.mdif a capability changed; if it fixed a defect, move the item to "Fixed" inBUGS.md. - Find a bug → log it in
BUGS.md(Open). Have an idea → drop it inIDEAS.md. - Pick up an idea → move it to
ROADMAP.md. - Keep
CLAUDE.mdaccurate when the layout, run commands, or conventions change.