get rid of cruft
This commit is contained in:
50
TASKS.md
50
TASKS.md
@@ -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
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = ""
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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 = []
|
|
||||||
@@ -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.",
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user