* 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>
17 lines
No EOL
588 B
Markdown
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) |