feat: add target repo examples and file layout guidance
This commit is contained in:
10
examples/go-project/ai/project-map.md
Normal file
10
examples/go-project/ai/project-map.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Project Map
|
||||
|
||||
## Main structure
|
||||
- `cmd/` contains runnable binaries
|
||||
- `internal/` contains non-exported app logic
|
||||
- `pkg/` is for reusable public packages if present
|
||||
|
||||
## Notes
|
||||
- Check `Makefile` for repo-preferred command wrappers
|
||||
- Some integration tests may depend on Docker or local services
|
||||
Reference in New Issue
Block a user