openclaw/memory/2026-02-06.md
OpenClaw:William explained the three layers needed for AI to effectively work on SRS:
Knowledge base — Existing docs are written for humans, not AI. Without structured memory, AI can read code and docs but miss the why — the background, design thinking, architecture rationale. The knowledge base is built specifically so AI can truly understand SRS.
Code structure — The codebase needs to be refined so AI can verify each change. Testable, checkable, AI-friendly structure.
Code taste — AI should follow the style and conventions of the existing code. (Nice to have, not strictly required for SRS.)
memory/srs-overview.md for SRS fundamentalsMEMORY.md → small, always loaded, high-level pointersmemory/srs-*.md → detailed SRS knowledge, accessed via memory_searchmemory/YYYY-MM-DD.md → daily conversation logs