Session start context is now automatic. The hook outputs a compact briefing (outcomes, last-worked zoom, handoff summary) that Claude should act on in the first response — no /open needed.
Before running /open, verify infrastructure is healthy. Silent failures here cause downstream confusion.
| open-context.sh exists | [ -x /.claude/scripts/open-context.sh ] | Run claude-doctor.sh | | Script symlinks valid | /.claude/scripts/check-symlinks.sh | Fix symlinks, see ERRORPATTERNS.md | | bon available | command -v bon | Install: uv tool install /Repos/bon |
Переориентация на контекст сеанса по требованию. Загружает навыки компаньона (bon, todoist-gtd) в зависимости от того, что присутствует. Используйте, когда вы пропустили контекст запуска, хотите по-новому взглянуть на то, что доступно, или после перехода в другой проект. Запускает /open, «над чем мы работали», «где мы остановились». Сочетается с /ground и /close. (пользователь) Источник: spm1001/claude-suite.