Spaces:
Running
Running
| # 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] | |