1 ファイル変更+1-1
この更新の概要
プラグインリファレンスにおいて、エージェント設定の記述形式がディレクトリ指定からファイルパスのリスト指定へと変更されました。具体的には、カスタムエージェントの定義ファイルを配列形式で直接指定する構文が導入されています。これにより、特定のエージェントファイルを明示的に読み込む設定方法が明確化されました。設定の柔軟性が向上し、開発者は必要なエージェントのみを選択して適用できるようになります。
@@ -373,7 +373,7 @@ The manifest is optional. If omitted, Claude Code auto-discovers components in [
"keywords": ["keyword1", "keyword2"],
"skills": "./custom/skills/",
"commands": ["./custom/commands/special.md"],
"agents": "./custom/agents/",
"agents": ["./custom/agents/reviewer.md"],
"hooks": "./config/hooks.json",
"mcpServers": "./mcp-config.json",
"outputStyles": "./styles/",