Commit Graph

656 Commits

Author SHA1 Message Date
ed 88e27ae414 ok 2026-03-06 16:06:54 -05:00
ed bf24164b1f sigh 2026-03-06 15:57:39 -05:00
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 0de50e216b commit 2026-03-06 14:04:50 -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 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 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 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 53b778619d conductor(plan): Mark phase 'Phase 2: Negative Path Testing' as complete 2026-03-06 11:46:49 -05:00
ed 9075483cd5 conductor(plan): Mark phase 'Phase 1: Mock Script Extension' as complete 2026-03-06 11:28:02 -05:00
ed 3ec8ef8e05 conductor(plan): Mark Phase 1 initial tasks as complete 2026-03-06 10:37:45 -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 3376da7761 docs: Add session debrief about test fixes and MCP tool lesson 2026-03-06 00:24:04 -05:00
ed 4da88a4274 fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen 2026-03-05 19:34:18 -05:00
ed d4923c5198 conductor(plan): Mark asyncio decoupling track complete 2026-03-05 16:58:02 -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 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 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 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 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