Setting the file. One moment.
Skill 01 · Acquire Codebase Knowledge
Subchapter 1.9
assets/templates/STRUCTURE.mdMarkdown1 KBView on GitHub
List only meaningful top-level directories and files.
| Path | Purpose | Evidence |
|---|---|---|
| [path/] | [purpose] | [source] |
| Boundary | What belongs here | What must not be here |
|---|---|---|
| [module/layer] | [responsibility] | [forbidden logic] |
Add only when repository complexity requires it: