docs: update changelog and agentic-workflows after orchestrator v3 revert#157
Merged
docs: update changelog and agentic-workflows after orchestrator v3 revert#157
Conversation
Changelog: added entries for orchestrator v1/v2 (PRs #140-#143), the v3/responder/trigger-disable reverts, and key discoveries. Agentic-workflows: updated orchestrator section (v1+v2 on main, v3 reverted), responder status (target '*' fix, workflow_dispatch), agent inventory (added orchestrator, updated responder/quality-gate), history (3 new entries covering March 17-18), and 3 new pitfalls (safe output target, review trigger loops, over-specifying agents). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates repo documentation to record the orchestrator v3 attempt/revert and document current orchestration/responder behavior and pitfalls for future workflow changes.
Changes:
- Added a new changelog entry documenting PRs #144/#147/#150 being reverted and summarizing findings/lessons.
- Updated
agentic-workflows.mdto reflect current orchestrator v1/v2 status onmain, responder constraints, and added new pitfalls/history entries.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/changelog.md | Adds a 2026-03-18 revert entry capturing what was reverted and key lessons learned. |
| docs/agentic-workflows.md | Updates orchestrator/responder status, expands pitfalls (#18–#20), updates agent inventory row, and adds new history items. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates documentation to capture the orchestrator v3 attempt, reverts, and lessons learned.
Closes #156