docs: driver-bonsai-mcp is archived; the dispatcher and its pointers live in driver-agents - #58
Merged
Merged
Conversation
…live in driver-agents driver-bonsai-mcp was archived 2026-09-11; the dispatcher moved to driver-agents (pipeline-dispatch.yml) on 2026-09-10 and the bridge server that served /tasks/* is gone. Repoints the live references in place. What remains named is history: the README release entries, the fleet-operations commit list, and the box-era pipeline pack the figma doc cites, which did not move to driver-agents. ticketed-review.yml (retired-inert) no longer defaults BONSAI_URL to the dead ngrok host; the handoff step now fails with a clear message if re-activated without a live receiver.
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — The PR primarily updates archival documentation and repository pointers. Its only executable edit is in a retired, caller-less reusable workflow and affects only future reactivation, while the audit-script change is comment-only; current customer request paths are unchanged. Notes:
No code changes detected at You can add or adjust custom eligibility rules. Learn more. |
…nly edit reads as 18 drift rows in the audit until then
mcarter-astronautdev
added a commit
that referenced
this pull request
Sep 12, 2026
… the retired-rails question
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.
Repoint the live references to
driver-bonsai-mcp(archived 2026-09-11) atdriver-agents, which has held the pipeline dispatcher since 2026-09-10.Docs / agent context
CLAUDE.md,README.md— driver-agents is the dispatcher and the canonical Shopify instructions; driver-bonsai-mcp is named as archived history. README section retitled "How the repos fit together".macroscope-integration-scope,reusable-conversion-scope,identity-unification-scope) — dispatcher pointers only; the Macroscope receiver now cites the box-retirement spec at its driver-agents path.docs/figma-mcp-in-ci.md— the box-era pipeline pack did not move to driver-agents, so those two references are marked "archived — history" rather than repointed.Kit
templates/github/README.md. Theclaude.ymlheader comment is left for the next wave: a comment-only edit now would read as 18 drift rows in the audit.Fleet tooling
tools/fleet-pin-audit.shcomment anddocs/fleet-operations.mddrop the archived repo; counts updated against a live audit run (22 pairs enumerated, 51 pins atff3ff344, 88 content matches). The script discovers repos withgh repo list --no-archived, so it already excludes it.Reusable
.github/workflows/ticketed-review.ymlno longer defaultsBONSAI_URLto the dead ngrok host.The
BONSAI_URLdefault is the one non-obvious edit: the variable is now empty by default, and the handoff step asserts it with${BONSAI_URL:?…}immediately before thecurl. An empty default alone would have failed with an opaque curl URL error; this fails loudly and names what re-activation needs. The rail is retired-inert, so behaviour is unchanged until someone waves it back out.