2026-02-16 13:31:35 -06:00
|
|
|
lockfileVersion: '9.0'
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
autoInstallPeers: true
|
|
|
|
|
excludeLinksFromLockfile: false
|
|
|
|
|
|
|
|
|
|
importers:
|
|
|
|
|
|
|
|
|
|
.:
|
|
|
|
|
devDependencies:
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
cli:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@clack/prompts':
|
|
|
|
|
specifier: ^0.10.0
|
|
|
|
|
version: 0.10.1
|
2026-02-18 14:23:16 -06:00
|
|
|
'@paperclip/adapter-claude-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
|
|
|
|
'@paperclip/adapter-codex-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
|
|
|
|
'@paperclip/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-02-17 13:39:47 -06:00
|
|
|
'@paperclip/db':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/db
|
|
|
|
|
'@paperclip/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/shared
|
|
|
|
|
commander:
|
|
|
|
|
specifier: ^13.1.0
|
|
|
|
|
version: 13.1.0
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv:
|
|
|
|
|
specifier: ^17.0.1
|
|
|
|
|
version: 17.3.1
|
2026-02-17 13:39:47 -06:00
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^22.12.0
|
|
|
|
|
version: 22.19.11
|
|
|
|
|
tsx:
|
|
|
|
|
specifier: ^4.19.2
|
|
|
|
|
version: 4.21.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-02-18 14:23:16 -06:00
|
|
|
packages/adapter-utils:
|
|
|
|
|
devDependencies:
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/claude-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclip/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/codex-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclip/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
packages/db:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclip/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../shared
|
|
|
|
|
drizzle-orm:
|
|
|
|
|
specifier: ^0.38.4
|
2026-02-18 11:45:43 -06:00
|
|
|
version: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres:
|
|
|
|
|
specifier: ^3.4.5
|
|
|
|
|
version: 3.4.8
|
|
|
|
|
devDependencies:
|
|
|
|
|
drizzle-kit:
|
2026-02-16 19:07:37 -06:00
|
|
|
specifier: ^0.31.9
|
|
|
|
|
version: 0.31.9
|
2026-02-16 13:31:35 -06:00
|
|
|
tsx:
|
|
|
|
|
specifier: ^4.19.2
|
|
|
|
|
version: 4.21.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
packages/shared:
|
|
|
|
|
dependencies:
|
|
|
|
|
zod:
|
|
|
|
|
specifier: ^3.24.2
|
|
|
|
|
version: 3.25.76
|
|
|
|
|
devDependencies:
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
dependencies:
|
2026-02-18 14:23:16 -06:00
|
|
|
'@paperclip/adapter-claude-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
|
|
|
|
'@paperclip/adapter-codex-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
|
|
|
|
'@paperclip/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-02-16 13:31:35 -06:00
|
|
|
'@paperclip/db':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/db
|
|
|
|
|
'@paperclip/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/shared
|
2026-02-18 11:45:43 -06:00
|
|
|
detect-port:
|
|
|
|
|
specifier: ^2.1.0
|
|
|
|
|
version: 2.1.0
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv:
|
|
|
|
|
specifier: ^17.0.1
|
|
|
|
|
version: 17.3.1
|
2026-02-16 13:31:35 -06:00
|
|
|
drizzle-orm:
|
|
|
|
|
specifier: ^0.38.4
|
2026-02-18 11:45:43 -06:00
|
|
|
version: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
2026-02-16 13:31:35 -06:00
|
|
|
express:
|
|
|
|
|
specifier: ^5.1.0
|
|
|
|
|
version: 5.2.1
|
|
|
|
|
pino:
|
|
|
|
|
specifier: ^9.6.0
|
|
|
|
|
version: 9.14.0
|
|
|
|
|
pino-http:
|
|
|
|
|
specifier: ^10.4.0
|
|
|
|
|
version: 10.5.0
|
2026-02-19 09:09:40 -06:00
|
|
|
pino-pretty:
|
|
|
|
|
specifier: ^13.1.3
|
|
|
|
|
version: 13.1.3
|
2026-02-17 12:24:38 -06:00
|
|
|
ws:
|
|
|
|
|
specifier: ^8.19.0
|
|
|
|
|
version: 8.19.0
|
2026-02-16 13:31:35 -06:00
|
|
|
zod:
|
|
|
|
|
specifier: ^3.24.2
|
|
|
|
|
version: 3.25.76
|
2026-02-18 11:45:43 -06:00
|
|
|
optionalDependencies:
|
|
|
|
|
embedded-postgres:
|
|
|
|
|
specifier: ^18.1.0-beta.16
|
|
|
|
|
version: 18.1.0-beta.16
|
2026-02-16 13:31:35 -06:00
|
|
|
devDependencies:
|
|
|
|
|
'@types/express':
|
|
|
|
|
specifier: ^5.0.0
|
|
|
|
|
version: 5.0.6
|
|
|
|
|
'@types/express-serve-static-core':
|
|
|
|
|
specifier: ^5.0.0
|
|
|
|
|
version: 5.1.1
|
|
|
|
|
'@types/supertest':
|
|
|
|
|
specifier: ^6.0.2
|
|
|
|
|
version: 6.0.3
|
|
|
|
|
supertest:
|
|
|
|
|
specifier: ^7.0.0
|
|
|
|
|
version: 7.2.2
|
|
|
|
|
tsx:
|
|
|
|
|
specifier: ^4.19.2
|
|
|
|
|
version: 4.21.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
2026-02-18 11:45:43 -06:00
|
|
|
vite:
|
|
|
|
|
specifier: ^6.1.0
|
|
|
|
|
version: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
ui:
|
|
|
|
|
dependencies:
|
2026-02-18 14:23:16 -06:00
|
|
|
'@paperclip/adapter-claude-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
|
|
|
|
'@paperclip/adapter-codex-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
|
|
|
|
'@paperclip/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-02-16 13:31:35 -06:00
|
|
|
'@paperclip/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/shared
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-slot':
|
|
|
|
|
specifier: ^1.2.4
|
|
|
|
|
version: 1.2.4(@types/react@19.2.14)(react@19.2.4)
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@tailwindcss/typography':
|
|
|
|
|
specifier: ^0.5.19
|
|
|
|
|
version: 0.5.19(tailwindcss@4.1.18)
|
2026-02-17 12:24:38 -06:00
|
|
|
'@tanstack/react-query':
|
|
|
|
|
specifier: ^5.90.21
|
|
|
|
|
version: 5.90.21(react@19.2.4)
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
class-variance-authority:
|
|
|
|
|
specifier: ^0.7.1
|
|
|
|
|
version: 0.7.1
|
|
|
|
|
clsx:
|
|
|
|
|
specifier: ^2.1.1
|
|
|
|
|
version: 2.1.1
|
Add shared UI primitives, contexts, and reusable components
Add shadcn components: avatar, breadcrumb, checkbox, collapsible,
command, dialog, dropdown-menu, label, popover, scroll-area, sheet,
skeleton, tabs, textarea, tooltip. Add shared components: BreadcrumbBar,
CommandPalette, CompanySwitcher, CommentThread, EmptyState, EntityRow,
FilterBar, InlineEditor, MetricCard, PageSkeleton, PriorityIcon,
PropertiesPanel, StatusIcon, SidebarNavItem/Section. Add contexts for
breadcrumbs, dialogs, and side panels. Add keyboard shortcut hook and
utility helpers. Update layout, sidebar, and main app shell.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:57:00 -06:00
|
|
|
cmdk:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
lucide-react:
|
|
|
|
|
specifier: ^0.574.0
|
|
|
|
|
version: 0.574.0(react@19.2.4)
|
|
|
|
|
radix-ui:
|
|
|
|
|
specifier: ^1.4.3
|
|
|
|
|
version: 1.4.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
2026-02-16 13:31:35 -06:00
|
|
|
react:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
react-dom:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4(react@19.2.4)
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
react-markdown:
|
|
|
|
|
specifier: ^10.1.0
|
|
|
|
|
version: 10.1.0(@types/react@19.2.14)(react@19.2.4)
|
2026-02-16 13:31:35 -06:00
|
|
|
react-router-dom:
|
|
|
|
|
specifier: ^7.1.5
|
|
|
|
|
version: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
tailwind-merge:
|
|
|
|
|
specifier: ^3.4.1
|
|
|
|
|
version: 3.4.1
|
2026-02-16 13:31:35 -06:00
|
|
|
devDependencies:
|
|
|
|
|
'@tailwindcss/vite':
|
|
|
|
|
specifier: ^4.0.7
|
|
|
|
|
version: 4.1.18(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^25.2.3
|
|
|
|
|
version: 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/react':
|
|
|
|
|
specifier: ^19.0.8
|
|
|
|
|
version: 19.2.14
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
specifier: ^19.0.3
|
|
|
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
|
|
|
'@vitejs/plugin-react':
|
|
|
|
|
specifier: ^4.3.4
|
|
|
|
|
version: 4.7.0(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
tailwindcss:
|
|
|
|
|
specifier: ^4.0.7
|
|
|
|
|
version: 4.1.18
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vite:
|
|
|
|
|
specifier: ^6.1.0
|
|
|
|
|
version: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
packages:
|
|
|
|
|
|
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/compat-data@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/core@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/generator@7.29.1':
|
|
|
|
|
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
|
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-module-transforms@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@babel/core': ^7.0.0
|
|
|
|
|
|
|
|
|
|
'@babel/helper-plugin-utils@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
|
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-validator-identifier@7.28.5':
|
|
|
|
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
|
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/helpers@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/parser@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
|
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1':
|
|
|
|
|
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
|
|
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1':
|
|
|
|
|
resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
|
|
|
|
|
|
'@babel/template@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/traverse@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
'@babel/types@7.29.0':
|
|
|
|
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@clack/core@0.4.2':
|
|
|
|
|
resolution: {integrity: sha512-NYQfcEy8MWIxrT5Fj8nIVchfRFA26yYKJcvBS7WlUIlw2OmQOY9DhGGXMovyI5J5PpxrCPGkgUi207EBrjpBvg==}
|
|
|
|
|
|
|
|
|
|
'@clack/prompts@0.10.1':
|
|
|
|
|
resolution: {integrity: sha512-Q0T02vx8ZM9XSv9/Yde0jTmmBQufZhPJfYAg2XrrrxWWaZgq1rr8nU8Hv710BQ1dhoP8rtY7YUdpGej2Qza/cw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@drizzle-team/brocli@0.10.2':
|
|
|
|
|
resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
|
|
|
|
|
|
2026-02-16 19:07:37 -06:00
|
|
|
'@electric-sql/pglite@0.3.15':
|
|
|
|
|
resolution: {integrity: sha512-Cj++n1Mekf9ETfdc16TlDi+cDDQF0W7EcbyRHYOAeZdsAe8M/FJg18itDTSwyHfar2WIezawM9o0EKaRGVKygQ==}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
'@embedded-postgres/darwin-arm64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-tU/syLOamFZdXMC+p7AYczmFKIiolFlZ8y3Qb7KonX37O07ezc/OSDiQ641sheV3X0WPf9V10qyK8c81rleDdw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/darwin-x64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-4zHNCscGJt/3pmkpLCuU/IpMJzwENM6OqSHE+WWkOoNqYid49ZnmgB1ltOelgZgRoPRIy/HDEnrMeuVxQHBhEw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-arm64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-G0f/reVFc7svqncDQL7blwKulzYIYsz+o/3TEtAJOaGMXYkD8Swzv9RFKfEJOr9+IVRwCmoFFppMeBnUwMoGZg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-arm@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-aB1t95YGnqay8swh70s7zo587Nog90UL9yUYrzMMNMq40Qfrq9aWiBn0+6vCxp1rSFaPyJMPvW62/rIKLFBkKg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-ia32@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-gMTIryUMnwyLancs34gXqaiuXIFMgn8RGYZ2wJZEuXpW0SQ/cE07kFINmoQO1sN+5T/IR0KvMXPzxo867wO3ew==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-ppc64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-wTglX0bZVBretiUJrZUO/EmEP8w7jC+i8ZAEKesHHIqIDXEV2F9l+6aTjWt2wRu5SAJ6gpe2RbcKvJ6x+6m1Qw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-x64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-+GIabpHh7QV2AcYBuzyQC41AYczSFphxfHy4ccTPIPrp6OSthZXH+A9fymjQzOiDHg9+1UeYET00Aj7sScjXrg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/windows-x64@18.1.0-beta.16':
|
|
|
|
|
resolution: {integrity: sha512-v6AXH1zi6YyoqPM6U7mX08prJ33yD9gqsbo3YdtPi8FDx0C/y9sYa3aQVf/3blPJvHyERYbY8fZnYXbb79Lo0Q==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@esbuild-kit/core-utils@3.3.2':
|
|
|
|
|
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
|
|
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
|
|
|
|
|
|
|
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
|
|
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
|
|
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [aix]
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [aix]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [mips64el]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [mips64el]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [mips64el]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-riscv64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-riscv64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-riscv64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-s390x@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-s390x@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-s390x@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@esbuild/netbsd-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [netbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/netbsd-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [netbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/netbsd-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [netbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/netbsd-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [netbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/netbsd-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [netbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openbsd-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openbsd-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openbsd-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openbsd-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openbsd-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openharmony-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openharmony]
|
|
|
|
|
|
|
|
|
|
'@esbuild/openharmony-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openharmony]
|
|
|
|
|
|
|
|
|
|
'@esbuild/sunos-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [sunos]
|
|
|
|
|
|
|
|
|
|
'@esbuild/sunos-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [sunos]
|
|
|
|
|
|
|
|
|
|
'@esbuild/sunos-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [sunos]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-arm64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-arm64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-arm64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-ia32@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-ia32@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-ia32@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-x64@0.18.20':
|
|
|
|
|
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-x64@0.25.12':
|
|
|
|
|
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@esbuild/win32-x64@0.27.3':
|
|
|
|
|
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@floating-ui/core@1.7.4':
|
|
|
|
|
resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==}
|
|
|
|
|
|
|
|
|
|
'@floating-ui/dom@1.7.5':
|
|
|
|
|
resolution: {integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==}
|
|
|
|
|
|
|
|
|
|
'@floating-ui/react-dom@2.1.7':
|
|
|
|
|
resolution: {integrity: sha512-0tLRojf/1Go2JgEVm+3Frg9A3IW8bJgKgdO0BN5RkF//ufuz2joZM63Npau2ff3J6lUVYgDSNzNkR+aH3IVfjg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.8.0'
|
|
|
|
|
react-dom: '>=16.8.0'
|
|
|
|
|
|
|
|
|
|
'@floating-ui/utils@0.2.10':
|
|
|
|
|
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
|
|
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
|
|
|
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
|
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
|
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
|
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
|
|
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
|
|
|
|
|
|
|
|
'@noble/hashes@1.8.0':
|
|
|
|
|
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
|
|
|
|
|
engines: {node: ^14.21.3 || >=16}
|
|
|
|
|
|
|
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
|
|
|
resolution: {integrity: sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==}
|
|
|
|
|
|
|
|
|
|
'@pinojs/redact@0.4.0':
|
|
|
|
|
resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/number@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/primitive@1.1.3':
|
|
|
|
|
resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-accessible-icon@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-XM+E4WXl0OqUJFovy6GjmxxFyx9opfCAIUku4dlKRd5YEPqt4kALOkQOp0Of6reHuUkJuiPBEc5k0o4z4lTC8A==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-accordion@1.2.12':
|
|
|
|
|
resolution: {integrity: sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-alert-dialog@1.1.15':
|
|
|
|
|
resolution: {integrity: sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-arrow@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-aspect-ratio@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-Yq6lvO9HQyPwev1onK1daHCHqXVLzPhSVjmsNjCa2Zcxy2f7uJD2itDtxknv6FzAKCwD1qQkeVDmX/cev13n/g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-avatar@1.1.10':
|
|
|
|
|
resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-checkbox@1.3.3':
|
|
|
|
|
resolution: {integrity: sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-collapsible@1.1.12':
|
|
|
|
|
resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-collection@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-compose-refs@1.1.2':
|
|
|
|
|
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-context-menu@2.2.16':
|
|
|
|
|
resolution: {integrity: sha512-O8morBEW+HsVG28gYDZPTrT9UUovQUlJue5YO836tiTJhuIWBm/zQHc7j388sHWtdH/xUZurK9olD2+pcqx5ww==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-context@1.1.2':
|
|
|
|
|
resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-dialog@1.1.15':
|
|
|
|
|
resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-direction@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-dismissable-layer@1.1.11':
|
|
|
|
|
resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-dropdown-menu@2.1.16':
|
|
|
|
|
resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-focus-guards@1.1.3':
|
|
|
|
|
resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-focus-scope@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-form@0.1.8':
|
|
|
|
|
resolution: {integrity: sha512-QM70k4Zwjttifr5a4sZFts9fn8FzHYvQ5PiB19O2HsYibaHSVt9fH9rzB0XZo/YcM+b7t/p7lYCT/F5eOeF5yQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-hover-card@1.1.15':
|
|
|
|
|
resolution: {integrity: sha512-qgTkjNT1CfKMoP0rcasmlH2r1DAiYicWsDsufxl940sT2wHNEWWv6FMWIQXWhVdmC1d/HYfbhQx60KYyAtKxjg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-id@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-label@2.1.7':
|
|
|
|
|
resolution: {integrity: sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-menu@2.1.16':
|
|
|
|
|
resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-menubar@1.1.16':
|
|
|
|
|
resolution: {integrity: sha512-EB1FktTz5xRRi2Er974AUQZWg2yVBb1yjip38/lgwtCVRd3a+maUoGHN/xs9Yv8SY8QwbSEb+YrxGadVWbEutA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-navigation-menu@1.2.14':
|
|
|
|
|
resolution: {integrity: sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-one-time-password-field@0.1.8':
|
|
|
|
|
resolution: {integrity: sha512-ycS4rbwURavDPVjCb5iS3aG4lURFDILi6sKI/WITUMZ13gMmn/xGjpLoqBAalhJaDk8I3UbCM5GzKHrnzwHbvg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-password-toggle-field@0.1.3':
|
|
|
|
|
resolution: {integrity: sha512-/UuCrDBWravcaMix4TdT+qlNdVwOM1Nck9kWx/vafXsdfj1ChfhOdfi3cy9SGBpWgTXwYCuboT/oYpJy3clqfw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-popover@1.1.15':
|
|
|
|
|
resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-popper@1.2.8':
|
|
|
|
|
resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-portal@1.1.9':
|
|
|
|
|
resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-presence@1.1.5':
|
|
|
|
|
resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-primitive@2.1.3':
|
|
|
|
|
resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-progress@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-vPdg/tF6YC/ynuBIJlk1mm7Le0VgW6ub6J2UWnTQ7/D23KXcPI1qy+0vBkgKgd38RCMJavBXpB83HPNFMTb0Fg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-radio-group@1.3.8':
|
|
|
|
|
resolution: {integrity: sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-roving-focus@1.1.11':
|
|
|
|
|
resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-scroll-area@1.2.10':
|
|
|
|
|
resolution: {integrity: sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-select@2.2.6':
|
|
|
|
|
resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-separator@1.1.7':
|
|
|
|
|
resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-slider@1.3.6':
|
|
|
|
|
resolution: {integrity: sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-slot@1.2.3':
|
|
|
|
|
resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-slot@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-switch@1.2.6':
|
|
|
|
|
resolution: {integrity: sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-tabs@1.1.13':
|
|
|
|
|
resolution: {integrity: sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-toast@1.2.15':
|
|
|
|
|
resolution: {integrity: sha512-3OSz3TacUWy4WtOXV38DggwxoqJK4+eDkNMl5Z/MJZaoUPaP4/9lf81xXMe1I2ReTAptverZUpbPY4wWwWyL5g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-toggle-group@1.1.11':
|
|
|
|
|
resolution: {integrity: sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-toggle@1.1.10':
|
|
|
|
|
resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-toolbar@1.1.11':
|
|
|
|
|
resolution: {integrity: sha512-4ol06/1bLoFu1nwUqzdD4Y5RZ9oDdKeiHIsntug54Hcr1pgaHiPqHFEaXI1IFP/EsOfROQZ8Mig9VTIRza6Tjg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-tooltip@1.2.8':
|
|
|
|
|
resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-callback-ref@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-controllable-state@1.2.2':
|
|
|
|
|
resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-effect-event@0.0.2':
|
|
|
|
|
resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-escape-keydown@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-is-hydrated@0.1.0':
|
|
|
|
|
resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-layout-effect@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-previous@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-rect@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-use-size@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-visually-hidden@1.2.3':
|
|
|
|
|
resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@radix-ui/rect@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
|
|
|
|
|
|
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
|
|
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-android-arm64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-darwin-arm64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-darwin-x64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-freebsd-x64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==}
|
|
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==}
|
|
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-openbsd-x64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openharmony]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.57.1':
|
|
|
|
|
resolution: {integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/node@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
cpu: [wasm32]
|
|
|
|
|
bundledDependencies:
|
|
|
|
|
- '@napi-rs/wasm-runtime'
|
|
|
|
|
- '@emnapi/core'
|
|
|
|
|
- '@emnapi/runtime'
|
|
|
|
|
- '@tybys/wasm-util'
|
|
|
|
|
- '@emnapi/wasi-threads'
|
|
|
|
|
- tslib
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@tailwindcss/typography@0.5.19':
|
|
|
|
|
resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@tailwindcss/vite@4.1.18':
|
|
|
|
|
resolution: {integrity: sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
vite: ^5.2.0 || ^6 || ^7
|
|
|
|
|
|
2026-02-17 12:24:38 -06:00
|
|
|
'@tanstack/query-core@5.90.20':
|
|
|
|
|
resolution: {integrity: sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==}
|
|
|
|
|
|
|
|
|
|
'@tanstack/react-query@5.90.21':
|
|
|
|
|
resolution: {integrity: sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^18 || ^19
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/babel__core@7.20.5':
|
|
|
|
|
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
|
|
|
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
|
|
|
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
|
|
|
|
|
|
|
|
'@types/babel__template@7.4.4':
|
|
|
|
|
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
|
|
|
|
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
|
|
|
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
|
|
|
|
|
|
|
|
|
'@types/body-parser@1.19.6':
|
|
|
|
|
resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==}
|
|
|
|
|
|
|
|
|
|
'@types/chai@5.2.3':
|
|
|
|
|
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
|
|
|
|
|
|
|
|
'@types/connect@3.4.38':
|
|
|
|
|
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
|
|
|
|
|
|
|
|
|
|
'@types/cookiejar@2.1.5':
|
|
|
|
|
resolution: {integrity: sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/debug@4.1.12':
|
|
|
|
|
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/deep-eql@4.0.2':
|
|
|
|
|
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/estree-jsx@1.0.5':
|
|
|
|
|
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/estree@1.0.8':
|
|
|
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
|
|
|
|
|
|
'@types/express-serve-static-core@5.1.1':
|
|
|
|
|
resolution: {integrity: sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==}
|
|
|
|
|
|
|
|
|
|
'@types/express@5.0.6':
|
|
|
|
|
resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/hast@3.0.4':
|
|
|
|
|
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/http-errors@2.0.5':
|
|
|
|
|
resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/mdast@4.0.4':
|
|
|
|
|
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/methods@1.1.4':
|
|
|
|
|
resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/ms@2.1.0':
|
|
|
|
|
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@types/node@22.19.11':
|
|
|
|
|
resolution: {integrity: sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/node@25.2.3':
|
|
|
|
|
resolution: {integrity: sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==}
|
|
|
|
|
|
|
|
|
|
'@types/qs@6.14.0':
|
|
|
|
|
resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==}
|
|
|
|
|
|
|
|
|
|
'@types/range-parser@1.2.7':
|
|
|
|
|
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
|
|
|
|
|
|
|
|
|
|
'@types/react-dom@19.2.3':
|
|
|
|
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': ^19.2.0
|
|
|
|
|
|
|
|
|
|
'@types/react@19.2.14':
|
|
|
|
|
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
|
|
|
|
|
|
|
|
'@types/send@1.2.1':
|
|
|
|
|
resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==}
|
|
|
|
|
|
|
|
|
|
'@types/serve-static@2.2.0':
|
|
|
|
|
resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==}
|
|
|
|
|
|
|
|
|
|
'@types/superagent@8.1.9':
|
|
|
|
|
resolution: {integrity: sha512-pTVjI73witn+9ILmoJdajHGW2jkSaOzhiFYF1Rd3EQ94kymLqB9PjD9ISg7WaALC7+dCHT0FGe9T2LktLq/3GQ==}
|
|
|
|
|
|
|
|
|
|
'@types/supertest@6.0.3':
|
|
|
|
|
resolution: {integrity: sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/unist@2.0.11':
|
|
|
|
|
resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
|
|
|
|
|
|
|
|
|
|
'@types/unist@3.0.3':
|
|
|
|
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
|
|
|
|
|
|
|
|
'@ungap/structured-clone@1.3.0':
|
|
|
|
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@vitejs/plugin-react@4.7.0':
|
|
|
|
|
resolution: {integrity: sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==}
|
|
|
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
|
|
|
|
|
|
|
|
'@vitest/expect@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
|
|
|
|
|
|
|
|
|
|
'@vitest/mocker@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
msw: ^2.4.9
|
|
|
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
msw:
|
|
|
|
|
optional: true
|
|
|
|
|
vite:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@vitest/pretty-format@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
|
|
|
|
|
|
|
|
|
|
'@vitest/runner@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==}
|
|
|
|
|
|
|
|
|
|
'@vitest/snapshot@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==}
|
|
|
|
|
|
|
|
|
|
'@vitest/spy@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
|
|
|
|
|
|
|
|
|
|
'@vitest/utils@3.2.4':
|
|
|
|
|
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
|
|
|
|
|
|
|
|
|
|
accepts@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
address@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-XNAb/a6TCqou+TufU8/u11HCu9x1gYvOoxLwtlXgIqmkrYQADVv6ljyW2zwiPhHz9R1gItAWpuDrdJMmrOBFEA==}
|
|
|
|
|
engines: {node: '>= 16.0.0'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
aria-hidden@1.2.6:
|
|
|
|
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asap@2.0.6:
|
|
|
|
|
resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
|
|
|
|
|
|
|
|
|
|
assertion-error@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
async-exit-hook@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==}
|
|
|
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asynckit@0.4.0:
|
|
|
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
|
|
|
|
|
|
atomic-sleep@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==}
|
|
|
|
|
engines: {node: '>=8.0.0'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
bail@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
baseline-browser-mapping@2.9.19:
|
|
|
|
|
resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
body-parser@2.2.2:
|
|
|
|
|
resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
browserslist@4.28.1:
|
|
|
|
|
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
|
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
buffer-from@1.1.2:
|
|
|
|
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
|
|
|
|
|
|
|
|
bytes@3.1.2:
|
|
|
|
|
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
cac@6.7.14:
|
|
|
|
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
call-bound@1.0.4:
|
|
|
|
|
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
caniuse-lite@1.0.30001770:
|
|
|
|
|
resolution: {integrity: sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
ccount@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
chai@5.3.3:
|
|
|
|
|
resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
character-entities-html4@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
|
|
|
|
|
|
|
|
|
character-entities-legacy@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
|
|
|
|
|
|
|
|
|
|
character-entities@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
|
|
|
|
|
|
|
|
|
|
character-reference-invalid@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
check-error@2.1.3:
|
|
|
|
|
resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
|
|
|
|
|
engines: {node: '>= 16'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
class-variance-authority@0.7.1:
|
|
|
|
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
|
|
|
|
|
|
|
|
clsx@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
Add shared UI primitives, contexts, and reusable components
Add shadcn components: avatar, breadcrumb, checkbox, collapsible,
command, dialog, dropdown-menu, label, popover, scroll-area, sheet,
skeleton, tabs, textarea, tooltip. Add shared components: BreadcrumbBar,
CommandPalette, CompanySwitcher, CommentThread, EmptyState, EntityRow,
FilterBar, InlineEditor, MetricCard, PageSkeleton, PriorityIcon,
PropertiesPanel, StatusIcon, SidebarNavItem/Section. Add contexts for
breadcrumbs, dialogs, and side panels. Add keyboard shortcut hook and
utility helpers. Update layout, sidebar, and main app shell.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:57:00 -06:00
|
|
|
cmdk@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^18 || ^19 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^18 || ^19 || ^19.0.0-rc
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
colorette@2.0.20:
|
|
|
|
|
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
combined-stream@1.0.8:
|
|
|
|
|
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
comma-separated-tokens@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
commander@13.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
component-emitter@1.3.1:
|
|
|
|
|
resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
|
|
|
|
|
|
|
|
|
|
content-disposition@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
content-type@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
convert-source-map@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
|
|
|
|
|
|
cookie-signature@1.2.2:
|
|
|
|
|
resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
|
|
|
|
|
engines: {node: '>=6.6.0'}
|
|
|
|
|
|
|
|
|
|
cookie@0.7.2:
|
|
|
|
|
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
cookie@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
cookiejar@2.1.4:
|
|
|
|
|
resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
cssesc@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
csstype@3.2.3:
|
|
|
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
dateformat@4.6.3:
|
|
|
|
|
resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
debug@4.4.3:
|
|
|
|
|
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
|
|
|
engines: {node: '>=6.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
supports-color: '*'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
supports-color:
|
|
|
|
|
optional: true
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
decode-named-character-reference@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
deep-eql@5.0.2:
|
|
|
|
|
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
|
|
|
|
delayed-stream@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
|
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
|
|
|
|
|
|
depd@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
dequal@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
detect-libc@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
detect-node-es@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
detect-port@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-epZuWb/6Q62L+nDHJc/hQAqf8pylsqgk3BpZXVBx1CDnr3nkrVNn73Uu1rXcFzkNcc+hkP3whuOg7JZYaQB65Q==}
|
|
|
|
|
engines: {node: '>= 16.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
devlop@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
dezalgo@1.0.4:
|
|
|
|
|
resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==}
|
|
|
|
|
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv@17.3.1:
|
|
|
|
|
resolution: {integrity: sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
2026-02-16 19:07:37 -06:00
|
|
|
drizzle-kit@0.31.9:
|
|
|
|
|
resolution: {integrity: sha512-GViD3IgsXn7trFyBUUHyTFBpH/FsHTxYJ66qdbVggxef4UBPHRYxQaRzYLTuekYnk9i5FIEL9pbBIwMqX/Uwrg==}
|
2026-02-16 13:31:35 -06:00
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
drizzle-orm@0.38.4:
|
|
|
|
|
resolution: {integrity: sha512-s7/5BpLKO+WJRHspvpqTydxFob8i1vo2rEx4pY6TGY7QSMuUfWUuzaY0DIpXCkgHOo37BaFC+SJQb99dDUXT3Q==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@aws-sdk/client-rds-data': '>=3'
|
|
|
|
|
'@cloudflare/workers-types': '>=4'
|
|
|
|
|
'@electric-sql/pglite': '>=0.2.0'
|
|
|
|
|
'@libsql/client': '>=0.10.0'
|
|
|
|
|
'@libsql/client-wasm': '>=0.10.0'
|
|
|
|
|
'@neondatabase/serverless': '>=0.10.0'
|
|
|
|
|
'@op-engineering/op-sqlite': '>=2'
|
|
|
|
|
'@opentelemetry/api': ^1.4.1
|
|
|
|
|
'@planetscale/database': '>=1'
|
|
|
|
|
'@prisma/client': '*'
|
|
|
|
|
'@tidbcloud/serverless': '*'
|
|
|
|
|
'@types/better-sqlite3': '*'
|
|
|
|
|
'@types/pg': '*'
|
|
|
|
|
'@types/react': '>=18'
|
|
|
|
|
'@types/sql.js': '*'
|
|
|
|
|
'@vercel/postgres': '>=0.8.0'
|
|
|
|
|
'@xata.io/client': '*'
|
|
|
|
|
better-sqlite3: '>=7'
|
|
|
|
|
bun-types: '*'
|
|
|
|
|
expo-sqlite: '>=14.0.0'
|
|
|
|
|
knex: '*'
|
|
|
|
|
kysely: '*'
|
|
|
|
|
mysql2: '>=2'
|
|
|
|
|
pg: '>=8'
|
|
|
|
|
postgres: '>=3'
|
|
|
|
|
prisma: '*'
|
|
|
|
|
react: '>=18'
|
|
|
|
|
sql.js: '>=1'
|
|
|
|
|
sqlite3: '>=5'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@aws-sdk/client-rds-data':
|
|
|
|
|
optional: true
|
|
|
|
|
'@cloudflare/workers-types':
|
|
|
|
|
optional: true
|
|
|
|
|
'@electric-sql/pglite':
|
|
|
|
|
optional: true
|
|
|
|
|
'@libsql/client':
|
|
|
|
|
optional: true
|
|
|
|
|
'@libsql/client-wasm':
|
|
|
|
|
optional: true
|
|
|
|
|
'@neondatabase/serverless':
|
|
|
|
|
optional: true
|
|
|
|
|
'@op-engineering/op-sqlite':
|
|
|
|
|
optional: true
|
|
|
|
|
'@opentelemetry/api':
|
|
|
|
|
optional: true
|
|
|
|
|
'@planetscale/database':
|
|
|
|
|
optional: true
|
|
|
|
|
'@prisma/client':
|
|
|
|
|
optional: true
|
|
|
|
|
'@tidbcloud/serverless':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/better-sqlite3':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/pg':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/sql.js':
|
|
|
|
|
optional: true
|
|
|
|
|
'@vercel/postgres':
|
|
|
|
|
optional: true
|
|
|
|
|
'@xata.io/client':
|
|
|
|
|
optional: true
|
|
|
|
|
better-sqlite3:
|
|
|
|
|
optional: true
|
|
|
|
|
bun-types:
|
|
|
|
|
optional: true
|
|
|
|
|
expo-sqlite:
|
|
|
|
|
optional: true
|
|
|
|
|
knex:
|
|
|
|
|
optional: true
|
|
|
|
|
kysely:
|
|
|
|
|
optional: true
|
|
|
|
|
mysql2:
|
|
|
|
|
optional: true
|
|
|
|
|
pg:
|
|
|
|
|
optional: true
|
|
|
|
|
postgres:
|
|
|
|
|
optional: true
|
|
|
|
|
prisma:
|
|
|
|
|
optional: true
|
|
|
|
|
react:
|
|
|
|
|
optional: true
|
|
|
|
|
sql.js:
|
|
|
|
|
optional: true
|
|
|
|
|
sqlite3:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
dunder-proto@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
ee-first@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
|
|
|
|
|
|
|
|
electron-to-chromium@1.5.286:
|
|
|
|
|
resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
embedded-postgres@18.1.0-beta.16:
|
|
|
|
|
resolution: {integrity: sha512-TDp7Ld0h84x5fzIIZFyreYWqZrxUNjuXB6OxqJCmV6PodB2vzQ+1hlL6n4uK1de7bIAxYt5OkDykwcuIONQdQg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
encodeurl@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
end-of-stream@1.4.5:
|
|
|
|
|
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
enhanced-resolve@5.19.0:
|
|
|
|
|
resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==}
|
|
|
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
|
|
|
|
|
|
es-define-property@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
es-errors@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
es-module-lexer@1.7.0:
|
|
|
|
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
|
|
|
|
|
|
|
|
es-object-atoms@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
esbuild-register@3.6.0:
|
|
|
|
|
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
esbuild: '>=0.12 <1'
|
|
|
|
|
|
|
|
|
|
esbuild@0.18.20:
|
|
|
|
|
resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
esbuild@0.25.12:
|
|
|
|
|
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
esbuild@0.27.3:
|
|
|
|
|
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
escalade@3.2.0:
|
|
|
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
|
|
|
|
escape-html@1.0.3:
|
|
|
|
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
estree-util-is-identifier-name@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
estree-walker@3.0.3:
|
|
|
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
|
|
|
|
|
|
etag@1.8.1:
|
|
|
|
|
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
expect-type@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
|
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
|
|
|
|
|
|
express@5.2.1:
|
|
|
|
|
resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
extend@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
fast-copy@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-ybA6PDXIXOXivLJK/z9e+Otk7ve13I4ckBvGO5I2RRmBU1gMHLVDJYEuJYhGwez7YNlYji2M2DvVU+a9mSFDlw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
fast-safe-stringify@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
|
|
|
|
|
|
|
|
|
|
fdir@6.5.0:
|
|
|
|
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
|
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
picomatch: ^3 || ^4
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
picomatch:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
finalhandler@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
|
|
|
|
|
engines: {node: '>= 18.0.0'}
|
|
|
|
|
|
|
|
|
|
form-data@4.0.5:
|
|
|
|
|
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
|
|
|
engines: {node: '>= 6'}
|
|
|
|
|
|
|
|
|
|
formidable@3.5.4:
|
|
|
|
|
resolution: {integrity: sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
forwarded@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
fresh@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
fsevents@2.3.3:
|
|
|
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
|
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
function-bind@1.1.2:
|
|
|
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
|
|
|
|
|
|
gensync@1.0.0-beta.2:
|
|
|
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
|
|
|
|
get-caller-file@2.0.5:
|
|
|
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
|
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
|
|
|
|
|
|
get-intrinsic@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
get-nonce@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
get-proto@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
get-tsconfig@4.13.6:
|
|
|
|
|
resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==}
|
|
|
|
|
|
|
|
|
|
gopd@1.2.0:
|
|
|
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
graceful-fs@4.2.11:
|
|
|
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
|
|
|
|
|
|
has-symbols@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
has-tostringtag@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
hasown@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
hast-util-to-jsx-runtime@2.3.6:
|
|
|
|
|
resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
|
|
|
|
|
|
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
help-me@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
html-url-attributes@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
http-errors@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
iconv-lite@0.7.2:
|
|
|
|
|
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
|
|
|
|
inherits@2.0.4:
|
|
|
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
inline-style-parser@0.2.7:
|
|
|
|
|
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ipaddr.js@1.9.1:
|
|
|
|
|
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
|
|
|
|
|
engines: {node: '>= 0.10'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
is-alphabetical@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
|
|
|
|
|
|
|
|
|
|
is-alphanumerical@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
|
|
|
|
|
|
|
|
|
|
is-decimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
|
|
|
|
|
|
|
|
|
|
is-hexadecimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
|
|
|
|
|
|
|
|
|
|
is-plain-obj@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
is-promise@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
|
|
|
|
|
|
|
|
|
|
jiti@2.6.1:
|
|
|
|
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
joycon@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
js-tokens@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
|
|
|
|
|
|
js-tokens@9.0.1:
|
|
|
|
|
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
|
|
|
|
|
|
|
|
jsesc@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
json5@2.2.3:
|
|
|
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
lightningcss-android-arm64@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
|
|
|
|
lightningcss-darwin-arm64@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
lightningcss-darwin-x64@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
lightningcss-freebsd-x64@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-x64-musl@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
lightningcss-win32-x64-msvc@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
lightningcss@1.30.2:
|
|
|
|
|
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
|
|
|
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
longest-streak@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
loupe@3.2.1:
|
|
|
|
|
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
|
|
|
|
|
|
|
|
|
|
lru-cache@5.1.1:
|
|
|
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
lucide-react@0.574.0:
|
|
|
|
|
resolution: {integrity: sha512-dJ8xb5juiZVIbdSn3HTyHsjjIwUwZ4FNwV0RtYDScOyySOeie1oXZTymST6YPJ4Qwt3Po8g4quhYl4OxtACiuQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
magic-string@0.30.21:
|
|
|
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
|
|
|
|
|
|
math-intrinsics@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
mdast-util-from-markdown@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==}
|
|
|
|
|
|
|
|
|
|
mdast-util-mdx-expression@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
|
|
|
|
|
|
|
|
|
|
mdast-util-mdx-jsx@3.2.0:
|
|
|
|
|
resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==}
|
|
|
|
|
|
|
|
|
|
mdast-util-mdxjs-esm@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
|
|
|
|
|
|
|
|
|
|
mdast-util-phrasing@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
|
|
|
|
|
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
|
|
|
resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
|
|
|
|
|
|
|
|
|
|
mdast-util-to-markdown@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
|
|
|
|
|
|
|
|
|
|
mdast-util-to-string@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
media-typer@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
merge-descriptors@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
methods@1.1.2:
|
|
|
|
|
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
micromark-core-commonmark@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-destination@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-label@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-space@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-title@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-whitespace@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==}
|
|
|
|
|
|
|
|
|
|
micromark-util-character@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
|
|
|
|
|
|
|
|
|
|
micromark-util-chunked@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==}
|
|
|
|
|
|
|
|
|
|
micromark-util-classify-character@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==}
|
|
|
|
|
|
|
|
|
|
micromark-util-combine-extensions@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==}
|
|
|
|
|
|
|
|
|
|
micromark-util-decode-numeric-character-reference@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==}
|
|
|
|
|
|
|
|
|
|
micromark-util-decode-string@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==}
|
|
|
|
|
|
|
|
|
|
micromark-util-encode@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
|
|
|
|
|
|
|
|
|
|
micromark-util-html-tag-name@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==}
|
|
|
|
|
|
|
|
|
|
micromark-util-normalize-identifier@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==}
|
|
|
|
|
|
|
|
|
|
micromark-util-resolve-all@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==}
|
|
|
|
|
|
|
|
|
|
micromark-util-sanitize-uri@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
|
|
|
|
|
|
|
|
|
|
micromark-util-subtokenize@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==}
|
|
|
|
|
|
|
|
|
|
micromark-util-symbol@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
|
|
|
|
|
|
|
|
|
|
micromark-util-types@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
|
|
|
|
|
|
|
|
|
|
micromark@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
mime-db@1.52.0:
|
|
|
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
mime-db@1.54.0:
|
|
|
|
|
resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
mime-types@2.1.35:
|
|
|
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
mime-types@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
mime@2.6.0:
|
|
|
|
|
resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
|
|
|
|
|
engines: {node: '>=4.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
minimist@1.2.8:
|
|
|
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ms@2.1.3:
|
|
|
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
|
|
|
|
|
|
nanoid@3.3.11:
|
|
|
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
|
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
negotiator@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
node-releases@2.0.27:
|
|
|
|
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
|
|
|
|
|
|
|
|
object-inspect@1.13.4:
|
|
|
|
|
resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
on-exit-leak-free@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
on-finished@2.4.1:
|
|
|
|
|
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
once@1.4.0:
|
|
|
|
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
parse-entities@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
parseurl@1.3.3:
|
|
|
|
|
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
path-to-regexp@8.3.0:
|
|
|
|
|
resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==}
|
|
|
|
|
|
|
|
|
|
pathe@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
|
|
|
|
|
|
pathval@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
|
|
|
engines: {node: '>= 14.16'}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
pg-cloudflare@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==}
|
|
|
|
|
|
|
|
|
|
pg-connection-string@2.11.0:
|
|
|
|
|
resolution: {integrity: sha512-kecgoJwhOpxYU21rZjULrmrBJ698U2RxXofKVzOn5UDj61BPj/qMb7diYUR1nLScCDbrztQFl1TaQZT0t1EtzQ==}
|
|
|
|
|
|
|
|
|
|
pg-int8@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
|
|
|
|
|
engines: {node: '>=4.0.0'}
|
|
|
|
|
|
|
|
|
|
pg-pool@3.11.0:
|
|
|
|
|
resolution: {integrity: sha512-MJYfvHwtGp870aeusDh+hg9apvOe2zmpZJpyt+BMtzUWlVqbhFmMK6bOBXLBUPd7iRtIF9fZplDc7KrPN3PN7w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
pg: '>=8.0'
|
|
|
|
|
|
|
|
|
|
pg-protocol@1.11.0:
|
|
|
|
|
resolution: {integrity: sha512-pfsxk2M9M3BuGgDOfuy37VNRRX3jmKgMjcvAcWqNDpZSf4cUmv8HSOl5ViRQFsfARFn0KuUQTgLxVMbNq5NW3g==}
|
|
|
|
|
|
|
|
|
|
pg-types@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
|
|
|
|
pg@8.18.0:
|
|
|
|
|
resolution: {integrity: sha512-xqrUDL1b9MbkydY/s+VZ6v+xiMUmOUk7SS9d/1kpyQxoJ6U9AO1oIJyUWVZojbfe5Cc/oluutcgFG4L9RDP1iQ==}
|
|
|
|
|
engines: {node: '>= 16.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
pg-native: '>=3.0.1'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
pg-native:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pgpass@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
picocolors@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
|
|
|
|
|
|
picomatch@4.0.3:
|
|
|
|
|
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
pino-abstract-transport@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pino-abstract-transport@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
pino-http@10.5.0:
|
|
|
|
|
resolution: {integrity: sha512-hD91XjgaKkSsdn8P7LaebrNzhGTdB086W3pyPihX0EzGPjq5uBJBXo4N5guqNaK6mUjg9aubMF7wDViYek9dRA==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pino-pretty@13.1.3:
|
|
|
|
|
resolution: {integrity: sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
pino-std-serializers@7.1.0:
|
|
|
|
|
resolution: {integrity: sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==}
|
|
|
|
|
|
|
|
|
|
pino@9.14.0:
|
|
|
|
|
resolution: {integrity: sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
postcss-selector-parser@6.0.10:
|
|
|
|
|
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
postcss@8.5.6:
|
|
|
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
|
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
postgres-array@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
|
|
|
|
postgres-bytea@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
|
|
|
|
postgres-date@1.0.7:
|
|
|
|
|
resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
|
|
|
|
postgres-interval@1.2.0:
|
|
|
|
|
resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres@3.4.8:
|
|
|
|
|
resolution: {integrity: sha512-d+JFcLM17njZaOLkv6SCev7uoLaBtfK86vMUXhW1Z4glPWh4jozno9APvW/XKFJ3CCxVoC7OL38BqRydtu5nGg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
process-warning@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
property-information@7.1.0:
|
|
|
|
|
resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
proxy-addr@2.0.7:
|
|
|
|
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
|
|
|
engines: {node: '>= 0.10'}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pump@3.0.3:
|
|
|
|
|
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
qs@6.15.0:
|
|
|
|
|
resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==}
|
|
|
|
|
engines: {node: '>=0.6'}
|
|
|
|
|
|
|
|
|
|
quick-format-unescaped@4.0.4:
|
|
|
|
|
resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
radix-ui@1.4.3:
|
|
|
|
|
resolution: {integrity: sha512-aWizCQiyeAenIdUbqEpXgRA1ya65P13NKn/W8rWkcN0OPkRDxdBVLWnIEDsS2RpwCK2nobI7oMUSmexzTDyAmA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
range-parser@1.2.1:
|
|
|
|
|
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
raw-body@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
|
|
|
|
|
engines: {node: '>= 0.10'}
|
|
|
|
|
|
|
|
|
|
react-dom@19.2.4:
|
|
|
|
|
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^19.2.4
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
react-markdown@10.1.0:
|
|
|
|
|
resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '>=18'
|
|
|
|
|
react: '>=18'
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-refresh@0.17.0:
|
|
|
|
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
react-remove-scroll-bar@2.3.8:
|
|
|
|
|
resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
react-remove-scroll@2.7.2:
|
|
|
|
|
resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-router-dom@7.13.0:
|
|
|
|
|
resolution: {integrity: sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=18'
|
|
|
|
|
react-dom: '>=18'
|
|
|
|
|
|
|
|
|
|
react-router@7.13.0:
|
|
|
|
|
resolution: {integrity: sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=18'
|
|
|
|
|
react-dom: '>=18'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
react-dom:
|
|
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
react-style-singleton@2.2.3:
|
|
|
|
|
resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react@19.2.4:
|
|
|
|
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
|
|
|
|
real-require@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
|
|
|
|
|
engines: {node: '>= 12.13.0'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
remark-parse@11.0.0:
|
|
|
|
|
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
|
|
|
|
|
|
|
|
|
|
remark-rehype@11.1.2:
|
|
|
|
|
resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
resolve-pkg-maps@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
|
|
|
|
|
|
|
|
rollup@4.57.1:
|
|
|
|
|
resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
|
|
|
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
router@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
|
|
|
|
safe-stable-stringify@2.5.0:
|
|
|
|
|
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
|
|
|
|
|
safer-buffer@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
|
|
|
|
|
|
scheduler@0.27.0:
|
|
|
|
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
secure-json-parse@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
semver@6.3.1:
|
|
|
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
send@1.2.1:
|
|
|
|
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
|
|
|
|
serve-static@2.2.1:
|
|
|
|
|
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
|
|
|
|
set-cookie-parser@2.7.2:
|
|
|
|
|
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
|
|
|
|
|
|
|
|
|
|
setprototypeof@1.2.0:
|
|
|
|
|
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
|
|
|
|
|
|
|
|
|
side-channel-list@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
side-channel-map@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
side-channel@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
siginfo@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
sisteransi@1.0.5:
|
|
|
|
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
sonic-boom@4.2.1:
|
|
|
|
|
resolution: {integrity: sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==}
|
|
|
|
|
|
|
|
|
|
source-map-js@1.2.1:
|
|
|
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
|
|
|
|
source-map-support@0.5.21:
|
|
|
|
|
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
|
|
|
|
|
|
|
|
|
|
source-map@0.6.1:
|
|
|
|
|
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
space-separated-tokens@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
split2@4.2.0:
|
|
|
|
|
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
|
|
|
|
|
engines: {node: '>= 10.x'}
|
|
|
|
|
|
|
|
|
|
stackback@0.0.2:
|
|
|
|
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
|
|
|
|
|
|
|
|
statuses@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
std-env@3.10.0:
|
|
|
|
|
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
stringify-entities@4.0.4:
|
|
|
|
|
resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
strip-json-comments@5.0.3:
|
|
|
|
|
resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==}
|
|
|
|
|
engines: {node: '>=14.16'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
strip-literal@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
style-to-js@1.1.21:
|
|
|
|
|
resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
|
|
|
|
|
|
|
|
|
|
style-to-object@1.0.14:
|
|
|
|
|
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
superagent@10.3.0:
|
|
|
|
|
resolution: {integrity: sha512-B+4Ik7ROgVKrQsXTV0Jwp2u+PXYLSlqtDAhYnkkD+zn3yg8s/zjA2MeGayPoY/KICrbitwneDHrjSotxKL+0XQ==}
|
|
|
|
|
engines: {node: '>=14.18.0'}
|
|
|
|
|
|
|
|
|
|
supertest@7.2.2:
|
|
|
|
|
resolution: {integrity: sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==}
|
|
|
|
|
engines: {node: '>=14.18.0'}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
tailwind-merge@3.4.1:
|
|
|
|
|
resolution: {integrity: sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tailwindcss@4.1.18:
|
|
|
|
|
resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
|
|
|
|
|
|
|
|
|
|
tapable@2.3.0:
|
|
|
|
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
|
|
|
|
thread-stream@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==}
|
|
|
|
|
|
|
|
|
|
tinybench@2.9.0:
|
|
|
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
|
|
|
|
|
|
tinyexec@0.3.2:
|
|
|
|
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
|
|
|
|
|
|
|
|
tinyglobby@0.2.15:
|
|
|
|
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
|
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
|
|
|
|
|
|
tinypool@1.1.1:
|
|
|
|
|
resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
|
|
|
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
|
|
|
|
|
|
|
|
tinyrainbow@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
tinyspy@4.0.4:
|
|
|
|
|
resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
toidentifier@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
|
|
|
|
engines: {node: '>=0.6'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
trim-lines@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
|
|
|
|
|
|
|
|
|
|
trough@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
tslib@2.8.1:
|
|
|
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tsx@4.21.0:
|
|
|
|
|
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
type-is@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
|
|
|
|
typescript@5.9.3:
|
|
|
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
|
|
|
engines: {node: '>=14.17'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
undici-types@6.21.0:
|
|
|
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
undici-types@7.16.0:
|
|
|
|
|
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
unified@11.0.5:
|
|
|
|
|
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
|
|
|
|
|
|
|
|
|
unist-util-is@6.0.1:
|
|
|
|
|
resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
|
|
|
|
|
|
|
|
|
|
unist-util-position@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
|
|
|
|
|
|
|
|
|
|
unist-util-stringify-position@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
|
|
|
|
|
|
|
|
|
unist-util-visit-parents@6.0.2:
|
|
|
|
|
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
|
|
|
|
|
|
|
|
|
|
unist-util-visit@5.1.0:
|
|
|
|
|
resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
unpipe@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
update-browserslist-db@1.2.3:
|
|
|
|
|
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
peerDependencies:
|
|
|
|
|
browserslist: '>= 4.21.0'
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
use-callback-ref@1.3.3:
|
|
|
|
|
resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
use-sidecar@1.1.3:
|
|
|
|
|
resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
use-sync-external-store@1.6.0:
|
|
|
|
|
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
util-deprecate@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
vary@1.1.2:
|
|
|
|
|
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
vfile-message@4.0.3:
|
|
|
|
|
resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
|
|
|
|
|
|
|
|
|
|
vfile@6.0.3:
|
|
|
|
|
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
vite-node@3.2.4:
|
|
|
|
|
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
|
|
|
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
vite@6.4.1:
|
|
|
|
|
resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==}
|
|
|
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
|
|
|
hasBin: true
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
|
|
|
jiti: '>=1.21.0'
|
|
|
|
|
less: '*'
|
|
|
|
|
lightningcss: ^1.21.0
|
|
|
|
|
sass: '*'
|
|
|
|
|
sass-embedded: '*'
|
|
|
|
|
stylus: '*'
|
|
|
|
|
sugarss: '*'
|
|
|
|
|
terser: ^5.16.0
|
|
|
|
|
tsx: ^4.8.1
|
|
|
|
|
yaml: ^2.4.2
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/node':
|
|
|
|
|
optional: true
|
|
|
|
|
jiti:
|
|
|
|
|
optional: true
|
|
|
|
|
less:
|
|
|
|
|
optional: true
|
|
|
|
|
lightningcss:
|
|
|
|
|
optional: true
|
|
|
|
|
sass:
|
|
|
|
|
optional: true
|
|
|
|
|
sass-embedded:
|
|
|
|
|
optional: true
|
|
|
|
|
stylus:
|
|
|
|
|
optional: true
|
|
|
|
|
sugarss:
|
|
|
|
|
optional: true
|
|
|
|
|
terser:
|
|
|
|
|
optional: true
|
|
|
|
|
tsx:
|
|
|
|
|
optional: true
|
|
|
|
|
yaml:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
vite@7.3.1:
|
|
|
|
|
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
|
|
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
|
|
|
hasBin: true
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
|
|
|
jiti: '>=1.21.0'
|
|
|
|
|
less: ^4.0.0
|
|
|
|
|
lightningcss: ^1.21.0
|
|
|
|
|
sass: ^1.70.0
|
|
|
|
|
sass-embedded: ^1.70.0
|
|
|
|
|
stylus: '>=0.54.8'
|
|
|
|
|
sugarss: ^5.0.0
|
|
|
|
|
terser: ^5.16.0
|
|
|
|
|
tsx: ^4.8.1
|
|
|
|
|
yaml: ^2.4.2
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/node':
|
|
|
|
|
optional: true
|
|
|
|
|
jiti:
|
|
|
|
|
optional: true
|
|
|
|
|
less:
|
|
|
|
|
optional: true
|
|
|
|
|
lightningcss:
|
|
|
|
|
optional: true
|
|
|
|
|
sass:
|
|
|
|
|
optional: true
|
|
|
|
|
sass-embedded:
|
|
|
|
|
optional: true
|
|
|
|
|
stylus:
|
|
|
|
|
optional: true
|
|
|
|
|
sugarss:
|
|
|
|
|
optional: true
|
|
|
|
|
terser:
|
|
|
|
|
optional: true
|
|
|
|
|
tsx:
|
|
|
|
|
optional: true
|
|
|
|
|
yaml:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
vitest@3.2.4:
|
|
|
|
|
resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==}
|
|
|
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
|
|
|
hasBin: true
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@edge-runtime/vm': '*'
|
|
|
|
|
'@types/debug': ^4.1.12
|
|
|
|
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
|
|
|
'@vitest/browser': 3.2.4
|
|
|
|
|
'@vitest/ui': 3.2.4
|
|
|
|
|
happy-dom: '*'
|
|
|
|
|
jsdom: '*'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@edge-runtime/vm':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/debug':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/node':
|
|
|
|
|
optional: true
|
|
|
|
|
'@vitest/browser':
|
|
|
|
|
optional: true
|
|
|
|
|
'@vitest/ui':
|
|
|
|
|
optional: true
|
|
|
|
|
happy-dom:
|
|
|
|
|
optional: true
|
|
|
|
|
jsdom:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
why-is-node-running@2.3.0:
|
|
|
|
|
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
wrappy@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
|
|
2026-02-17 12:24:38 -06:00
|
|
|
ws@8.19.0:
|
|
|
|
|
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
|
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
bufferutil: ^4.0.1
|
|
|
|
|
utf-8-validate: '>=5.0.2'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
bufferutil:
|
|
|
|
|
optional: true
|
|
|
|
|
utf-8-validate:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
xtend@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
|
|
|
|
|
engines: {node: '>=0.4'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
yallist@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
|
|
|
|
|
|
zod@3.25.76:
|
|
|
|
|
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
zwitch@2.0.4:
|
|
|
|
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
snapshots:
|
|
|
|
|
|
|
|
|
|
'@babel/code-frame@7.29.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
|
js-tokens: 4.0.0
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
|
|
|
|
|
'@babel/compat-data@7.29.0': {}
|
|
|
|
|
|
|
|
|
|
'@babel/core@7.29.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/code-frame': 7.29.0
|
|
|
|
|
'@babel/generator': 7.29.1
|
|
|
|
|
'@babel/helper-compilation-targets': 7.28.6
|
|
|
|
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
|
|
|
'@babel/helpers': 7.28.6
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/template': 7.28.6
|
|
|
|
|
'@babel/traverse': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
'@jridgewell/remapping': 2.3.5
|
|
|
|
|
convert-source-map: 2.0.0
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
gensync: 1.0.0-beta.2
|
|
|
|
|
json5: 2.2.3
|
|
|
|
|
semver: 6.3.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
'@babel/generator@7.29.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
|
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
|
jsesc: 3.1.0
|
|
|
|
|
|
|
|
|
|
'@babel/helper-compilation-targets@7.28.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/compat-data': 7.29.0
|
|
|
|
|
'@babel/helper-validator-option': 7.27.1
|
|
|
|
|
browserslist: 4.28.1
|
|
|
|
|
lru-cache: 5.1.1
|
|
|
|
|
semver: 6.3.1
|
|
|
|
|
|
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-module-imports@7.28.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/traverse': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/core': 7.29.0
|
|
|
|
|
'@babel/helper-module-imports': 7.28.6
|
|
|
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
|
'@babel/traverse': 7.29.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
'@babel/helper-plugin-utils@7.28.6': {}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-validator-identifier@7.28.5': {}
|
|
|
|
|
|
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
|
|
|
|
|
|
'@babel/helpers@7.28.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/template': 7.28.6
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@babel/parser@7.29.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/core': 7.29.0
|
|
|
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
|
|
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/core': 7.29.0
|
|
|
|
|
'@babel/helper-plugin-utils': 7.28.6
|
|
|
|
|
|
|
|
|
|
'@babel/template@7.28.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/code-frame': 7.29.0
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@babel/traverse@7.29.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/code-frame': 7.29.0
|
|
|
|
|
'@babel/generator': 7.29.1
|
|
|
|
|
'@babel/helper-globals': 7.28.0
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/template': 7.28.6
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
'@babel/types@7.29.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/helper-string-parser': 7.27.1
|
|
|
|
|
'@babel/helper-validator-identifier': 7.28.5
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@clack/core@0.4.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
sisteransi: 1.0.5
|
|
|
|
|
|
|
|
|
|
'@clack/prompts@0.10.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@clack/core': 0.4.2
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
sisteransi: 1.0.5
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@drizzle-team/brocli@0.10.2': {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
'@electric-sql/pglite@0.3.15':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/darwin-arm64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/darwin-x64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-arm64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-arm@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-ia32@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-ppc64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/linux-x64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@embedded-postgres/windows-x64@18.1.0-beta.16':
|
|
|
|
|
optional: true
|
2026-02-16 19:07:37 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@esbuild-kit/core-utils@3.3.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.18.20
|
|
|
|
|
source-map-support: 0.5.21
|
|
|
|
|
|
|
|
|
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@esbuild-kit/core-utils': 3.3.2
|
|
|
|
|
get-tsconfig: 4.13.6
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/aix-ppc64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-arm@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/android-x64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-arm64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-x64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/darwin-x64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/darwin-x64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-arm64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/freebsd-x64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-arm@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ia32@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-loong64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-mips64el@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.18.20':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.25.12':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-ppc64@0.27.3':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@esbuild/linux-riscv64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-riscv64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-riscv64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-s390x@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-s390x@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-s390x@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-x64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-x64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/linux-x64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/netbsd-arm64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/netbsd-arm64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/netbsd-x64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/netbsd-x64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/netbsd-x64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openbsd-arm64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openbsd-arm64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openbsd-x64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openbsd-x64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openbsd-x64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openharmony-arm64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/openharmony-arm64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/sunos-x64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/sunos-x64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/sunos-x64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-arm64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-arm64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-arm64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-ia32@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-ia32@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-ia32@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-x64@0.18.20':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-x64@0.25.12':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@esbuild/win32-x64@0.27.3':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@floating-ui/core@1.7.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
|
|
|
|
|
|
'@floating-ui/dom@1.7.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@floating-ui/core': 1.7.4
|
|
|
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
|
|
|
|
|
|
'@floating-ui/react-dom@2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@floating-ui/dom': 1.7.5
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
|
|
|
|
|
'@floating-ui/utils@0.2.10': {}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/gen-mapping@0.3.13':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
|
|
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/gen-mapping': 0.3.13
|
|
|
|
|
'@jridgewell/trace-mapping': 0.3.31
|
|
|
|
|
|
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
|
|
|
|
|
|
'@jridgewell/trace-mapping@0.3.31':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
|
|
|
|
|
|
'@noble/hashes@1.8.0': {}
|
|
|
|
|
|
|
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@noble/hashes': 1.8.0
|
|
|
|
|
|
|
|
|
|
'@pinojs/redact@0.4.0': {}
|
|
|
|
|
|
|
|
|
|
'@radix-ui/number@1.1.1': {}
|
|
|
|
|
|
|
|
|
|
'@radix-ui/primitive@1.1.3': {}
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-accessible-icon@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-avatar@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-context-menu@2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-context@1.1.2(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
aria-hidden: 1.2.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-direction@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-form@0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-label': 2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-id@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-label@2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
aria-hidden: 1.2.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-menubar@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-navigation-menu@1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
|
|
|
|
'@radix-ui/react-one-time-password-field@0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/number': 1.1.1
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-password-toggle-field@0.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
aria-hidden: 1.2.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@floating-ui/react-dom': 2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/rect': 1.1.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-progress@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-radio-group@1.3.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/number': 1.1.1
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/number': 1.1.1
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
aria-hidden: 1.2.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-slider@1.3.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/number': 1.1.1
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-slot@1.2.3(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-toast@1.2.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-toolbar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-separator': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toggle-group': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.14)(react@19.2.4)':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
react: 19.2.4
|
|
|
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-previous@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-rect@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/rect': 1.1.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-use-size@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
'@radix-ui/rect@1.1.1': {}
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-android-arm64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-darwin-arm64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-darwin-x64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-freebsd-x64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-loong64-musl@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-openbsd-x64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-openharmony-arm64@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-x64-gnu@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.57.1':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/node@4.1.18':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/remapping': 2.3.5
|
|
|
|
|
enhanced-resolve: 5.19.0
|
|
|
|
|
jiti: 2.6.1
|
|
|
|
|
lightningcss: 1.30.2
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
source-map-js: 1.2.1
|
|
|
|
|
tailwindcss: 4.1.18
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@tailwindcss/oxide@4.1.18':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@tailwindcss/oxide-android-arm64': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-darwin-arm64': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-darwin-x64': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-freebsd-x64': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@tailwindcss/typography@0.5.19(tailwindcss@4.1.18)':
|
|
|
|
|
dependencies:
|
|
|
|
|
postcss-selector-parser: 6.0.10
|
|
|
|
|
tailwindcss: 4.1.18
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@tailwindcss/vite@4.1.18(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@tailwindcss/node': 4.1.18
|
|
|
|
|
'@tailwindcss/oxide': 4.1.18
|
|
|
|
|
tailwindcss: 4.1.18
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
2026-02-17 12:24:38 -06:00
|
|
|
'@tanstack/query-core@5.90.20': {}
|
|
|
|
|
|
|
|
|
|
'@tanstack/react-query@5.90.21(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@tanstack/query-core': 5.90.20
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/babel__core@7.20.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
'@types/babel__generator': 7.27.0
|
|
|
|
|
'@types/babel__template': 7.4.4
|
|
|
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
|
|
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@types/babel__template@7.4.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/parser': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
|
|
|
|
|
'@types/body-parser@1.19.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/connect': 3.4.38
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
|
|
|
|
|
'@types/chai@5.2.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/deep-eql': 4.0.2
|
|
|
|
|
assertion-error: 2.0.1
|
|
|
|
|
|
|
|
|
|
'@types/connect@3.4.38':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
|
|
|
|
|
'@types/cookiejar@2.1.5': {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/debug@4.1.12':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/ms': 2.1.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/deep-eql@4.0.2': {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/estree-jsx@1.0.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
|
|
|
|
|
|
'@types/express-serve-static-core@5.1.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
'@types/qs': 6.14.0
|
|
|
|
|
'@types/range-parser': 1.2.7
|
|
|
|
|
'@types/send': 1.2.1
|
|
|
|
|
|
|
|
|
|
'@types/express@5.0.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/body-parser': 1.19.6
|
|
|
|
|
'@types/express-serve-static-core': 5.1.1
|
|
|
|
|
'@types/serve-static': 2.2.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/hast@3.0.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/http-errors@2.0.5': {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/mdast@4.0.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/methods@1.1.4': {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/ms@2.1.0': {}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@types/node@22.19.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
undici-types: 6.21.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/node@25.2.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
undici-types: 7.16.0
|
|
|
|
|
|
|
|
|
|
'@types/qs@6.14.0': {}
|
|
|
|
|
|
|
|
|
|
'@types/range-parser@1.2.7': {}
|
|
|
|
|
|
|
|
|
|
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@types/react@19.2.14':
|
|
|
|
|
dependencies:
|
|
|
|
|
csstype: 3.2.3
|
|
|
|
|
|
|
|
|
|
'@types/send@1.2.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
|
|
|
|
|
'@types/serve-static@2.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/http-errors': 2.0.5
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
|
|
|
|
|
'@types/superagent@8.1.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/cookiejar': 2.1.5
|
|
|
|
|
'@types/methods': 1.1.4
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
form-data: 4.0.5
|
|
|
|
|
|
|
|
|
|
'@types/supertest@6.0.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/methods': 1.1.4
|
|
|
|
|
'@types/superagent': 8.1.9
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/unist@2.0.11': {}
|
|
|
|
|
|
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
|
|
|
|
|
|
'@ungap/structured-clone@1.3.0': {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/core': 7.29.0
|
|
|
|
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
|
|
|
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
|
|
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
|
|
|
'@types/babel__core': 7.20.5
|
|
|
|
|
react-refresh: 0.17.0
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
'@vitest/expect@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/chai': 5.2.3
|
|
|
|
|
'@vitest/spy': 3.2.4
|
|
|
|
|
'@vitest/utils': 3.2.4
|
|
|
|
|
chai: 5.3.3
|
|
|
|
|
tinyrainbow: 2.0.0
|
|
|
|
|
|
|
|
|
|
'@vitest/mocker@3.2.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@vitest/spy': 3.2.4
|
|
|
|
|
estree-walker: 3.0.3
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
|
|
|
|
'@vitest/pretty-format@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
tinyrainbow: 2.0.0
|
|
|
|
|
|
|
|
|
|
'@vitest/runner@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@vitest/utils': 3.2.4
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
strip-literal: 3.1.0
|
|
|
|
|
|
|
|
|
|
'@vitest/snapshot@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@vitest/pretty-format': 3.2.4
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
|
|
|
|
|
'@vitest/spy@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
tinyspy: 4.0.4
|
|
|
|
|
|
|
|
|
|
'@vitest/utils@3.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@vitest/pretty-format': 3.2.4
|
|
|
|
|
loupe: 3.2.1
|
|
|
|
|
tinyrainbow: 2.0.0
|
|
|
|
|
|
|
|
|
|
accepts@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
negotiator: 1.0.0
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
address@2.0.3: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
aria-hidden@1.2.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asap@2.0.6: {}
|
|
|
|
|
|
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
async-exit-hook@2.0.1:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asynckit@0.4.0: {}
|
|
|
|
|
|
|
|
|
|
atomic-sleep@1.0.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
bail@2.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
baseline-browser-mapping@2.9.19: {}
|
|
|
|
|
|
|
|
|
|
body-parser@2.2.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
bytes: 3.1.2
|
|
|
|
|
content-type: 1.0.5
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
http-errors: 2.0.1
|
|
|
|
|
iconv-lite: 0.7.2
|
|
|
|
|
on-finished: 2.4.1
|
|
|
|
|
qs: 6.15.0
|
|
|
|
|
raw-body: 3.0.2
|
|
|
|
|
type-is: 2.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
browserslist@4.28.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
baseline-browser-mapping: 2.9.19
|
|
|
|
|
caniuse-lite: 1.0.30001770
|
|
|
|
|
electron-to-chromium: 1.5.286
|
|
|
|
|
node-releases: 2.0.27
|
|
|
|
|
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
|
|
|
|
|
|
|
|
buffer-from@1.1.2: {}
|
|
|
|
|
|
|
|
|
|
bytes@3.1.2: {}
|
|
|
|
|
|
|
|
|
|
cac@6.7.14: {}
|
|
|
|
|
|
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
function-bind: 1.1.2
|
|
|
|
|
|
|
|
|
|
call-bound@1.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
call-bind-apply-helpers: 1.0.2
|
|
|
|
|
get-intrinsic: 1.3.0
|
|
|
|
|
|
|
|
|
|
caniuse-lite@1.0.30001770: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
ccount@2.0.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
chai@5.3.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
assertion-error: 2.0.1
|
|
|
|
|
check-error: 2.1.3
|
|
|
|
|
deep-eql: 5.0.2
|
|
|
|
|
loupe: 3.2.1
|
|
|
|
|
pathval: 2.0.1
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
character-entities-html4@2.1.0: {}
|
|
|
|
|
|
|
|
|
|
character-entities-legacy@3.0.0: {}
|
|
|
|
|
|
|
|
|
|
character-entities@2.0.2: {}
|
|
|
|
|
|
|
|
|
|
character-reference-invalid@2.0.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
check-error@2.1.3: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
class-variance-authority@0.7.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
clsx: 2.1.1
|
|
|
|
|
|
|
|
|
|
clsx@2.1.1: {}
|
|
|
|
|
|
Add shared UI primitives, contexts, and reusable components
Add shadcn components: avatar, breadcrumb, checkbox, collapsible,
command, dialog, dropdown-menu, label, popover, scroll-area, sheet,
skeleton, tabs, textarea, tooltip. Add shared components: BreadcrumbBar,
CommandPalette, CompanySwitcher, CommentThread, EmptyState, EntityRow,
FilterBar, InlineEditor, MetricCard, PageSkeleton, PriorityIcon,
PropertiesPanel, StatusIcon, SidebarNavItem/Section. Add contexts for
breadcrumbs, dialogs, and side panels. Add keyboard shortcut hook and
utility helpers. Update layout, sidebar, and main app shell.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:57:00 -06:00
|
|
|
cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@types/react'
|
|
|
|
|
- '@types/react-dom'
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
colorette@2.0.20: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
combined-stream@1.0.8:
|
|
|
|
|
dependencies:
|
|
|
|
|
delayed-stream: 1.0.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
comma-separated-tokens@2.0.3: {}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
commander@13.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
component-emitter@1.3.1: {}
|
|
|
|
|
|
|
|
|
|
content-disposition@1.0.1: {}
|
|
|
|
|
|
|
|
|
|
content-type@1.0.5: {}
|
|
|
|
|
|
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
|
|
|
|
|
|
cookie-signature@1.2.2: {}
|
|
|
|
|
|
|
|
|
|
cookie@0.7.2: {}
|
|
|
|
|
|
|
|
|
|
cookie@1.1.1: {}
|
|
|
|
|
|
|
|
|
|
cookiejar@2.1.4: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
cssesc@3.0.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
csstype@3.2.3: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
dateformat@4.6.3: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
debug@4.4.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
ms: 2.1.3
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
decode-named-character-reference@1.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
character-entities: 2.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
deep-eql@5.0.2: {}
|
|
|
|
|
|
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
depd@2.0.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
dequal@2.0.3: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
detect-node-es@1.1.0: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
detect-port@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
address: 2.0.3
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
devlop@1.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
dequal: 2.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
dezalgo@1.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
asap: 2.0.6
|
|
|
|
|
wrappy: 1.0.2
|
|
|
|
|
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv@17.3.1: {}
|
|
|
|
|
|
2026-02-16 19:07:37 -06:00
|
|
|
drizzle-kit@0.31.9:
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
|
|
|
|
'@drizzle-team/brocli': 0.10.2
|
|
|
|
|
'@esbuild-kit/esm-loader': 2.6.5
|
2026-02-16 19:07:37 -06:00
|
|
|
esbuild: 0.25.12
|
|
|
|
|
esbuild-register: 3.6.0(esbuild@0.25.12)
|
2026-02-16 13:31:35 -06:00
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
drizzle-orm@0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4):
|
2026-02-16 13:31:35 -06:00
|
|
|
optionalDependencies:
|
2026-02-16 19:07:37 -06:00
|
|
|
'@electric-sql/pglite': 0.3.15
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/react': 19.2.14
|
2026-02-18 11:45:43 -06:00
|
|
|
pg: 8.18.0
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres: 3.4.8
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
|
|
|
|
dunder-proto@1.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
call-bind-apply-helpers: 1.0.2
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
gopd: 1.2.0
|
|
|
|
|
|
|
|
|
|
ee-first@1.1.1: {}
|
|
|
|
|
|
|
|
|
|
electron-to-chromium@1.5.286: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
embedded-postgres@18.1.0-beta.16:
|
|
|
|
|
dependencies:
|
|
|
|
|
async-exit-hook: 2.0.1
|
|
|
|
|
pg: 8.18.0
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@embedded-postgres/darwin-arm64': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/darwin-x64': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/linux-arm': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/linux-arm64': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/linux-ia32': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/linux-ppc64': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/linux-x64': 18.1.0-beta.16
|
|
|
|
|
'@embedded-postgres/windows-x64': 18.1.0-beta.16
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- pg-native
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
encodeurl@2.0.0: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
end-of-stream@1.4.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
once: 1.4.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
enhanced-resolve@5.19.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
graceful-fs: 4.2.11
|
|
|
|
|
tapable: 2.3.0
|
|
|
|
|
|
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
|
|
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
|
|
|
|
|
|
es-module-lexer@1.7.0: {}
|
|
|
|
|
|
|
|
|
|
es-object-atoms@1.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
|
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
get-intrinsic: 1.3.0
|
|
|
|
|
has-tostringtag: 1.0.2
|
|
|
|
|
hasown: 2.0.2
|
|
|
|
|
|
2026-02-16 19:07:37 -06:00
|
|
|
esbuild-register@3.6.0(esbuild@0.25.12):
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
|
|
|
|
debug: 4.4.3
|
2026-02-16 19:07:37 -06:00
|
|
|
esbuild: 0.25.12
|
2026-02-16 13:31:35 -06:00
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
esbuild@0.18.20:
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@esbuild/android-arm': 0.18.20
|
|
|
|
|
'@esbuild/android-arm64': 0.18.20
|
|
|
|
|
'@esbuild/android-x64': 0.18.20
|
|
|
|
|
'@esbuild/darwin-arm64': 0.18.20
|
|
|
|
|
'@esbuild/darwin-x64': 0.18.20
|
|
|
|
|
'@esbuild/freebsd-arm64': 0.18.20
|
|
|
|
|
'@esbuild/freebsd-x64': 0.18.20
|
|
|
|
|
'@esbuild/linux-arm': 0.18.20
|
|
|
|
|
'@esbuild/linux-arm64': 0.18.20
|
|
|
|
|
'@esbuild/linux-ia32': 0.18.20
|
|
|
|
|
'@esbuild/linux-loong64': 0.18.20
|
|
|
|
|
'@esbuild/linux-mips64el': 0.18.20
|
|
|
|
|
'@esbuild/linux-ppc64': 0.18.20
|
|
|
|
|
'@esbuild/linux-riscv64': 0.18.20
|
|
|
|
|
'@esbuild/linux-s390x': 0.18.20
|
|
|
|
|
'@esbuild/linux-x64': 0.18.20
|
|
|
|
|
'@esbuild/netbsd-x64': 0.18.20
|
|
|
|
|
'@esbuild/openbsd-x64': 0.18.20
|
|
|
|
|
'@esbuild/sunos-x64': 0.18.20
|
|
|
|
|
'@esbuild/win32-arm64': 0.18.20
|
|
|
|
|
'@esbuild/win32-ia32': 0.18.20
|
|
|
|
|
'@esbuild/win32-x64': 0.18.20
|
|
|
|
|
|
|
|
|
|
esbuild@0.25.12:
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@esbuild/aix-ppc64': 0.25.12
|
|
|
|
|
'@esbuild/android-arm': 0.25.12
|
|
|
|
|
'@esbuild/android-arm64': 0.25.12
|
|
|
|
|
'@esbuild/android-x64': 0.25.12
|
|
|
|
|
'@esbuild/darwin-arm64': 0.25.12
|
|
|
|
|
'@esbuild/darwin-x64': 0.25.12
|
|
|
|
|
'@esbuild/freebsd-arm64': 0.25.12
|
|
|
|
|
'@esbuild/freebsd-x64': 0.25.12
|
|
|
|
|
'@esbuild/linux-arm': 0.25.12
|
|
|
|
|
'@esbuild/linux-arm64': 0.25.12
|
|
|
|
|
'@esbuild/linux-ia32': 0.25.12
|
|
|
|
|
'@esbuild/linux-loong64': 0.25.12
|
|
|
|
|
'@esbuild/linux-mips64el': 0.25.12
|
|
|
|
|
'@esbuild/linux-ppc64': 0.25.12
|
|
|
|
|
'@esbuild/linux-riscv64': 0.25.12
|
|
|
|
|
'@esbuild/linux-s390x': 0.25.12
|
|
|
|
|
'@esbuild/linux-x64': 0.25.12
|
|
|
|
|
'@esbuild/netbsd-arm64': 0.25.12
|
|
|
|
|
'@esbuild/netbsd-x64': 0.25.12
|
|
|
|
|
'@esbuild/openbsd-arm64': 0.25.12
|
|
|
|
|
'@esbuild/openbsd-x64': 0.25.12
|
|
|
|
|
'@esbuild/openharmony-arm64': 0.25.12
|
|
|
|
|
'@esbuild/sunos-x64': 0.25.12
|
|
|
|
|
'@esbuild/win32-arm64': 0.25.12
|
|
|
|
|
'@esbuild/win32-ia32': 0.25.12
|
|
|
|
|
'@esbuild/win32-x64': 0.25.12
|
|
|
|
|
|
|
|
|
|
esbuild@0.27.3:
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@esbuild/aix-ppc64': 0.27.3
|
|
|
|
|
'@esbuild/android-arm': 0.27.3
|
|
|
|
|
'@esbuild/android-arm64': 0.27.3
|
|
|
|
|
'@esbuild/android-x64': 0.27.3
|
|
|
|
|
'@esbuild/darwin-arm64': 0.27.3
|
|
|
|
|
'@esbuild/darwin-x64': 0.27.3
|
|
|
|
|
'@esbuild/freebsd-arm64': 0.27.3
|
|
|
|
|
'@esbuild/freebsd-x64': 0.27.3
|
|
|
|
|
'@esbuild/linux-arm': 0.27.3
|
|
|
|
|
'@esbuild/linux-arm64': 0.27.3
|
|
|
|
|
'@esbuild/linux-ia32': 0.27.3
|
|
|
|
|
'@esbuild/linux-loong64': 0.27.3
|
|
|
|
|
'@esbuild/linux-mips64el': 0.27.3
|
|
|
|
|
'@esbuild/linux-ppc64': 0.27.3
|
|
|
|
|
'@esbuild/linux-riscv64': 0.27.3
|
|
|
|
|
'@esbuild/linux-s390x': 0.27.3
|
|
|
|
|
'@esbuild/linux-x64': 0.27.3
|
|
|
|
|
'@esbuild/netbsd-arm64': 0.27.3
|
|
|
|
|
'@esbuild/netbsd-x64': 0.27.3
|
|
|
|
|
'@esbuild/openbsd-arm64': 0.27.3
|
|
|
|
|
'@esbuild/openbsd-x64': 0.27.3
|
|
|
|
|
'@esbuild/openharmony-arm64': 0.27.3
|
|
|
|
|
'@esbuild/sunos-x64': 0.27.3
|
|
|
|
|
'@esbuild/win32-arm64': 0.27.3
|
|
|
|
|
'@esbuild/win32-ia32': 0.27.3
|
|
|
|
|
'@esbuild/win32-x64': 0.27.3
|
|
|
|
|
|
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
|
|
|
|
|
|
escape-html@1.0.3: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
estree-util-is-identifier-name@3.0.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
estree-walker@3.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
|
|
|
|
|
etag@1.8.1: {}
|
|
|
|
|
|
|
|
|
|
expect-type@1.3.0: {}
|
|
|
|
|
|
|
|
|
|
express@5.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
accepts: 2.0.0
|
|
|
|
|
body-parser: 2.2.2
|
|
|
|
|
content-disposition: 1.0.1
|
|
|
|
|
content-type: 1.0.5
|
|
|
|
|
cookie: 0.7.2
|
|
|
|
|
cookie-signature: 1.2.2
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
depd: 2.0.0
|
|
|
|
|
encodeurl: 2.0.0
|
|
|
|
|
escape-html: 1.0.3
|
|
|
|
|
etag: 1.8.1
|
|
|
|
|
finalhandler: 2.1.1
|
|
|
|
|
fresh: 2.0.0
|
|
|
|
|
http-errors: 2.0.1
|
|
|
|
|
merge-descriptors: 2.0.0
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
on-finished: 2.4.1
|
|
|
|
|
once: 1.4.0
|
|
|
|
|
parseurl: 1.3.3
|
|
|
|
|
proxy-addr: 2.0.7
|
|
|
|
|
qs: 6.15.0
|
|
|
|
|
range-parser: 1.2.1
|
|
|
|
|
router: 2.2.0
|
|
|
|
|
send: 1.2.1
|
|
|
|
|
serve-static: 2.2.1
|
|
|
|
|
statuses: 2.0.2
|
|
|
|
|
type-is: 2.0.1
|
|
|
|
|
vary: 1.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
extend@3.0.2: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
fast-copy@4.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
fast-safe-stringify@2.1.1: {}
|
|
|
|
|
|
|
|
|
|
fdir@6.5.0(picomatch@4.0.3):
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
|
|
|
|
|
finalhandler@2.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
encodeurl: 2.0.0
|
|
|
|
|
escape-html: 1.0.3
|
|
|
|
|
on-finished: 2.4.1
|
|
|
|
|
parseurl: 1.3.3
|
|
|
|
|
statuses: 2.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
form-data@4.0.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
asynckit: 0.4.0
|
|
|
|
|
combined-stream: 1.0.8
|
|
|
|
|
es-set-tostringtag: 2.1.0
|
|
|
|
|
hasown: 2.0.2
|
|
|
|
|
mime-types: 2.1.35
|
|
|
|
|
|
|
|
|
|
formidable@3.5.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paralleldrive/cuid2': 2.3.1
|
|
|
|
|
dezalgo: 1.0.4
|
|
|
|
|
once: 1.4.0
|
|
|
|
|
|
|
|
|
|
forwarded@0.2.0: {}
|
|
|
|
|
|
|
|
|
|
fresh@2.0.0: {}
|
|
|
|
|
|
|
|
|
|
fsevents@2.3.3:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
|
|
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
|
|
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
|
|
|
|
|
|
get-intrinsic@1.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
call-bind-apply-helpers: 1.0.2
|
|
|
|
|
es-define-property: 1.0.1
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
es-object-atoms: 1.1.1
|
|
|
|
|
function-bind: 1.1.2
|
|
|
|
|
get-proto: 1.0.1
|
|
|
|
|
gopd: 1.2.0
|
|
|
|
|
has-symbols: 1.1.0
|
|
|
|
|
hasown: 2.0.2
|
|
|
|
|
math-intrinsics: 1.1.0
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
get-nonce@1.0.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
get-proto@1.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
dunder-proto: 1.0.1
|
|
|
|
|
es-object-atoms: 1.1.1
|
|
|
|
|
|
|
|
|
|
get-tsconfig@4.13.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
resolve-pkg-maps: 1.0.0
|
|
|
|
|
|
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
|
|
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
|
|
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
|
|
|
|
|
|
has-tostringtag@1.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
has-symbols: 1.1.0
|
|
|
|
|
|
|
|
|
|
hasown@2.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
function-bind: 1.1.2
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
hast-util-to-jsx-runtime@2.3.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
comma-separated-tokens: 2.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
hast-util-whitespace: 3.0.0
|
|
|
|
|
mdast-util-mdx-expression: 2.0.1
|
|
|
|
|
mdast-util-mdx-jsx: 3.2.0
|
|
|
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
|
|
|
property-information: 7.1.0
|
|
|
|
|
space-separated-tokens: 2.0.2
|
|
|
|
|
style-to-js: 1.1.21
|
|
|
|
|
unist-util-position: 5.0.0
|
|
|
|
|
vfile-message: 4.0.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
hast-util-whitespace@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
help-me@5.0.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
html-url-attributes@3.0.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
http-errors@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
depd: 2.0.0
|
|
|
|
|
inherits: 2.0.4
|
|
|
|
|
setprototypeof: 1.2.0
|
|
|
|
|
statuses: 2.0.2
|
|
|
|
|
toidentifier: 1.0.1
|
|
|
|
|
|
|
|
|
|
iconv-lite@0.7.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
safer-buffer: 2.1.2
|
|
|
|
|
|
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
inline-style-parser@0.2.7: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ipaddr.js@1.9.1: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
is-alphabetical@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
is-alphanumerical@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-alphabetical: 2.0.1
|
|
|
|
|
is-decimal: 2.0.1
|
|
|
|
|
|
|
|
|
|
is-decimal@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
is-hexadecimal@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
is-plain-obj@4.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
is-promise@4.0.0: {}
|
|
|
|
|
|
|
|
|
|
jiti@2.6.1: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
joycon@3.1.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
|
|
|
|
|
|
js-tokens@9.0.1: {}
|
|
|
|
|
|
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
|
|
|
|
|
|
json5@2.2.3: {}
|
|
|
|
|
|
|
|
|
|
lightningcss-android-arm64@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-darwin-arm64@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-darwin-x64@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-freebsd-x64@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-linux-x64-musl@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss-win32-x64-msvc@1.30.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
lightningcss@1.30.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
detect-libc: 2.1.2
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
lightningcss-android-arm64: 1.30.2
|
|
|
|
|
lightningcss-darwin-arm64: 1.30.2
|
|
|
|
|
lightningcss-darwin-x64: 1.30.2
|
|
|
|
|
lightningcss-freebsd-x64: 1.30.2
|
|
|
|
|
lightningcss-linux-arm-gnueabihf: 1.30.2
|
|
|
|
|
lightningcss-linux-arm64-gnu: 1.30.2
|
|
|
|
|
lightningcss-linux-arm64-musl: 1.30.2
|
|
|
|
|
lightningcss-linux-x64-gnu: 1.30.2
|
|
|
|
|
lightningcss-linux-x64-musl: 1.30.2
|
|
|
|
|
lightningcss-win32-arm64-msvc: 1.30.2
|
|
|
|
|
lightningcss-win32-x64-msvc: 1.30.2
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
longest-streak@3.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
loupe@3.2.1: {}
|
|
|
|
|
|
|
|
|
|
lru-cache@5.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
yallist: 3.1.1
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
lucide-react@0.574.0(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
magic-string@0.30.21:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
|
|
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
mdast-util-from-markdown@2.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
decode-named-character-reference: 1.3.0
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-to-string: 4.0.0
|
|
|
|
|
micromark: 4.0.2
|
|
|
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
|
|
|
micromark-util-decode-string: 2.0.1
|
|
|
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-mdx-expression@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-mdx-jsx@3.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
ccount: 2.0.1
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
parse-entities: 4.0.2
|
|
|
|
|
stringify-entities: 4.0.4
|
|
|
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
|
vfile-message: 4.0.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-mdxjs-esm@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-phrasing@4.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
unist-util-is: 6.0.1
|
|
|
|
|
|
|
|
|
|
mdast-util-to-hast@13.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
'@ungap/structured-clone': 1.3.0
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
|
|
|
trim-lines: 3.0.1
|
|
|
|
|
unist-util-position: 5.0.0
|
|
|
|
|
unist-util-visit: 5.1.0
|
|
|
|
|
vfile: 6.0.3
|
|
|
|
|
|
|
|
|
|
mdast-util-to-markdown@2.1.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
longest-streak: 3.1.0
|
|
|
|
|
mdast-util-phrasing: 4.1.0
|
|
|
|
|
mdast-util-to-string: 4.0.0
|
|
|
|
|
micromark-util-classify-character: 2.0.1
|
|
|
|
|
micromark-util-decode-string: 2.0.1
|
|
|
|
|
unist-util-visit: 5.1.0
|
|
|
|
|
zwitch: 2.0.4
|
|
|
|
|
|
|
|
|
|
mdast-util-to-string@4.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
media-typer@1.1.0: {}
|
|
|
|
|
|
|
|
|
|
merge-descriptors@2.0.0: {}
|
|
|
|
|
|
|
|
|
|
methods@1.1.2: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
micromark-core-commonmark@2.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
decode-named-character-reference: 1.3.0
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-destination: 2.0.1
|
|
|
|
|
micromark-factory-label: 2.0.1
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-factory-title: 2.0.1
|
|
|
|
|
micromark-factory-whitespace: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-classify-character: 2.0.1
|
|
|
|
|
micromark-util-html-tag-name: 2.0.1
|
|
|
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
|
|
|
micromark-util-resolve-all: 2.0.1
|
|
|
|
|
micromark-util-subtokenize: 2.1.0
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-factory-destination@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-factory-label@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-factory-space@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-factory-title@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-factory-whitespace@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-character@2.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-chunked@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
|
|
|
|
|
micromark-util-classify-character@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-combine-extensions@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-decode-numeric-character-reference@2.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
|
|
|
|
|
micromark-util-decode-string@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
decode-named-character-reference: 1.3.0
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
|
|
|
|
|
micromark-util-encode@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
micromark-util-html-tag-name@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
micromark-util-normalize-identifier@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
|
|
|
|
|
micromark-util-resolve-all@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-sanitize-uri@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-encode: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
|
|
|
|
|
micromark-util-subtokenize@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-util-symbol@2.0.1: {}
|
|
|
|
|
|
|
|
|
|
micromark-util-types@2.0.2: {}
|
|
|
|
|
|
|
|
|
|
micromark@4.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/debug': 4.1.12
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
decode-named-character-reference: 1.3.0
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-core-commonmark: 2.0.3
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-combine-extensions: 2.0.1
|
|
|
|
|
micromark-util-decode-numeric-character-reference: 2.0.2
|
|
|
|
|
micromark-util-encode: 2.0.1
|
|
|
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
|
|
|
micromark-util-resolve-all: 2.0.1
|
|
|
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
|
|
|
micromark-util-subtokenize: 2.1.0
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
mime-db@1.52.0: {}
|
|
|
|
|
|
|
|
|
|
mime-db@1.54.0: {}
|
|
|
|
|
|
|
|
|
|
mime-types@2.1.35:
|
|
|
|
|
dependencies:
|
|
|
|
|
mime-db: 1.52.0
|
|
|
|
|
|
|
|
|
|
mime-types@3.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
mime-db: 1.54.0
|
|
|
|
|
|
|
|
|
|
mime@2.6.0: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
minimist@1.2.8: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ms@2.1.3: {}
|
|
|
|
|
|
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
|
|
|
|
|
|
negotiator@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
node-releases@2.0.27: {}
|
|
|
|
|
|
|
|
|
|
object-inspect@1.13.4: {}
|
|
|
|
|
|
|
|
|
|
on-exit-leak-free@2.1.2: {}
|
|
|
|
|
|
|
|
|
|
on-finished@2.4.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
ee-first: 1.1.1
|
|
|
|
|
|
|
|
|
|
once@1.4.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
wrappy: 1.0.2
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
parse-entities@4.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 2.0.11
|
|
|
|
|
character-entities-legacy: 3.0.0
|
|
|
|
|
character-reference-invalid: 2.0.1
|
|
|
|
|
decode-named-character-reference: 1.3.0
|
|
|
|
|
is-alphanumerical: 2.0.1
|
|
|
|
|
is-decimal: 2.0.1
|
|
|
|
|
is-hexadecimal: 2.0.1
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
parseurl@1.3.3: {}
|
|
|
|
|
|
|
|
|
|
path-to-regexp@8.3.0: {}
|
|
|
|
|
|
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
|
|
|
|
|
|
pathval@2.0.1: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
pg-cloudflare@1.3.0:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg-connection-string@2.11.0:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg-int8@1.0.1:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg-pool@3.11.0(pg@8.18.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
pg: 8.18.0
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg-protocol@1.11.0:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg-types@2.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
pg-int8: 1.0.1
|
|
|
|
|
postgres-array: 2.0.0
|
|
|
|
|
postgres-bytea: 1.0.1
|
|
|
|
|
postgres-date: 1.0.7
|
|
|
|
|
postgres-interval: 1.2.0
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pg@8.18.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
pg-connection-string: 2.11.0
|
|
|
|
|
pg-pool: 3.11.0(pg@8.18.0)
|
|
|
|
|
pg-protocol: 1.11.0
|
|
|
|
|
pg-types: 2.2.0
|
|
|
|
|
pgpass: 1.0.5
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
pg-cloudflare: 1.3.0
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
pgpass@1.0.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
split2: 4.2.0
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
picocolors@1.1.1: {}
|
|
|
|
|
|
|
|
|
|
picomatch@4.0.3: {}
|
|
|
|
|
|
|
|
|
|
pino-abstract-transport@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
split2: 4.2.0
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pino-abstract-transport@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
split2: 4.2.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
pino-http@10.5.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
get-caller-file: 2.0.5
|
|
|
|
|
pino: 9.14.0
|
|
|
|
|
pino-std-serializers: 7.1.0
|
|
|
|
|
process-warning: 5.0.0
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pino-pretty@13.1.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
colorette: 2.0.20
|
|
|
|
|
dateformat: 4.6.3
|
|
|
|
|
fast-copy: 4.0.2
|
|
|
|
|
fast-safe-stringify: 2.1.1
|
|
|
|
|
help-me: 5.0.0
|
|
|
|
|
joycon: 3.1.1
|
|
|
|
|
minimist: 1.2.8
|
|
|
|
|
on-exit-leak-free: 2.1.2
|
|
|
|
|
pino-abstract-transport: 3.0.0
|
|
|
|
|
pump: 3.0.3
|
|
|
|
|
secure-json-parse: 4.1.0
|
|
|
|
|
sonic-boom: 4.2.1
|
|
|
|
|
strip-json-comments: 5.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
pino-std-serializers@7.1.0: {}
|
|
|
|
|
|
|
|
|
|
pino@9.14.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@pinojs/redact': 0.4.0
|
|
|
|
|
atomic-sleep: 1.0.0
|
|
|
|
|
on-exit-leak-free: 2.1.2
|
|
|
|
|
pino-abstract-transport: 2.0.0
|
|
|
|
|
pino-std-serializers: 7.1.0
|
|
|
|
|
process-warning: 5.0.0
|
|
|
|
|
quick-format-unescaped: 4.0.4
|
|
|
|
|
real-require: 0.2.0
|
|
|
|
|
safe-stable-stringify: 2.5.0
|
|
|
|
|
sonic-boom: 4.2.1
|
|
|
|
|
thread-stream: 3.1.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
postcss-selector-parser@6.0.10:
|
|
|
|
|
dependencies:
|
|
|
|
|
cssesc: 3.0.0
|
|
|
|
|
util-deprecate: 1.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
postcss@8.5.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
nanoid: 3.3.11
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
source-map-js: 1.2.1
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
postgres-array@2.0.0:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
postgres-bytea@1.0.1:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
postgres-date@1.0.7:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
postgres-interval@1.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
xtend: 4.0.2
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres@3.4.8: {}
|
|
|
|
|
|
|
|
|
|
process-warning@5.0.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
property-information@7.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
proxy-addr@2.0.7:
|
|
|
|
|
dependencies:
|
|
|
|
|
forwarded: 0.2.0
|
|
|
|
|
ipaddr.js: 1.9.1
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
pump@3.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
end-of-stream: 1.4.5
|
|
|
|
|
once: 1.4.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
qs@6.15.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
side-channel: 1.1.0
|
|
|
|
|
|
|
|
|
|
quick-format-unescaped@4.0.4: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
radix-ui@1.4.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@radix-ui/primitive': 1.1.3
|
|
|
|
|
'@radix-ui/react-accessible-icon': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-alert-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-aspect-ratio': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-avatar': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-checkbox': 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-context-menu': 2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-form': 0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-hover-card': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-label': 2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-menubar': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-navigation-menu': 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-one-time-password-field': 0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-password-toggle-field': 0.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-progress': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-radio-group': 1.3.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-scroll-area': 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-separator': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slider': 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-switch': 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toast': 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toggle-group': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-toolbar': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
range-parser@1.2.1: {}
|
|
|
|
|
|
|
|
|
|
raw-body@3.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
bytes: 3.1.2
|
|
|
|
|
http-errors: 2.0.1
|
|
|
|
|
iconv-lite: 0.7.2
|
|
|
|
|
unpipe: 1.0.0
|
|
|
|
|
|
|
|
|
|
react-dom@19.2.4(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
scheduler: 0.27.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
react-markdown@10.1.0(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
hast-util-to-jsx-runtime: 2.3.6
|
|
|
|
|
html-url-attributes: 3.0.1
|
|
|
|
|
mdast-util-to-hast: 13.2.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
remark-parse: 11.0.0
|
|
|
|
|
remark-rehype: 11.1.2
|
|
|
|
|
unified: 11.0.5
|
|
|
|
|
unist-util-visit: 5.1.0
|
|
|
|
|
vfile: 6.0.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-refresh@0.17.0: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
react-remove-scroll@2.7.2(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-router-dom@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-router: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
|
|
|
|
|
react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
cookie: 1.1.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
set-cookie-parser: 2.7.2
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
get-nonce: 1.0.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react@19.2.4: {}
|
|
|
|
|
|
|
|
|
|
real-require@0.2.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
remark-parse@11.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
unified: 11.0.5
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
remark-rehype@11.1.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/hast': 3.0.4
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
mdast-util-to-hast: 13.2.1
|
|
|
|
|
unified: 11.0.5
|
|
|
|
|
vfile: 6.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
resolve-pkg-maps@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
rollup@4.57.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@rollup/rollup-android-arm-eabi': 4.57.1
|
|
|
|
|
'@rollup/rollup-android-arm64': 4.57.1
|
|
|
|
|
'@rollup/rollup-darwin-arm64': 4.57.1
|
|
|
|
|
'@rollup/rollup-darwin-x64': 4.57.1
|
|
|
|
|
'@rollup/rollup-freebsd-arm64': 4.57.1
|
|
|
|
|
'@rollup/rollup-freebsd-x64': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-arm64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-arm64-musl': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-loong64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-loong64-musl': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-ppc64-musl': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-riscv64-musl': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-s390x-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-x64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-linux-x64-musl': 4.57.1
|
|
|
|
|
'@rollup/rollup-openbsd-x64': 4.57.1
|
|
|
|
|
'@rollup/rollup-openharmony-arm64': 4.57.1
|
|
|
|
|
'@rollup/rollup-win32-arm64-msvc': 4.57.1
|
|
|
|
|
'@rollup/rollup-win32-ia32-msvc': 4.57.1
|
|
|
|
|
'@rollup/rollup-win32-x64-gnu': 4.57.1
|
|
|
|
|
'@rollup/rollup-win32-x64-msvc': 4.57.1
|
|
|
|
|
fsevents: 2.3.3
|
|
|
|
|
|
|
|
|
|
router@2.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
depd: 2.0.0
|
|
|
|
|
is-promise: 4.0.0
|
|
|
|
|
parseurl: 1.3.3
|
|
|
|
|
path-to-regexp: 8.3.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
safe-stable-stringify@2.5.0: {}
|
|
|
|
|
|
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
|
|
|
|
|
|
scheduler@0.27.0: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
secure-json-parse@4.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
semver@6.3.1: {}
|
|
|
|
|
|
|
|
|
|
send@1.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
encodeurl: 2.0.0
|
|
|
|
|
escape-html: 1.0.3
|
|
|
|
|
etag: 1.8.1
|
|
|
|
|
fresh: 2.0.0
|
|
|
|
|
http-errors: 2.0.1
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
ms: 2.1.3
|
|
|
|
|
on-finished: 2.4.1
|
|
|
|
|
range-parser: 1.2.1
|
|
|
|
|
statuses: 2.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
serve-static@2.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
encodeurl: 2.0.0
|
|
|
|
|
escape-html: 1.0.3
|
|
|
|
|
parseurl: 1.3.3
|
|
|
|
|
send: 1.2.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
set-cookie-parser@2.7.2: {}
|
|
|
|
|
|
|
|
|
|
setprototypeof@1.2.0: {}
|
|
|
|
|
|
|
|
|
|
side-channel-list@1.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
object-inspect: 1.13.4
|
|
|
|
|
|
|
|
|
|
side-channel-map@1.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
call-bound: 1.0.4
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
get-intrinsic: 1.3.0
|
|
|
|
|
object-inspect: 1.13.4
|
|
|
|
|
|
|
|
|
|
side-channel-weakmap@1.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
call-bound: 1.0.4
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
get-intrinsic: 1.3.0
|
|
|
|
|
object-inspect: 1.13.4
|
|
|
|
|
side-channel-map: 1.0.1
|
|
|
|
|
|
|
|
|
|
side-channel@1.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
es-errors: 1.3.0
|
|
|
|
|
object-inspect: 1.13.4
|
|
|
|
|
side-channel-list: 1.0.0
|
|
|
|
|
side-channel-map: 1.0.1
|
|
|
|
|
side-channel-weakmap: 1.0.2
|
|
|
|
|
|
|
|
|
|
siginfo@2.0.0: {}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
sisteransi@1.0.5: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
sonic-boom@4.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
atomic-sleep: 1.0.0
|
|
|
|
|
|
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
|
|
|
|
|
|
source-map-support@0.5.21:
|
|
|
|
|
dependencies:
|
|
|
|
|
buffer-from: 1.1.2
|
|
|
|
|
source-map: 0.6.1
|
|
|
|
|
|
|
|
|
|
source-map@0.6.1: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
space-separated-tokens@2.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
split2@4.2.0: {}
|
|
|
|
|
|
|
|
|
|
stackback@0.0.2: {}
|
|
|
|
|
|
|
|
|
|
statuses@2.0.2: {}
|
|
|
|
|
|
|
|
|
|
std-env@3.10.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
stringify-entities@4.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
character-entities-html4: 2.1.0
|
|
|
|
|
character-entities-legacy: 3.0.0
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
strip-json-comments@5.0.3: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
strip-literal@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
js-tokens: 9.0.1
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
style-to-js@1.1.21:
|
|
|
|
|
dependencies:
|
|
|
|
|
style-to-object: 1.0.14
|
|
|
|
|
|
|
|
|
|
style-to-object@1.0.14:
|
|
|
|
|
dependencies:
|
|
|
|
|
inline-style-parser: 0.2.7
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
superagent@10.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
component-emitter: 1.3.1
|
|
|
|
|
cookiejar: 2.1.4
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
fast-safe-stringify: 2.1.1
|
|
|
|
|
form-data: 4.0.5
|
|
|
|
|
formidable: 3.5.4
|
|
|
|
|
methods: 1.1.2
|
|
|
|
|
mime: 2.6.0
|
|
|
|
|
qs: 6.15.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
supertest@7.2.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
cookie-signature: 1.2.2
|
|
|
|
|
methods: 1.1.2
|
|
|
|
|
superagent: 10.3.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
tailwind-merge@3.4.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tailwindcss@4.1.18: {}
|
|
|
|
|
|
|
|
|
|
tapable@2.3.0: {}
|
|
|
|
|
|
|
|
|
|
thread-stream@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
real-require: 0.2.0
|
|
|
|
|
|
|
|
|
|
tinybench@2.9.0: {}
|
|
|
|
|
|
|
|
|
|
tinyexec@0.3.2: {}
|
|
|
|
|
|
|
|
|
|
tinyglobby@0.2.15:
|
|
|
|
|
dependencies:
|
|
|
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
|
|
|
|
|
tinypool@1.1.1: {}
|
|
|
|
|
|
|
|
|
|
tinyrainbow@2.0.0: {}
|
|
|
|
|
|
|
|
|
|
tinyspy@4.0.4: {}
|
|
|
|
|
|
|
|
|
|
toidentifier@1.0.1: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
trim-lines@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
trough@2.2.0: {}
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
tslib@2.8.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tsx@4.21.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.27.3
|
|
|
|
|
get-tsconfig: 4.13.6
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
fsevents: 2.3.3
|
|
|
|
|
|
|
|
|
|
type-is@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
content-type: 1.0.5
|
|
|
|
|
media-typer: 1.1.0
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
|
|
|
|
|
typescript@5.9.3: {}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
undici-types@6.21.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
undici-types@7.16.0: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
unified@11.0.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
bail: 2.0.2
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
extend: 3.0.2
|
|
|
|
|
is-plain-obj: 4.1.0
|
|
|
|
|
trough: 2.2.0
|
|
|
|
|
vfile: 6.0.3
|
|
|
|
|
|
|
|
|
|
unist-util-is@6.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
|
|
|
|
unist-util-position@5.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
|
|
|
|
unist-util-stringify-position@4.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
|
|
|
|
unist-util-visit-parents@6.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
unist-util-is: 6.0.1
|
|
|
|
|
|
|
|
|
|
unist-util-visit@5.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
unist-util-is: 6.0.1
|
|
|
|
|
unist-util-visit-parents: 6.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
unpipe@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
browserslist: 4.28.1
|
|
|
|
|
escalade: 3.2.0
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
|
Expand data model with companies, approvals, costs, and heartbeats
Add new DB schemas: companies, agent_api_keys, approvals, cost_events,
heartbeat_runs, issue_comments. Add corresponding shared types and
validators. Update existing schemas (agents, goals, issues, projects)
with new fields for company association, budgets, and richer metadata.
Generate initial Drizzle migration. Update seed data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 09:07:22 -06:00
|
|
|
use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
detect-node-es: 1.1.0
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
use-sync-external-store@1.6.0(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
vary@1.1.2: {}
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
vfile-message@4.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
unist-util-stringify-position: 4.0.0
|
|
|
|
|
|
|
|
|
|
vfile@6.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
vfile-message: 4.0.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
vite-node@3.2.4(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
cac: 6.7.14
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
es-module-lexer: 1.7.0
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@types/node'
|
|
|
|
|
- jiti
|
|
|
|
|
- less
|
|
|
|
|
- lightningcss
|
|
|
|
|
- sass
|
|
|
|
|
- sass-embedded
|
|
|
|
|
- stylus
|
|
|
|
|
- sugarss
|
|
|
|
|
- supports-color
|
|
|
|
|
- terser
|
|
|
|
|
- tsx
|
|
|
|
|
- yaml
|
|
|
|
|
|
|
|
|
|
vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.25.12
|
|
|
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
postcss: 8.5.6
|
|
|
|
|
rollup: 4.57.1
|
|
|
|
|
tinyglobby: 0.2.15
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
fsevents: 2.3.3
|
|
|
|
|
jiti: 2.6.1
|
|
|
|
|
lightningcss: 1.30.2
|
|
|
|
|
tsx: 4.21.0
|
|
|
|
|
|
|
|
|
|
vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.27.3
|
|
|
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
postcss: 8.5.6
|
|
|
|
|
rollup: 4.57.1
|
|
|
|
|
tinyglobby: 0.2.15
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
fsevents: 2.3.3
|
|
|
|
|
jiti: 2.6.1
|
|
|
|
|
lightningcss: 1.30.2
|
|
|
|
|
tsx: 4.21.0
|
|
|
|
|
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
vitest@3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
|
|
|
|
'@types/chai': 5.2.3
|
|
|
|
|
'@vitest/expect': 3.2.4
|
|
|
|
|
'@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
'@vitest/pretty-format': 3.2.4
|
|
|
|
|
'@vitest/runner': 3.2.4
|
|
|
|
|
'@vitest/snapshot': 3.2.4
|
|
|
|
|
'@vitest/spy': 3.2.4
|
|
|
|
|
'@vitest/utils': 3.2.4
|
|
|
|
|
chai: 5.3.3
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
expect-type: 1.3.0
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
std-env: 3.10.0
|
|
|
|
|
tinybench: 2.9.0
|
|
|
|
|
tinyexec: 0.3.2
|
|
|
|
|
tinyglobby: 0.2.15
|
|
|
|
|
tinypool: 1.1.1
|
|
|
|
|
tinyrainbow: 2.0.0
|
|
|
|
|
vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
vite-node: 3.2.4(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
why-is-node-running: 2.3.0
|
|
|
|
|
optionalDependencies:
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
'@types/debug': 4.1.12
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- jiti
|
|
|
|
|
- less
|
|
|
|
|
- lightningcss
|
|
|
|
|
- msw
|
|
|
|
|
- sass
|
|
|
|
|
- sass-embedded
|
|
|
|
|
- stylus
|
|
|
|
|
- sugarss
|
|
|
|
|
- supports-color
|
|
|
|
|
- terser
|
|
|
|
|
- tsx
|
|
|
|
|
- yaml
|
|
|
|
|
|
|
|
|
|
why-is-node-running@2.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
siginfo: 2.0.0
|
|
|
|
|
stackback: 0.0.2
|
|
|
|
|
|
|
|
|
|
wrappy@1.0.2: {}
|
|
|
|
|
|
2026-02-17 12:24:38 -06:00
|
|
|
ws@8.19.0: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
xtend@4.0.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
yallist@3.1.1: {}
|
|
|
|
|
|
|
|
|
|
zod@3.25.76: {}
|
Implement agent hiring, approval workflows, config revisions, LLM reflection, and sidebar badges
Agent management: hire endpoint with permission gates and pending_approval status,
config revision tracking with rollback, agent duplicate route, permission CRUD.
Block pending_approval agents from auth, heartbeat, and assignments.
Approvals: revision request/resubmit flow, approval comments CRUD, issue-approval
linking, auto-wake agents on approval decisions with context snapshot.
Costs: per-agent breakdown, period filtering (month/week/day/all), cost by agent
list endpoint.
Adapters: agentConfigurationDoc on all adapters, /llms/agent-configuration.txt
reflection routes. Inject PAPERCLIP_APPROVAL_ID, PAPERCLIP_APPROVAL_STATUS,
PAPERCLIP_LINKED_ISSUE_IDS into adapter environments.
Sidebar badges endpoint for pending approval/inbox counts. Dashboard and company
settings extensions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:02:41 -06:00
|
|
|
|
|
|
|
|
zwitch@2.0.4: {}
|