blob: c2037b223296b2fa46aa79d9595c92c4e4fb0762 (
plain)
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
|
# /tmp Worklog Template
```text
worklog_path:
scope_root:
inspection_mode: audit_only | audit_plus_refactor
wave_size_limit: 8
manifest:
clique_plan:
wave_checkpoints:
file_decision_ledger:
contradiction_register:
residual_summary:
```
Rules:
- create this file before the first file read
- update it after every 8-file wave before reading more files
- treat it as the durable source of truth for the run
- report the final worklog path in the user-facing response
|