ai botched the agent personal track. needs a redo by gemini 3.1

This commit is contained in:
2026-03-10 12:30:09 -04:00
parent 478d91a6e1
commit e3d5e0ed2e
5 changed files with 278 additions and 9 deletions

View File

@@ -11,14 +11,14 @@
- [x] Task: Write Tests: Verify that a `Ticket` or `Track` can hold a `persona_id` override.
- [x] Task: Implement: Update the MMA internal state to support per-epic, per-track, and per-task Persona assignments.
- [x] Task: Implement: Update the `WorkerContext` and `ConductorEngine` to resolve and apply the correct Persona before spawning an agent.
- [ ] Task: Implement: Add "Persona" metadata to the Tier Stream logs to visually confirm which profile is active.
- [x] Task: Implement: Add "Persona" metadata to the Tier Stream logs to visually confirm which profile is active.
- [x] Task: Conductor - User Manual Verification 'Phase 2: Granular MMA Integration' (Protocol in workflow.md)
## Phase 3: Hybrid Persona UI [checkpoint: 523cf31]
- [x] Task: Write Tests: Verify that changing the Persona Selector updates the associated UI fields using `live_gui`.
- [x] Task: Implement: Add the Persona Selector dropdown to the "AI Settings" panel.
- [x] Task: Implement: Refactor the "Manage Presets" modal into a full "Persona Editor" supporting model sets and linked tool presets.
- [ ] Task: Implement: Add "Persona Override" controls to the Ticket editing panel in the MMA Dashboard.
- [x] Task: Implement: Add "Persona Override" controls to the Ticket editing panel in the MMA Dashboard.
- [x] Task: Conductor - User Manual Verification 'Phase 3: Hybrid Persona UI' (Protocol in workflow.md)
## Phase 4: Integration and Advanced Logic [checkpoint: 07bc86e]