takt/builtins/en/piece-categories.yaml
nrslib be0f299727 バックエンドピース追加とアーキテクチャナレッジ改善
- backend / backend-cqrs ピースを en/ja で追加
- ピースカテゴリにバックエンドピースを登録
- アーキテクチャナレッジに「操作の一覧性」「パブリック API の公開範囲」を追加
- DRY 基準を回数ベースから本質的重複ベースに改善
2026-02-12 12:06:29 +09:00

38 lines
641 B
YAML

piece_categories:
🚀 Quick Start:
pieces:
- default
- passthrough
- coding
- minimal
- compound-eye
🎨 Frontend:
pieces:
- frontend
⚙️ Backend:
pieces:
- backend
- backend-cqrs
🔧 Expert:
Full Stack:
pieces:
- expert
- expert-cqrs
🛠️ Refactoring:
pieces:
- structural-reform
🔍 Review:
pieces:
- review-fix-minimal
- review-only
🧪 Testing:
pieces:
- unit-test
- e2e-test
Others:
pieces:
- research
- magi
show_others_category: true
others_category_name: Others