Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(pipeline-review): windowed reconcile + executable on-demand subagent run

merged#2467CedarCopilot

CedarCopilot wants to merge 0 commits into staging from feat/pipeline-review-fast-run

11 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/.claude/skills/playbook-authoring/SKILL.md+10-5
  • addedapps/server/.claude/skills/subagent-runner/SKILL.md+122-0
  • addedapps/server/src/mastra/tools/conversation/__tests__/reconcileDealsWithProviderTool.test.ts+49-0
  • modifiedapps/server/src/mastra/tools/conversation/reconcileDealsWithProviderTool.ts+25-3
  • modifiedapps/server/src/services/agent-action-queue/__tests__/subagent-dispatch.test.ts+3-2
  • modifiedapps/server/src/services/agent-action-queue/subagent-dispatch.ts+1-1
  • modifiedapps/server/src/services/crm/crm-reconcile-deals.ts+17-12 defects
  • modifiedapps/server/src/services/playbook/agent-defaults/pipeline-review.ts+1-11 defect
  • addedapps/server/src/services/playbook/run-single-subagent.ts+126-0
  • modifiedapps/server/src/trpc/routes/admin-subagent.ts+189-21 defect
  • modifieddocs/design/on-demand-subagent-cli.md+12-1