opencode-config/docs/handoff/pr-31-orchestrator-agents-md.md
Sergey 109fff628f
feat: orchestrator AGENTS.md + docker bind-mount (#31)
* feat: add root AGENTS.md with orchestrator directive

* feat(docker): add AGENTS.md bind-mount for global config

* docs(handoff): add pr-10 handoff + ADR-011

* docs(handoff): rename pr-10 to pr-31 in filenames

* docs(project-map): add root AGENTS.md entry (PR#31)

---------

Co-authored-by: opencode-agent <agent@slaid098.dev>
2026-07-24 01:08:56 +03:00

870 B

PR: Orchestrator AGENTS.md + docker bind-mount

Что сделано

  • Created root AGENTS.md with orchestrator directive (chat = plan only, all via subagents)
  • Added docker bind-mount: ./AGENTS.md:/root/.config/opencode/AGENTS.md:ro
  • AGENTS.md references /run-pipeline (renamed in #14) and merge_pr tool (created in #16)
  • Preserved existing rules: commits, PRs, code style, language (Russian), read path

Почему

Main agent = pure orchestrator. AGENTS.md in root (committed, auto-loaded for project) + bind-mount makes it global for all projects in container.

Pending

  • Нет (завершающий PR для AGENTS.md)

Watch out

  • AGENTS.md in root = auto-loaded for opencode-config project itself
  • bind-mount :ro = read-only in container (source of truth = root file)
  • merge_pr tool reference (not raw gh pr merge) — aligns with ADR-010