feat(F-185): completed feature
This commit is contained in:
3
work/artifacts/F-185/architect.md
Normal file
3
work/artifacts/F-185/architect.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-185
|
||||
|
||||
Serialize integration files sharing one DB; forward migration corrects existing and fresh schemas.
|
||||
3
work/artifacts/F-185/documenter.md
Normal file
3
work/artifacts/F-185/documenter.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-185
|
||||
|
||||
PostgreSQL integration tests run sequentially; cart displays unavailable items and checkout blocks them.
|
||||
3
work/artifacts/F-185/implementer.md
Normal file
3
work/artifacts/F-185/implementer.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-185
|
||||
|
||||
Integration suite now runs files serially against its shared PostgreSQL DB. Migrations 052/053 correct EUR default and enforce currency/status checks. Cart retains unavailable lines for visible remediation while checkout remains stock gate. Reporting integration fixture now satisfies intentional FK. Final results: unit 264/264, integration 81/81, backend build PASS.
|
||||
1
work/artifacts/F-185/leader-close.json
Normal file
1
work/artifacts/F-185/leader-close.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-185","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/unit/integration/build/verify","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-185/qa.json
Normal file
1
work/artifacts/F-185/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-185","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"264 unit tests","ok":true},{"item":"81 integration tests","ok":true},{"item":"migration up/down/reapply","ok":true},{"item":"build","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-185/reviewer.json
Normal file
1
work/artifacts/F-185/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-185","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"serial DB isolation","ok":true},{"item":"forward schema corrections","ok":true},{"item":"cart/checkout contract","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-185/security.json
Normal file
1
work/artifacts/F-185/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-185","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"currency/status DB constraints","ok":true},{"item":"checkout stock gate retained","ok":true}],"issues":[]}
|
||||
@@ -1,3 +1,3 @@
|
||||
# F-184 — Reporting editor least privilege
|
||||
# F-185 — Integration suite stability
|
||||
|
||||
Remove REPORTING_EXPORT from editor role; exports remain admin-only as asserted by RBAC regression coverage.
|
||||
Run real-PostgreSQL integration files sequentially because each resets shared schema. Add forward migration correcting reporting_payment_lines currency default to literal EUR.
|
||||
|
||||
@@ -1,64 +1,64 @@
|
||||
{
|
||||
"feature_id": "F-184",
|
||||
"feature_id": "F-185",
|
||||
"stage": "close",
|
||||
"agent": "leader",
|
||||
"action": "close",
|
||||
"state": "running",
|
||||
"next_agent": "leader",
|
||||
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
|
||||
"updated_at": "2026-08-22T17:26:49Z",
|
||||
"updated_at": "2026-08-22T17:30:45Z",
|
||||
"timeline": [
|
||||
{
|
||||
"ts": "2026-08-22T17:26:02Z",
|
||||
"ts": "2026-08-22T17:27:57Z",
|
||||
"agent": "leader",
|
||||
"stage": "intake",
|
||||
"state": "running",
|
||||
"message": "Fix final full-suite RBAC regression"
|
||||
"message": "Fix final integration suite failures"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:02Z",
|
||||
"ts": "2026-08-22T17:27:57Z",
|
||||
"agent": "architect",
|
||||
"stage": "design",
|
||||
"state": "running",
|
||||
"message": "design"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:02Z",
|
||||
"ts": "2026-08-22T17:27:57Z",
|
||||
"agent": "implementer",
|
||||
"stage": "build",
|
||||
"state": "running",
|
||||
"message": "Remove editor export grant"
|
||||
"message": "Serialize integration suite and fix default"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:49Z",
|
||||
"ts": "2026-08-22T17:30:45Z",
|
||||
"agent": "reviewer",
|
||||
"stage": "review_gate",
|
||||
"state": "running",
|
||||
"message": "review"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:49Z",
|
||||
"ts": "2026-08-22T17:30:45Z",
|
||||
"agent": "security",
|
||||
"stage": "security_gate",
|
||||
"state": "running",
|
||||
"message": "security"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:49Z",
|
||||
"ts": "2026-08-22T17:30:45Z",
|
||||
"agent": "qa",
|
||||
"stage": "qa_gate",
|
||||
"state": "running",
|
||||
"message": "qa"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:49Z",
|
||||
"ts": "2026-08-22T17:30:45Z",
|
||||
"agent": "documenter",
|
||||
"stage": "document",
|
||||
"state": "running",
|
||||
"message": "document"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:26:49Z",
|
||||
"ts": "2026-08-22T17:30:45Z",
|
||||
"agent": "leader",
|
||||
"stage": "close",
|
||||
"state": "running",
|
||||
|
||||
Reference in New Issue
Block a user