List only meaningful top-level directories and files.
| Path | Purpose | Evidence |
|---|---|---|
| [path/] | [purpose] | [source] |
- Main runtime entry: [FILE]
- Secondary entry points (worker/cli/jobs): [FILES or NONE]
- How entry is selected (script/config): [NOTE]
| Boundary | What belongs here | What must not be here |
|---|---|---|
| [module/layer] | [responsibility] | [forbidden logic] |
- File naming pattern: [kebab/camel/Pascal + examples]
- Directory organization pattern: [feature/layer/domain]
- Import aliasing or path conventions: [RULE]
- [path/to/root-tree-source]
- [path/to/entry-config]
- [path/to/key-module]
Add only when repository complexity requires it:
- Subdirectory deep maps by feature/layer
- Middleware/boot order details
- Generated-vs-source layout boundaries
- Monorepo workspace-level structure maps