Skip to main content

TEMPLATE_LOCATOR_CODEBASE

Constant TEMPLATE_LOCATOR_CODEBASE 

Source
pub const TEMPLATE_LOCATOR_CODEBASE: &str = r"
## Output Format

## File Locations for [Feature/Topic]

### Implementation Files
- `path/to/file.ext` — [1-liner inferred purpose from name]

### Test Files
- `path/to/test.ext` — [test type: unit/integration/e2e]

### Configuration
- `path/to/config.ext` — [config role]

### Documentation
- `docs/...` — [doc type/section]

### Type Definitions
- `types/...` — [type scope]

### Related Directories
- `dir/path/` — Contains [N] related files

### Entry Points
- `path/to/entry.ext` — [entry role: exports, routes, main]
";