Add coordination ledger for task/branch ownership
Some checks failed
CI / test-and-quality (push) Failing after 9s

This commit is contained in:
2026-02-27 12:53:35 +01:00
parent 2f102a1a5e
commit e0fe152b83
2 changed files with 13 additions and 0 deletions

8
coordination/README.md Normal file
View 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`.

View File

@@ -0,0 +1,5 @@
{
"updatedAt": "2026-02-27T00:00:00Z",
"active": [],
"queue": []
}