/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
hack/agentic_setup.sh
12 строк
401 B
Stephen Goeddel
Address code review feedback
08 июл 2026, 21:56
08 июл 2026, 21:56
1cb8403
Код
Авторство
О чём код?
#!/bin/bash set -euo pipefail # Called by the TRT agentic CI workflow (jira-solver / review-responder) # after workspace init. Runs post-create.sh without installing Claude # (the CI step handles that separately). REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" echo "Running post-create setup..." cd "${REPO_ROOT}" SKIP_CLAUDE_INSTALL=true "${REPO_ROOT}/.devcontainer/post-create.sh"