Commit Graph
100 Commits
Author SHA1 Message Date
ed 49ae811be9 more refinements 2026-03-06 15:47:18 -05:00
ed fca40fd8da refinement of upcoming tracks 2026-03-06 15:41:33 -05:00
ed 3ce6a2ec8a nice 2026-03-06 15:05:36 -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 3b79f2a4e1 WIP almost done with track planning 2026-03-06 15:00:15 -05:00
ed 2c90020682 WIP next tracks planing 2026-03-06 14:52:10 -05:00
ed 3336959e02 prep for new tracks 2026-03-06 14:46:22 -05:00
ed b8485073da feat(gui): Add 'Force Prune Logs' button to Log Management panel. 2026-03-06 14:33:29 -05:00
ed 81d8906811 fix(controller): Resolve syntax error in log pruning block. 2026-03-06 14:23:24 -05:00
ed 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
ed 0de50e216b commit 2026-03-06 14:04:50 -05:00
ed 5a484c9e82 fix(mcp): Restore synchronous dispatch and update mcp_server to use async_dispatch. 2026-03-06 14:03:41 -05:00
ed 9d5b874c66 fix(ai_client): Restore AI text capture and fix tool declaration in Gemini generation loop. 2026-03-06 13:47:22 -05:00
ed ae237330e9 chore(conductor): Mark track 'Simulation Fidelity Enhancement' as complete. 2026-03-06 13:38:15 -05:00
ed 0a63892395 docs(conductor): Synchronize docs for track 'Asynchronous Tool Execution Engine'. 2026-03-06 13:28:45 -05:00
ed d5300d091b chore(conductor): Mark track 'Asynchronous Tool Execution Engine' as complete. 2026-03-06 13:27:14 -05:00
ed 3bc900b760 test: Update tests to mock async_dispatch for asynchronous tool execution engine. 2026-03-06 13:26:32 -05:00
ed eddc24503d test(ai_client): Add tests for concurrent tool execution. 2026-03-06 13:16:41 -05:00
ed 87dbfc5958 feat(ai_client): Refactor tool dispatch to use asyncio.gather for parallel tool execution. 2026-03-06 13:14:27 -05:00
ed 60e1dce2b6 feat(mcp_client): Add async_dispatch and support for concurrent tool execution. 2026-03-06 13:11:48 -05:00
ed a960f3b3d0 docs(conductor): Synchronize docs for track 'Concurrent Tier Source Isolation' 2026-03-06 13:06:12 -05:00
ed c01f1ea2c8 chore(conductor): Mark track 'Concurrent Tier Source Isolation' as complete 2026-03-06 13:04:48 -05:00
ed 7eaed9c78a chore(conductor): Mark track 'Concurrent Tier Source Isolation' plan as complete 2026-03-06 13:04:38 -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 1fb6ebc4d0 idk why these weren't committed 2026-03-06 12:48:02 -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 84de6097e6 chore(conductor): Finalize track 'Robust JSON Parsing for Tech Lead' and cleanup static analysis 2026-03-06 12:36:24 -05:00
ed dc1b0d0fd1 test(conductor): Add validation tests for Tech Lead JSON retry logic 2026-03-06 12:32:53 -05:00
ed 880ef5f370 feat(conductor): Add retry loop for Tech Lead JSON parsing 2026-03-06 12:30:23 -05:00
ed a16ed4b1ae sigh 2026-03-06 12:05:24 -05:00
ed 8c4d02ee40 conductor(tracks): Mark 'Mock Provider Hardening' track as complete 2026-03-06 11:55:23 -05:00
ed 76b49b7a4f conductor(plan): Mark phase 'Phase 3: Final Validation' as complete 2026-03-06 11:54:53 -05:00
ed 493696ef2e conductor(checkpoint): Checkpoint end of Phase 3 2026-03-06 11:54:28 -05:00
ed 53b778619d conductor(plan): Mark phase 'Phase 2: Negative Path Testing' as complete 2026-03-06 11:46:49 -05:00
ed 7e88ef6bda conductor(checkpoint): Checkpoint end of Phase 2 2026-03-06 11:46:23 -05:00
ed f5fa001d83 test(negative): Implement negative mock path tests for Phase 2 2026-03-06 11:43:17 -05:00
ed 9075483cd5 conductor(plan): Mark phase 'Phase 1: Mock Script Extension' as complete 2026-03-06 11:28:02 -05:00
ed f186d81ce4 conductor(checkpoint): Checkpoint end of Phase 1 2026-03-06 11:27:26 -05:00
ed 5066e98240 fix(test): Resolve visual orchestration test and prepare hook env injection 2026-03-06 11:27:16 -05:00
ed 3ec8ef8e05 conductor(plan): Mark Phase 1 initial tasks as complete 2026-03-06 10:37:45 -05:00
ed 0e23d6afb7 feat(test): Add MOCK_MODE environment variable support to mock_gemini_cli.py 2026-03-06 10:37:14 -05:00
ed 09261cf69b adjustments 2026-03-06 10:25:34 -05:00
ed ce9306d441 adjustments 2026-03-06 10:21:39 -05:00
ed d575ebb471 adjustments 2026-03-06 10:18:16 -05:00
ed 11325cce62 del 2026-03-06 10:12:29 -05:00
ed 3376da7761 docs: Add session debrief about test fixes and MCP tool lesson 2026-03-06 00:24:04 -05:00
ed 0b6db4b56c fk it 2026-03-06 00:11:35 -05:00
ed 90a0f93518 worst bug with visual orchestration 2026-03-06 00:08:10 -05:00
ed 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
ed d2481b2de7 never ends 2026-03-05 20:39:56 -05:00
ed 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
ed e02ebf7a65 fix: Fix session API format and missing client methods 2026-03-05 19:55:54 -05:00
ed 4da88a4274 fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen 2026-03-05 19:34:18 -05:00
ed edd66792fa fix(tests): Fix api_events test mocks for google-genai streaming 2026-03-05 19:24:53 -05:00
ed 03b68c9cea fix(ai_client): Add missing response_received events for gemini streaming and non-streaming paths 2026-03-05 19:21:57 -05:00
ed 937759a7a3 fix(tests): Simplify mma_orchestration_gui test to check actions exist 2026-03-05 19:12:26 -05:00
ed 02947e3304 fix(tests): Fix mma_orchestration_gui task count, api_events mocks, gui_stress import 2026-03-05 19:09:39 -05:00
ed 48f8afce3e fix(tests): Fix patch paths for orchestrator_pm and aggregate 2026-03-05 18:51:20 -05:00
ed fd6dc5da43 fix(tests): Fix remaining patch paths in test_mma_orchestration_gui 2026-03-05 17:30:16 -05:00
ed e2ca7db7ab fix(tests): Fix google-genai streaming mocks in api_events tests 2026-03-05 17:22:54 -05:00
ed 0c6cfa21d4 fix(tests): Fix all patch paths for src. prefix 2026-03-05 17:16:05 -05:00
ed fd36aad539 PYTHON 2026-03-05 17:13:59 -05:00
ed d4923c5198 conductor(plan): Mark asyncio decoupling track complete 2026-03-05 16:58:02 -05:00
ed 4c150317ba fix(tests): Fix remaining import paths and AST test 2026-03-05 16:53:54 -05:00
ed 98105aecd3 fix(tests): Fix import paths and update for google-genai API 2026-03-05 16:51:47 -05:00
ed c0ccaebcc5 fix(ai_client): Use send_message_stream for google-genai streaming 2026-03-05 16:48:57 -05:00
ed 8f87f9b406 fix(tests): Add src. prefix to module imports 2026-03-05 16:45:06 -05:00
ed 325a0c171b refactor(gui_2): Remove unused asyncio import 2026-03-05 16:38:53 -05:00
ed 2aec39bb0b FUCK PYTHON 2026-03-05 16:37:30 -05:00
ed 55293a585a debrief 2026-03-05 16:31:23 -05:00
ed 3d5773fa63 YET ANOTEHR BOTCHED TRACK. 2026-03-05 16:14:58 -05:00
ed d04574aa8f WIP: PAIN4 2026-03-05 15:53:50 -05:00
ed 184fb39e53 GARBAGE 2026-03-05 15:17:30 -05:00
ed 8784d05db4 WIP: PAIN3 2026-03-05 15:10:53 -05:00
ed fca57841c6 WIP: PAIN2 2026-03-05 14:43:45 -05:00
ed 0e3b479bd6 WIP: PAIN 2026-03-05 14:24:03 -05:00
ed e81843b11b WIP: PYTHON 2026-03-05 14:07:04 -05:00
ed a13a6c5cd0 WIP: STILL FIXING FUNDAMENTAL TRASH 2026-03-05 14:04:17 -05:00
ed 70d18347d7 WIP: GARBAGE LANGUAGE 2026-03-05 13:58:43 -05:00
ed 01c5bb7947 WIP: PYTHON IS TRASH 2026-03-05 13:57:03 -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 b141748ca5 conductor(plan): Mark phase 'Phase 3' as complete 2026-03-05 10:10:36 -05:00
ed f42bee3232 conductor(checkpoint): Checkpoint end of Phase 3 2026-03-05 10:10:16 -05:00
ed b30d9dd23b conductor(plan): Mark phase 'Phase 1 & 2' as complete 2026-03-05 10:08:59 -05:00
ed 9967fbd454 conductor(checkpoint): Checkpoint end of Phase 1 and 2 2026-03-05 10:08:40 -05:00
ed a783ee5165 feat(api): Add /api/gui/state endpoint and live_gui integration tests 2026-03-05 10:06:47 -05:00
ed 52838bc500 conductor(plan): Mark task 'Initialize MMA Environment' as complete 2026-03-05 09:55:05 -05:00
ed 6b4c626dd2 chore: Initialize MMA environment 2026-03-05 09:54:37 -05:00
ed d0e7743ef6 chore(conductor): Archive completed and deprecated tracks
- Moved codebase_migration_20260302 to archive

