Feat/multi agent orchestration phase1#11
Merged
Conversation
Prevent Dependabot from auto-creating PRs for major version upgrades (e.g. Prisma 6→7, eslint 9→10, vitest 3→4). Major bumps require manual review and code updates before merging. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extend major-version ignore rule to GitHub Actions and Docker in addition to npm. This prevents PRs for Node Alpine upgrades (20→25) and major GitHub Actions version bumps since we use SHA-pinned actions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e Loop Add heterogeneous model routing with plan-and-execute pattern (powerful model plans, cheap models execute) and self-correcting reflexive loop node. Includes: - plan_and_execute node: task decomposition with tier-based model selection - reflexive_loop node: generate → evaluate → retry with feedback loop - getModelByTier() / getModelFallbackChain() for dynamic model routing - Adaptive cost monitor mode (auto-downgrades tier at 60/80/95% budget) - LLM-based meta-orchestrator upgrade (keyword fallback preserved) - Flow builder UI: node components, property editors, node picker entries - Starter flow template: Plan-and-Execute Pipeline - Flow validator updated with all 55 node types - Implementation plan document in docs/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
webdevcom01-cell
added a commit
that referenced
this pull request
May 24, 2026
- Migration 20260605000000: enable RLS + FORCE on PolicyDecision, 4 policies for app_user, organizationId+id composite index - approval-engine: wrap requestApproval findFirst+create, resolveDecision findUnique+update, waitForDecision findUnique in withOrgContext; add organizationId param to resolveDecision and waitForDecision; processTimeouts stays unwrapped (cross-org cron, BYPASSRLS) - decisions/[decisionId]/route: loadDecision to withAdminBypass, GET findUnique and DELETE update to withOrgContext, pass organizationId to resolveDecision - policies/[policyId]/route: policyDecision.count to withOrgContext - policies/[policyId]/decisions/route: findMany to withOrgContext - pending-approvals/route: agent lookup for orgId, findMany to withOrgContext - approval-engine tests: update resolveDecision and waitForDecision call signatures to match new organizationId param positions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Briefly describe the changes in this PR and the motivation behind them.
Type of change
Checklist
any, Tailwind only)pnpm test)pnpm lint)pnpm typecheck)console.logstatements left in code