settings.json

workflowSizeGuideline

Claude が作成する動的ワークフローにおいて、エージェントが目指すべき人数規模の指針を設定します。

使い方・用途

  • デフォルト値は "unrestricted" です。
  • 選択可能な値は ["unrestricted", "small", "medium", "large"] です。
  • ワークフローの肥大化を防ぎたい場合に、ヒントとして提供されます。
英語原文(公式ドキュメントより)

Sets the agent count Claude aims for in the dynamic workflows it writes. Claude Code sends the value to Claude as advice, not an enforced cap. Accepts "unrestricted" (default, which sends no guideline), "small", "medium", or "large". Appears in /config as Dynamic workflow size, and can be set with /config workflowSizeGuideline=small. Requires Claude Code v2.1.202 or later. On v2.1.203 or later the guideline's agent count also replaces the default threshold for the Large workflow warning. See https://code.claude.com/docs/en/workflows#set-a-size-guideline

関連ドキュメント

関連する変更履歴

v2.1.219(1件)

Added
workflowSizeGuideline 設定を追加しました。動的ワークフローの推奨サイズを任意の構成ファイルから指定可能です。
英語原文を表示
Added the workflowSizeGuideline settings key so the advisory Dynamic workflow size guideline can be set from any settings file; the /config row is hidden while one does

変更前

ワークフローの規模を細かく制御するための設定が一貫していませんでした。

変更後

すべての設定ファイルから動的ワークフローの規模(small/medium/large)を指定できるようになりました。

ユーザーへの恩恵

プロジェクトごとにワークフローの agent 実行数を簡単に調整できます。

関連ドキュメント