Substantive decisions live in
docs/journals/ (per-phase implementation
journals) and docs/pm/ (PM artifacts). This page collects the highest-signal
links so future you doesn’t have to spelunk.Where to look
docs/journals/— chronological implementation journalsdocs/pm/inbox/— findings awaiting triagedocs/system-architecture.md— architectural decisions baked indocs/code-standards.md— accepted code conventions
Notable patterns to know
- Remix killed, Try Another wins — the multi-axis recommender refactor was replaced with a single “Try Another” batch refresh. Old 4-axis backend code path is dead.
- QA uses Maestro only — screenshot reasoning and Figma compare happen
upstream (
qa-uiauthor mode). Execution layer is YAML +testID. - No re-login loops in mobile-dev fixes — fixes stay code-only.
Adding a new decision
- Land the change with an implementation journal in
docs/journals/. - If it shifts conventions, update
docs/code-standards.mdordocs/system-architecture.mdin the same PR. - PM links the decision from the corresponding Linear ticket.