docs(orchestration): use br-first Beads workflow#1288
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
efef781
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3e83e0fd.agentv.pages.dev |
| Branch Preview URL: | https://feat-agentv-9gh-beads-ntm.agentv.pages.dev |
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.
Refs agentv-9gh
Summary
AGENTS.mdso normal AgentV coordination is Beads-first withbr/ beads_rust going forward.Scope Change
The bead-aware launcher script is being upstreamed to
EntityProcess/agent-pluginsinstead of living in AgentV. A separate tmux worker is running in/home/entity/projects/EntityProcess/agent-plugins.worktrees/bead-spawn-agent-upstreamon branchfeat/bead-spawn-agent-upstreamto implement that.Red/Green UAT
Red, before this update:
AGENTS.mdstill described AO/GitHub as the default internal orchestration path.scripts/bead-spawn-agent.shlocally and includedbd/Dolt compatibility language.Green, with this branch:
AGENTS.mdnow makes Beads the durable task graph and usesbrcommands for ready/show/claim/create/dep/close/sync.scripts/bead-spawn-agent.shfile has been removed from AgentV so the launcher can live in the upstream agent plugin repo.bd,Dolt, local launcher, and AO workflow references are absent fromAGENTS.md.Verification
git diff --checkrg -n "AO|ao |Composio|AO-managed|orchestrator" AGENTS.mdreturned no matches.rg -n -e 'bd ' -e 'Dolt' -e 'dolt' -e 'scripts/bead-spawn-agent.sh' AGENTS.mdreturned no matches.--no-verifyby request because it is docs-only.