chore(mma): Verify track loading in visual simulation and fix deterministic ID logic
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Phase 2: Epic & Track Verification
|
||||
- [x] Task: Write the simulation routine to trigger a new Epic and verify the Track Browser updates correctly. 605dfc3
|
||||
- [~] Task: Verify that selecting a newly generated track successfully loads its initial (empty) state into the DAG visualizer.
|
||||
- [x] Task: Verify that selecting a newly generated track successfully loads its initial (empty) state into the DAG visualizer.
|
||||
|
||||
## Phase 3: DAG & Spawn Interception Verification
|
||||
- [ ] Task: Simulate the "Start Track" action and verify the DAG visualizer populates with tasks.
|
||||
|
||||
28
conductor/tracks/track_f253a4571b15/state.toml
Normal file
28
conductor/tracks/track_f253a4571b15/state.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
discussion = []
|
||||
|
||||
[metadata]
|
||||
id = "track_f253a4571b15"
|
||||
name = "Mock Goal 2"
|
||||
status = "todo"
|
||||
created_at = "2026-02-28T22:12:36.511804"
|
||||
updated_at = "2026-02-28T22:12:36.511804"
|
||||
|
||||
[[tasks]]
|
||||
id = "mock-ticket-1"
|
||||
description = "Mock Ticket 1"
|
||||
status = "todo"
|
||||
assigned_to = "unassigned"
|
||||
context_requirements = []
|
||||
depends_on = []
|
||||
step_mode = false
|
||||
|
||||
[[tasks]]
|
||||
id = "mock-ticket-2"
|
||||
description = "Mock Ticket 2"
|
||||
status = "todo"
|
||||
assigned_to = "unassigned"
|
||||
context_requirements = []
|
||||
depends_on = [
|
||||
"mock-ticket-1",
|
||||
]
|
||||
step_mode = false
|
||||
28
conductor/tracks/track_f77123543df0/state.toml
Normal file
28
conductor/tracks/track_f77123543df0/state.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
discussion = []
|
||||
|
||||
[metadata]
|
||||
id = "track_f77123543df0"
|
||||
name = "Mock Goal 1"
|
||||
status = "todo"
|
||||
created_at = "2026-02-28T22:12:36.494624"
|
||||
updated_at = "2026-02-28T22:12:36.494624"
|
||||
|
||||
[[tasks]]
|
||||
id = "mock-ticket-1"
|
||||
description = "Mock Ticket 1"
|
||||
status = "todo"
|
||||
assigned_to = "unassigned"
|
||||
context_requirements = []
|
||||
depends_on = []
|
||||
step_mode = false
|
||||
|
||||
[[tasks]]
|
||||
id = "mock-ticket-2"
|
||||
description = "Mock Ticket 2"
|
||||
status = "todo"
|
||||
assigned_to = "unassigned"
|
||||
context_requirements = []
|
||||
depends_on = [
|
||||
"mock-ticket-1",
|
||||
]
|
||||
step_mode = false
|
||||
Reference in New Issue
Block a user