Teach a release workflow
Progressive emphasis, ordinary controls.
Teach a teammate to select a branch, choose an environment and queue a deployment.
Advance the lesson without losing typed values. Your application owns progression; Stet adds emphasis and cleans up each step.
Inspect plan, source & verification
Actual schema-valid React plan. Targets refer to source refs; this JSON is never executed by the drawing runtime. After installing @funsaized/stet, copy to annotation-plan.json and run ./node_modules/.bin/stet validate annotation-plan.json --json.
{
"version": 1,
"framework": "react",
"intent": "Select a source branch.",
"annotations": [
{
"id": "branch",
"primitive": "underline",
"targets": [
{
"strategy": "ref",
"file": "website/src/showcase/Deployment.tsx",
"locator": "branch",
"description": "Source branch selector"
}
],
"options": {
"seed": 81,
"description": "Select the branch to deploy.",
"stroke": "#416ba0"
}
}
]
}