Skip to content

Fix schema constraint: allow max > 1 for create-agent-session#12323

Merged
mnkiefer merged 2 commits intoagent-instructionsfrom
copilot/sub-pr-12317
Jan 28, 2026
Merged

Fix schema constraint: allow max > 1 for create-agent-session#12323
mnkiefer merged 2 commits intoagent-instructionsfrom
copilot/sub-pr-12317

Conversation

Copy link
Contributor

Copilot AI commented Jan 28, 2026

The create-agent-session safe-output schema constrained max to a maximum of 1, causing compilation failures when workflows specified higher values.

Changes

  • Schema update: Increased create-agent-session.max limit from 1 to 10 in pkg/parser/schemas/main_workflow_schema.json
  • Workflow recompilation: Regenerated security-alert-burndown.lock.yml with updated schema

Context

The security-alert-burndown workflow was updated to create up to 3 agent sessions but failed validation:

safe-outputs:
  create-agent-session:
    base: main
    max: 3  # Previously rejected by schema (max: 1)

The schema now permits realistic batch agent session creation while maintaining reasonable bounds.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…hema

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants