Skip to content

Commit a0029e6

Browse files
authored
Merge pull request #95 from shinpr/refactor/remove-proactive-agents-section
refactor: remove ambiguous proactive agents section
2 parents 12a7493 + d3a06f3 commit a0029e6

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

CLAUDE.en.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,4 @@ Reason: To prevent implementations that differ from user intent and ensure corre
9999
- **3 edits to same file**: Force stop for refactoring consideration
100100

101101
### Temporary File Creation Rules
102-
Use `tmp/` directory for work files. Delete upon completion.
103-
104-
### Proactive Use of Specialized Agents (PROACTIVELY)
105-
- **When quality-related keywords detected**: Execute quality-fixer according to project type
106-
- **Backend**: Use quality-fixer
107-
- **Frontend**: Use quality-fixer-frontend (Lighthouse, Bundle size support)
108-
- Type errors, build errors, lint errors, format warnings
109-
- Test failures, quality checks, verification tasks
110-
- **At task start**: rule-advisor mandatory execution
111-
- Execute before TodoWrite creation and reflect results
102+
Use `tmp/` directory for work files. Delete upon completion.

CLAUDE.ja.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,4 @@ AI実行精度最大化のための中核ルール。全ての指示はこのフ
9999
- **同一ファイル3回編集**: リファクタリング検討の強制停止
100100

101101
### 一時ファイル作成ルール
102-
作業中ファイルは`tmp/`ディレクトリ使用。完了時削除。
103-
104-
### 専門エージェント積極活用(PROACTIVELY)
105-
- **品質関連キーワード検出時**: プロジェクトタイプに応じたquality-fixer必須実行
106-
- **Backend**: quality-fixer使用
107-
- **Frontend**: quality-fixer-frontend使用(Lighthouse、Bundle size対応)
108-
- 型エラー、ビルドエラー、lintエラー、フォーマット警告
109-
- テスト失敗、品質チェック、検証タスク
110-
- **タスク開始時**: rule-advisor必須実行
111-
- TodoWrite作成前に実行し、結果を反映
102+
作業中ファイルは`tmp/`ディレクトリ使用。完了時削除。

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