- Add bypass_path_validation fixture for tests using mock paths - Update find_ilspycmd_path references to use mcilspy.utils - Fix wrapper fixture patches in timeout tests - Update assertions for new output formats (pagination, etc.) - Mark all taskmaster domains as merged in status.json All 165 tests passing.
13 lines
549 B
JSON
13 lines
549 B
JSON
{
|
|
"project": "mcilspy-code-review-fixes",
|
|
"created": "2025-02-08T00:00:00Z",
|
|
"completed": "2025-02-08T12:00:00Z",
|
|
"domains": {
|
|
"security": { "status": "merged", "branch": "fix/security", "priority": 1 },
|
|
"architecture": { "status": "merged", "branch": "fix/architecture", "priority": 2 },
|
|
"performance": { "status": "merged", "branch": "fix/performance", "priority": 3 },
|
|
"testing": { "status": "merged", "branch": "fix/testing", "priority": 4 }
|
|
},
|
|
"merge_order": ["security", "architecture", "performance", "testing"]
|
|
}
|