* 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>
20 lines
896 B
Markdown
20 lines
896 B
Markdown
---
|
||
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
|
||
—
|