828fadf829
feat(mcp_client): Implement ExternalMCPManager and StdioMCPServer with tests
2026-03-12 15:41:01 -04:00
847096d192
checkpoint done with ux refinement for the night
2026-03-11 00:32:35 -04:00
41a40aaa68
phase 2 checkpoint
2026-03-10 10:42:24 -04:00
f213d37287
fix(gui): Ensure all tools are visible in Tool Preset Manager
2026-03-10 01:30:11 -04:00
dcc13efaf7
chore(conductor): Mark track 'Saved Tool Presets' as complete
2026-03-10 01:23:57 -04:00
3e531980d4
feat(mma): Consolidate Agent Streams into MMA Dashboard with popout options
2026-03-09 23:39:02 -04:00
8a83d22967
feat(ops): Consolidate usage analytics into Operations Hub with popout option
2026-03-09 23:25:06 -04:00
66844e8368
feat(mma): Implement Pop Out Task DAG option in MMA Dashboard
2026-03-09 23:16:02 -04:00
5446a2407c
feat(ui): Improve text rendering clarity with 3x font oversampling
2026-03-09 00:13:57 -04:00
fde0f29e72
ok
2026-03-08 23:24:33 -04:00
b1d612e19f
feat(ui): Integrate Inter and Maple Mono typography
2026-03-08 21:47:23 -04:00
ef942bb2a2
feat(ui): Implement _render_selectable_label helper and complete UI audit
2026-03-08 21:26:59 -04:00
d71d82bafb
docs(conductor): Synchronize docs for track 'GUI Performance Profiling & Optimization'
2026-03-07 13:20:12 -05:00
0b7352043c
revert(mma_exec): remove native_orchestrator integration - mma_exec is Meta-Tooling not Application
2026-03-07 01:42:25 -05:00
e05ad7f32d
feat(mma_exec): integrate NativeOrchestrator for track metadata operations
2026-03-07 01:36:42 -05:00
5a484c9e82
fix(mcp): Restore synchronous dispatch and update mcp_server to use async_dispatch.
2026-03-06 14:03:41 -05:00
84de6097e6
chore(conductor): Finalize track 'Robust JSON Parsing for Tech Lead' and cleanup static analysis
2026-03-06 12:36:24 -05:00
24f385e612
checkpoint(src): Codebase restructuring and import resolution complete
2026-03-04 10:07:41 -05:00
c102392320
feat(src): Resolve imports and create sloppy.py entry point
2026-03-04 10:01:55 -05:00
c6c2a1b40c
feat(ci): Add type validation script and update track plan
2026-03-04 01:21:25 -05:00
1be6193ee0
chore(tests): Final stabilization of test suite and full isolation of live_gui artifacts
2026-03-04 01:05:56 -05:00
4d171ff24a
chore(legacy): Remove gui_legacy.py and refactor all tests to use gui_2.py
2026-03-03 01:09:24 -05:00
b30f040c7b
fix(mma_exec): remove hardcoded C:\projects\misc\setup_*.ps1 paths — rely on PATH
2026-03-02 16:42:11 -05:00
687545932a
refactor(mma_exec): remove UNFETTERED_MODULES — all deps use generate_skeleton()
2026-03-02 16:38:28 -05:00
b9686392d7
chore: apply ruff auto-fixes and remove dead AST scripts
2026-03-02 13:26:20 -05:00
5bfb20f06f
feat(token-viz): Phase 1 — token budget panel with color bar and breakdown table
2026-03-02 11:16:32 -05:00
1df088845d
fix(mcp): mcp_client refactor, claude_mma_exec update
2026-03-02 10:15:32 -05:00
2ce7a87069
feat(gui): Tier stream panels as separate dockable windows (Tier 1-4)
2026-03-01 15:57:46 -05:00
8e57ae1247
feat(gui): Add blinking APPROVAL PENDING badge to MMA dashboard
2026-03-01 15:49:18 -05:00
3a68243d88
feat(gui): Replace single strategy box with 4-tier collapsible stream panels
2026-03-01 15:28:35 -05:00
63fa181192
feat(sim): add pytest timeout(300) and tier_usage Stage 9 check
...
Task 2.3: prevent infinite CI hangs with 300s hard timeout
Task 3.2: non-blocking Stage 9 logs mma_tier_usage after Tier 3 completes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 14:24:05 -05:00
08734532ce
test(mock): add standalone test for mock_gemini_cli routing
...
4 tests verify: epic prompt -> Track JSON, sprint prompt -> Ticket JSON
with correct field names, worker prompt -> plain text, tool-result -> plain text.
All pass in 0.57s.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 14:22:53 -05:00
f7e417b3df
fix(mma-exec): add --dangerously-skip-permissions for headless file writes
...
Tier 3 workers need to read/write files in headless mode. Without this
flag, all file tool calls are blocked waiting for interactive permission.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 14:20:38 -05:00
36d464f82f
fix(mma-exec): strip ANTHROPIC_API_KEY from subprocess env to use subscription login
...
When ANTHROPIC_API_KEY is set in the shell environment, claude --print
routes through the API key instead of subscription auth. Stripping it
forces the CLI to use subscription login for all Tier 3/4 delegation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 14:18:57 -05:00
0b03b612b9
chore: Wire architecture docs into mma_exec.py and workflow delegation prompts
...
mma_exec.py changes:
- get_role_documents: Tier 1 now gets docs/guide_architecture.md + guide_mma.md
(was: only product.md). Tier 2 gets same (was: only tech-stack + workflow).
Tier 3 gets guide_architecture.md (was: only workflow.md — workers modifying
gui_2.py had zero knowledge of threading model). Tier 4 gets guide_architecture.md
(was: nothing).
- Tier 3 system directive: Added ARCHITECTURE REFERENCE callout, CRITICAL
THREADING RULE (never write GUI state from background thread), TASK FORMAT
instruction (follow WHERE/WHAT/HOW/SAFETY from surgical tasks), and
py_get_definition to tool list.
- Tier 4 system directive: Added ARCHITECTURE REFERENCE callout and instruction
to trace errors through thread domains documented in guide_architecture.md.
conductor/workflow.md changes:
- Red Phase delegation prompt: Replaced 'with a prompt to create tests' with
surgical prompt format example showing WHERE/WHAT/HOW/SAFETY.
- Green Phase delegation prompt: Replaced 'with a highly specific prompt' with
surgical prompt format example with exact line refs and API calls.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-01 10:16:38 -05:00
bcbccf3cc4
dont use flash-lite for tier 3
2026-03-01 09:07:17 -05:00
61d513ad08
feat(migration): Add script to consolidate legacy logs and artifacts
2026-03-01 09:06:07 -05:00
6326546005
feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders
2026-03-01 09:03:02 -05:00
397b4e6001
chore(mma): Clean up mma_exec.py and robustify visual simulation mocking
2026-02-28 22:27:17 -05:00
37df4c8003
chore(mma): Deterministic track IDs, worker spawn hooks, and improved simulation reliability
2026-02-28 22:09:18 -05:00
cb0e14e1c0
Fixes to mma and conductor.
2026-02-28 21:59:28 -05:00
ed56e56a2c
chore(mma): Checkpoint progress on visual simulation and UI refresh before sub-agent delegation
2026-02-28 21:41:46 -05:00
3d861ecf08
chore(mma): Update Tier 2 model to gemini-3-flash
2026-02-28 20:54:04 -05:00
da7a2e35c0
fix(conductor): Apply review suggestions for track 'python_style_refactor_20260227'
2026-02-28 20:53:03 -05:00
3b96b67d69
chore(checkpoint): Phase 6 Test Suite Stabilization complete. 257/261 tests PASS. Resolved run_linear drift, formatter expectations, and Hook Server startup.
2026-02-28 20:42:54 -05:00
173ea96fb4
refactor(indentation): Apply codebase-wide 1-space ultra-compact refactor. Formatted 21 core modules and tests.
2026-02-28 19:36:38 -05:00
2907eb9f93
chore(checkpoint): Phase 4 Codebase-Wide Type Hint Sweep complete. Total fixes: ~400+. Verification status: 230 pass, 16 fail (pre-existing API drift), 29 error (live_gui env).
2026-02-28 19:35:46 -05:00
53c2bbfa81
refactor(scripts): Add strict type hints to utility scripts
2026-02-28 18:58:53 -05:00
c428e4331a
fix(mcp): wire run_powershell and MCP server for Windows/Scoop environment
...
- Add .mcp.json at project root (correct location for claude mcp add)
- Add mcp_env.toml: project-scoped PATH/env config for subprocess execution
- shell_runner.py: load mcp_env.toml, add stdin=DEVNULL to fix git hang
- mcp_server.py: call mcp_client.configure() at startup (fix ACCESS DENIED)
- conductor skill files: enforce run_powershell over Bash, tool use hierarchy
- CLAUDE.md: document Bash unreliability on Windows, run_powershell preference
2026-02-28 15:00:05 -05:00
60396f03f8
refactor(types): auto -> None sweep across entire codebase
...
Applied 236 return type annotations to functions with no return values
across 100+ files (core modules, tests, scripts, simulations).
Added Phase 4 to python_style_refactor track for remaining 597 items
(untyped params, vars, and functions with return values).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 11:16:56 -05:00