Skip to content

Commit e448c6e

Browse files
authored
Merge pull request #59 from shinpr/fix/task-executor-checkbox-update-precision
fix: restore task-executor checkbox update functionality with precise AI instructions
2 parents 063b536 + b8d3f38 commit e448c6e

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.claude/agents-en/task-executor.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ Select and execute files with pattern `docs/plans/tasks/*-task-*.md` that have u
133133
1. **Red**: Create test for that checkbox item (failing state)
134134
2. **Green**: Implement minimum code to pass test
135135
3. **Refactor**: Improve code quality (readability, maintainability)
136-
4. **Progress Update**: Update checkbox from `[ ]``[x]` using Edit tool
137-
- Update task file
138-
- Update work plan
139-
- Update overall design document (if exists)
136+
4. **Progress Update [MANDATORY]**: Execute the following in sequence (cannot be omitted)
137+
4-1. **Task file**: Change completed item from `[ ]``[x]`
138+
4-2. **Work plan**: Change same item from `[ ]``[x]` in corresponding plan in docs/plans/
139+
4-3. **Overall design document**: Update corresponding item in progress section if exists
140+
※After each Edit tool execution, proceed to next step
140141
5. **Test Execution**: Run only created tests and confirm they pass
141142

142143
#### Operation Verification

.claude/agents-ja/task-executor.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ tools: Read, Edit, Write, MultiEdit, Bash, Grep, Glob, LS, TodoWrite
133133
1. **Red**: そのチェック項目用のテストを作成(失敗する状態)
134134
2. **Green**: テストをパスする最小限のコードを実装
135135
3. **Refactor**: コード品質を向上(可読性、保守性)
136-
4. **進捗更新**: Editツールで該当チェックボックスを`[ ]``[x]`に更新
137-
- タスクファイル更新
138-
- 作業計画書更新
139-
- 全体設計書更新(存在時)
136+
4. **進捗更新【必須】**: 以下を順番に実行(省略禁止)
137+
4-1. **タスクファイル**: 完了した項目の`[ ]``[x]`に変更
138+
4-2. **作業計画書**: docs/plans/内の対応計画書で同項目を`[ ]``[x]`に変更
139+
4-3. **全体設計書**: 存在する場合、進捗セクションの該当項目を更新
140+
※各Editツール実行後、次のステップに進む
140141
5. **テスト実行**: 作成したテストのみ実行して通ることを確認
141142

142143
#### 動作確認

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-coding-project-boilerplate",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "TypeScript project boilerplate optimized for Claude Code development with comprehensive development rules, architecture patterns, and quality assurance tools",
55
"main": "dist/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)