From 0acd7a2772316da05986926760a852d84884bde1 Mon Sep 17 00:00:00 2001 From: zap Date: Thu, 5 Mar 2026 19:01:49 +0000 Subject: [PATCH] chore(tasks): add Flynn council pipeline fix to TODO - medium priority, plan in memory/plans/flynn-council-fix.md - 5 phases, estimated 1-2 focused sessions --- memory/tasks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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." + ] } ]