- Moved gui_decoupling_controller_20260302 to archive

- Moved test_architecture_integrity_audit_20260304 to archive

- Removed deprecated test_suite_performance_and_flakiness_20260302
2026-03-05 09:51:11 -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 e21cd64833 docs: Update remaining track plans with test architecture debt warnings
- Add test debt notes to concurrent_tier, manual_ux, and async_tool tracks to guide testing strategies away from live_gui where appropriate.
2026-03-05 09:35:03 -05:00
ed d863c51da3 docs: Update track plans with test architecture debt warnings
- Mark live_gui tests as flaky by design in TASKS.md until stabiliztion tracks complete

- Add test debt notes to upcoming tracks to guide testing strategies
2026-03-05 09:32:24 -05:00
ed e3c6b9e498 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:46:13 -05:00
ed 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
ed bfdbd43785 GLM meta-report 2026-03-05 00:59:00 -05:00
ed 983538aa8b reports and potential new track 2026-03-05 00:32:00 -05:00
ed 1bc4205153 set gui decoupling to "complete" 2026-03-04 23:03:53 -05:00
ed cbe58936f5 feat(mcp): Add edit_file tool - native edit replacement that preserves indentation
- New edit_file(path, old_string, new_string, replace_all) function
- Reads/writes with newline='' to preserve CRLF and 1-space indentation
- Returns error if old_string not found or multiple matches without replace_all
- Added to MUTATING_TOOLS for HITL approval routing
- Added to TOOL_NAMES and dispatch function
- Added MCP_TOOL_SPECS entry for AI tool declaration
- Updated agent configs (tier2, tier3, general) with edit_file mapping

Note: tier1, tier4, explore agents don't need this (edit: deny - read-only)
2026-03-04 23:00:13 -05:00