Spaces:
Running
Running
File size: 638 Bytes
794cf6c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# Context Template
Concise context for any folder; link to code or subfolders for deeper context
## Purpose
- [What this folder/module does]
## Layout
```
[FOLDER]/
context.md # This file, folder context (Tier 2)
βββ [FILE1].[ext] # File
βββ [FILE2].[ext] # File
βββ [subfolder]/ # Subfolder
β βββ context.md # Subfolder context
β βββ [FILE3].[ext] # File
β βββ [FILE4].[ext] # File
```
## Scope
- [In-scope]
- [Out-of-scope]
## Entrypoints
- [Primary entry files or functions and when they are called]
## Dependencies
- [Internal modules]
- [External libraries/services]
|