docs(agent-presets): record shared product provider placement

This commit is contained in:
pku-xht
2026-08-10 16:57:56 +08:00
parent 18923e131b
commit 14dc8cd349
18 changed files with 120 additions and 22 deletions

View File

@@ -124,6 +124,10 @@ const SCENARIOS: Scenario[] = [
// text-turn is the default header pin and owns the prompt and tool-schema
// sidecars reused by alternate classes with identical component sequences.
{ name: 'text-turn', hasModelTurn: true, recorded: true, pinsHeader: true },
// Product-subagent scenarios are authored schema-isolation fixtures: they
// reuse the stable text-turn transcript so only Loader-composed headers and
// tool sidecars vary. Model output and usage are not evidence here, so record
// mode must not replace them with live-API output.
{
name: 'product-subagent-codex',
hasModelTurn: true,