Skip to content

Commit 5ffc071

Browse files
committed
fix: Update TICK protocol LOC limit from 100 to 300
- Update CLAUDE.md protocol selection guide - Update TICK protocol.md documentation - Update codev-updater agent example output TICK is now recommended for tasks < 300 LOC instead of < 100 LOC
1 parent 19bcbc8 commit 5ffc071

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Key locations:
2424
## Protocol Selection Guide
2525

2626
### Use TICK for:
27-
- Small features (< 100 lines of code)
27+
- Small features (< 300 lines of code)
2828
- Well-defined tasks with clear requirements
2929
- Bug fixes with known solutions
3030
- Simple configuration changes

codev-skeleton/.claude/agents/codev-updater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Updates applied:
247247
• All 15 specs, 12 plans, and 10 reviews preserved
248248
249249
New features available:
250-
• TICK protocol: Use for tasks <100 LOC
250+
• TICK protocol: Use for tasks <300 LOC
251251
• Architecture documenter: Maintains arch.md automatically
252252
253253
To rollback if needed, instructions are in the update report.

codev-skeleton/protocols/tick/protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TICK is a streamlined development protocol for rapid, autonomous implementation.
99
## When to Use TICK
1010

1111
### Use TICK for:
12-
- Small features (< 100 lines of code)
12+
- Small features (< 300 lines of code)
1313
- Well-defined tasks with clear requirements
1414
- Bug fixes with known solutions
1515
- Straightforward refactoring
@@ -180,14 +180,14 @@ Additional commits if changes requested:
180180

181181
**Choose TICK when**:
182182
- Task is well-defined
183-
- < 100 lines of code
183+
- < 300 lines of code
184184
- Low risk of errors
185185
- Fast iteration needed
186186
- Requirements are clear
187187

188188
**Choose SPIDER when**:
189189
- Requirements unclear
190-
- > 100 lines of code
190+
- > 300 lines of code
191191
- High complexity
192192
- Stakeholder alignment needed
193193
- Architecture changes

0 commit comments

Comments
 (0)