Commit d956280
Drop custom instruction; read model from scenario YAML
Two related contamination-control changes for the Scenario #1 harness:
- Remove the custom `instruction=` kwarg. Fast-agent now falls through
to DEFAULT_AGENT_INSTRUCTION so the activation test sees only this
CLI's native system prompt plus the scenario's user prompt. The old
string named "GitHub pull request workflows", priming the model
toward the skill's domain ahead of how Gemini CLI and Codex are
configured (neither injects a custom system prompt).
- Read the model from the scenario's per-client `models:` map instead
of letting fastagent.config.yaml's `default_model` drive the choice.
Model selection belongs in the shared scenario so every client (and
every run) is explicit and reproducible.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1378687 commit d956280
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
| |||
0 commit comments