Commit Graph

863 Commits

Author SHA1 Message Date
ed 760054bb4d conductor(plan): Mark Phase 3 simulation tests complete 2026-05-10 15:46:59 -04:00
ed 7620becf34 conductor(plan): Mark Phase 2 feature coverage tasks complete 2026-05-10 15:45:36 -04:00
ed 772d567301 test(coverage): add FuzzyAnchor and HistoryManager unit tests
- test_fuzzy_anchor.py: 6 tests for fuzzy slice resolution
- test_history_manager.py: 8 tests for undo/redo and UISnapshot roundtrip
2026-05-10 15:42:54 -04:00
ed 2a71aff18c WIP: Phase 6 review 2026-05-10 15:14:54 -04:00
ed b85fa4df15 chore(conductor): Add new track 'Phase 6 Review and Regression Verification' 2026-05-10 14:15:33 -04:00
ed 3bdd269d5e uncomitted changes from the agent. 2026-05-10 14:11:13 -04:00
ed 6c83d097b1 docs(conductor): replace manual pruner with advanced interactive AST and Slice tracks 2026-05-10 13:18:22 -04:00
ed ece3c349b9 docs(conductor): Initialize Phase 6 GenCpp UX Validation tracks 2026-05-10 12:56:50 -04:00
ed 774990b40b chore(conductor): Mark track 'Cull Unused Symbols' as complete and sync documentation 2026-05-10 12:37:46 -04:00
ed 0b005a719e conductor(plan): Mark task 'Remove unused infrastructure and file cache helpers' as complete 2026-05-10 11:53:32 -04:00
ed d571a36dbe conductor(plan): Mark task 'Remove unused UI and diff viewer helpers' as complete 2026-05-10 11:50:18 -04:00
ed 31177c7611 conductor(plan): Mark task 'Remove unused aggregation and AI helpers' as complete 2026-05-10 11:44:24 -04:00
ed 9a68373bef conductor(plan): Mark task 'Run full test suite' as complete 2026-05-10 10:28:46 -04:00
ed 9a13ce2685 conductor(plan): Mark task 'Consolidate build_markdown and build_markdown_from_items' as complete 2026-05-10 10:14:34 -04:00
ed 6e62b4867f conductor(plan): Mark task 'Refactor build_tier3_context to use standard formatting' as complete 2026-05-10 10:00:41 -04:00
ed 1416f69826 conductor(plan): Mark task 'Remove unused build_tier1_context' as complete 2026-05-09 17:44:52 -04:00
ed 9992f675eb conductor(plan): Mark track 'Decouple GUI Log Loading' as complete 2026-05-09 15:23:06 -04:00
ed e9ebcb859a conductor(plan): Mark Phase 1 as complete 2026-05-09 13:00:40 -04:00
ed b075ce1e77 conductor(plan): Mark Phase 1 documentation tasks as complete 2026-05-09 12:58:45 -04:00
ed 14d8a2e849 chore(conductor): Add new track 'Structural Dependency Mapping (SDM) Docstrings' 2026-05-09 12:50:13 -04:00
ed 4b11363f6b Finished encapsualte track. 2026-05-09 12:43:49 -04:00
ed c6e77f2b99 conductor(plan): Mark task 'Replace all legacy _set_status calls' as complete 2026-05-09 08:36:48 -04:00
ed 406b822477 conductor(plan): Mark task 'Implement @property and @setter' as complete 2026-05-09 08:32:52 -04:00
ed 13373f88df conductor(plan): Mark task 'Add private _ai_status and _mma_status' as complete 2026-05-09 08:19:21 -04:00
ed 9f18497786 chore(conductor): Mark track 'Curate Provider Registries' as complete. Includes critical fixes for RecursionError, NoneType Hook API responses, and plurality mismatches. 2026-05-08 22:01:15 -04:00
ed b89abb2670 archieve codebase curation (spit to smaller tracks) 2026-05-08 18:13:25 -04:00
ed 712e235699 chore(conductor): Replace monolithic curation with 5 granular tracks 2026-05-08 18:11:33 -04:00
ed d04e33ea06 stricter curation track 2026-05-07 23:45:11 -04:00
ed e12c34b8fe progression. 2026-05-07 23:39:52 -04:00
ed c036ac80a8 le docs 2026-05-07 23:32:17 -04:00
ed 77e892d316 chore(conductor): Complete Source-Wide Redundancy Audit 2026-05-07 23:27:40 -04:00
ed ba1d5c76c0 chore(conductor): Complete Controller State Mutation Matrix track 2026-05-07 23:11:26 -04:00
ed 1b5f51a17b chore(conductor): Complete Comprehensive Path Mapping & Tooling 2026-05-07 22:59:26 -04:00
ed 2d48c07760 second attempt in call graph track 2026-05-07 22:32:09 -04:00
ed 12439ac639 WIP: last attempt at call graph stuff 2026-05-07 22:28:55 -04:00
ed d8022d841e chore(conductor): Archive strategic overview and split into granular tracks 2026-05-07 22:06:13 -04:00
ed 822d803ad8 chore(conductor): Complete Code Path & Data Pipeline Analysis 2026-05-07 22:01:25 -04:00
ed aff88bd151 archive pahse 4 (remove from tracks) 2026-05-07 21:49:23 -04:00
ed e2dea144bc chore(conductor): Initialize Phase 5 and curation tracks 2026-05-07 21:49:06 -04:00
ed 8670d6f3b6 chore(conductor): Mark track 'Phase 4 Track Archival' as complete 2026-05-07 21:39:38 -04:00
ed 2065dd8559 conductor(checkpoint): Checkpoint end of Phase 1 (Directory Migration) 2026-05-07 21:37:58 -04:00
ed 49acb884e1 chore(conductor): Add new track 'Review and archive all completed from phase 4.' 2026-05-07 21:35:39 -04:00
ed d2beb79563 feat(gui): Add External Editor configuration panel to AI Settings
- Added _render_external_editor_panel method to display configured editors
- Shows default editor marker and diff args
- Displays config file locations for user reference
- Integrated as 'External Editor' section in AI Settings
2026-05-07 19:12:28 -04:00
ed 414d2ab561 feat(external-editor): Add TextEditorConfig and ExternalEditorConfig models
- Add TextEditorConfig and ExternalEditorConfig dataclasses to models.py
- Create src/external_editor.py with ExternalEditorLauncher class
- Add tests for configuration and launcher functionality
- Support for config.toml [tools.text_editors] and manual_slop.toml default_editor
2026-05-07 19:07:05 -04:00
ed 87bcd698bb chore(conductor): Archive track 'Fix Concurrent MMA Live GUI Tests' 2026-05-07 18:53:32 -04:00
ed 7d12806ce6 finally? 2026-05-07 13:42:31 -04:00
ed 6f2f539362 conductor(track): Update spec and plan with complete bug analysis
Document all 4 bugs found:
1. self.engine overwritten (FIXED)
2. active_tickets not initialized (FIXED)
3. _start_track_logic uses None.active_track (FIXED)
4. _cb_start_track overwrites active_track (PARTIALLY FIXED)

Current status: Track B works, Track A reload path triggered but worker never visible.
2026-05-07 09:05:46 -04:00
ed 9099b02002 conductor(track): Document real bug - self.engine gets overwritten 2026-05-07 07:39:14 -04:00
ed afef5b5791 conductor(plan): Update concurrent MMA test investigation findings 2026-05-07 07:30:01 -04:00
ed 885bb1395b feat(track): Add fix_concurrent_mma_tests_20260507 track 2026-05-06 22:15:40 -04:00