WIP almost done with track planning
This commit is contained in:
@@ -1,16 +1,32 @@
|
||||
# Implementation Plan: Per-Ticket Model Override (per_ticket_model)
|
||||
# Implementation Plan: Per-Ticket Model Override (per_ticket_model_20260306)
|
||||
|
||||
## Phase 1: Research & Design
|
||||
- [ ] Task: Analyze existing backend implementation
|
||||
- [ ] Task: Design GUI/UX approach
|
||||
- [ ] Task: Conductor - User Manual Verification
|
||||
## Phase 1: Model Field
|
||||
- [ ] Task: Initialize MMA Environment
|
||||
- [ ] Task: Add override field
|
||||
- WHERE: src/models.py
|
||||
- WHAT: model_override on Ticket
|
||||
- HOW: Optional[str]
|
||||
- [ ] Task: Update ticket creation
|
||||
- WHERE: src/conductor_tech_lead.py
|
||||
- WHAT: Pass override to ticket
|
||||
- HOW: Include in ticket dict
|
||||
|
||||
## Phase 2: Implementation
|
||||
- [ ] Task: Implement feature
|
||||
- [ ] Task: Write tests
|
||||
- [ ] Task: Conductor - User Manual Verification
|
||||
## Phase 2: UI Controls
|
||||
- [ ] Task: Add model dropdown
|
||||
- WHERE: src/gui_2.py
|
||||
- WHAT: Select model per ticket
|
||||
- HOW: imgui.combo with model list
|
||||
- [ ] Task: Add override indicator
|
||||
- WHERE: src/gui_2.py
|
||||
- WHAT: Show override is active
|
||||
- HOW: Different style
|
||||
|
||||
## Phase 3: Verification
|
||||
- [ ] Task: Run test suite
|
||||
- [ ] Task: Verify coverage
|
||||
- [ ] Task: Conductor - Phase Completion Verification
|
||||
## Phase 3: Execution Integration
|
||||
- [ ] Task: Use override at runtime
|
||||
- WHERE: src/multi_agent_conductor.py
|
||||
- WHAT: Use ticket.model_override if set
|
||||
- HOW: Check and apply
|
||||
|
||||
## Phase 4: Verification
|
||||
- [ ] Test override works
|
||||
- [ ] Conductor - Phase Verification
|
||||
|
||||
Reference in New Issue
Block a user