Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Reason: To prevent implementations that differ from user intent and ensure corre
- When updating task status: Recording implementation details is mandatory (no blanks)

### Execution Prerequisites
1. **rule-advisor output** → JSON response must exist
1. **rule-advisor agent execution (invoke using Task tool)** → JSON response must exist
2. **TodoWrite task** → in_progress status must exist
3. **User approval record** → Explicit approval before Edit/Write
4. **Quality check results** → Cannot complete with errors > 0
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AI実行精度最大化のための中核ルール。全ての指示はこのフ
- 各タスクのステータス更新時: 実施内容の記録を必須化(空白不可)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-coding-project-boilerplate",
"version": "1.7.16",
"version": "1.7.17",
"description": "TypeScript project boilerplate optimized for Claude Code development with comprehensive development rules, architecture patterns, and quality assurance tools",
"main": "dist/index.js",
"keywords": [
Expand Down