rdev/cookbooks/scripts
jordan 863dfd3214
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: skip root deployment for empty template (defaults to skeleton)
When req.Template is empty, it defaults to 'skeleton' but the check
in createInitialDeployment only matched 'skeleton' explicitly, not
empty string. This caused a broken deployment to be created for
monorepo projects with a non-existent image.

Root cause: slackpath-5 creates project with empty template, which
defaults to skeleton, but createInitialDeployment was still creating
a root deployment that references registry.threesix.ai/{project}:latest
which never gets built (skeleton has no root Dockerfile).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 19:32:19 -07:00
..
lib fix: go.work race condition with batch components and idempotent provisioning 2026-02-05 12:31:40 -07:00
common.sh fix: skip root deployment for empty template (defaults to skeleton) 2026-02-07 19:32:19 -07:00
composable-test.sh feat: add automatic cleanup for cookbook test projects 2026-02-02 17:54:15 -07:00
feature-dev-test.sh feat: add feature development E2E test and SDLC handler fixes 2026-02-02 20:12:40 -07:00
landing-test.sh feat: add automatic cleanup for cookbook test projects 2026-02-02 17:54:15 -07:00
scaffold-test.sh feat: add feature development E2E test and SDLC handler fixes 2026-02-02 20:12:40 -07:00
sdlc-test.sh feat: add SDLC branch management, merge, archive, and orchestrator APIs 2026-02-02 12:30:03 -07:00
template-validation.sh feat: add automatic cleanup for cookbook test projects 2026-02-02 17:54:15 -07:00
tree-runner.sh fix: go.work race condition with batch components and idempotent provisioning 2026-02-05 12:31:40 -07:00