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

13 lines
No EOL
1.1 KiB
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-077: Update scaffold-handoff.sh usage comment to reflect .opencode/scripts/ path
## Статус
Accepted (2026-07-31)
## Контекст
Миграция `config/``.opencode/` (PR #23) оставила stale-пути в нескольких местах. PR #163 исправил ссылки в `docs-reviewer.md` и `pipeline-status.py`, но usage comment в самом скрипте `.opencode/scripts/scaffold-handoff.sh` (line 3) остался устаревшим: `bash config/scripts/scaffold-handoff.sh ...`. Это вводящее в заблуждение сообщение: при копировании команды пользователь получит ошибку "No such file or directory".
## Решение
Точечная правка одной строки usage comment в line 3 с `config/scripts/` на `.opencode/scripts/`. Зеркало `~/.config/opencode/scripts/` синхронизировано вручную (в repo нет автоматического sync-механизма для зеркала).
## Альтернативы