blob: 73cb830439e9161ae98791f37516c527864a8034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# File Manifest Template
```text
scope_root:
inspection_mode: audit_only | audit_plus_refactor
wave_size_limit: 8
files:
- [ ] docs/file_a.md
- [ ] docs/file_b.txt
- [ ] notes/file_c.org
```
Rules:
- include every plaintext doc-like file in scope
- mark files as inspected only after reading them
- allow files to appear in multiple clique waves
- reuse the same manifest for the final residual sweep
|