Private
Public Access
0
0
Commit Graph

124 Commits

Author SHA1 Message Date
ed 5b76607293 feat(hot-reload): Final style polish and gap fix 2026-05-16 04:47:51 -04:00
ed 3c2fde3c83 feat(hot-reload): Final high-integrity refactor with restored code regions 2026-05-16 04:46:51 -04:00
ed 430754c1e5 feat(hot-reload): Complete deep OOP gutting of gui_2.py and perfect 1-space refactor 2026-05-16 04:36:00 -04:00
ed 4e153fb436 feat(hot-reload): Complete Phase 2 refactor and document UI delegation pattern 2026-05-16 04:11:00 -04:00
ed 1ddde58161 dumbass bot 2026-05-16 03:38:15 -04:00
ed 79c5035d1c add indentation scripts 2026-05-16 03:01:25 -04:00
ed 31a8949d64 feat(style): Fix 1-space indentation in 27 files
Files corrected:
- src/fuzzy_anchor.py (18 violations)
- src/patch_modal.py (14 violations)
- scripts/extract_symbols.py (4 violations)
- scripts/tasks/download_fonts.py (8 violations)
- tests/: 23 files with indentation issues

All files verified with py_compile. Remaining 4 files
(test_api_events.py, test_discussion_takes_gui.py,
test_gui_updates.py, test_headless_service.py) have complex
multi-line with statements that require manual correction.
2026-05-16 03:00:20 -04:00
ed e0d219d0dc remove outdated scripts 2026-05-16 01:58:12 -04:00
ed bd7f8e17df add code status script 2026-05-15 00:13:46 -04:00
ed f3087492f5 run tests batched script 2026-05-13 23:53:04 -04:00
ed b9e4050175 feat(mcp): finalize Python structural tools with security checks and indentation normalization 2026-05-13 22:03:37 -04:00
ed d044ccb2e0 feat(python-tools): Implement core logic for structural MCP tools 2026-05-13 21:42:19 -04:00
ed c359961a0a feat(linter): Develop custom AST linter for ImGui scopes 2026-05-12 19:02:30 -04:00
ed c4122503a1 minor cleanup 2026-05-10 16:05:00 -04:00
ed f58599a774 feat(mcp): add mcp_paths.toml for multi-project access
- Add mcp_paths.toml with extra_dirs for C:/projects/gencpp
- Update mcp_server.py to read allowed_paths from mcp_paths.toml
2026-05-10 16:03:17 -04:00
ed 696c08692e refactor(sdm): Refine SDM tags to 'External Only' and update core files. Pruned internal references to conserve tokens. 2026-05-09 14:55:06 -04:00
ed 4b11363f6b Finished encapsualte track. 2026-05-09 12:43:49 -04:00
ed 77e892d316 chore(conductor): Complete Source-Wide Redundancy Audit 2026-05-07 23:27:40 -04:00
ed 2b5185a78f perf(entropy): Fix nested imports in hot paths
Hoisted imports from inside frequently-called functions to module level:

app_controller.py:
- Added traceback and inspect at module level
- Removed 3 nested traceback imports from exception handlers

gui_2.py:
- Added traceback at module level
- Removed nested traceback import from _gui_func exception handler
- Kept uvicorn lazy-loaded (only for --headless mode)

multi_agent_conductor.py:
- Removed unused 'import sys' from run()
- Removed redundant nested imports (already at module level)

Also adds audit scripts and entropy findings documentation.
2026-05-06 20:18:30 -04:00
ed f6feab9243 fix(gui): Correct indentation bug in _render_mma_dashboard that caused crash
The code after the 'prior session' return block was incorrectly indented
at 1 space, placing it inside the 'if is_viewing_prior_session' block
instead of after it. This caused 'total_cost' and 'perc' to be undefined
when viewing an active session, triggering an IM_ASSERT error.

Fix: Moved 'track_name', 'track_stats', and 'total_cost' to the
correct 2-space indentation (method body level).
2026-05-06 19:41:22 -04:00
ed 6bd052efc5 chore(perf): Save state before comprehensive entropy cleanup 2026-05-06 16:09:41 -04:00
ed 83afc908fc feat(perf): Add headless baseline profiling script 2026-05-06 14:40:21 -04:00
ed ca01397885 checkpoint: fixing ux with window frame bar 2026-03-13 13:13:35 -04:00
ed 828fadf829 feat(mcp_client): Implement ExternalMCPManager and StdioMCPServer with tests 2026-03-12 15:41:01 -04:00
ed 847096d192 checkpoint done with ux refinement for the night 2026-03-11 00:32:35 -04:00
ed 41a40aaa68 phase 2 checkpoint 2026-03-10 10:42:24 -04:00
ed f213d37287 fix(gui): Ensure all tools are visible in Tool Preset Manager 2026-03-10 01:30:11 -04:00
ed dcc13efaf7 chore(conductor): Mark track 'Saved Tool Presets' as complete 2026-03-10 01:23:57 -04:00
ed 3e531980d4 feat(mma): Consolidate Agent Streams into MMA Dashboard with popout options 2026-03-09 23:39:02 -04:00
ed 8a83d22967 feat(ops): Consolidate usage analytics into Operations Hub with popout option 2026-03-09 23:25:06 -04:00
ed 66844e8368 feat(mma): Implement Pop Out Task DAG option in MMA Dashboard 2026-03-09 23:16:02 -04:00
ed 5446a2407c feat(ui): Improve text rendering clarity with 3x font oversampling 2026-03-09 00:13:57 -04:00
ed fde0f29e72 ok 2026-03-08 23:24:33 -04:00
ed b1d612e19f feat(ui): Integrate Inter and Maple Mono typography 2026-03-08 21:47:23 -04:00
ed ef942bb2a2 feat(ui): Implement _render_selectable_label helper and complete UI audit 2026-03-08 21:26:59 -04:00
ed d71d82bafb docs(conductor): Synchronize docs for track 'GUI Performance Profiling & Optimization' 2026-03-07 13:20:12 -05:00
ed 0b7352043c revert(mma_exec): remove native_orchestrator integration - mma_exec is Meta-Tooling not Application 2026-03-07 01:42:25 -05:00
ed e05ad7f32d feat(mma_exec): integrate NativeOrchestrator for track metadata operations 2026-03-07 01:36:42 -05:00
ed 5a484c9e82 fix(mcp): Restore synchronous dispatch and update mcp_server to use async_dispatch. 2026-03-06 14:03:41 -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 24f385e612 checkpoint(src): Codebase restructuring and import resolution complete 2026-03-04 10:07:41 -05:00
ed c102392320 feat(src): Resolve imports and create sloppy.py entry point 2026-03-04 10:01:55 -05:00
ed c6c2a1b40c feat(ci): Add type validation script and update track plan 2026-03-04 01:21: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 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 b30f040c7b fix(mma_exec): remove hardcoded C:\projects\misc\setup_*.ps1 paths — rely on PATH 2026-03-02 16:42:11 -05:00
ed 687545932a refactor(mma_exec): remove UNFETTERED_MODULES — all deps use generate_skeleton() 2026-03-02 16:38:28 -05:00
ed b9686392d7 chore: apply ruff auto-fixes and remove dead AST scripts 2026-03-02 13:26:20 -05:00
ed 5bfb20f06f feat(token-viz): Phase 1 — token budget panel with color bar and breakdown table 2026-03-02 11:16:32 -05:00
ed 1df088845d fix(mcp): mcp_client refactor, claude_mma_exec update 2026-03-02 10:15:32 -05:00