Commit Graph

502 Commits

Author SHA1 Message Date
Ed_
b141748ca5 conductor(plan): Mark phase 'Phase 3' as complete 2026-03-05 10:10:36 -05:00
Ed_
b30d9dd23b conductor(plan): Mark phase 'Phase 1 & 2' as complete 2026-03-05 10:08:59 -05:00
Ed_
52838bc500 conductor(plan): Mark task 'Initialize MMA Environment' as complete 2026-03-05 09:55:05 -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_
983538aa8b reports and potential new track 2026-03-05 00:32:00 -05:00
Ed_
270f5f7e31 conductor(plan): Mark Codebase Migration track complete [92da972] 2026-03-04 22:28:34 -05:00
Ed_
9d7628be3c glm did okay but still pain 2026-03-04 22:05:27 -05:00
Ed_
704b9c81b3 conductor(plan): Mark GUI Decoupling track complete [45b716f] 2026-03-04 22:00:44 -05:00
Ed_
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
Ed_
bc7408fbe7 conductor(plan): Mark Task 5.5 complete, Phase 5 recovery mostly done 2026-03-04 17:27:04 -05:00
Ed_
1b46534eff fix(controller): Clean up stray pass in _run_event_loop (Task 5.5) 2026-03-04 17:26:34 -05:00
Ed_
817a453ec9 conductor(plan): Skip Task 5.3, move to Task 5.4 2026-03-04 16:47:40 -05:00
Ed_
73cc748582 conductor(plan): Mark Task 5.2 complete, start Task 5.3 2026-03-04 16:47:10 -05:00
Ed_
bc93c20ee4 conductor(plan): Mark Task 5.1 complete, start Task 5.2 2026-03-04 16:45:06 -05:00
Ed_
16d337e8d1 conductor(phase5): Task 5.1 - AST Synchronization Audit complete 2026-03-04 16:44:59 -05:00
Ed_
01b3c26653 Botched: Need to do a higher reaosning model to fix this mess. 2026-03-04 12:32:14 -05:00
Ed_
8d3fdb53d0 chore(conductor): Mark Phase 3 test refactoring tasks as complete 2026-03-04 11:38:56 -05:00
Ed_
0152f05cca chore(conductor): Mark Phase 2 logic migration tasks as complete 2026-03-04 11:03:39 -05:00
Ed_
f796292fb5 chore(conductor): Mark Phase 1 state migration tasks as complete 2026-03-04 10:37:03 -05:00
Ed_
9b17667aca conductor(plan): Record commit SHA for Phase 4 validation tasks 2026-03-04 10:11:00 -05:00
Ed_
ea5bb4eedf docs(src): Update documentation for src/ layout and sloppy.py entry point 2026-03-04 10:10:41 -05:00
Ed_
de6d2b0df6 conductor(plan): Record checkpoint SHA for Phase 2 & 3 2026-03-04 10:08:03 -05:00
Ed_
a519a9ba00 conductor(plan): Record commit SHA for Phase 3 import resolution tasks 2026-03-04 10:02:08 -05:00
Ed_
c102392320 feat(src): Resolve imports and create sloppy.py entry point 2026-03-04 10:01:55 -05:00
Ed_
a0276e0894 feat(src): Move core implementation files to src/ directory 2026-03-04 09:55:44 -05:00
Ed_
30f2ec6689 conductor(plan): Record commit SHA for Phase 1 cleanup tasks 2026-03-04 09:52:07 -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_
fe2114a2e0 feat(types): Complete strict static analysis and typing track 2026-03-04 09:46:02 -05:00
Ed_
c6c2a1b40c feat(ci): Add type validation script and update track plan 2026-03-04 01:21:25 -05:00
Ed_
dac6400ddf conductor(plan): Mark phase 'Core Library Typing Resolution' as complete 2026-03-04 01:13:57 -05:00
Ed_
c5ee50ff0b feat(types): Resolve strict mypy errors in conductor subsystem 2026-03-04 01:13:42 -05:00
Ed_
6ebbf40d9d feat(types): Resolve strict mypy errors in api_hook_client.py, models.py, and events.py 2026-03-04 01:11:50 -05:00
Ed_
b467107159 conductor(plan): Mark phase 'Configuration & Tooling Setup' as complete 2026-03-04 01:09:36 -05:00
Ed_
fa207b4f9b chore(config): Initialize MMA environment and configure strict mypy settings 2026-03-04 01:07:41 -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_
3203891b79 wip test stabalization is a mess still 2026-03-03 23:53:53 -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_
2d3820bc76 conductor(checkpoint): Checkpoint end of Phase 4 2026-03-03 01:38:22 -05:00
Ed_
7c70f74715 conductor(plan): Mark task 'Final Artifact Isolation Verification' as complete 2026-03-03 01:36:45 -05:00
Ed_
14ac9830f0 conductor(checkpoint): Checkpoint end of Phase 3 2026-03-03 01:11:09 -05:00
Ed_
4d171ff24a chore(legacy): Remove gui_legacy.py and refactor all tests to use gui_2.py 2026-03-03 01:09:24 -05:00
Ed_
aed1f9a97e conductor(plan): Mark task 'Replace pytest.fail with Functional Assertions (token_usage, agent_capabilities)' as complete 2026-03-02 23:38:46 -05:00
Ed_
e2a96edf2e conductor(plan): Mark task 'Replace pytest.fail with Functional Assertions (api_events, execution_engine)' as complete 2026-03-02 23:26:37 -05:00