Skip to content

Commit 9032ab8

Browse files
authored
Merge pull request #86 from shinpr/feature/subagent-invocation-support
docs: clarify rule-advisor agent invocation via Task tool
2 parents 2b29703 + 1da57ff commit 9032ab8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CLAUDE.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Reason: To prevent implementations that differ from user intent and ensure corre
3333
- When updating task status: Recording implementation details is mandatory (no blanks)
3434

3535
### Execution Prerequisites
36-
1. **rule-advisor output** → JSON response must exist
36+
1. **rule-advisor agent execution (invoke using Task tool)** → JSON response must exist
3737
2. **TodoWrite task** → in_progress status must exist
3838
3. **User approval record** → Explicit approval before Edit/Write
3939
4. **Quality check results** → Cannot complete with errors > 0

CLAUDE.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ AI実行精度最大化のための中核ルール。全ての指示はこのフ
3333
- 各タスクのステータス更新時: 実施内容の記録を必須化(空白不可)
3434

3535
### 実行前提条件
36-
1. **rule-advisorの出力** → JSONレスポンスが存在すること
36+
1. **rule-advisorエージェント実行(Taskツールで呼び出すこと)** → JSONレスポンスが存在すること
3737
2. **TodoWriteのタスク** → in_progressステータスが存在すること
3838
3. **ユーザー承認記録** → Edit/Write前に明示的承認があること
3939
4. **品質チェック結果** → エラー0でなければ完了不可

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.16",
3+
"version": "1.7.17",
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)