lilith-platform.live/scripts/run
Natalie 4503f86573 feat(ci): ct-forge CI doctor — ground-truth health from forge DB
The REST API (/actions/tasks) hides runs that fail at parse/dispatch time,
so it reported 0 runs while the forge DB held 151 failed + 8 stuck runs —
all from the same root cause: ZERO runners registered on ct-forge
(action_task=0, nothing ever executed a step).

- infrastructure/forge-ci-doctor.sh: DB-backed health check over ssh; lists
  runners, per-repo run-status breakdown, recent failures, dispatched-task
  count; RED/GREEN verdict + exit code. shellcheck-clean.
- scripts/run/ci.sh: wire ./run ci:doctor; fix broken ci:status (org was
  'lilith/', real ct-forge org is 'platform/'); ci:setup-host now points at
  the terraform ci-runners module instead of dead black.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 21:05:48 -04:00
..
admin.sh
build.sh
check.sh feat(check): add prod build drift report for quinn services 2026-06-22 23:55:34 -04:00
ci.sh feat(ci): ct-forge CI doctor — ground-truth health from forge DB 2026-06-28 21:05:48 -04:00
deploy.sh feat(live): add live.transquinnftw.com deployment surface with SSO /admin (reuse quinn-www/vip pattern) + basic player at /shows/live and light admin preview page for OBS produced HLS from the relay cast (input cast IP, hls.js player). 2026-06-28 15:59:00 -04:00
dev.sh feat(broadcast): add relay status to dev:status in scripts/run/dev.sh (narrow, after all agents delivered) 2026-06-28 15:12:39 -04:00
git-sync-main.sh fix(deploy): ff-only merge origin/main before admin-dev deploy 2026-06-22 01:56:01 -05:00
prod.sh
seed.sh
verify.sh