Commit Graph

222 Commits

Author SHA1 Message Date
Ed_
0fae341d2f fix(ai_client): add patch_callback param to _send_gemini_cli signature 2026-03-07 01:28:07 -05:00
Ed_
99a5d7045f feat(diff): Add diff rendering helpers for GUI
- Add get_line_color() to classify diff lines
- Add render_diff_text_immediate() for immediate mode rendering
- Add tests for rendering functions
2026-03-07 00:13:10 -05:00
Ed_
5277b11279 chore: update track references and config 2026-03-07 00:06:05 -05:00
Ed_
bfe9fb03be feat(conductor): Add MiniMax Provider Integration track 2026-03-06 19:14:58 -05:00
Ed_
661566573c feat(mma): Complete Visual DAG implementation, fix link creation/deletion, and sync docs 2026-03-06 19:13:20 -05:00
Ed_
d54cc3417a conductor(tracks): Mark Visual DAG track as complete 2026-03-06 18:49:03 -05:00
Ed_
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
Ed_
af4a227d67 feat(mma): Implement Deep AST-Driven Context Pruning and mark track complete 2026-03-06 17:05:48 -05:00
Ed_
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
Ed_
f580165c5b feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete 2026-03-06 16:43:11 -05:00
Ed_
4599e38df2 nice 2026-03-06 15:03:17 -05:00
Ed_
f5ca592046 last track 2026-03-06 15:01:29 -05:00
Ed_
2c90020682 WIP next tracks planing 2026-03-06 14:52:10 -05:00
Ed_
ae237330e9 chore(conductor): Mark track 'Simulation Fidelity Enhancement' as complete. 2026-03-06 13:38:15 -05:00
Ed_
d5300d091b chore(conductor): Mark track 'Asynchronous Tool Execution Engine' as complete. 2026-03-06 13:27:14 -05:00
Ed_
c01f1ea2c8 chore(conductor): Mark track 'Concurrent Tier Source Isolation' as complete 2026-03-06 13:04:48 -05:00
Ed_
684a6d1d3b feat(ai_client): isolation of current_tier using threading.local() for parallel agent safety 2026-03-06 12:59:18 -05:00
Ed_
a982e701ed chore(conductor): Mark track 'Robust JSON Parsing for Tech Lead' as complete 2026-03-06 12:36:33 -05:00
Ed_
8c4d02ee40 conductor(tracks): Mark 'Mock Provider Hardening' track as complete 2026-03-06 11:55:23 -05:00
Ed_
4da88a4274 fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen 2026-03-05 19:34:18 -05:00
Ed_
3d5773fa63 YET ANOTEHR BOTCHED TRACK. 2026-03-05 16:14:58 -05:00
Ed_
5e69617f88 WIP: I HATE PYTHON 2026-03-05 13:55:40 -05:00
Ed_
107608cd76 chore(conductor): Mark track 'Hook API UI State Verification' as complete 2026-03-05 10:11:05 -05:00
Ed_
c295db1630 docs: Reorder track queue and initialize final stabilization tracks
- Initialize asyncio_decoupling_refactor_20260306 track

- Initialize mock_provider_hardening_20260305 track

- Initialize simulation_fidelity_enhancement_20260305 track

- Update TASKS.md and tracks.md to reflect new strict execution queue

- Archive completed tracks and remove deprecated test performance track
2026-03-05 09:43:42 -05:00
Ed_
1bc4205153 set gui decoupling to "complete" 2026-03-04 23:03:53 -05:00
Ed_
d0009bb23a refactor(gui): Migrate application state to AppController 2026-03-04 10:36:41 -05:00
Ed_
92da9727b6 chore(conductor): Mark track 'Codebase Migration to src & Cleanup' as complete 2026-03-04 10:11:56 -05:00
Ed_
1eb9d2923f chore(cleanup): Remove unused scripts and artifacts from project root 2026-03-04 09:51:51 -05:00
Ed_
e8cd3e5e87 conductor(archive): Archive strict static analysis and typing track 2026-03-04 09:46:22 -05:00
Ed_
ce1987ef3f re-archive 2026-03-04 01:06:25 -05:00
Ed_
966b5c3d03 wow this ai messed up. 2026-03-04 00:01:01 -05:00
Ed_
c0a8777204 chore(conductor): Archive track 'Test Suite Stabilization & Consolidation' 2026-03-03 23:38:08 -05:00
Ed_
47ac7bafcb chore(conductor): Mark track 'Test Suite Stabilization & Consolidation' as complete 2026-03-03 23:01:41 -05:00
Ed_
2b15bfb1c1 docs: Update workflow rules, create new async tool track, and log journal 2026-03-03 01:49:04 -05:00
Ed_
8666137479 conductor(checkpoint): Checkpoint end of Phase 1 2026-03-02 23:03:42 -05:00
Ed_
1d4dfedab7 chore(conductor): Add Manual UX Validation & Polish track to the strict execution queue 2026-03-02 22:42:27 -05:00
Ed_
2f4dca719f chore(conductor): Define Strict Execution Queue in tracks registry 2026-03-02 22:35:36 -05:00
Ed_
51939c430a chore(conductor): Add 6 new tracks to the strict execution order queue 2026-03-02 22:34:25 -05:00
Ed_
034acb0e54 chore(conductor): Add new track 'Codebase Migration to src & Cleanup' 2026-03-02 22:28:56 -05:00
Ed_
84239e6d47 chore(conductor): Add Test Suite Stabilization & Consolidation track 2026-03-02 22:09:36 -05:00
Ed_
72000c18d5 chore(conductor): Archive tech debt track and cleanup registry 2026-03-02 22:00:47 -05:00
Ed_
76fadf448f chore(conductor): Mark track 'tech_debt_and_test_cleanup_20260302' as complete 2026-03-02 21:44:18 -05:00
Ed_
35822aab08 chore(test): Centralize app_instance and mock_app fixtures in conftest.py 2026-03-02 20:54:25 -05:00
Ed_
6f279bc650 chore(conductor): Archive track 'Conductor Workflow Improvements' 2026-03-02 20:46:43 -05:00
Ed_
af83dd95aa chore(conductor): Mark track 'Conductor Workflow Improvements' as complete 2026-03-02 19:43:28 -05:00
Ed_
3800347822 conductor(checkpoint): Checkpoint end of Phase 1: Skill Document Hardening 2026-03-02 19:41:17 -05:00
Ed_
81fc37335c chore(conductor): Archive track 'mma_agent_focus_ux_20260302' 2026-03-02 19:37:49 -05:00
Ed_
892d35811d chore(conductor): Archive track 'architecture_boundary_hardening_20260302' 2026-03-02 19:23:28 -05:00
Ed_
912bc2d193 chore(conductor): Archive track 'feature_bleed_cleanup_20260302' 2026-03-02 19:19:40 -05:00
Ed_
b402c71fbf chore(conductor): Archive track 'context_token_viz_20260301' 2026-03-02 19:11:40 -05:00