Commit 325f135
fix: raise governance file size thresholds for modular files
AGENTS.md stays strict (200) since it's loaded every session.
Modular governance files are lazily loaded per task type, so they
can be larger without impacting token cost:
- rules.md: 300 -> 800 (FPGA/embedded projects have many constraints)
- workflow.md: 300 -> 400
- roles.md: 200 -> 300
- context-budget.md: 200 -> 300
- verification.md: 200 -> 400
- drift-metrics.md: 200 -> 300
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 99742be commit 325f135
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
289 | 291 | | |
290 | 292 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| |||
0 commit comments