Migrate SDLC skill: privilegedescalation-dev → headlamp-dev

- Updates 3 namespace references in Pipeline section

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 09:34:12 +00:00
committed by Hugh Hackman [agent]
parent 96aa61f607
commit df14af9d3d
+3 -3
View File
@@ -62,7 +62,7 @@ gh pr create --title "..." --body "... cc @cpfarhood"
Requires **3 approving GitHub reviews** before the CEO merges:
1. **UAT (Pixel Patty)** — E2E browser testing against `privilegedescalation-dev`
1. **UAT (Pixel Patty)** — E2E browser testing against `headlamp-dev`
2. **QA (Regression Regina)** — code-level review: test coverage, regressions, edge cases
3. **CTO (Null Pointer Nancy)** — architecture alignment, code quality, security
@@ -72,7 +72,7 @@ Requires **3 approving GitHub reviews** before the CEO merges:
```
CI: Engineer opens PR → CI runs (lint, types, unit tests)
UAT: Pixel Patty validates E2E in privilegedescalation-dev
UAT: Pixel Patty validates E2E in headlamp-dev
QA: Regression Regina reviews code quality and test coverage
CTO: Null Pointer Nancy reviews architecture and security
Merge: Countess von Containerheim merges after all approvals
@@ -87,7 +87,7 @@ Merge: Countess von Containerheim merges after all approvals
### Stage 2 — UAT Review
4. Pixel Patty picks up PRs with passing CI.
5. Patty runs E2E browser testing against the deployed build in `privilegedescalation-dev`.
5. Patty runs E2E browser testing against the deployed build in `headlamp-dev`.
6. Pass → hands off to QA. Fail → goes directly to engineer.
### Stage 3 — QA Review