opencode-config/docs/decisions/006-pr-26-skills-cleanup-batch.md
Sergey 3fcb5b6aa8
fix: skills minor cleanup batch (#26)
* fix(skills): cleanup batch — 7 skills minor fixes

* docs(handoff): add pr-26 handoff + ADR-006

* docs(handoff): fix ADR-026 typo to ADR-006

---------

Co-authored-by: opencode-agent <agent@slaid098.dev>
2026-07-23 23:53:55 +03:00

14 lines
No EOL
627 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ADR-006: Skills cleanup batch
## Статус
Accepted
## Контекст
После миграции skills из config/ → .opencode/ (#7), 7 skills содержали устаревшие пути, противоречия с AGENTS.md, stale templates.
## Решение
Atomic batch: 7 skills в одном PR. Minor fixes only (no rewrites). Rewrites вынесены в #12, #13.
## Альтернативы
- Отдельный PR на каждый skill — отклонено (7 PR для minor fixes = overhead)
- Полный rewrite всех skills — отклонено (scope creep, rewrites в #12/#13)