Skip to content

Commit 593eb6d

Browse files
committed
planning: lower batch-write trigger threshold from 3+ to 2+ files
1 parent 90bd1cf commit 593eb6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .cat/issues/v2/v2.1/refactor-batch-write-instructions

.cat/issues/v2/v2.1/refactor-batch-write-instructions/plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Goal
44

55
Run instruction-builder on cat:batch-write-agent skill to redesign and improve its instructions; add
6-
e2e post-condition verifying subagents invoke this skill when they need to write 3+ independent files
6+
e2e post-condition verifying subagents invoke this skill when they need to write 2+ independent files
77
in a single operation.
88

99
## Pre-conditions
@@ -15,5 +15,5 @@ in a single operation.
1515
- [ ] Instruction-builder workflow completed for cat:batch-write-agent (design, benchmark, adversarial TDD, compression)
1616
- [ ] Skill instructions improved with clearer trigger conditions and usage guidance
1717
- [ ] All tests pass after changes
18-
- [ ] E2e verification: spawn a subagent with a task requiring writing 3+ independent files and confirm it invokes cat:batch-write-agent instead of making individual Write calls
18+
- [ ] E2e verification: spawn a subagent with a task requiring writing 2+ independent files and confirm it invokes cat:batch-write-agent instead of making individual Write calls
1919
- [ ] No regressions in existing behavior

0 commit comments

Comments
 (0)