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