Feature: SOP — Validation-to-Done pipeline [DUPLICATE — sop-validation already exists] #233
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — gap discovered during session where board items were moved to done before validation, then corrected. The dual Chrome DevTools + Playwright approach proved effective and should be standardized.
Repo
forgejo_admin/pal-e-platform(SOP note created via pal-e-docs MCP tools)User Story
As a superadmin
I want a documented validation-to-done pipeline
So that no board item reaches done without verified deployment evidence
Context
Current gap: board items can be moved to done after merge without validation. This session proved a dual-browser approach:
Chrome DevTools MCP: Better for network debugging (request IDs, detailed headers, performance)
Playwright MCP: Better for DOM/accessibility tree inspection, JS evaluation, automated assertions
Both caught the same pre-existing CORS bug that manual review would have missed. Running both provides redundancy and catches different classes of issues.
Proposed pipeline (codify as SOP):
Column flow enforcement:
in_progress→needs_approval(QA review)needs_approval→qa(merge approved)qa→done(validation passes — NEVER skip this)File Targets
sop-validation-pipelinein pal-e-docssop-indexto include the new SOPdonecolumn without validation evidenceAcceptance Criteria
Test Expectations
get_note(slug="sop-validation-pipeline")Constraints
Checklist
Related
project-pal-e-platform— platform infrastructureproject-pal-e-agency— agency workflows and conventionsFeature: SOP — Validation-to-Done pipeline with dual browser verificationto Feature: SOP — Validation-to-Done pipeline [DUPLICATE — sop-validation already exists]