feat: add memory structure documentation and update index (#5)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-28 13:35:49 +01:00
parent 9190d1e5a0
commit 2df2fdeeb9
7 changed files with 183 additions and 0 deletions
@@ -0,0 +1,16 @@
---
name: keep-structure-memory-updated
description: Always update the project structure memory files when adding, removing, or changing source files
type: feedback
---
After any change that adds, removes, renames, or significantly alters a source file, update the relevant structure memory file:
- New/renamed/deleted file in `modules/api` → update `project_structure_api.md`
- New/renamed/deleted file in `modules/core` → update `project_structure_core.md`
- New module, dependency version change, or new top-level directory → update `project_structure_root.md`
- New module added → create a new `project_structure_<module>.md` and add it to `MEMORY.md`
**Why:** Structure memories are the primary navigation aid. Stale entries cause wasted exploration.
**How to apply:** Treat the structure memory update as part of completing any implementation task — do it in the same session, not as a follow-up.