opencode-config/docs/handoff/pr-113-enable-create-issue-and-rules.md
Sergey f1b8ff94bf
feat(agents): enable create_issue and behavioral rules (#113)
* feat(agents): enable create_issue for subagents

* docs(agents): add bug discovery protocol and linear execution rule

* docs(handoff): add handoff and ADR

* docs(handoff): set PR number

* docs(project-map): update after structural changes

* fix(agents): revert create_issue for read-only subagents

* fix(agents): re-enable create_issue and update tests

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-29 01:25:30 +03:00

896 B
Raw Permalink Blame History


pr: 113 title: feat(agents): enable create_issue and behavioral rules

Что сделано

  • create_issue: true для reviewer, docs-reviewer, memory-syncer в .opencode/opencode.json
  • gh issue list* добавлен в bash allow-list для .opencode/agents/docs-reviewer.md и .opencode/agents/memory-syncer.md
  • Bug Discovery Protocol добавлен в AGENTS.md после раздела Pipeline
  • Linear Execution Rule добавлен в AGENTS.md после Bug Discovery Protocol
  • check-permissions.py проходит без ошибок

Почему

Саб-агенты не могли создавать issues — найденные баги терялись. Linear execution предотвращает конфликты веток при параллельном выполнении pipeline. Closes #110.

Pending

Watch out