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
12 changes: 0 additions & 12 deletions .claude/commands-en/onboard.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/commands-en/sync-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ Final result: Rule-advisor precision optimization complete
- Typical-use must specify concrete usage scenarios
- Key-references must cover current methodologies

## Change Necessity Evaluation

**EVALUATION SEQUENCE**:
- IF sections achieve 100% synchronization → OUTPUT "Synchronization verified. No updates required." THEN TERMINATE
- IF content-to-tag mapping shows zero mismatches → DETERMINE no_changes_needed = true THEN TERMINATE
- IF AND ONLY IF measurable improvements exist → GENERATE specific modification proposals WITH exact before/after values

**NOTE**: You MUST NOT force changes. When no improvements are detected, you SHALL report "No modifications necessary" and STOP execution.

## Execution Timing

- After rule file edits (mandatory)
Expand Down
12 changes: 0 additions & 12 deletions .claude/commands-ja/onboard.md

This file was deleted.

9 changes: 9 additions & 0 deletions .claude/commands-ja/sync-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ find "${RULES_DIR}" -name "*.md" -type f | sort
- typical-useは具体的な利用場面を明示
- key-referencesは最新の手法を網羅

## 変更要否の判断

以下の順序で評価:
- sectionsが100%同期済み → 「同期確認完了、更新不要」と報告して終了
- 内容とタグが適切に一致 → 更新不要と判断
- 改善の余地がある場合のみ → 具体的な修正提案を提示

**注意**: 毎回変更する必要はありません。変更不要な場合はその旨を明確に報告して終了してください。

## 実行タイミング

- ルールファイル編集後(必須)
Expand Down
384 changes: 158 additions & 226 deletions README.ja.md

Large diffs are not rendered by default.

Loading