Skip to content

Commit 455195b

Browse files
shinprclaude
andcommitted
fix(rules): complete migration from ai-development-guide to coding-standards
Fixes two inconsistencies found after commit 9743daf: 1. Update quality-fixer agent reference: - Replace @docs/rules/ai-development-guide.md with coding-standards.md - This was the only remaining agent with old reference 2. Remove deleted ai-development-guide entry from rules-index.yaml: - English version still had metadata for non-existent file - Entry is now consolidated into coding-standards.md These fixes ensure complete consistency between: - Agent files and their rule references - rules-index.yaml metadata and actual file content - English and Japanese documentation structures 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9743daf commit 455195b

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.claude/agents-en/quality-fixer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Executes quality checks and provides a state where `npm run check:all` completes
2727
## Initial Required Tasks
2828

2929
Load and follow these rule files before starting:
30+
- @docs/rules/coding-standards.md - Universal Coding Principles and Anti-patterns
3031
- @docs/rules/typescript.md - TypeScript Development Rules
3132
- @docs/rules/typescript-testing.md - Testing Rules
3233
- @docs/rules/technical-spec.md - Quality Check Commands and Build/Test Configuration
33-
- @docs/rules/ai-development-guide.md - Technical Decision Criteria and Anti-patterns
3434
- @docs/rules/project-context.md - Project Context
3535
- @docs/rules/architecture/ files (if present)
3636
- Load project-specific architecture rules when defined

docs/rules-en/rules-index.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,6 @@ rules:
7272
- "Mock Type Safety Enforcement"
7373
- "Basic Vitest Example"
7474

75-
ai-development-guide:
76-
file: "ai-development-guide.md"
77-
tags: [anti-patterns, technical-judgment, debugging, rule-of-three, implementation, type-safety, refactoring, code-reading, best-practices, impact-analysis, unused-code, code-deletion]
78-
typical-use: "Technical decision criteria, anti-pattern detection, debugging techniques, implementation best practices, impact analysis, unused code deletion"
79-
size: medium
80-
key-references:
81-
- "Rule of Three - Martin Fowler"
82-
- "5 Whys - Toyota Production System"
83-
- "DRY Principle - The Pragmatic Programmer"
84-
- "Single Responsibility Principle (SRP) - Clean Code"
85-
- "YAGNI Principle - Extreme Programming"
86-
- "Avoiding fallback in distributed systems - AWS Builders' Library"
87-
sections:
88-
- "Technical Anti-patterns (Red Flag Patterns)"
89-
- "Fallback Design Principles"
90-
- "Rule of Three - Criteria for Code Duplication"
91-
- "Common Failure Patterns and Avoidance Methods"
92-
- "Debugging Techniques"
93-
- "Situations Requiring Technical Decisions"
94-
- "Continuous Improvement Mindset"
95-
- "Implementation Completeness Assurance"
96-
9775
technical-spec:
9876
file: "technical-spec.md"
9977
tags: [architecture, design, documentation, environment, data-flow, implementation, quality-commands, testing, build]

0 commit comments

Comments
 (0)