From 26287215c5519c21172c2d1d820343824f295bcb Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 1 Mar 2026 08:44:30 -0500 Subject: [PATCH] get rid of cruft --- TASKS.md | 50 ----------------------- tests/temp_liveaisettingssim.toml | 42 ------------------- tests/temp_liveaisettingssim_history.toml | 14 ------- tests/temp_livecontextsim.toml | 37 ----------------- tests/temp_livecontextsim_history.toml | 15 ------- tests/temp_liveexecutionsim.toml | 42 ------------------- tests/temp_liveexecutionsim_history.toml | 14 ------- tests/temp_livetoolssim.toml | 42 ------------------- tests/temp_livetoolssim_history.toml | 14 ------- tests/temp_project.toml | 42 ------------------- tests/temp_project_history.toml | 17 -------- worker_debug.log | 0 12 files changed, 329 deletions(-) delete mode 100644 TASKS.md delete mode 100644 tests/temp_liveaisettingssim.toml delete mode 100644 tests/temp_liveaisettingssim_history.toml delete mode 100644 tests/temp_livecontextsim.toml delete mode 100644 tests/temp_livecontextsim_history.toml delete mode 100644 tests/temp_liveexecutionsim.toml delete mode 100644 tests/temp_liveexecutionsim_history.toml delete mode 100644 tests/temp_livetoolssim.toml delete mode 100644 tests/temp_livetoolssim_history.toml delete mode 100644 tests/temp_project.toml delete mode 100644 tests/temp_project_history.toml delete mode 100644 worker_debug.log diff --git a/TASKS.md b/TASKS.md deleted file mode 100644 index 9ebf4f7..0000000 --- a/TASKS.md +++ /dev/null @@ -1,50 +0,0 @@ -# Task Management - -## Active Phase -**Phase**: Multi-track implementation (MMA + Style Refactor + Simulation) -**Started**: 2026-02-24 -**Progress**: See individual tracks below - -## Active Tracks - -### 1. AI-Optimized Python Style Refactor -**Track**: `conductor/tracks/python_style_refactor_20260227/` -**Status**: IN_PROGRESS — Phase 4 -**Completed**: -- Phase 1: Research and Pilot Tooling [checkpoint: c75b926] -- Phase 2: Core Refactor - Indentation and Newlines [checkpoint: db65162] -- Phase 3: AI-Optimized Metadata and Final Cleanup [checkpoint: 3216e87] -**Remaining in Phase 4** (Codebase-Wide Type Hint Sweep): -- [ ] Core modules (18 files, ~200 items) -- [ ] Variable-only files (ai_client, mcp_client, mma_prompts) -- [ ] Scripts (~15 files) -- [ ] Simulation modules (~10 files) -- [ ] Test files (~80 files, ~400 items) -- [ ] Verification - -### 2. Robust Live Simulation Verification -**Track**: `conductor/tracks/robust_live_simulation_verification/` -**Status**: IN_PROGRESS — Phase 2 -**Completed**: -- Phase 1: Framework Foundation [checkpoint: e93e2ea] -**Remaining in Phase 2** (Epic & Track Verification): -- [~] Write simulation routine for new Epic -- [ ] Verify track selection loads DAG state -**Future Phases**: -- Phase 3: DAG & Spawn Interception Verification (pending) -- Phase 4: Review Fixes from 605dfc3 (pending) - -### 3. Documentation Refresh and Context Cleanup -**Track**: `conductor/tracks/documentation_refresh_20260224/` -**Status**: PLANNED — not started -**Phases**: Context Cleanup → Core Documentation Refresh → README Refresh - -## Recent Context -- **Last commit**: `d36632c` — checkpoint: massive refactor -- **Known issue**: Gemini CLI policy setup frustrations (`f2512c3`) -- **Infrastructure**: MMA delegation scripts work for both Gemini (`mma_exec.py`) and Claude (`claude_mma_exec.py`) - -## Session Startup -1. Run `/conductor-setup` or `/conductor-status` to load context -2. Pick a track to resume with `/conductor-implement` -3. Use `conductor/tracks/{name}/plan.md` as source of truth for task state diff --git a/tests/temp_liveaisettingssim.toml b/tests/temp_liveaisettingssim.toml deleted file mode 100644 index ba93740..0000000 --- a/tests/temp_liveaisettingssim.toml +++ /dev/null @@ -1,42 +0,0 @@ -[project] -name = "temp_liveaisettingssim" -git_dir = "C:\\projects\\manual_slop" -system_prompt = "" -main_context = "" -word_wrap = true -summary_only = false -auto_scroll_comms = true -auto_scroll_tool_calls = true - -[output] -output_dir = "./md_gen" - -[files] -base_dir = "." -paths = [] - -[files.tier_assignments] - -[screenshots] -base_dir = "." -paths = [] - -[gemini_cli] -binary_path = "gemini" - -[deepseek] -reasoning_effort = "medium" - -[agent.tools] -run_powershell = true -read_file = true -list_directory = true -search_files = true -get_file_summary = true -web_search = true -fetch_url = true - -[mma] -epic = "" -active_track_id = "" -tracks = [] diff --git a/tests/temp_liveaisettingssim_history.toml b/tests/temp_liveaisettingssim_history.toml deleted file mode 100644 index 9ce1637..0000000 --- a/tests/temp_liveaisettingssim_history.toml +++ /dev/null @@ -1,14 +0,0 @@ -roles = [ - "User", - "AI", - "Vendor API", - "System", - "Reasoning", -] -active = "main" -auto_add = true - -[discussions.main] -git_commit = "" -last_updated = "2026-02-28T20:47:38" -history = [] diff --git a/tests/temp_livecontextsim.toml b/tests/temp_livecontextsim.toml deleted file mode 100644 index 91b0fe8..0000000 --- a/tests/temp_livecontextsim.toml +++ /dev/null @@ -1,37 +0,0 @@ -[project] -name = "temp_livecontextsim" -git_dir = "C:\\projects\\manual_slop" -system_prompt = "" -main_context = "" -word_wrap = true -summary_only = false -auto_scroll_comms = true -auto_scroll_tool_calls = true - -[output] -output_dir = "./md_gen" - -[files] -base_dir = "." -paths = [] - -[files.tier_assignments] - -[screenshots] -base_dir = "." -paths = [] - -[gemini_cli] -binary_path = "gemini" - -[agent.tools] -run_powershell = true -read_file = true -list_directory = true -search_files = true -get_file_summary = true -web_search = true -fetch_url = true - -[mma] -epic = "" diff --git a/tests/temp_livecontextsim_history.toml b/tests/temp_livecontextsim_history.toml deleted file mode 100644 index 7493021..0000000 --- a/tests/temp_livecontextsim_history.toml +++ /dev/null @@ -1,15 +0,0 @@ -roles = [ - "User", - "AI", - "Vendor API", - "System", - "Reasoning", -] -history = [] -active = "TestDisc_1772329641" -auto_add = true - -[discussions.TestDisc_1772329641] -git_commit = "" -last_updated = "2026-02-28T20:47:31" -history = [] diff --git a/tests/temp_liveexecutionsim.toml b/tests/temp_liveexecutionsim.toml deleted file mode 100644 index 74cb0b8..0000000 --- a/tests/temp_liveexecutionsim.toml +++ /dev/null @@ -1,42 +0,0 @@ -[project] -name = "temp_liveexecutionsim" -git_dir = "C:\\projects\\manual_slop" -system_prompt = "" -main_context = "" -word_wrap = true -summary_only = false -auto_scroll_comms = true -auto_scroll_tool_calls = true - -[output] -output_dir = "./md_gen" - -[files] -base_dir = "." -paths = [] - -[files.tier_assignments] - -[screenshots] -base_dir = "." -paths = [] - -[gemini_cli] -binary_path = "\"C:\\projects\\manual_slop\\.venv\\Scripts\\python.exe\" \"C:\\projects\\manual_slop\\tests\\mock_gemini_cli.py\"" - -[deepseek] -reasoning_effort = "medium" - -[agent.tools] -run_powershell = true -read_file = true -list_directory = true -search_files = true -get_file_summary = true -web_search = true -fetch_url = true - -[mma] -epic = "" -active_track_id = "" -tracks = [] diff --git a/tests/temp_liveexecutionsim_history.toml b/tests/temp_liveexecutionsim_history.toml deleted file mode 100644 index b0fd832..0000000 --- a/tests/temp_liveexecutionsim_history.toml +++ /dev/null @@ -1,14 +0,0 @@ -roles = [ - "User", - "AI", - "Vendor API", - "System", - "Reasoning", -] -active = "main" -auto_add = true - -[discussions.main] -git_commit = "" -last_updated = "2026-02-28T20:50:22" -history = [] diff --git a/tests/temp_livetoolssim.toml b/tests/temp_livetoolssim.toml deleted file mode 100644 index 758e16a..0000000 --- a/tests/temp_livetoolssim.toml +++ /dev/null @@ -1,42 +0,0 @@ -[project] -name = "temp_livetoolssim" -git_dir = "C:\\projects\\manual_slop" -system_prompt = "" -main_context = "" -word_wrap = true -summary_only = false -auto_scroll_comms = true -auto_scroll_tool_calls = true - -[output] -output_dir = "./md_gen" - -[files] -base_dir = "." -paths = [] - -[files.tier_assignments] - -[screenshots] -base_dir = "." -paths = [] - -[gemini_cli] -binary_path = "gemini" - -[deepseek] -reasoning_effort = "medium" - -[agent.tools] -run_powershell = true -read_file = true -list_directory = true -search_files = true -get_file_summary = true -web_search = true -fetch_url = true - -[mma] -epic = "" -active_track_id = "" -tracks = [] diff --git a/tests/temp_livetoolssim_history.toml b/tests/temp_livetoolssim_history.toml deleted file mode 100644 index c406ea4..0000000 --- a/tests/temp_livetoolssim_history.toml +++ /dev/null @@ -1,14 +0,0 @@ -roles = [ - "User", - "AI", - "Vendor API", - "System", - "Reasoning", -] -active = "main" -auto_add = true - -[discussions.main] -git_commit = "" -last_updated = "2026-02-28T20:47:57" -history = [] diff --git a/tests/temp_project.toml b/tests/temp_project.toml deleted file mode 100644 index 56fc4ae..0000000 --- a/tests/temp_project.toml +++ /dev/null @@ -1,42 +0,0 @@ -[project] -name = "temp_project" -git_dir = "C:\\projects\\manual_slop" -system_prompt = "" -main_context = "" -word_wrap = true -summary_only = false -auto_scroll_comms = true -auto_scroll_tool_calls = true - -[output] -output_dir = "./md_gen" - -[files] -base_dir = "tests/temp_workspace" -paths = [] - -[files.tier_assignments] - -[screenshots] -base_dir = "." -paths = [] - -[gemini_cli] -binary_path = "C:\\projects\\manual_slop\\.venv\\Scripts\\python.exe C:\\projects\\manual_slop\\tests\\mock_gemini_cli.py" - -[deepseek] -reasoning_effort = "medium" - -[agent.tools] -run_powershell = true -read_file = true -list_directory = true -search_files = true -get_file_summary = true -web_search = true -fetch_url = true - -[mma] -epic = "" -active_track_id = "" -tracks = [] diff --git a/tests/temp_project_history.toml b/tests/temp_project_history.toml deleted file mode 100644 index 60d2474..0000000 --- a/tests/temp_project_history.toml +++ /dev/null @@ -1,17 +0,0 @@ -roles = [ - "User", - "AI", - "Vendor API", - "System", - "Reasoning", -] -active = "main" -auto_add = true - -[discussions.main] -git_commit = "" -last_updated = "2026-03-01T08:31:25" -history = [ - "@2026-02-28T22:02:40\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 83.5%. Please consider optimizing recent changes or reducing load.", - "@2026-02-28T22:03:10\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 103.9%. Please consider optimizing recent changes or reducing load.", -] diff --git a/worker_debug.log b/worker_debug.log deleted file mode 100644 index e69de29..0000000