cb57cc4a02
STILL FIXING
2026-03-06 22:03:59 -05:00
f65e9b40b2
WIP: Regression hell
2026-03-06 21:22:21 -05:00
661566573c
feat(mma): Complete Visual DAG implementation, fix link creation/deletion, and sync docs
2026-03-06 19:13:20 -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
af4a227d67
feat(mma): Implement Deep AST-Driven Context Pruning and mark track complete
2026-03-06 17:05:48 -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
f580165c5b
feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete
2026-03-06 16:43:11 -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
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
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
f5fa001d83
test(negative): Implement negative mock path tests for Phase 2
2026-03-06 11:43:17 -05:00
5066e98240
fix(test): Resolve visual orchestration test and prepare hook env injection
2026-03-06 11:27:16 -05:00
0e23d6afb7
feat(test): Add MOCK_MODE environment variable support to mock_gemini_cli.py
2026-03-06 10:37:14 -05:00
90a0f93518
worst bug with visual orchestration
2026-03-06 00:08:10 -05:00
4ce6348978
fix: Multiple test fixes and improvements
...
- Fix mock_gemini_cli.py to use src/aggregate.py (moved to src directory)
- Add wait_for_event method to ApiHookClient for simulation tests
- Fix custom_callback path in app_controller to use absolute path
- Fix test_gui2_parity.py to use correct callback file path
2026-03-05 21:18:25 -05:00
d2481b2de7
never ends
2026-03-05 20:39:56 -05:00
2c5476dc5d
fix: Fix all failing test files with proper mocking and imports
...
- test_tiered_context.py: Fix aggregate imports to src.aggregate
- test_gemini_cli_adapter_parity.py: Fix subprocess.Popen mock path and JSON format
- test_gemini_cli_edge_cases.py: Fix mock path, JSON format, and adapter initialization
- test_gemini_cli_parity_regression.py: Fix mock path, reset global adapter
- test_token_usage.py: Fix SimpleNamespace mock structure for gemini response
2026-03-05 20:15:03 -05:00
e02ebf7a65
fix: Fix session API format and missing client methods
2026-03-05 19:55:54 -05:00
4da88a4274
fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen
2026-03-05 19:34:18 -05:00
03b68c9cea
fix(ai_client): Add missing response_received events for gemini streaming and non-streaming paths
2026-03-05 19:21:57 -05:00
937759a7a3
fix(tests): Simplify mma_orchestration_gui test to check actions exist
2026-03-05 19:12:26 -05:00
02947e3304
fix(tests): Fix mma_orchestration_gui task count, api_events mocks, gui_stress import
2026-03-05 19:09:39 -05:00
fd6dc5da43
fix(tests): Fix remaining patch paths in test_mma_orchestration_gui
2026-03-05 17:30:16 -05:00
e2ca7db7ab
fix(tests): Fix google-genai streaming mocks in api_events tests
2026-03-05 17:22:54 -05:00
fd36aad539
PYTHON
2026-03-05 17:13:59 -05:00
98105aecd3
fix(tests): Fix import paths and update for google-genai API
2026-03-05 16:51:47 -05:00
8f87f9b406
fix(tests): Add src. prefix to module imports
2026-03-05 16:45:06 -05:00
2aec39bb0b
FUCK PYTHON
2026-03-05 16:37:30 -05:00
3d5773fa63
YET ANOTEHR BOTCHED TRACK.
2026-03-05 16:14:58 -05:00
d04574aa8f
WIP: PAIN4
2026-03-05 15:53:50 -05:00
184fb39e53
GARBAGE
2026-03-05 15:17:30 -05:00
8784d05db4
WIP: PAIN3
2026-03-05 15:10:53 -05:00
fca57841c6
WIP: PAIN2
2026-03-05 14:43:45 -05:00
0e3b479bd6
WIP: PAIN
2026-03-05 14:24:03 -05:00
e81843b11b
WIP: PYTHON
2026-03-05 14:07:04 -05:00
a13a6c5cd0
WIP: STILL FIXING FUNDAMENTAL TRASH
2026-03-05 14:04:17 -05:00
70d18347d7
WIP: GARBAGE LANGUAGE
2026-03-05 13:58:43 -05:00
01c5bb7947
WIP: PYTHON IS TRASH
2026-03-05 13:57:03 -05:00
5e69617f88
WIP: I HATE PYTHON
2026-03-05 13:55:40 -05:00
a783ee5165
feat(api): Add /api/gui/state endpoint and live_gui integration tests
2026-03-05 10:06:47 -05:00
35480a26dc
test(audit): fix critical test suite deadlocks and write exhaustive architectural report
...
- Fix 'Triple Bingo' history synchronization explosion during streaming
- Implement stateless event buffering in ApiHookClient to prevent dropped events
- Ensure 'tool_execution' events emit consistently across all LLM providers
- Add hard timeouts to all background thread wait() conditions
- Add thorough teardown cleanup to conftest.py's reset_ai_client fixture
- Write highly detailed report_gemini.md exposing asyncio lifecycle flaws
2026-03-05 01:42:47 -05:00
45b716f0f0
fix(tests): resolve 3 test failures in GUI decoupling track
...
- conftest.py: Create workspace dir before writing files (FileNotFoundError)
- test_live_gui_integration.py: Call handler directly since start_services mocked
- test_gui2_performance.py: Fix key mismatch (gui_2.py -> sloppy.py path lookup)
2026-03-04 22:00:00 -05:00
2d92674aa0
fix(controller): Add stop_services() and dialog imports for GUI decoupling
...
- Add AppController.stop_services() to clean up AI client and event loop
- Add ConfirmDialog, MMAApprovalDialog, MMASpawnApprovalDialog imports to gui_2.py
- Fix test mocks for MMA dashboard and approval indicators
- Add retry logic to conftest.py for Windows file lock cleanup
2026-03-04 20:16:16 -05:00
88aefc2f08
fix(tests): Sandbox isolation - use SLOP_CONFIG env var for config.toml
2026-03-04 17:12:36 -05:00
01b3c26653
Botched: Need to do a higher reaosning model to fix this mess.
2026-03-04 12:32:14 -05:00
f2b25757eb
refactor(tests): Update test suite and API hooks for AppController architecture
2026-03-04 11:38:36 -05:00
c102392320
feat(src): Resolve imports and create sloppy.py entry point
2026-03-04 10:01:55 -05:00