Skip to content

docs: fix dispatch_workflow default max (3 → 1) in safe-outputs-specification.md - #49892

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-dispatch-workflow-docs
Aug 3, 2026
Merged

docs: fix dispatch_workflow default max (3 → 1) in safe-outputs-specification.md#49892
pelikhan merged 2 commits into
mainfrom
copilot/fix-dispatch-workflow-docs

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

safe-outputs-specification.md documented dispatch_workflow's default max as 3, contradicting three independent sources that all agree on 1: safe_outputs_validation_config.go (DefaultMax: 1), dispatch_workflow.go (parser default), and dispatch_workflow.cjs (JS runtime + its tests). rate-limiting-controls.md also already stated 1.

Changes

  • docs/src/content/docs/specs/safe-outputs-specification.md: Corrected the dispatch_workflow section's **Default Max** from 31 and updated the inline parameter description (default: 3)(default: 1).

…pecification.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix dispatch-workflow default max discrepancy between docs and implementation docs: fix dispatch_workflow default max (3 → 1) in safe-outputs-specification.md Aug 3, 2026
Copilot AI requested a review from pelikhan August 3, 2026 04:36
@pelikhan
pelikhan marked this pull request as ready for review August 3, 2026 04:36
Copilot AI review requested due to automatic review settings August 3, 2026 04:36
@pelikhan
pelikhan merged commit 2f8f3e1 into main Aug 3, 2026
@pelikhan
pelikhan deleted the copilot/fix-dispatch-workflow-docs branch August 3, 2026 04:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Corrects the documented dispatch_workflow default limit to match implementation and existing reference documentation.

Changes:

  • Updates the default maximum from 3 to 1.
  • Aligns the max parameter description with that value.
Show a summary per file
File Description
docs/src/content/docs/specs/safe-outputs-specification.md Corrects the dispatch_workflow default limit.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: dispatch-workflow default max disagrees between safe-outputs-specification.md (3) and actual implementation (1)

3 participants