Commit 2011328
fix: bootstrap job uses wrong health endpoint (#21)
fix: use /api/health/details for bootstrap status check
The bootstrap job checked /api/health which only returns {status, version}.
The bootstrapStatus field is only available on /api/health/details (the
authenticated endpoint). This caused the "already bootstrapped?" check to
always fail, falling through to bootstrap-ceo which errors because the
admin already exists.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f4a637b commit 2011328
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments