Skip to content

Commit a076863

Browse files
committed
Workspace: Adopt Git-native task ledgers (modules/flash)
Move workspace and module TODO state into structured TODO.tasks.json, DONE.tasks.json, and ISSUES.open.json ledgers. This keeps task state machine-readable, lets Doctor validate the backlog, and preserves ClickUp as the parent context for larger work.
1 parent ebc0fa7 commit a076863

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

DONE.tasks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"schema_version": "companiesascode.done_tasks.v1",
3+
"scope": {
4+
"id": "spectoda-modules-flash",
5+
"name": "Spectoda flash",
6+
"path": "modules/flash",
7+
"owner": "module-owner"
8+
},
9+
"tasks": []
10+
}

ISSUES.open.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"schema_version": "companiesascode.open_issues.v1",
3+
"scope": {
4+
"id": "spectoda-modules-flash",
5+
"name": "Spectoda flash",
6+
"path": "modules/flash",
7+
"owner": "module-owner"
8+
},
9+
"issues": []
10+
}

TODO.tasks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"schema_version": "companiesascode.todo_tasks.v1",
3+
"scope": {
4+
"id": "spectoda-modules-flash",
5+
"name": "Spectoda flash",
6+
"path": "modules/flash",
7+
"owner": "module-owner"
8+
},
9+
"tasks": []
10+
}

0 commit comments

Comments
 (0)