Skip to content

[docs] docs: unbloat OrchestratorOps page - #56207

Merged
pelikhan merged 1 commit into
mainfrom
docs/unbloat-orchestration-51772127bcddc121
Aug 27, 2026
Merged

[docs] docs: unbloat OrchestratorOps page#56207
pelikhan merged 1 commit into
mainfrom
docs/unbloat-orchestration-51772127bcddc121

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

test

Generated by PR Description Updater for #56207 · copilot · auto · 64.3 AIC · ⌖ 5.08 AIC · ⊞ 7.7K ·

@github-actions github-actions Bot added automation doc-unbloat documentation Improvements or additions to documentation labels Aug 27, 2026
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 06:23
Copilot AI balanced review requested due to automatic review settings August 27, 2026 06:23
@pelikhan
pelikhan merged commit aaf5415 into main Aug 27, 2026
@pelikhan
pelikhan deleted the docs/unbloat-orchestration-51772127bcddc121 branch August 27, 2026 06:23
Copilot stopped reviewing on behalf of pelikhan due to an error August 27, 2026 06:24

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

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the OrchestratorOps documentation to be more concise and to better distinguish the tradeoffs between dispatch-workflow (async) and call-workflow (in-run), plus adds a link to monitoring guidance.

Changes:

  • Rewrites the OrchestratorOps intro and the orchestrator/worker section for clarity and concision
  • Improves guidance on when to use dispatch-workflow vs call-workflow
  • Updates the Mermaid diagram node names and adds Monitoring with Projects to “Learn More”
Show a summary per file
File Description
docs/src/content/docs/patterns/orchestration.md Refines OrchestratorOps narrative, clarifies mode selection, updates diagram labels, and adds monitoring reference

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Lite

Comment on lines +12 to +15
Trigger([Trigger]) --> Orchestrator[Orchestrator\ndecide & dispatch]
Orchestrator --> WorkerA[Worker A]
Orchestrator --> WorkerB[Worker B]
Orchestrator --> WorkerN[Worker N]
The compiler validates that each worker declares `workflow_call`, generates a typed MCP tool per worker from its inputs, and emits a conditional `uses:` job. At runtime the worker whose name the agent selected executes as part of the same workflow run — preserving `github.actor` and billing attribution.

See [`call-workflow` safe output](/gh-aw/reference/safe-outputs/#workflow-call-call-workflow).
The compiler validates that each worker declares `workflow_call`, generates a typed MCP tool from its inputs, and emits a conditional `uses:` job. At runtime, the selected worker runs inside the same workflow run, preserving `github.actor` and billing attribution.
@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. This PR only modifies documentation (docs/src/content/docs/patterns/orchestration.md). Test Quality Sentinel skipped.

🧪 Test quality analysis by Test Quality Sentinel

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

Labels

automation doc-unbloat documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants