opencode-config/docs/handoff/pr-180-scaffold-handoff-usage-comment-path.md
Sergey c87fcc7958
fix(scaffold-handoff): update usage comment to reflect .opencode/scripts/ path (#180)
* fix(scaffold-handoff): update usage comment to reflect .opencode/scripts/ path

* docs(handoff): add handoff and ADR-077 for scaffold-handoff usage comment fix

* docs(handoff): set PR number

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-07-31 21:53:53 +03:00

17 lines
No EOL
1.1 KiB
Markdown
Raw Permalink 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.

---
pr: 180
title: fix(scaffold-handoff): update usage comment to reflect .opencode/scripts/ path
---
## Что сделано
- Обновлён usage comment в `.opencode/scripts/scaffold-handoff.sh` line 3: `config/scripts/scaffold-handoff.sh``.opencode/scripts/scaffold-handoff.sh`.
- Зеркало `~/.config/opencode/scripts/scaffold-handoff.sh` синхронизировано с repo-local (diff -r — идентично).
## Почему
PR #163 уже исправил устаревшие ссылки на `config/scripts/scaffold-handoff.sh` в `docs-reviewer.md` и `pipeline-status.py`, но сам скрипт в своём usage comment (line 3) содержал тот же stale-путь. Это противоречие того же класса, что #162 пункт 2, но сам скрипт не входил в scope issue #162. Несоответствие реального пути и документированного в usage comment сбивает с толку при копировании команды запуска.
## Pending
## Watch out