Skip to content

Commit d7655a4

Browse files
authored
Merge pull request #75 from shinpr/improve-documentation-clarity
docs: Improve documentation clarity and add comprehensive rule editing guide
2 parents 175a12a + 402ddc1 commit d7655a4

File tree

11 files changed

+1062
-607
lines changed

11 files changed

+1062
-607
lines changed

.claude/commands-en/onboard.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.claude/commands-en/sync-rules.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ Final result: Rule-advisor precision optimization complete
7272
- Typical-use must specify concrete usage scenarios
7373
- Key-references must cover current methodologies
7474

75+
## Change Necessity Evaluation
76+
77+
**EVALUATION SEQUENCE**:
78+
- IF sections achieve 100% synchronization → OUTPUT "Synchronization verified. No updates required." THEN TERMINATE
79+
- IF content-to-tag mapping shows zero mismatches → DETERMINE no_changes_needed = true THEN TERMINATE
80+
- IF AND ONLY IF measurable improvements exist → GENERATE specific modification proposals WITH exact before/after values
81+
82+
**NOTE**: You MUST NOT force changes. When no improvements are detected, you SHALL report "No modifications necessary" and STOP execution.
83+
7584
## Execution Timing
7685

7786
- After rule file edits (mandatory)

.claude/commands-ja/onboard.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.claude/commands-ja/sync-rules.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ find "${RULES_DIR}" -name "*.md" -type f | sort
7272
- typical-useは具体的な利用場面を明示
7373
- key-referencesは最新の手法を網羅
7474

75+
## 変更要否の判断
76+
77+
以下の順序で評価:
78+
- sectionsが100%同期済み → 「同期確認完了、更新不要」と報告して終了
79+
- 内容とタグが適切に一致 → 更新不要と判断
80+
- 改善の余地がある場合のみ → 具体的な修正提案を提示
81+
82+
**注意**: 毎回変更する必要はありません。変更不要な場合はその旨を明確に報告して終了してください。
83+
7584
## 実行タイミング
7685

7786
- ルールファイル編集後(必須)

README.ja.md

Lines changed: 158 additions & 226 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)