feat: add target repo examples and file layout guidance
This commit is contained in:
13
examples/node-project/ai/project-map.md
Normal file
13
examples/node-project/ai/project-map.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Project Map
|
||||
|
||||
## Entry points
|
||||
- `src/index.ts` — app bootstrap
|
||||
- `src/routes/` — route registration
|
||||
|
||||
## Main layers
|
||||
- routes -> services -> db
|
||||
- shared utilities live under `src/lib/`
|
||||
|
||||
## Notes
|
||||
- Integration tests may require a local database service
|
||||
- Some generated types may exist under `src/generated/`; avoid editing them directly unless asked
|
||||
Reference in New Issue
Block a user