579ee8394f
refactor(tests): Add strict type hints to second batch of test files
2026-02-28 19:11:23 -05:00
f0415a40aa
refactor(tests): Add strict type hints to first batch of test files
2026-02-28 19:06:50 -05:00
e8833b6656
conductor(plan): Mark script and simulation tasks as complete
2026-02-28 19:00:55 -05:00
ec91c90c15
refactor(simulation): Add strict type hints to simulation modules
2026-02-28 19:00:36 -05:00
53c2bbfa81
refactor(scripts): Add strict type hints to utility scripts
2026-02-28 18:58:53 -05:00
c368caf43a
fk policy engine
2026-02-28 18:56:35 -05:00
b801e1668d
conductor(plan): Mark variable-only files task as complete
2026-02-28 18:36:03 -05:00
8c5a560787
refactor(ai_client): Add strict type hints to global variables
2026-02-28 18:35:54 -05:00
42af2e1fa4
conductor(plan): Mark task 'Phase 4 core module type hint sweep' as complete
2026-02-28 15:14:13 -05:00
46c2f9a0ca
refactor(types): Phase 4 type hint sweep — core modules
2026-02-28 15:13:55 -05:00
ca04026db5
claude fixes
2026-02-28 15:10:13 -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
07f4e36016
conductor(plan): Mark Python Style Refactor track as COMPLETE
...
All 3 phases done:
- Phase 1: Pilot tooling [c75b926 ]
- Phase 2: Core refactor [db65162 ]
- Phase 3: Type hints + styleguide [3216e87 ]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 11:09:15 -05:00
3216e877b3
conductor(checkpoint): Complete Phase 3 - AI-Optimized Metadata and Final Cleanup
...
Phase 3 verification:
- All 13 core modules pass syntax check
- 217 type annotations applied across gui_2.py and gui_legacy.py (zero remaining)
- python.md styleguide updated to AI-optimized standard
- BOM markers on 3 files are pre-existing (Phase 2), not regressions
Track: python_style_refactor_20260227 — ALL PHASES COMPLETE
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 11:08:36 -05:00
602cea6c13
docs(style): update python styleguide to AI-optimized standard
...
Replaces Google Python Style Guide with project-specific conventions:
1-space indentation, strict type hints on all signatures/vars,
minimal blank lines, 120-char soft limit, AI-agent conventions.
Also marks type hinting task complete in plan.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 11:04:27 -05:00
c816f65665
refactor(types): add strict type hints to gui_2.py and gui_legacy.py
...
Automated pipeline applied 217 type annotations across both UI modules:
- 158 auto -> None return types via AST single-pass
- 25 manual signatures (callbacks, factory methods, complex returns)
- 34 variable type annotations (constants, color tuples, config)
Zero untyped functions/variables remain in either file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 11:01:01 -05:00
a2a1447f58
checkpoint: Claude Code integration + implement missing MCP var tools
...
Add Claude Code conductor commands, MCP server, MMA exec scripts,
and implement py_get_var_declaration / py_set_var_declaration which
were registered in dispatch and tool specs but had no function bodies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-28 10:47:42 -05:00
d36632c21a
checkpoint: massive refactor
2026-02-28 09:06:45 -05:00
f2512c30e9
I hate gemini cli policy setup
2026-02-28 08:32:14 -05:00
db118f0a5c
updates to tools and mma skills
2026-02-28 07:51:02 -05:00
db069abe83
meh
2026-02-28 00:25:00 -05:00
196d9f12f3
hinters
2026-02-28 00:23:47 -05:00
866b3f0fe7
type hint scanner
2026-02-28 00:23:35 -05:00
87df32c32c
getting rid of junk
2026-02-28 00:14:12 -05:00
c062361ef9
back to usual agents
2026-02-28 00:07:57 -05:00
bc261c6cbe
teststests in wrong spot.
2026-02-28 00:07:45 -05:00
db65162bbf
chore(conductor): Complete Phase 1 of AI style refactor
2026-02-27 23:52:06 -05:00
c75b926c45
chore(conductor): Add new track 'AI-Optimized Python Style Refactor'
2026-02-27 23:37:03 -05:00
7a1fe1723b
conductor(plan): Mark phase 'Phase 1: Framework Foundation' as complete
2026-02-27 23:26:55 -05:00
e93e2eaa40
conductor(checkpoint): Checkpoint end of Phase 1
2026-02-27 23:26:33 -05:00
2a30e62621
test(sim): Setup framework for robust live sim verification
2026-02-27 23:20:42 -05:00
173ffc31de
fxies
2026-02-27 23:14:23 -05:00
858c4c27a4
oops
2026-02-27 23:13:19 -05:00
2ccb4e9813
remove track
2026-02-27 23:10:40 -05:00
57d187b8bd
chore(conductor): Archive track 'robust_live_simulation_verification'
2026-02-27 23:10:28 -05:00
c3b108e77c
conductor(plan): Mark task 'Apply review suggestions' as complete
2026-02-27 23:09:55 -05:00
605dfc3149
fix(conductor): Apply review suggestions for track 'robust_live_simulation_verification'
2026-02-27 23:09:37 -05:00
51ab417bbe
remove complete track
2026-02-27 23:05:21 -05:00
b1fdcf72c5
chore(conductor): Archive track 'tiered_context_scoping_hitl_approval'
2026-02-27 23:05:06 -05:00
24c46b8934
conductor(plan): Mark task 'Apply review suggestions' as complete
2026-02-27 23:04:16 -05:00
82f73e7267
fix(conductor): Apply review suggestions for track 'tiered_context_scoping_hitl_approval'
2026-02-27 23:04:01 -05:00
4b450e01b8
docs(conductor): Synchronize docs for track 'MMA Dashboard Visualization Overhaul'
2026-02-27 22:57:45 -05:00
a67c318238
chore(conductor): Mark track 'MMA Dashboard Visualization Overhaul' as complete
2026-02-27 22:57:12 -05:00
75569039e3
conductor(plan): Mark Phase 3 as complete
2026-02-27 22:57:02 -05:00
25b72fba7e
feat(ui): Support multiple concurrent AI response streams and strategy visualization
2026-02-27 22:56:40 -05:00
e367f52d90
conductor(plan): Mark Phase 2 as complete
2026-02-27 22:52:11 -05:00
7252d759ef
feat(ui): Implement Task DAG Visualizer using ImGui tree nodes
2026-02-27 22:51:55 -05:00
6f61496a44
conductor(plan): Mark Phase 1 as complete
2026-02-27 22:49:26 -05:00
2b1cfbb34d
feat(ui): Implement Track Browser and progress visualization in MMA Dashboard
2026-02-27 22:49:03 -05:00