Skip to content

Commit f585bf3

Browse files
authored
Merge pull request #81 from shinpr/refactor/organize-rules
chore: remove unused architecture rules and update version
2 parents 7e153fc + 71a58e2 commit f585bf3

File tree

11 files changed

+7
-1306
lines changed

11 files changed

+7
-1306
lines changed

.dockerignore

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

README.ja.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
7. [プロジェクト構成](#-プロジェクト構成)
2424
8. [開発コマンド](#-開発コマンド)
2525
9. [開発ルールと品質保証](#-開発ルールと品質保証)
26-
10. [アーキテクチャ](#-アーキテクチャ)
27-
11. [多言語対応](#-多言語対応)
28-
12. [よくある質問](#-よくある質問)
26+
10. [多言語対応](#-多言語対応)
27+
11. [よくある質問](#-よくある質問)
2928

3029
> **どちらを使うべき?**
3130
> - **このボイラープレート**を使う → **Claude Code****TypeScript**アプリを**サブエージェント**環境で開発したい場合
@@ -185,18 +184,6 @@ npm run check:deps # 循環依存チェック
185184

186185
手動での確認: `npm run check:all`
187186

188-
## 🏗️ アーキテクチャ
189-
190-
AIコーディングに適した3つのアーキテクチャパターン:
191-
192-
| パターン | 適している用途 | 特徴 |
193-
|---------|--------------|------|
194-
| **レイヤード** | エンタープライズアプリケーション | 責務が明確に分離される |
195-
| **垂直スライス** | 機能単位での開発 | 機能ごとにコンテキストが完結 |
196-
| **ハイブリッド進化型** | 段階的に成長するプロジェクト | 小規模から大規模へ柔軟に対応 |
197-
198-
詳細は`docs/rules/architecture/`をご覧ください
199-
200187
## 🌐 多言語対応
201188

202189
日本語と英語に対応しています:

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
7. [Project Structure](#-project-structure)
2424
8. [Development Commands](#-development-commands)
2525
9. [Rules & Quality Assurance](#-development-rules--quality-assurance)
26-
10. [Architecture Patterns](#-architecture)
27-
11. [Multilingual Support](#-multilingual-support)
28-
12. [FAQ](#-faq)
26+
10. [Multilingual Support](#-multilingual-support)
27+
11. [FAQ](#-faq)
2928

3029
> **Which should you use?**
3130
> - **Use this Boilerplate** if you're on **Claude Code** and building **TypeScript** apps with a rich **sub-agent** setup.
@@ -192,18 +191,6 @@ Sub agents handle quality automatically:
192191

193192
Manual verification: `npm run check:all`
194193

195-
## 🏗️ Architecture
196-
197-
Three proven patterns optimized for AI coding:
198-
199-
| Pattern | Best For | Key Benefit |
200-
|---------|----------|-------------|
201-
| **Layered** | Enterprise apps | Clear separation of concerns |
202-
| **Vertical Slice** | Features-first development | Minimal context per feature |
203-
| **Hybrid Progressive** | Growing projects | Scales from MVP to enterprise |
204-
205-
Details in `docs/rules/architecture/`
206-
207194
## 🌐 Multilingual Support
208195

209196
Full support for English and Japanese:

0 commit comments

Comments
 (0)