instruction_template の参照解決に関するドキュメントを更新

#177 マージ後の補完。instruction_template が instruction と同じ
参照解決ルートを使うようになったことをスキルリファレンスに反映。
This commit is contained in:
nrslib 2026-02-09 20:55:01 +09:00
parent b561431cb5
commit 24871e0893

View File

@ -55,14 +55,14 @@ movement 内では**キー名**で参照する(パスを直接書かない)
session: refresh # セッション管理(任意)
pass_previous_response: true # 前の出力を渡すか(デフォルト: true
allowed_tools: [...] # 許可ツール一覧(任意、参考情報)
instruction_template: | # インライン指示テンプレートinstruction キーの代替、任意)
instruction_template: | # 指示テンプレート(参照解決またはインライン、任意)
指示内容...
output_contracts: [...] # 出力契約設定(任意)
quality_gates: [...] # 品質ゲートAIへの指示、任意
rules: [...] # 遷移ルール(必須)
```
**`instruction` vs `instruction_template`**: `instruction` はトップレベル `instructions:` セクションのキー参照。`instruction_template` はインラインで指示を記述。どちらか一方を使用する。
**`instruction` vs `instruction_template`**: どちらも同じ参照解決ルート(セクションマップ → パス → 3-layer facet → インライン)を使う。`instruction_template` はインライン文字列もそのまま使える。通常はどちらか一方を使用する。
### Parallel Movement