Files
ECC/examples/coordination-inventory/manifest.json
T
Affaan MustafaandGitHub c7d62c0c6a Distinguish declared goals, open sessions and overlap risk in coordination inventory (#3028)
* 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
2026-09-10 14:11:51 +03:00

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"
}
]
}