|
|
f1605682fc
|
conductor(plan): Update Visual DAG track progress - Phases 1-4.1, 5.1 complete
|
2026-03-06 17:36:07 -05:00 |
|
|
|
5956b4b9de
|
feat(gui): Implement Visual DAG with imgui_node_editor
- Add node editor context and config in App.__init__
- Replace tree-based DAG with imgui_node_editor visualization
- Add selection detection for interactive ticket editing
- Add edit panel for selected ticket (view status, target, deps, mark complete, delete)
- Add ui_selected_ticket_id state variable
|
2026-03-06 17:35:41 -05:00 |
|
|
|
2e44d0ea2e
|
docs(conductor): Synchronize docs for track 'Deep AST-Driven Context Pruning'
|
2026-03-06 17:06:34 -05:00 |
|
|
|
af4a227d67
|
feat(mma): Implement Deep AST-Driven Context Pruning and mark track complete
|
2026-03-06 17:05:48 -05:00 |
|
|
|
d7dc3f6c49
|
docs(conductor): Synchronize docs for track 'True Parallel Worker Execution'
|
2026-03-06 16:56:31 -05:00 |
|
|
|
7da2946eff
|
feat(mma): Implement worker pool and configurable concurrency for DAG engine and mark track 'True Parallel Worker Execution' as complete
|
2026-03-06 16:55:45 -05:00 |
|
|
|
616675d7ea
|
docs(conductor): Synchronize docs for track 'Conductor Path Configuration'
|
2026-03-06 16:44:38 -05:00 |
|
|
|
f580165c5b
|
feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete
|
2026-03-06 16:43:11 -05:00 |
|
|
|
1294104f7f
|
hopefully done refining
|
2026-03-06 16:14:31 -05:00 |
|
|
|
88e27ae414
|
ok
|
2026-03-06 16:06:54 -05:00 |
|
|
|
bf24164b1f
|
sigh
|
2026-03-06 15:57:39 -05:00 |
|
|
|
49ae811be9
|
more refinements
|
2026-03-06 15:47:18 -05:00 |
|
|
|
fca40fd8da
|
refinement of upcoming tracks
|
2026-03-06 15:41:33 -05:00 |
|
|
|
3ce6a2ec8a
|
nice
|
2026-03-06 15:05:36 -05:00 |
|
|
|
4599e38df2
|
nice
|
2026-03-06 15:03:17 -05:00 |
|
|
|
f5ca592046
|
last track
|
2026-03-06 15:01:29 -05:00 |
|
|
|
3b79f2a4e1
|
WIP almost done with track planning
|
2026-03-06 15:00:15 -05:00 |
|
|
|
2c90020682
|
WIP next tracks planing
|
2026-03-06 14:52:10 -05:00 |
|
|
|
3336959e02
|
prep for new tracks
|
2026-03-06 14:46:22 -05:00 |
|
|
|
b8485073da
|
feat(gui): Add 'Force Prune Logs' button to Log Management panel.
|
2026-03-06 14:33:29 -05:00 |
|
|
|
81d8906811
|
fix(controller): Resolve syntax error in log pruning block.
|
2026-03-06 14:23:24 -05:00 |
|
|
|
2cfd0806cf
|
fix(logging): Update GUI and controller to use correct session log paths and fix syntax errors.
|
2026-03-06 14:22:41 -05:00 |
|
|
|
0de50e216b
|
commit
|
2026-03-06 14:04:50 -05:00 |
|
|
|
5a484c9e82
|
fix(mcp): Restore synchronous dispatch and update mcp_server to use async_dispatch.
|
2026-03-06 14:03:41 -05:00 |
|
|
|
9d5b874c66
|
fix(ai_client): Restore AI text capture and fix tool declaration in Gemini generation loop.
|
2026-03-06 13:47:22 -05:00 |
|
|
|
ae237330e9
|
chore(conductor): Mark track 'Simulation Fidelity Enhancement' as complete.
|
2026-03-06 13:38:15 -05:00 |
|
|
|
0a63892395
|
docs(conductor): Synchronize docs for track 'Asynchronous Tool Execution Engine'.
|
2026-03-06 13:28:45 -05:00 |
|
|
|
d5300d091b
|
chore(conductor): Mark track 'Asynchronous Tool Execution Engine' as complete.
|
2026-03-06 13:27:14 -05:00 |
|
|
|
3bc900b760
|
test: Update tests to mock async_dispatch for asynchronous tool execution engine.
|
2026-03-06 13:26:32 -05:00 |
|
|
|
eddc24503d
|
test(ai_client): Add tests for concurrent tool execution.
|
2026-03-06 13:16:41 -05:00 |
|
|
|
87dbfc5958
|
feat(ai_client): Refactor tool dispatch to use asyncio.gather for parallel tool execution.
|
2026-03-06 13:14:27 -05:00 |
|
|
|
60e1dce2b6
|
feat(mcp_client): Add async_dispatch and support for concurrent tool execution.
|
2026-03-06 13:11:48 -05:00 |
|
|
|
a960f3b3d0
|
docs(conductor): Synchronize docs for track 'Concurrent Tier Source Isolation'
|
2026-03-06 13:06:12 -05:00 |
|
|
|
c01f1ea2c8
|
chore(conductor): Mark track 'Concurrent Tier Source Isolation' as complete
|
2026-03-06 13:04:48 -05:00 |
|
|
|
7eaed9c78a
|
chore(conductor): Mark track 'Concurrent Tier Source Isolation' plan as complete
|
2026-03-06 13:04:38 -05:00 |
|
|
|
684a6d1d3b
|
feat(ai_client): isolation of current_tier using threading.local() for parallel agent safety
|
2026-03-06 12:59:18 -05:00 |
|
|
|
1fb6ebc4d0
|
idk why these weren't committed
|
2026-03-06 12:48:02 -05:00 |
|
|
|
a982e701ed
|
chore(conductor): Mark track 'Robust JSON Parsing for Tech Lead' as complete
|
2026-03-06 12:36:33 -05:00 |
|
|
|
84de6097e6
|
chore(conductor): Finalize track 'Robust JSON Parsing for Tech Lead' and cleanup static analysis
|
2026-03-06 12:36:24 -05:00 |
|
|
|
dc1b0d0fd1
|
test(conductor): Add validation tests for Tech Lead JSON retry logic
|
2026-03-06 12:32:53 -05:00 |
|
|
|
880ef5f370
|
feat(conductor): Add retry loop for Tech Lead JSON parsing
|
2026-03-06 12:30:23 -05:00 |
|
|
|
a16ed4b1ae
|
sigh
|
2026-03-06 12:05:24 -05:00 |
|
|
|
8c4d02ee40
|
conductor(tracks): Mark 'Mock Provider Hardening' track as complete
|
2026-03-06 11:55:23 -05:00 |
|
|
|
76b49b7a4f
|
conductor(plan): Mark phase 'Phase 3: Final Validation' as complete
|
2026-03-06 11:54:53 -05:00 |
|
|
|
493696ef2e
|
conductor(checkpoint): Checkpoint end of Phase 3
|
2026-03-06 11:54:28 -05:00 |
|
|
|
53b778619d
|
conductor(plan): Mark phase 'Phase 2: Negative Path Testing' as complete
|
2026-03-06 11:46:49 -05:00 |
|
|
|
7e88ef6bda
|
conductor(checkpoint): Checkpoint end of Phase 2
|
2026-03-06 11:46:23 -05:00 |
|
|
|
f5fa001d83
|
test(negative): Implement negative mock path tests for Phase 2
|
2026-03-06 11:43:17 -05:00 |
|
|
|
9075483cd5
|
conductor(plan): Mark phase 'Phase 1: Mock Script Extension' as complete
|
2026-03-06 11:28:02 -05:00 |
|
|
|
f186d81ce4
|
conductor(checkpoint): Checkpoint end of Phase 1
|
2026-03-06 11:27:26 -05:00 |
|