mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 03:42:24 +02:00
feat(land-and-deploy): carve first-run validation, readiness gate, and merge/deploy into sections
The once-per-repo dry-run validation, the pre-merge readiness gate, and the
merge + deploy-strategy steps (37.8KB) load on demand: skeleton 91.1KB ->
55.7KB. Step 1.5 keeps its detection bash as the dispatch; the first-run
section's fingerprint-save block gained {{SLUG_EVAL}} so it is self-contained.
Zero content lost (line-coverage checked against HEAD).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
87589961a4
commit
b4fda5f484
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://gstack.dev/schemas/section-manifest.json",
|
||||
"skill": "land-and-deploy",
|
||||
"version": 1,
|
||||
"note": "PASSIVE registry (v2 plan T9 / CM2). Fields are IDs, file paths, human titles, and human-readable trigger text ONLY. The skeleton's decision-tree prose is the ONLY place that decides WHEN to read a section; required-reads live in the E2E fixtures. No machine predicate here — see docs/designs/v2_PLAN.md:663.",
|
||||
"sections": [
|
||||
{
|
||||
"id": "first-run-validation",
|
||||
"file": "first-run-validation.md",
|
||||
"title": "First-run dry-run validation (teacher mode)",
|
||||
"trigger": "running the first-run dry-run validation — Step 1.5's check returned FIRST_RUN or CONFIG_CHANGED (skip on CONFIRMED)"
|
||||
},
|
||||
{
|
||||
"id": "readiness-gate",
|
||||
"file": "readiness-gate.md",
|
||||
"title": "Pre-merge readiness gate",
|
||||
"trigger": "the pre-merge readiness gate (Step 3.5) — the last check before the irreversible merge"
|
||||
},
|
||||
{
|
||||
"id": "merge-and-deploy",
|
||||
"file": "merge-and-deploy.md",
|
||||
"title": "Merge the PR + deploy strategy detection",
|
||||
"trigger": "merging the PR and detecting the deploy strategy (Steps 4-5)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user