diff --git a/memory/tasks.json b/memory/tasks.json index 90feaed..69f3375 100644 --- a/memory/tasks.json +++ b/memory/tasks.json @@ -52,5 +52,20 @@ "notes": [ "From council skill brainstorm session 2026-03-05." ] + }, + { + "id": "task-20260305-1901-flynn-council-pipeline", + "created_at": "2026-03-05T19:01:00Z", + "title": "Fix Flynn council pipeline for real-model use + zap delegation", + "owner": "zap", + "priority": "medium", + "status": "open", + "details": "Get Flynn's dual-council pipeline (council.run) working against real models. Then integrate so zap can delegate council tasks to Flynn as an external agent. Work on feature branch fix/council-pipeline in ~/flynn.", + "notes": [ + "Plan: memory/plans/flynn-council-fix.md", + "5 phases: config/agent setup, structured output compat, bridge cap fixes, E2E run, zap integration.", + "Flynn codebase: ~/flynn/src/councils/ — orchestrator exists, unit tests pass (mocked), never run against real models.", + "Estimated effort: 1-2 focused sessions." + ] } ]