ユーザー/ビルトインの分離を廃止し、単一のカテゴリツリーに統一。
~/.takt/preferences/piece-categories.yaml を唯一のソースとし、
ファイルがなければ builtin デフォルトから自動コピーする。
- builtinCategories 分離と「📂 Builtin/」フォルダ表示を廃止
- appendOthersCategory で同名カテゴリへの未分類 piece マージを修正
- takt reset categories コマンドを追加
- default-categories.yaml を piece-categories.yaml にリネーム
31 lines
425 B
YAML
31 lines
425 B
YAML
piece_categories:
|
|
"🚀 Quick Start":
|
|
pieces:
|
|
- minimal
|
|
- default
|
|
|
|
"🔍 Review & Fix":
|
|
pieces:
|
|
- review-fix-minimal
|
|
|
|
"🎨 Frontend":
|
|
{}
|
|
|
|
"⚙️ Backend":
|
|
{}
|
|
|
|
"🔧 Expert":
|
|
"Full Stack":
|
|
pieces:
|
|
- expert
|
|
- expert-cqrs
|
|
|
|
"Others":
|
|
pieces:
|
|
- research
|
|
- magi
|
|
- review-only
|
|
|
|
show_others_category: true
|
|
others_category_name: "Others"
|