@lifeaitools/rdc-skills 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/deploy/SKILL.md +2 -0
package/package.json
CHANGED
package/skills/deploy/SKILL.md
CHANGED
|
@@ -43,6 +43,7 @@ No raw MCP dumps. No UUIDs unless asked.
|
|
|
43
43
|
```
|
|
44
44
|
rdc:deploy: <slug> → <domain>
|
|
45
45
|
[ ] Registry lookup (slug, uuid, branch, type, env_vars_needed)
|
|
46
|
+
[ ] Runtime-source guard: if the source being deployed is static (`sites/<name>`, nixpacks/static) but the registry `runtime` for <slug> is `next`, BLOCK — never deploy a flat/static source over a Next app. A static prototype deploys only under its OWN slug (never an existing Next app's slug), dev only. Changing a slug's runtime is architectural. (`.claude/rules/production-stack-nextjs.md`)
|
|
46
47
|
[ ] Git state verified (branch matches Coolify, commit pushed)
|
|
47
48
|
[ ] Build-id resolved (default: HEAD of watched branch)
|
|
48
49
|
[ ] Env vars present in Coolify (compare to registry)
|
|
@@ -152,6 +153,7 @@ Promote a **verified `develop` change** for one app to production. This is the s
|
|
|
152
153
|
rdc:deploy promote: <slug> → <prod-domain>
|
|
153
154
|
[ ] Registry lookup: PROD row (uuid, prod branch=main, watch_paths, url)
|
|
154
155
|
[ ] PUBLISH.md status gate: status=active AND prod in environments (block if not)
|
|
156
|
+
[ ] Runtime-source guard: BLOCK promoting a static source to a prod row whose intended `runtime` is `next` — production apps are Next.js (DB-backed). (`.claude/rules/production-stack-nextjs.md`)
|
|
155
157
|
[ ] Scope resolved: --hotfix <sha> → that commit; else the app-path commits on develop not on main
|
|
156
158
|
[ ] Scope guard: promote ONLY this app's paths. NEVER merge develop→main wholesale (drags unrelated WIP to prod)
|
|
157
159
|
[ ] Clean worktree off origin/main (never switch the dirty working tree)
|