refactor(rules): consolidate Frontend/Backend rules into universal coding-standards #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR eliminates 90% duplication between Frontend and Backend documentation by
consolidating common coding principles into a universal
coding-standards.mdfile.The refactoring implements Approach 4: Linter-like common rules + domain-specific
rules.
Changes
Main Refactoring (9743daf)
English version:
docs/rules-en/coding-standards.mdwith universal coding principlestypescript.mdandtypescript-testing.mdto Backend-specificcontent only
typescript.mdandtypescript-testing.mdtoFrontend-specific content only
docs/rules-en/ai-development-guide.md(moved tocoding-standards.md)docs/rules-en/frontend/ai-development-guide.md(moved tocoding-standards.md)coding-standards.mdinstead ofai-development-guide.mdJapanese version:
docs/rules-ja/coding-standards.mdwith same structure as English versioncoding-standards.mddocs/rules-ja/rules-index.yamlsection names to match actual filestructure
Follow-up Fixes (455195b)
Fixed inconsistencies discovered after the main refactoring:
.claude/agents-en/quality-fixer.mdwhich stillreferenced the deleted
ai-development-guide.mdai-development-guideentry fromdocs/rules-en/rules-index.yaml(file no longer exists)Impact
coding-standards.md+ domain-specific rules inseparate files
Files Changed