chore: add AO-first agent workflow guidance#1274
Closed
christso wants to merge 5 commits into
Closed
Conversation
Collaborator
Author
|
Closing because the requested follow-up is moving to a fresh AO-first branch from origin/main without carrying the Beads setup commits. |
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.
Summary
.agents/skills/..claude/skillsas a symlink to.agents/skillsfor Claude compatibility.AGENTS.mdas compact bootstrap context plus AO-first orchestration rules.ep-spawn-agentfor normal AO-managed AgentV work to avoid unmanaged agents, duplicate worktrees, duplicate PRs, and competing lifecycle ownership.Red/Green UAT evidence
grep -RInE "Beads-first|decentralized orchestration|ALL issue tracking|repo-standard bead launcher|ep-spawn-agent <|Beads is AgentV" AGENTS.md .agents/skillsfound Beads-only/decentralized orchestration language andep-spawn-agent <bead-id>as the default launch path.git diff --check; symlink check for.claude/skills -> ../.agents/skills; and the same conflict grep passed with no matches for Beads-only/default-launch language.Verification
git diff --check.claude/skillssymlink checkgit pushpre-push hooks passed: build, typecheck, lint, test, and eval YAML validation.Follow-up