phaseAfterGate( gate: "G0" | "G1" | "G2" | "G3", profile: "patch" | "standard" | "full",): | "spec" | "plan" | "implement" | "integrate" | "release" | "done" | "paused" | "closed" Parameters
- gate: "G0" | "G1" | "G2" | "G3"
- profile: "patch" | "standard" | "full"
Returns
| "spec"
| "plan"
| "implement"
| "integrate"
| "release"
| "done"
| "paused"
| "closed"
Profile-aware phase advance: in reduced profiles the run ends at G2 — the merge is the release — so G2 advances to done, not release.