opencode-config/docs/decisions/009-pr-29-commands-rename.md
Sergey 1bd541f172
refactor: commands rename /run-pipeline + /spec (#29)
* refactor: rename /pipeline-driver to /run-pipeline + /spec-driver to /spec

- Rename command + skill dir + skill() ref for both
- Update cross-references in .opencode/ .md files
- pipeline_status / spec_status tool names unchanged (independent)
- Update project-map README

* docs(handoff): add pr-14 handoff + ADR-009

* docs(handoff): set PR number 29

---------

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

17 lines
No EOL
588 B
Markdown

# ADR-009: Commands rename to verbs (PR #29)
## Статус
Accepted
## Контекст
Commands /pipeline-driver and /spec-driver — nouns, should be verbs (imperative). /opencode-config → /configure-opencode done in #12.
## Решение
- /pipeline-driver → /run-pipeline
- /spec-driver → /spec
- Cross-references updated
- Tool names unchanged (independent)
## Альтернативы
- Keep noun names — отклонено (commands should be verbs per convention)
- Rename tools too — отклонено (tools independent, renaming breaks pipeline_status oracle)