Skip to content

docs(agents): remove local orchestration guidance#1334

Merged
christso merged 1 commit into
mainfrom
docs/public-agents-cleanup
Jun 9, 2026
Merged

docs(agents): remove local orchestration guidance#1334
christso merged 1 commit into
mainfrom
docs/public-agents-cleanup

Conversation

@christso

@christso christso commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

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.local or the operator workspace.

Lines Changed

  • Generalized the private launcher/NTM worker guidance from old lines 120-122 into new line 120.
  • Replaced the agent-orchestrator /home/entity/... Beads ownership guidance from old lines 127-129 with generic public ownership guidance at new lines 125-127.
  • Generalized the worker claim wording from old line 132 to new line 130.
  • Removed local Agent Mail URL/script/project-key details from old lines 138-140 and replaced them with local-override guidance at new lines 136-138.
  • Made Agent Mail reservation guidance conditional on local configuration from old lines 146-147 to new lines 142-143.
  • Moved private asset repository policy behind local overrides from old line 485 to new line 481.

Verification

  • git diff --check -- AGENTS.md
  • awk 'BEGIN{ok=1} /^```/{f=!f} END{if(f){print "Unclosed fenced code block"; ok=0} exit ok?0:1}' AGENTS.md
  • node -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

Compound Engineering
gpt-5-codex

@christso christso merged commit 8e6dd1e into main Jun 9, 2026
8 checks passed
@christso christso deleted the docs/public-agents-cleanup branch June 9, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant