/** * E2E Full Lifecycle Integration Test * * Verifies the complete SEVO pipeline lifecycle through all 6 conceptual phases: * Specify → Plan → Implement → Review → Deploy → Verify/Operate * * Covers: * - Pipeline creation and initial state * - Artifact generation at each stage * - Gate pass/fail with blocking and retry * - State transitions (pending → active → passed/failed → retry → passed) * - Parallel branch fork/join * - Pipeline completion */ export {}; //# sourceMappingURL=e2e-full-lifecycle.test.d.ts.map