You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daemon/src/sessions.ts:176-177 — the bloom-planner planning prompt says "when the user asks for a plan/spec, use this repo's existing skills (/create-feature, /create-epic, /create-issue)". Two defects:
Fix both together: reword the prompt so the agent starts capture itself when the discussion converges on capturable work with no existing item (publish still gated by the capture skill's explainer-alignment pause), naming the real skills; then run daemon pnpm typecheck && pnpm build && pnpm test.
The daemon is orchestra-only (excluded from both sync scripts), so this is deliberately a separate item from #74's synced-skill-system change.
Follow-up from #74 (agent-invocable-capture).
daemon/src/sessions.ts:176-177— the bloom-planner planning prompt says "when the user asks for a plan/spec, use this repo's existing skills (/create-feature, /create-epic, /create-issue)". Two defects:/create-featureand/create-issue, which do not exist — the real skills are/create-planand/create-epic. This naming bug predates feat: Make create-plan and create-epic agent-invocable #74.Fix both together: reword the prompt so the agent starts capture itself when the discussion converges on capturable work with no existing item (publish still gated by the capture skill's explainer-alignment pause), naming the real skills; then run daemon
pnpm typecheck && pnpm build && pnpm test.The daemon is orchestra-only (excluded from both sync scripts), so this is deliberately a separate item from #74's synced-skill-system change.