File tree Expand file tree Collapse file tree 11 files changed +7
-1306
lines changed Expand file tree Collapse file tree 11 files changed +7
-1306
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 23237 .  [ プロジェクト構成] ( #-プロジェクト構成 ) 
24248 .  [ 開発コマンド] ( #-開発コマンド ) 
25259 .  [ 開発ルールと品質保証] ( #-開発ルールと品質保証 ) 
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日本語と英語に対応しています:
Original file line number Diff line number Diff line change 23237 .  [ Project Structure] ( #-project-structure ) 
24248 .  [ Development Commands] ( #-development-commands ) 
25259 .  [ 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
193192Manual 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
209196Full support for English and Japanese:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments