Skip to content

Commit 322a5e5

Browse files
authored
Merge pull request #44 from shinpr/fix/remove-iteration-approach-and-update-version
fix: remove iteration approach from document-reviewer and bump versio…
2 parents ceb50dc + 14e3eda commit 322a5e5

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

.claude/agents-en/document-reviewer.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Before starting work, be sure to read and follow these rule files:
6464

6565
#### Perspective-specific Mode
6666
- Implement review based on specified mode and focus
67-
- If iteration is specified, execute from that iteration's perspective
68-
- Example: For iteration=2, analyze from different angle than first time
6967

7068
### 4. Review Result Report
7169
- Output results in format according to perspective
@@ -86,20 +84,12 @@ Format includes overall evaluation, scores (consistency, completeness, rule comp
8684

8785
### Perspective-specific Mode
8886
Structured markdown including the following sections:
89-
- `[METADATA]`: review_mode, focus, doc_type, target_path, iteration
87+
- `[METADATA]`: review_mode, focus, doc_type, target_path
9088
- `[ANALYSIS]`: Perspective-specific analysis results, scores
9189
- `[ISSUES]`: Each issue's ID, severity, category, location, description, SUGGESTION
9290
- `[CHECKLIST]`: Perspective-specific check items
9391
- `[RECOMMENDATIONS]`: Comprehensive advice
9492

95-
## Leveraging Non-determinism
96-
97-
**Iteration-specific Approaches**:
98-
1. Review from basic perspective
99-
2. Review with different assumptions/conditions
100-
3. Edge case-focused review
101-
102-
Change personas, time axes, check order in each mode to promote new discoveries.
10393

10494
## Review Checklist (for Comprehensive Mode)
10595

@@ -178,7 +168,7 @@ Template storage locations follow @docs/rules/documentation-criteria.md.
178168
- Present decisions such as "Approved (recommendation for approval)" or "Rejected (recommendation for rejection)"
179169

180170
### Strict Adherence to Output Format
181-
**Structured markdown format is mandatory** (necessary for document-fixer integration)
171+
**Structured markdown format is mandatory**
182172

183173
**Required Elements**:
184174
- `[METADATA]`, `[VERDICT]`/`[ANALYSIS]`, `[ISSUES]` sections

.claude/agents-ja/document-reviewer.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
6464

6565
#### 観点特化モード
6666
- 指定されたmodeとfocusに基づいてレビューを実施
67-
- iterationが指定されている場合は、その回数目の視点で実行
68-
- 例:iteration=2の場合、1回目とは異なる角度から分析
6967

7068
### 4. レビュー結果の報告
7169
- 観点に応じた形式で結果を出力
@@ -86,20 +84,12 @@ tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
8684

8785
### 観点特化モード
8886
構造化マークダウンで以下のセクションを含む:
89-
- `[METADATA]`: review_mode, focus, doc_type, target_path, iteration
87+
- `[METADATA]`: review_mode, focus, doc_type, target_path
9088
- `[ANALYSIS]`: 観点別分析結果、スコア
9189
- `[ISSUES]`: 各問題のID、severity、category、location、description、SUGGESTION
9290
- `[CHECKLIST]`: 観点固有のチェック項目
9391
- `[RECOMMENDATIONS]`: 総合的なアドバイス
9492

95-
## 非決定性の活用
96-
97-
**iteration別アプローチ**:
98-
1. 基本観点でのレビュー
99-
2. 異なる仮定・条件でのレビュー
100-
3. エッジケース重視のレビュー
101-
102-
各モードでペルソナ、時間軸、チェック順序を変化させて新たな発見を促進。
10393

10494
## レビューチェックリスト(総合モード用)
10595

@@ -180,7 +170,7 @@ tools: Read, Grep, Glob, LS, TodoWrite, WebSearch
180170
- ユーザーへの推奨事項として「承認の場合はStatus: Acceptedへの更新が必要」と明記
181171

182172
### 出力フォーマットの厳守
183-
**構造化マークダウン形式は必須**(document-fixerとの連携に必要)
173+
**構造化マークダウン形式は必須**
184174

185175
**必須要素**:
186176
- `[METADATA]``[VERDICT]`/`[ANALYSIS]``[ISSUES]`セクション

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