mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-18 15:50:25 +02:00
* feat: add read-only coordination inventory and overlap evaluation * test: make coordination process fixtures platform explicit * test: report bounded Stop wrapper failure diagnostics * test: clean up failed memory MCP sessions deterministically * fix: update js-yaml to patched 4.3.2 * feat(coordination): distinguish declared goals from open sessions
43 lines
698 B
JSON
43 lines
698 B
JSON
{
|
|
"version": 1,
|
|
"repositories": [
|
|
{
|
|
"id": "repo",
|
|
"sources": {
|
|
"src/a.js": "require('../lib/b')",
|
|
"lib/b.js": ""
|
|
}
|
|
}
|
|
],
|
|
"tasks": [
|
|
{
|
|
"id": "a",
|
|
"repoId": "repo",
|
|
"paths": [
|
|
"src/a.js"
|
|
],
|
|
"heartbeatAt": "2026-09-08T06:00:00Z"
|
|
},
|
|
{
|
|
"id": "b",
|
|
"repoId": "repo",
|
|
"paths": [
|
|
"lib/b.js"
|
|
],
|
|
"parentId": "a"
|
|
}
|
|
],
|
|
"leases": [
|
|
{
|
|
"resource": "browser:chrome",
|
|
"owner": "root",
|
|
"expiresAt": "2026-09-08T07:00:00Z"
|
|
},
|
|
{
|
|
"resource": "browser:chrome",
|
|
"owner": "worker",
|
|
"expiresAt": "2026-09-08T07:00:00Z"
|
|
}
|
|
]
|
|
}
|