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
ed
73cc748582
conductor(plan): Mark Task 5.2 complete, start Task 5.3
2026-03-04 16:47:10 -05:00
ed
2d041eef86
feat(controller): Add current_provider property to AppController
2026-03-04 16:47:02 -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
acce6f8e1e
feat(opencode): complete MMA setup with conductor workflow
...
- Add product.md and product-guidelines.md to instructions for full context
- Configure MCP server exposing 27 tools (file ops, Python AST, git, web, shell)
- Add steps limits: tier1-orchestrator (50), tier2-tech-lead (100)
- Update Tier 2 delegation templates for OpenCode Task tool syntax
2026-03-04 16:03:37 -05:00
ed
c17698ed31
WIP: boostrapping opencode for use with at least GLM agents
2026-03-04 15:56:00 -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
f2b25757eb
refactor(tests): Update test suite and API hooks for AppController architecture
2026-03-04 11:38:36 -05:00
ed
8642277ef4
fix(gui): Restore missing UI handler methods
2026-03-04 11:07:05 -05:00
ed
0152f05cca
chore(conductor): Mark Phase 2 logic migration tasks as complete
2026-03-04 11:03:39 -05:00
ed
9260c7dee5
refactor(gui): Migrate background threads and logic methods to AppController
2026-03-04 11:03:24 -05:00
ed
f796292fb5
chore(conductor): Mark Phase 1 state migration tasks as complete
2026-03-04 10:37:03 -05:00
ed
d0009bb23a
refactor(gui): Migrate application state to AppController
2026-03-04 10:36:41 -05:00
ed
5cc8f76bf8
docs(conductor): Synchronize docs for track 'Codebase Migration to src & Cleanup'
2026-03-04 10:16:17 -05:00
ed
92da9727b6
chore(conductor): Mark track 'Codebase Migration to src & Cleanup' as complete
2026-03-04 10:11:56 -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
24f385e612
checkpoint(src): Codebase restructuring and import resolution complete
2026-03-04 10:07:41 -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
3257ee387a
fix(config): Add explicit_package_bases to mypy config to resolve duplicate module errors
2026-03-04 01:09:27 -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
1be6193ee0
chore(tests): Final stabilization of test suite and full isolation of live_gui artifacts
2026-03-04 01:05:56 -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
c0a8777204
chore(conductor): Archive track 'Test Suite Stabilization & Consolidation'
2026-03-03 23:38:08 -05:00
ed
beb0feb00c
docs(conductor): Synchronize docs for track 'Test Suite Stabilization & Consolidation'
2026-03-03 23:02:14 -05:00
ed
47ac7bafcb
chore(conductor): Mark track 'Test Suite Stabilization & Consolidation' as complete
2026-03-03 23:01:41 -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
5401fc770b
fix(tests): Resolve access violation in phase4 tests and auto-approval logic in cli integration tests
2026-03-03 01:35:37 -05:00
ed
6b2270f811
docs: Update core documentation with Structural Testing Contract
2026-03-03 01:13:03 -05:00
ed
14ac9830f0
conductor(checkpoint): Checkpoint end of Phase 3
2026-03-03 01:11:09 -05:00
ed
20b2e2d67b
test(core): Replace pytest.fail with functional assertions in agent tools wiring
2026-03-03 01:10:57 -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
dbd955a45b
fix(simulation): Resolve simulation timeouts and stabilize history checks
2026-03-03 00:56:35 -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
ffc5d75816
test(core): Replace pytest.fail with functional assertions in token_usage and agent_capabilities
2026-03-02 23:38:28 -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
ed
194626e5ab
test(core): Replace pytest.fail with functional assertions in api_events and execution_engine
2026-03-02 23:26:19 -05:00
ed
48d111d9b6
conductor(plan): Mark Phase 2 as complete
2026-03-02 23:25:19 -05:00
ed
14613df3de
conductor(checkpoint): Checkpoint end of Phase 2
2026-03-02 23:25:02 -05:00
ed
49ca95386d
conductor(plan): Mark task 'Implement Centralized Sectioned Logging Utility' as complete
2026-03-02 23:24:57 -05:00
ed
51f7c2a772
feat(tests): Route VerificationLogger output to tests/logs
2026-03-02 23:24:40 -05:00
ed
0140c5fd52
conductor(plan): Mark task 'Resolve Event loop is closed' as complete
2026-03-02 23:23:51 -05:00
ed
82aa288fc5
fix(tests): Resolve unawaited coroutine warnings in spawn interception tests
2026-03-02 23:23:33 -05:00
ed
d43ec78240
conductor(plan): Mark task 'Audit and Fix conftest.py Loop Lifecycle' as complete
2026-03-02 23:06:16 -05:00
ed
5a0ec6646e
fix(tests): Enhance event loop cleanup in app_instance fixture
2026-03-02 23:05:58 -05:00
ed
5e6c685b06
conductor(plan): Mark Phase 1 as complete
2026-03-02 23:03:59 -05:00
ed
8666137479
conductor(checkpoint): Checkpoint end of Phase 1
2026-03-02 23:03:42 -05:00
ed
9762b00393
conductor(plan): Mark task 'Migrate Manual Launchers' as complete
2026-03-02 23:00:26 -05:00
ed
6b7cd0a9da
feat(tests): Migrate manual launchers to live_gui fixture and consolidate visual tests
2026-03-02 23:00:09 -05:00
ed
b9197a1ea5
conductor(plan): Mark task 'Initialize MMA Environment' as complete
2026-03-02 22:56:57 -05:00
ed
3db43bb12b
conductor(plan): Mark task 'Setup Artifact Isolation Directories' as complete
2026-03-02 22:56:49 -05:00
ed
570c0eaa83
chore(tests): Setup artifact isolation directories
2026-03-02 22:56:32 -05:00
ed
b01bca47c5
docs: Add Phase 3 Future Horizons backlog
2026-03-02 22:51:16 -05:00
ed
d93290a3d9
docs: Update Journal and Tasks with session 5 strategic shift
2026-03-02 22:45:00 -05:00
ed
1d4dfedab7
chore(conductor): Add Manual UX Validation & Polish track to the strict execution queue
2026-03-02 22:42:27 -05:00
ed
2e73212abd
chore(conductor): Enhance all 6 backlog tracks to Surgical Spec Protocol
2026-03-02 22:38:02 -05:00
ed
2f4dca719f
chore(conductor): Define Strict Execution Queue in tracks registry
2026-03-02 22:35:36 -05:00
ed
51939c430a
chore(conductor): Add 6 new tracks to the strict execution order queue
2026-03-02 22:34:25 -05:00
ed
034acb0e54
chore(conductor): Add new track 'Codebase Migration to src & Cleanup'
2026-03-02 22:28:56 -05:00
ed
6141a958d3
chore(conductor): Ensure plan complies with Surgical Spec Protocol
2026-03-02 22:22:52 -05:00
ed
9a2dff9d66
chore(conductor): Add model switch requirement to Phase 4
2026-03-02 22:19:52 -05:00
ed
96c51f22b3
chore(conductor): Add constraints against Mock-Rot to stabilization track
2026-03-02 22:18:42 -05:00
ed
e8479bf9ab
chore(conductor): Add gui_legacy.py deletion to test stabilization track
2026-03-02 22:16:40 -05:00
ed
6e71960976
chore(conductor): Update test stabilization track based on deep audit
2026-03-02 22:15:17 -05:00
ed
84239e6d47
chore(conductor): Add Test Suite Stabilization & Consolidation track
2026-03-02 22:09:36 -05:00
ed
5c6e93e1dd
chore(conductor): Add debrief for botched tech debt track
2026-03-02 22:02:10 -05:00
ed
72000c18d5
chore(conductor): Archive tech debt track and cleanup registry
2026-03-02 22:00:47 -05:00
ed
7f748b8eb9
conductor(plan): Finalize plan updates for tech debt track
2026-03-02 21:45:20 -05:00
ed
76fadf448f
chore(conductor): Mark track 'tech_debt_and_test_cleanup_20260302' as complete
2026-03-02 21:44:18 -05:00
ed
a569f8c02f
chore(tech-debt): Finalize gui_2.py cleanup and test suite discipline
2026-03-02 21:43:56 -05:00
ed
8af1bcd960
conductor(plan): Mark Task 1.1 as complete
2026-03-02 20:54:50 -05:00
ed
35822aab08
chore(test): Centralize app_instance and mock_app fixtures in conftest.py
2026-03-02 20:54:25 -05:00
ed
c22f024d1f
archive (delete from tracks)
2026-03-02 20:47:54 -05:00
ed
6f279bc650
chore(conductor): Archive track 'Conductor Workflow Improvements'
2026-03-02 20:46:43 -05:00
ed
af83dd95aa
chore(conductor): Mark track 'Conductor Workflow Improvements' as complete
2026-03-02 19:43:28 -05:00