opencode-config/docs/handoff/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

774 B

PR #29: Commands rename /run-pipeline + /spec

Что сделано

  • Rename: /pipeline-driver → /run-pipeline (command + skill dir + skill() ref)
  • Rename: /spec-driver → /spec (command + skill dir + skill() ref)
  • Updated cross-references in .opencode/ .md files
  • pipeline_status / spec_status tool names NOT changed (independent)

Почему

Commands should be verbs (imperative), not nouns. /run-pipeline, /spec — clearer user actions.

Pending

  • AGENTS.md references to /pipeline-driver — обновляется в #10 (orchestrator AGENTS.md)
  • pipeline-driver skill content rewrite — в #16

Watch out

  • Tool names (pipeline_status, spec_status) unchanged — independent of command names
  • Cross-references updated in .opencode/ .md files