Commit Graph

1210 Commits

Author SHA1 Message Date
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
Ed_
c5418acbfe redundant checklist... 2026-03-04 22:43:49 -05:00
Ed_
dccfbd8bb7 docs(post-mortem): Apply session start checklists and edit tool warnings
From gui_decoupling_controller track post-mortem:

workflow.md:
- Add mandatory session start checklist (6 items)
- Add code style section with 1-space indentation enforcement
- Add native edit tool warning with MCP alternatives

AGENTS.md:
- Add critical native edit tool warning
- Document MCP tool alternatives for file editing

tier1-orchestrator.md:
- Add session start checklist

tier2-tech-lead.md:
- Add session start checklist
- Add tool restrictions section (allowed vs forbidden)
- Add explicit delegation pattern

tier3-worker.md:
- Add task start checklist

tier4-qa.md:
- Add analysis start checklist
2026-03-04 22:42:52 -05:00
Ed_
270f5f7e31 conductor(plan): Mark Codebase Migration track complete [92da972] 2026-03-04 22:28:34 -05:00
Ed_
696a48f7bc feat(opencode): Enforce Manual Slop MCP tools across all agents 2026-03-04 22:21:25 -05:00
Ed_
9d7628be3c glm did okay but still pain 2026-03-04 22:05:27 -05:00
Ed_
411b7f3f4e docs(conductor): Session post-mortem for 2026-03-04 2026-03-04 22:04:53 -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_
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
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_
88aefc2f08 fix(tests): Sandbox isolation - use SLOP_CONFIG env var for config.toml 2026-03-04 17:12:36 -05:00
Ed_
817a453ec9 conductor(plan): Skip Task 5.3, move to Task 5.4 2026-03-04 16:47:40 -05:00