docs(agents): remove local orchestration guidance#1334
Merged
Conversation
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
This follows up on #1333 because that PR was merged prematurely with local/private orchestration guidance in the public AgentV
AGENTS.md.The public guidance now states the durable boundary directly: AgentV Beads are for committed AgentV deliverables, while local orchestration policies, cross-repo research records, Agent Mail endpoints, private launcher details, and private asset/evidence repo policy belong in untracked
AGENTS.md.localor the operator workspace.Lines Changed
/home/entity/...Beads ownership guidance from old lines 127-129 with generic public ownership guidance at new lines 125-127.Verification
git diff --check -- AGENTS.mdawk 'BEGIN{ok=1} /^```/{f=!f} END{if(f){print "Unclosed fenced code block"; ok=0} exit ok?0:1}' AGENTS.mdnode -e "const fs=require('fs'); const s=fs.readFileSync('AGENTS.md','utf8'); if(!s.endsWith('\\n')){console.error('AGENTS.md missing trailing newline'); process.exit(1)} console.log('AGENTS.md trailing newline ok')"rg -n "/home/entity|agent-orchestrator|ep-spawn-agent|mcp_agent_mail|127\\.0\\.0\\.1|EntityProcess agent plugin|AGENTV_NTM_SESSION|ntm spawn agentv" AGENTS.md || true