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]