chore: update status.json to mark testing domain as ready

This commit is contained in:
Ryan Malloy 2026-02-08 11:29:22 -07:00
parent 70c4a4a39a
commit cf2c5159b3

View File

@ -4,8 +4,8 @@
"domains": {
"security": { "status": "merged", "branch": "fix/security", "priority": 1 },
"architecture": { "status": "merged", "branch": "fix/architecture", "priority": 2 },
"performance": { "status": "merging", "branch": "fix/performance", "priority": 3 },
"testing": { "status": "ready", "branch": "fix/testing", "priority": 4 }
"performance": { "status": "merged", "branch": "fix/performance", "priority": 3 },
"testing": { "status": "merging", "branch": "fix/testing", "priority": 4 }
},
"merge_order": ["security", "architecture", "performance", "testing"]
}