Add coordination ledger for task/branch ownership
Some checks failed
CI / test-and-quality (push) Failing after 9s
Some checks failed
CI / test-and-quality (push) Failing after 9s
This commit is contained in:
8
coordination/README.md
Normal file
8
coordination/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Coordination
|
||||||
|
|
||||||
|
Denne mappe bruges af scheduler/dev-runners til at holde styr på:
|
||||||
|
- hvem der ejer hvilken opgave
|
||||||
|
- hvilken branch der er aktiv
|
||||||
|
- hvad der står i queue
|
||||||
|
|
||||||
|
Single source of truth: `assignments.json`.
|
||||||
5
coordination/assignments.json
Normal file
5
coordination/assignments.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"updatedAt": "2026-02-27T00:00:00Z",
|
||||||
|
"active": [],
|
||||||
|
"queue": []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user