34 lines
473 B
Markdown
34 lines
473 B
Markdown
# {{SUBPROJECT_NAME}} Codebase Map
|
|
|
|
{{SUBPROJECT_NAME}}-specific files. See root CODEBASE.md for shared files.
|
|
|
|
---
|
|
|
|
## Existing Files
|
|
|
|
| File | Description |
|
|
|------|-------------|
|
|
{{EXISTING_FILES}}
|
|
|
|
---
|
|
|
|
## To Be Created
|
|
|
|
| File | Description |
|
|
|------|-------------|
|
|
{{TO_CREATE_FILES}}
|
|
|
|
---
|
|
|
|
## Dependencies
|
|
|
|
| File | Source | Description |
|
|
|------|--------|-------------|
|
|
{{FILE_DEPENDENCIES}}
|
|
|
|
---
|
|
|
|
<!--
|
|
Update after creating/modifying subproject-specific files
|
|
-->
|