* fix(issue): align headings with create-issue validation and add SDD sections * docs(issue): add handoff, ADR, and fix CI for SDD validation * docs(pr-169): fix handoff sections --------- Co-authored-by: opencode-agent <agent@opencode.local>
1 KiB
1 KiB
| name | description |
|---|---|
| bug-discovery | Use when a bug is found outside the current task scope — MANDATORY for ALL subagents. Covers duplicate check, issue creation via create-issue tool, and continuation protocol. Also when user says "нашёл баг", "bug found", "создай issue для бага", "bug outside scope", "заметил проблему", "code smell", "unexpected behavior not related to current task". |
Bug Discovery Protocol
If a bug is found during work that is outside the scope of the current task:
- Check
gh issue listfor duplicates. - Create a GitHub issue via
create-issuetool (NOT rawgh issue create). - Title:
fix(scope): short descriptionin English. - Body:
## Контекст/## Задача/## Контракты/## Инварианты/## Граничные случаи/## Вне scope/## Критерии приемки(in Russian). - Continue the current task. Do NOT fix the bug yourself.
- Report to orchestrator: "Created issue #N: ...".