feat: add a discoveries docs to record things learned during development

This commit is contained in:
Joe Fleming
2026-03-09 15:36:21 -06:00
parent 38fd41ed0b
commit a9695ba8f6

View File

@@ -55,6 +55,7 @@ I maintain two distinct layers of documentation. I must keep them in sync but ne
- **Architecture.md**: Tech stack, folder structure, and data flow diagrams. - **Architecture.md**: Tech stack, folder structure, and data flow diagrams.
- **API.md**: Endpoint definitions, request/response schemas. - **API.md**: Endpoint definitions, request/response schemas.
- **Schema.md**: Database tables, relationships, and types. - **Schema.md**: Database tables, relationships, and types.
- **Discoveries.md**: Things learned empirically that future sessions should know.
### Layer 2: The Memory Bank, or mb (/memory-bank) ### Layer 2: The Memory Bank, or mb (/memory-bank)