2026-02-16 13:31:35 -06:00
|
|
|
lockfileVersion: '9.0'
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
|
autoInstallPeers: true
|
|
|
|
|
excludeLinksFromLockfile: false
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
overrides:
|
|
|
|
|
rollup: '>=4.59.0'
|
|
|
|
|
|
2026-03-24 17:33:24 +00:00
|
|
|
patchedDependencies:
|
|
|
|
|
embedded-postgres@18.1.0-beta.16:
|
|
|
|
|
hash: 55uhvnotpqyiy37rn3pqpukhei
|
|
|
|
|
path: patches/embedded-postgres@18.1.0-beta.16.patch
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
importers:
|
|
|
|
|
|
|
|
|
|
.:
|
|
|
|
|
devDependencies:
|
2026-03-09 16:41:30 +00:00
|
|
|
'@playwright/test':
|
|
|
|
|
specifier: ^1.58.2
|
|
|
|
|
version: 1.58.2
|
2026-03-12 14:36:52 +00:00
|
|
|
cross-env:
|
|
|
|
|
specifier: ^10.1.0
|
|
|
|
|
version: 10.1.0
|
2026-03-03 09:25:10 -06:00
|
|
|
esbuild:
|
|
|
|
|
specifier: ^0.27.3
|
|
|
|
|
version: 0.27.3
|
2026-02-16 13:31:35 -06:00
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
2026-03-17 15:08:56 -05:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.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-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-claude-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-codex-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
2026-03-06 15:28:32 +00:00
|
|
|
'@paperclipai/adapter-cursor-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/cursor-local
|
2026-03-12 14:36:52 +00:00
|
|
|
'@paperclipai/adapter-gemini-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/gemini-local
|
2026-03-07 15:18:23 -06:00
|
|
|
'@paperclipai/adapter-openclaw-gateway':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/openclaw-gateway
|
2026-03-05 15:24:20 +01:00
|
|
|
'@paperclipai/adapter-opencode-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/opencode-local
|
2026-03-06 18:29:38 -08:00
|
|
|
'@paperclipai/adapter-pi-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/pi-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-utils':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/db':
|
2026-02-17 13:39:47 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/db
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/server':
|
2026-02-20 07:10:58 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../server
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/shared':
|
2026-02-17 13:39:47 -06:00
|
|
|
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
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
drizzle-orm:
|
|
|
|
|
specifier: 0.38.4
|
|
|
|
|
version: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
2026-03-12 14:36:52 +00:00
|
|
|
embedded-postgres:
|
|
|
|
|
specifier: ^18.1.0-beta.16
|
2026-03-24 17:33:24 +00:00
|
|
|
version: 18.1.0-beta.16(patch_hash=55uhvnotpqyiy37rn3pqpukhei)
|
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:
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/node':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-02-18 14:23:16 -06:00
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/claude-local:
|
|
|
|
|
dependencies:
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-utils':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/node':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-02-18 14:23:16 -06:00
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/codex-local:
|
|
|
|
|
dependencies:
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-utils':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/node':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/cursor-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
2026-03-07 18:33:40 -06:00
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-02-18 14:23:16 -06:00
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-03-12 14:36:52 +00:00
|
|
|
packages/adapters/gemini-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
packages/adapters/openclaw-gateway:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
ws:
|
|
|
|
|
specifier: ^8.19.0
|
|
|
|
|
version: 8.19.0
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@types/ws':
|
|
|
|
|
specifier: ^8.18.1
|
|
|
|
|
version: 8.18.1
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-03-05 15:24:20 +01:00
|
|
|
packages/adapters/opencode-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
2026-03-06 18:29:38 -08:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/adapters/pi-local:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/adapter-utils':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../adapter-utils
|
|
|
|
|
picocolors:
|
|
|
|
|
specifier: ^1.1.1
|
|
|
|
|
version: 1.1.1
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-02-26 16:32:59 -06:00
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
packages/db:
|
|
|
|
|
dependencies:
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/shared':
|
2026-02-16 13:31:35 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../shared
|
|
|
|
|
drizzle-orm:
|
|
|
|
|
specifier: ^0.38.4
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
version: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
2026-03-17 15:08:56 -05:00
|
|
|
embedded-postgres:
|
|
|
|
|
specifier: ^18.1.0-beta.16
|
2026-03-24 17:33:24 +00:00
|
|
|
version: 18.1.0-beta.16(patch_hash=55uhvnotpqyiy37rn3pqpukhei)
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres:
|
|
|
|
|
specifier: ^3.4.5
|
|
|
|
|
version: 3.4.8
|
|
|
|
|
devDependencies:
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/node':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
2026-03-17 15:08:56 -05:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
packages/mcp-server:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@modelcontextprotocol/sdk':
|
|
|
|
|
specifier: ^1.29.0
|
|
|
|
|
version: 1.29.0(zod@3.25.76)
|
|
|
|
|
'@paperclipai/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../shared
|
|
|
|
|
zod:
|
|
|
|
|
specifier: ^3.24.2
|
|
|
|
|
version: 3.25.76
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
|
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
packages/plugins/create-paperclip-plugin:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../sdk
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/plugins/examples/plugin-authoring-smoke-example:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../sdk
|
|
|
|
|
react:
|
|
|
|
|
specifier: '>=18'
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@rollup/plugin-node-resolve':
|
|
|
|
|
specifier: ^16.0.1
|
2026-04-07 22:35:57 +00:00
|
|
|
version: 16.0.3(rollup@4.60.1)
|
2026-03-17 15:08:56 -05:00
|
|
|
'@rollup/plugin-typescript':
|
|
|
|
|
specifier: ^12.1.2
|
2026-04-07 22:35:57 +00:00
|
|
|
version: 12.3.0(rollup@4.60.1)(tslib@2.8.1)(typescript@5.9.3)
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@types/react':
|
|
|
|
|
specifier: ^19.0.8
|
|
|
|
|
version: 19.2.14
|
|
|
|
|
esbuild:
|
|
|
|
|
specifier: ^0.27.3
|
|
|
|
|
version: 0.27.3
|
|
|
|
|
rollup:
|
2026-04-07 22:35:57 +00:00
|
|
|
specifier: '>=4.59.0'
|
|
|
|
|
version: 4.60.1
|
2026-03-17 15:08:56 -05:00
|
|
|
tslib:
|
|
|
|
|
specifier: ^2.8.1
|
|
|
|
|
version: 2.8.1
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.0.5
|
|
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
|
|
|
|
packages/plugins/examples/plugin-file-browser-example:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-javascript':
|
|
|
|
|
specifier: ^6.2.2
|
|
|
|
|
version: 6.2.4
|
|
|
|
|
'@codemirror/language':
|
|
|
|
|
specifier: ^6.11.0
|
|
|
|
|
version: 6.12.1
|
|
|
|
|
'@codemirror/state':
|
|
|
|
|
specifier: ^6.4.0
|
|
|
|
|
version: 6.5.4
|
|
|
|
|
'@codemirror/view':
|
|
|
|
|
specifier: ^6.28.0
|
|
|
|
|
version: 6.39.15
|
|
|
|
|
'@lezer/highlight':
|
|
|
|
|
specifier: ^1.2.1
|
|
|
|
|
version: 1.2.3
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../sdk
|
|
|
|
|
codemirror:
|
|
|
|
|
specifier: ^6.0.1
|
|
|
|
|
version: 6.0.2
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@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)
|
|
|
|
|
esbuild:
|
|
|
|
|
specifier: ^0.27.3
|
|
|
|
|
version: 0.27.3
|
|
|
|
|
react:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
react-dom:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4(react@19.2.4)
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/plugins/examples/plugin-hello-world-example:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../sdk
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@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)
|
|
|
|
|
react:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
react-dom:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4(react@19.2.4)
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
|
|
|
|
packages/plugins/examples/plugin-kitchen-sink-example:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../sdk
|
|
|
|
|
'@paperclipai/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../../shared
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@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)
|
|
|
|
|
esbuild:
|
|
|
|
|
specifier: ^0.27.3
|
|
|
|
|
version: 0.27.3
|
|
|
|
|
react:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
react-dom:
|
|
|
|
|
specifier: ^19.0.0
|
|
|
|
|
version: 19.2.4(react@19.2.4)
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
|
Add sandbox environment support (#4415)
## Thinking Path
> - Paperclip orchestrates AI agents for zero-human companies.
> - The environment/runtime layer decides where agent work executes and
how the control plane reaches those runtimes.
> - Today Paperclip can run locally and over SSH, but sandboxed
execution needs a first-class environment model instead of one-off
adapter behavior.
> - We also want sandbox providers to be pluggable so the core does not
hardcode every provider implementation.
> - This branch adds the Sandbox environment path, the provider
contract, and a deterministic fake provider plugin.
> - That required synchronized changes across shared contracts, plugin
SDK surfaces, server runtime orchestration, and the UI
environment/workspace flows.
> - The result is that sandbox execution becomes a core control-plane
capability while keeping provider implementations extensible and
testable.
## What Changed
- Added sandbox runtime support to the environment execution path,
including runtime URL discovery, sandbox execution targeting,
orchestration, and heartbeat integration.
- Added plugin-provider support for sandbox environments so providers
can be supplied via plugins instead of hardcoded server logic.
- Added the fake sandbox provider plugin with deterministic behavior
suitable for local and automated testing.
- Updated shared types, validators, plugin protocol definitions, and SDK
helpers to carry sandbox provider and workspace-runtime contracts across
package boundaries.
- Updated server routes and services so companies can create sandbox
environments, select them for work, and execute work through the sandbox
runtime path.
- Updated the UI environment and workspace surfaces to expose sandbox
environment configuration and selection.
- Added test coverage for sandbox runtime behavior, provider seams,
environment route guards, orchestration, and the fake provider plugin.
## Verification
- Ran locally before the final fixture-only scrub:
- `pnpm -r typecheck`
- `pnpm test:run`
- `pnpm build`
- Ran locally after the final scrub amend:
- `pnpm vitest run server/src/__tests__/runtime-api.test.ts`
- Reviewer spot checks:
- create a sandbox environment backed by the fake provider plugin
- run work through that environment
- confirm sandbox provider execution does not inherit host secrets
implicitly
## Risks
- This touches shared contracts, plugin SDK plumbing, server runtime
orchestration, and UI environment/workspace flows, so regressions would
likely show up as cross-layer mismatches rather than isolated type
errors.
- Runtime URL discovery and sandbox callback selection are sensitive to
host/bind configuration; if that logic is wrong, sandbox-backed
callbacks may fail even when execution succeeds.
- The fake provider plugin is intentionally deterministic and
test-oriented; future providers may expose capability gaps that this
branch does not yet cover.
## Model Used
- OpenAI Codex coding agent on a GPT-5-class backend in the
Paperclip/Codex harness. Exact backend model ID is not exposed
in-session. Tool-assisted workflow with shell execution, file editing,
git history inspection, and local test execution.
## Checklist
- [x] I have included a thinking path that traces from project context
to this change
- [x] I have specified the model used (with version and capability
details)
- [x] I have checked ROADMAP.md and confirmed this PR does not duplicate
planned core work
- [x] I have run tests locally and they pass
- [x] I have added or updated tests where applicable
- [ ] If this change affects the UI, I have included before/after
screenshots
- [x] I have updated relevant documentation to reflect my changes
- [x] I have considered and documented any risks above
- [x] I will address all Greptile and reviewer comments before
requesting merge
2026-04-24 12:15:53 -07:00
|
|
|
packages/plugins/paperclip-plugin-fake-sandbox:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../sdk
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
|
|
|
|
vitest:
|
|
|
|
|
specifier: ^3.2.4
|
|
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
packages/plugins/sdk:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@paperclipai/shared':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../../shared
|
|
|
|
|
react:
|
|
|
|
|
specifier: '>=18'
|
|
|
|
|
version: 19.2.4
|
|
|
|
|
zod:
|
|
|
|
|
specifier: ^3.24.2
|
|
|
|
|
version: 3.25.76
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/node':
|
|
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
|
|
|
|
'@types/react':
|
|
|
|
|
specifier: ^19.0.8
|
|
|
|
|
version: 19.2.14
|
|
|
|
|
typescript:
|
|
|
|
|
specifier: ^5.7.3
|
|
|
|
|
version: 5.9.3
|
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-20 10:33:36 -06:00
|
|
|
'@aws-sdk/client-s3':
|
|
|
|
|
specifier: ^3.888.0
|
|
|
|
|
version: 3.994.0
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-claude-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-codex-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
2026-03-06 15:28:32 +00:00
|
|
|
'@paperclipai/adapter-cursor-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/cursor-local
|
2026-03-12 14:36:52 +00:00
|
|
|
'@paperclipai/adapter-gemini-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/gemini-local
|
2026-03-07 15:18:23 -06:00
|
|
|
'@paperclipai/adapter-openclaw-gateway':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/openclaw-gateway
|
2026-03-05 15:24:20 +01:00
|
|
|
'@paperclipai/adapter-opencode-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/opencode-local
|
2026-03-06 18:29:38 -08:00
|
|
|
'@paperclipai/adapter-pi-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/pi-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-utils':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/db':
|
2026-02-16 13:31:35 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/db
|
2026-03-17 15:08:56 -05:00
|
|
|
'@paperclipai/plugin-sdk':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/plugins/sdk
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/shared':
|
2026-02-16 13:31:35 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/shared
|
2026-03-17 15:08:56 -05:00
|
|
|
ajv:
|
|
|
|
|
specifier: ^8.18.0
|
|
|
|
|
version: 8.18.0
|
|
|
|
|
ajv-formats:
|
|
|
|
|
specifier: ^3.0.1
|
|
|
|
|
version: 3.0.1(ajv@8.18.0)
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
better-auth:
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: 1.4.18
|
2026-03-17 15:08:56 -05:00
|
|
|
version: 1.4.18(drizzle-kit@0.31.9)(drizzle-orm@0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
chokidar:
|
|
|
|
|
specifier: ^4.0.3
|
|
|
|
|
version: 4.0.3
|
2026-02-18 11:45:43 -06:00
|
|
|
detect-port:
|
|
|
|
|
specifier: ^2.1.0
|
|
|
|
|
version: 2.1.0
|
2026-03-17 15:08:56 -05:00
|
|
|
dompurify:
|
|
|
|
|
specifier: ^3.3.2
|
|
|
|
|
version: 3.3.2
|
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
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
version: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
2026-03-06 15:28:32 +00:00
|
|
|
embedded-postgres:
|
|
|
|
|
specifier: ^18.1.0-beta.16
|
2026-03-24 17:33:24 +00:00
|
|
|
version: 18.1.0-beta.16(patch_hash=55uhvnotpqyiy37rn3pqpukhei)
|
2026-02-16 13:31:35 -06:00
|
|
|
express:
|
|
|
|
|
specifier: ^5.1.0
|
|
|
|
|
version: 5.2.1
|
2026-03-17 15:08:56 -05:00
|
|
|
hermes-paperclip-adapter:
|
2026-03-28 11:46:21 +00:00
|
|
|
specifier: ^0.2.0
|
|
|
|
|
version: 0.2.0
|
2026-03-17 15:08:56 -05:00
|
|
|
jsdom:
|
|
|
|
|
specifier: ^28.1.0
|
|
|
|
|
version: 28.1.0(@noble/hashes@2.0.1)
|
2026-02-20 10:33:36 -06:00
|
|
|
multer:
|
2026-04-07 22:35:57 +00:00
|
|
|
specifier: ^2.1.1
|
|
|
|
|
version: 2.1.1
|
2026-03-03 11:22:18 -06:00
|
|
|
open:
|
|
|
|
|
specifier: ^11.0.0
|
|
|
|
|
version: 11.0.0
|
2026-02-16 13:31:35 -06:00
|
|
|
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-03-20 14:46:31 -05:00
|
|
|
sharp:
|
|
|
|
|
specifier: ^0.34.5
|
|
|
|
|
version: 0.34.5
|
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
|
|
|
|
|
devDependencies:
|
|
|
|
|
'@types/express':
|
|
|
|
|
specifier: ^5.0.0
|
|
|
|
|
version: 5.0.6
|
|
|
|
|
'@types/express-serve-static-core':
|
|
|
|
|
specifier: ^5.0.0
|
|
|
|
|
version: 5.1.1
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/jsdom':
|
|
|
|
|
specifier: ^28.0.0
|
|
|
|
|
version: 28.0.0
|
2026-02-20 10:33:36 -06:00
|
|
|
'@types/multer':
|
|
|
|
|
specifier: ^2.0.0
|
|
|
|
|
version: 2.0.0
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/node':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^24.6.0
|
|
|
|
|
version: 24.12.0
|
2026-03-20 14:46:31 -05:00
|
|
|
'@types/sharp':
|
|
|
|
|
specifier: ^0.32.0
|
|
|
|
|
version: 0.32.0
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/supertest':
|
|
|
|
|
specifier: ^6.0.2
|
|
|
|
|
version: 6.0.3
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/ws':
|
2026-03-06 15:28:32 +00:00
|
|
|
specifier: ^8.18.1
|
2026-03-05 15:24:20 +01:00
|
|
|
version: 8.18.1
|
2026-03-12 14:36:52 +00:00
|
|
|
cross-env:
|
|
|
|
|
specifier: ^10.1.0
|
|
|
|
|
version: 10.1.0
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
2026-03-06 15:28:32 +00:00
|
|
|
version: 6.4.1(@types/node@24.12.0)(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
|
2026-03-17 15:08:56 -05:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
ui:
|
|
|
|
|
dependencies:
|
2026-04-08 07:07:49 -05:00
|
|
|
'@assistant-ui/react':
|
|
|
|
|
specifier: 0.12.23
|
|
|
|
|
version: 0.12.23(@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)(use-sync-external-store@1.6.0(react@19.2.4))
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@dnd-kit/core':
|
|
|
|
|
specifier: ^6.3.1
|
|
|
|
|
version: 6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@dnd-kit/sortable':
|
|
|
|
|
specifier: ^10.0.0
|
|
|
|
|
version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@dnd-kit/utilities':
|
|
|
|
|
specifier: ^3.2.2
|
|
|
|
|
version: 3.2.2(react@19.2.4)
|
2026-03-24 00:29:19 +00:00
|
|
|
'@lexical/link':
|
|
|
|
|
specifier: 0.35.0
|
|
|
|
|
version: 0.35.0
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@mdxeditor/editor':
|
|
|
|
|
specifier: ^3.52.4
|
|
|
|
|
version: 3.52.4(@codemirror/language@6.12.1)(@lezer/highlight@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)(yjs@13.6.29)
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-claude-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/claude-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-codex-local':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/codex-local
|
2026-03-06 15:28:32 +00:00
|
|
|
'@paperclipai/adapter-cursor-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/cursor-local
|
2026-03-12 14:36:52 +00:00
|
|
|
'@paperclipai/adapter-gemini-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/gemini-local
|
2026-03-07 15:18:23 -06:00
|
|
|
'@paperclipai/adapter-openclaw-gateway':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/openclaw-gateway
|
2026-03-05 15:24:20 +01:00
|
|
|
'@paperclipai/adapter-opencode-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/opencode-local
|
2026-03-06 18:29:38 -08:00
|
|
|
'@paperclipai/adapter-pi-local':
|
|
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapters/pi-local
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/adapter-utils':
|
2026-02-18 14:23:16 -06:00
|
|
|
specifier: workspace:*
|
|
|
|
|
version: link:../packages/adapter-utils
|
2026-03-03 08:56:43 -06:00
|
|
|
'@paperclipai/shared':
|
2026-02-16 13:31:35 -06:00
|
|
|
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)
|
2026-03-28 11:46:21 +00:00
|
|
|
hermes-paperclip-adapter:
|
|
|
|
|
specifier: ^0.2.0
|
|
|
|
|
version: 0.2.0
|
2026-03-24 00:29:19 +00:00
|
|
|
lexical:
|
|
|
|
|
specifier: 0.35.0
|
|
|
|
|
version: 0.35.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
|
|
|
lucide-react:
|
|
|
|
|
specifier: ^0.574.0
|
|
|
|
|
version: 0.574.0(react@19.2.4)
|
2026-03-07 15:18:23 -06:00
|
|
|
mermaid:
|
|
|
|
|
specifier: ^11.12.0
|
|
|
|
|
version: 11.12.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
|
|
|
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)
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
remark-gfm:
|
|
|
|
|
specifier: ^4.0.1
|
|
|
|
|
version: 4.0.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
|
|
|
tailwind-merge:
|
|
|
|
|
specifier: ^3.4.1
|
|
|
|
|
version: 3.4.1
|
2026-02-16 13:31:35 -06:00
|
|
|
devDependencies:
|
2026-04-20 12:15:59 -05:00
|
|
|
'@storybook/addon-a11y':
|
|
|
|
|
specifier: 10.3.5
|
|
|
|
|
version: 10.3.5(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
|
|
|
'@storybook/addon-docs':
|
|
|
|
|
specifier: 10.3.5
|
|
|
|
|
version: 10.3.5(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
'@storybook/react-vite':
|
|
|
|
|
specifier: 10.3.5
|
|
|
|
|
version: 10.3.5(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@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
|
|
|
'@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))
|
2026-04-20 12:15:59 -05:00
|
|
|
storybook:
|
|
|
|
|
specifier: 10.3.5
|
|
|
|
|
version: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
2026-03-17 15:08:56 -05:00
|
|
|
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
packages:
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@acemir/cssom@0.9.31':
|
|
|
|
|
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@adobe/css-tools@4.4.4':
|
|
|
|
|
resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
|
|
|
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@asamuzakjp/css-color@5.0.1':
|
|
|
|
|
resolution: {integrity: sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
|
|
|
|
|
|
'@asamuzakjp/dom-selector@6.8.1':
|
|
|
|
|
resolution: {integrity: sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==}
|
|
|
|
|
|
|
|
|
|
'@asamuzakjp/nwsapi@2.3.9':
|
|
|
|
|
resolution: {integrity: sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@assistant-ui/core@0.1.13':
|
|
|
|
|
resolution: {integrity: sha512-UV8j/l3SbyRz51yHEh8wt6k6eV0cJ5wEaXYwi36hMq/+GwIZydzDmX0XHwFaHTB2Ev0nlrTW5RlF6/g2tVPgoQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@assistant-ui/store': ^0.2.6
|
|
|
|
|
'@assistant-ui/tap': ^0.5.7
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
assistant-cloud: ^0.1.25
|
|
|
|
|
react: ^18 || ^19
|
|
|
|
|
zustand: ^5.0.11
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
assistant-cloud:
|
|
|
|
|
optional: true
|
|
|
|
|
react:
|
|
|
|
|
optional: true
|
|
|
|
|
zustand:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/react@0.12.23':
|
|
|
|
|
resolution: {integrity: sha512-49ifZszyxGwkWJluy4F9izQmaP5qC4/dYPZnbaQsgmWHS/vi7mRDwbqAA9yy/L3t8vRfG8Ho92UDBj9lqcl11Q==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
'@types/react-dom': '*'
|
|
|
|
|
react: ^18 || ^19
|
|
|
|
|
react-dom: ^18 || ^19
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@types/react-dom':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/store@0.2.6':
|
|
|
|
|
resolution: {integrity: sha512-rpl+cWrJVimQzjh3plxhm5cgC/v918jffxHT6xEuanL1pPhxNjhHU90N3hH/pkALpkTdv7RH5kGVpIG+4bJj8w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@assistant-ui/tap': ^0.5.6
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^18 || ^19
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/tap@0.5.7':
|
|
|
|
|
resolution: {integrity: sha512-AN+xoDd/A5vb2ZqS59k3T0C3tjK3y8ivD2WOBDvvU1pkdahG+lGip83Ol0jBIOevTgXD9kxTM9fK22tXRZNC4g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^18 || ^19
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
react:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/crc32@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==}
|
|
|
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/crc32c@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/sha1-browser@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/sha256-browser@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/sha256-js@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
|
|
|
|
|
engines: {node: '>=16.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==}
|
|
|
|
|
|
|
|
|
|
'@aws-crypto/util@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/client-s3@3.994.0':
|
|
|
|
|
resolution: {integrity: sha512-zIVQt/XfE2zTFrcPEf8R+KRaRD1++XHMPRhxXM2kVA6NA6Aq/cFCUyYOYYwSbWLF/XeToaX1auYGn3IoZKruPQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/client-sso@3.993.0':
|
|
|
|
|
resolution: {integrity: sha512-VLUN+wIeNX24fg12SCbzTUBnBENlL014yMKZvRhPkcn4wHR6LKgNrjsG3fZ03Xs0XoKaGtNFi1VVrq666sGBoQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/core@3.973.11':
|
|
|
|
|
resolution: {integrity: sha512-wdQ8vrvHkKIV7yNUKXyjPWKCdYEUrZTHJ8Ojd5uJxXp9vqPCkUR1dpi1NtOLcrDgueJH7MUH5lQZxshjFPSbDA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/crc64-nvme@3.972.0':
|
|
|
|
|
resolution: {integrity: sha512-ThlLhTqX68jvoIVv+pryOdb5coP1cX1/MaTbB9xkGDCbWbsqQcLqzPxuSoW1DCnAAIacmXCWpzUNOB9pv+xXQw==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-env@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-ZptrOwQynfupubvcngLkbdIq/aXvl/czdpEG8XJ8mN8Nb19BR0jaK0bR+tfuMU36Ez9q4xv7GGkHFqEEP2hUUQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-http@3.972.11':
|
|
|
|
|
resolution: {integrity: sha512-hECWoOoH386bGr89NQc9vA/abkGf5TJrMREt+lhNcnSNmoBS04fK7vc3LrJBSQAUGGVj0Tz3f4dHB3w5veovig==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-ini@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-zr1csEu9n4eDiHMTYJabX1mDGuGLgjgUnNckIivvk43DocJC9/f6DefFrnUPZXE+GHtbW50YuXb+JIxKykU74A==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-login@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-m4RIpVgZChv0vWS/HKChg1xLgZPpx8Z+ly9Fv7FwA8SOfuC6I3htcSaBz2Ch4bneRIiBUhwP4ziUo0UZgtJStQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-node@3.972.10':
|
|
|
|
|
resolution: {integrity: sha512-70nCESlvnzjo4LjJ8By8MYIiBogkYPSXl3WmMZfH9RZcB/Nt9qVWbFpYj6Fk1vLa4Vk8qagFVeXgxdieMxG1QA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-process@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-gOWl0Fe2gETj5Bk151+LYKpeGi2lBDLNu+NMNpHRlIrKHdBmVun8/AalwMK8ci4uRfG5a3/+zvZBMpuen1SZ0A==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-sso@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-ey7S686foGTArvFhi3ifQXmgptKYvLSGE2250BAQceMSXZddz7sUSNERGJT2S7u5KIe/kgugxrt01hntXVln6w==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-web-identity@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-8LnfS76nHXoEc9aRRiMMpxZxJeDG0yusdyo3NvPhCgESmBUgpMa4luhGbClW5NoX/qRcGxxM6Z/esqANSNMTow==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-bucket-endpoint@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-fmbgWYirF67YF1GfD7cg5N6HHQ96EyRNx/rDIrTF277/zTWVuPI2qS/ZHgofwR1NZPe/NWvoppflQY01LrbVLg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-expect-continue@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-4msC33RZsXQpUKR5QR4HnvBSNCPLGHmB55oDiROqqgyOc+TOfVu2xgi5goA7ms6MdZLeEh2905UfWMnMMF4mRg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-flexible-checksums@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-E663+r/UQpvF3aJkD40p5ZANVQFsUcbE39jifMtN7wc0t1M0+2gJJp3i75R49aY9OiSX5lfVyPUNjN/BNRCCZA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-host-header@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-aknPTb2M+G3s+0qLCx4Li/qGZH8IIYjugHMv15JTYMe6mgZO8VBpYgeGYsNMGCqCZOcWzuf900jFBG5bopfzmA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-location-constraint@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-nIg64CVrsXp67vbK0U1/Is8rik3huS3QkRHn2DRDx4NldrEFMgdkZGI/+cZMKD9k4YOS110Dfu21KZLHrFA/1g==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-logger@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-Ftg09xNNRqaz9QNzlfdQWfpqMCJbsQdnZVJP55jfhbKi1+FTWxGuvfPoBhDHIovqWKjqbuiew3HuhxbJ0+OjgA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-recursion-detection@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-PY57QhzNuXHnwbJgbWYTrqIDHYSeOlhfYERTAuc16LKZpTZRJUjzBFokp9hF7u1fuGeE3D70ERXzdbMBOqQz7Q==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-sdk-s3@3.972.11':
|
|
|
|
|
resolution: {integrity: sha512-Qr0T7ZQTRMOuR6ahxEoJR1thPVovfWrKB2a6KBGR+a8/ELrFodrgHwhq50n+5VMaGuLtGhHiISU3XGsZmtmVXQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-ssec@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-dU6kDuULN3o3jEHcjm0c4zWJlY1zWVkjG9NPe9qxYLLpcbdj5kRYBS2DdWYD+1B9f910DezRuws7xDEqKkHQIg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-user-agent@3.972.11':
|
|
|
|
|
resolution: {integrity: sha512-R8CvPsPHXwzIHCAza+bllY6PrctEk4lYq/SkHJz9NLoBHCcKQrbOcsfXxO6xmipSbUNIbNIUhH0lBsJGgsRdiw==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/nested-clients@3.993.0':
|
|
|
|
|
resolution: {integrity: sha512-iOq86f2H67924kQUIPOAvlmMaOAvOLoDOIb66I2YqSUpMYB6ufiuJW3RlREgskxv86S5qKzMnfy/X6CqMjK6XQ==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/region-config-resolver@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-v4J8qYAWfOMcZ4MJUyatntOicTzEMaU7j3OpkRCGGFSL2NgXQ5VbxauIyORA+pxdKZ0qQG2tCQjQjZDlXEC3Ow==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/signature-v4-multi-region@3.994.0':
|
|
|
|
|
resolution: {integrity: sha512-8y04Lv497KKd7f2TVlm2RaKQaNfnY17ZH8d3m+7sW/3R3BhZvHgWQZyqTb/vcN2ERz1YAnWx6woJyB3ZNFvakw==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/token-providers@3.993.0':
|
|
|
|
|
resolution: {integrity: sha512-+35g4c+8r7sB9Sjp1KPdM8qxGn6B/shBjJtEUN4e+Edw9UEQlZKIzioOGu3UAbyE0a/s450LdLZr4wbJChtmww==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/types@3.973.1':
|
|
|
|
|
resolution: {integrity: sha512-DwHBiMNOB468JiX6+i34c+THsKHErYUdNQ3HexeXZvVn4zouLjgaS4FejiGSi2HyBuzuyHg7SuOPmjSvoU9NRg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-arn-parser@3.972.2':
|
|
|
|
|
resolution: {integrity: sha512-VkykWbqMjlSgBFDyrY3nOSqupMc6ivXuGmvci6Q3NnLq5kC+mKQe2QBZ4nrWRE/jqOxeFP2uYzLtwncYYcvQDg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-endpoints@3.993.0':
|
|
|
|
|
resolution: {integrity: sha512-j6vioBeRZ4eHX4SWGvGPpwGg/xSOcK7f1GL0VM+rdf3ZFTIsUEhCFmD78B+5r2PgztcECSzEfvHQX01k8dPQPw==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-endpoints@3.994.0':
|
|
|
|
|
resolution: {integrity: sha512-L2obUBw4ACMMd1F/SG5LdfPyZ0xJNs9Maifwr3w0uWO+4YvHmk9FfRskfSfE/SLZ9S387oSZ+1xiP7BfVCP/Og==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-locate-window@3.965.4':
|
|
|
|
|
resolution: {integrity: sha512-H1onv5SkgPBK2P6JR2MjGgbOnttoNzSPIRoeZTNPZYyaplwGg50zS3amXvXqF0/qfXpWEC9rLWU564QTB9bSog==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-user-agent-browser@3.972.3':
|
|
|
|
|
resolution: {integrity: sha512-JurOwkRUcXD/5MTDBcqdyQ9eVedtAsZgw5rBwktsPTN7QtPiS2Ld1jkJepNgYoCufz1Wcut9iup7GJDoIHp8Fw==}
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-user-agent-node@3.972.9':
|
|
|
|
|
resolution: {integrity: sha512-JNswdsLdQemxqaSIBL2HRhsHPUBBziAgoi5RQv6/9avmE5g5RSdt1hWr3mHJ7OxqRYf+KeB11ExWbiqfrnoeaA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
aws-crt: '>=1.0.0'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
aws-crt:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/xml-builder@3.972.5':
|
|
|
|
|
resolution: {integrity: sha512-mCae5Ys6Qm1LDu0qdGwx2UQ63ONUe+FHw908fJzLDqFKTDBK4LDZUqKWm4OkTCNFq19bftjsBSESIGLD/s3/rA==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
|
|
|
|
'@aws/lambda-invoke-store@0.2.3':
|
|
|
|
|
resolution: {integrity: sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@babel/runtime@7.28.6':
|
|
|
|
|
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
|
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@better-auth/core@1.4.18':
|
|
|
|
|
resolution: {integrity: sha512-q+awYgC7nkLEBdx2sW0iJjkzgSHlIxGnOpsN1r/O1+a4m7osJNHtfK2mKJSL1I+GfNyIlxJF8WvD/NLuYMpmcg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@better-auth/utils': 0.3.0
|
|
|
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
|
better-call: 1.1.8
|
|
|
|
|
jose: ^6.1.0
|
|
|
|
|
kysely: ^0.28.5
|
|
|
|
|
nanostores: ^1.0.1
|
|
|
|
|
|
|
|
|
|
'@better-auth/telemetry@1.4.18':
|
|
|
|
|
resolution: {integrity: sha512-e5rDF8S4j3Um/0LIVATL2in9dL4lfO2fr2v1Wio4qTMRbfxqnUDTa+6SZtwdeJrbc4O+a3c+IyIpjG9Q/6GpfQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@better-auth/core': 1.4.18
|
|
|
|
|
|
|
|
|
|
'@better-auth/utils@0.3.0':
|
|
|
|
|
resolution: {integrity: sha512-W+Adw6ZA6mgvnSnhOki270rwJ42t4XzSK6YWGF//BbVXL6SwCLWfyzBc1lN2m/4RM28KubdBKQ4X5VMoLRNPQw==}
|
|
|
|
|
|
|
|
|
|
'@better-fetch/fetch@1.1.21':
|
|
|
|
|
resolution: {integrity: sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@braintree/sanitize-url@7.1.2':
|
|
|
|
|
resolution: {integrity: sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@bramus/specificity@2.4.2':
|
|
|
|
|
resolution: {integrity: sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==}
|
2026-03-03 14:46:16 -06:00
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@chevrotain/cst-dts-gen@11.1.2':
|
|
|
|
|
resolution: {integrity: sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/gast@11.1.2':
|
|
|
|
|
resolution: {integrity: sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/regexp-to-ast@11.1.2':
|
|
|
|
|
resolution: {integrity: sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/types@11.1.2':
|
|
|
|
|
resolution: {integrity: sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/utils@11.1.2':
|
|
|
|
|
resolution: {integrity: sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@codemirror/autocomplete@6.20.0':
|
|
|
|
|
resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/commands@6.10.2':
|
|
|
|
|
resolution: {integrity: sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-angular@0.1.4':
|
|
|
|
|
resolution: {integrity: sha512-oap+gsltb/fzdlTQWD6BFF4bSLKcDnlxDsLdePiJpCVNKWXSTAbiiQeYI3UmES+BLAdkmIC1WjyztC1pi/bX4g==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-cpp@6.0.3':
|
|
|
|
|
resolution: {integrity: sha512-URM26M3vunFFn9/sm6rzqrBzDgfWuDixp85uTY49wKudToc2jTHUrKIGGKs+QWND+YLofNNZpxcNGRynFJfvgA==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
|
|
|
resolution: {integrity: sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-go@6.0.1':
|
|
|
|
|
resolution: {integrity: sha512-7fNvbyNylvqCphW9HD6WFnRpcDjr+KXX/FgqXy5H5ZS0eC5edDljukm/yNgYkwTsgp2busdod50AOTIy6Jikfg==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
|
|
|
resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-java@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-m5Nt1mQ/cznJY7tMfQTJchmrjdjQ71IDs+55d1GAa8DGaB8JXWsVCkVT284C3RTASaY43YknrK2X3hPO/J3MOQ==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
|
|
|
resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-jinja@6.0.0':
|
|
|
|
|
resolution: {integrity: sha512-47MFmRcR8UAxd8DReVgj7WJN1WSAMT7OJnewwugZM4XiHWkOjgJQqvEM1NpMj9ALMPyxmlziEI1opH9IaEvmaw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-less@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-EYdQTG22V+KUUk8Qq582g7FMnCZeEHsyuOJisHRft/mQ+ZSZ2w51NupvDUHiqtsOy7It5cHLPGfHQLpMh9bqpQ==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-liquid@6.3.1':
|
|
|
|
|
resolution: {integrity: sha512-S/jE/D7iij2Pu70AC65ME6AYWxOOcX20cSJvaPgY5w7m2sfxsArAcUAuUgm/CZCVmqoi9KiOlS7gj/gyLipABw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
|
|
|
resolution: {integrity: sha512-0K40bZ35jpHya6FriukbgaleaqzBLZfOh7HuzqbMxBXkbYMJDxfF39c23xOgxFezR+3G+tR2/Mup+Xk865OMvw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-php@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-ZKy2v1n8Fc8oEXj0Th0PUMXzQJ0AIR6TaZU+PbDHExFwdu+guzOA4jmCHS1Nz4vbFezwD7LyBdDnddSJeScMCA==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-python@6.2.1':
|
|
|
|
|
resolution: {integrity: sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-rust@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-EZaGjCUegtiU7kSMvOfEZpaCReowEf3yNidYu7+vfuGTm9ow4mthAparY5hisJqOHmJowVH3Upu+eJlUji6qqA==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-sass@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-sql@6.10.0':
|
|
|
|
|
resolution: {integrity: sha512-6ayPkEd/yRw0XKBx5uAiToSgGECo/GY2NoJIHXIIQh1EVwLuKoU8BP/qK0qH5NLXAbtJRLuT73hx7P9X34iO4w==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-vue@0.1.3':
|
|
|
|
|
resolution: {integrity: sha512-QSKdtYTDRhEHCfo5zOShzxCmqKJvgGrZwDQSdbvCRJ5pRLWBS7pD/8e/tH44aVQT6FKm0t6RVNoSUWHOI5vNug==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-wast@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-Imi2KTpVGm7TKuUkqyJ5NRmeFWF7aMpNiwHnLQe0x9kmrxElndyH0K6H/gXtWwY6UshMRAhpENsgfpSwsgmC6Q==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-xml@6.1.0':
|
|
|
|
|
resolution: {integrity: sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-yaml@6.1.2':
|
|
|
|
|
resolution: {integrity: sha512-dxrfG8w5Ce/QbT7YID7mWZFKhdhsaTNOYjOkSIMt1qmC4VQnXSDSYVHHHn8k6kJUfIhtLo8t1JJgltlxWdsITw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/language-data@6.5.2':
|
|
|
|
|
resolution: {integrity: sha512-CPkWBKrNS8stYbEU5kwBwTf3JB1kghlbh4FSAwzGW2TEscdeHHH4FGysREW86Mqnj3Qn09s0/6Ea/TutmoTobg==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/language@6.12.1':
|
|
|
|
|
resolution: {integrity: sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/legacy-modes@6.5.2':
|
|
|
|
|
resolution: {integrity: sha512-/jJbwSTazlQEDOQw2FJ8LEEKVS72pU0lx6oM54kGpL8t/NJ2Jda3CZ4pcltiKTdqYSRk3ug1B3pil1gsjA6+8Q==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/lint@6.9.4':
|
|
|
|
|
resolution: {integrity: sha512-ABc9vJ8DEmvOWuH26P3i8FpMWPQkduD9Rvba5iwb6O3hxASgclm3T3krGo8NASXkHCidz6b++LWlzWIUfEPSWw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/merge@6.12.0':
|
|
|
|
|
resolution: {integrity: sha512-o+36bbapcEHf4Ux75pZ4CKjMBUd14parA0uozvWVlacaT+uxaA3DDefEvWYjngsKU+qsrDe/HOOfsw0Q72pLjA==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/search@6.6.0':
|
|
|
|
|
resolution: {integrity: sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/state@6.5.4':
|
|
|
|
|
resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==}
|
|
|
|
|
|
|
|
|
|
'@codemirror/view@6.39.15':
|
|
|
|
|
resolution: {integrity: sha512-aCWjgweIIXLBHh7bY6cACvXuyrZ0xGafjQ2VInjp4RM4gMfscK5uESiNdrH0pE+e1lZr2B4ONGsjchl2KsKZzg==}
|
|
|
|
|
|
|
|
|
|
'@codesandbox/nodebox@0.1.8':
|
|
|
|
|
resolution: {integrity: sha512-2VRS6JDSk+M+pg56GA6CryyUSGPjBEe8Pnae0QL3jJF1mJZJVMDKr93gJRtBbLkfZN6LD/DwMtf+2L0bpWrjqg==}
|
|
|
|
|
|
|
|
|
|
'@codesandbox/sandpack-client@2.19.8':
|
|
|
|
|
resolution: {integrity: sha512-CMV4nr1zgKzVpx4I3FYvGRM5YT0VaQhALMW9vy4wZRhEyWAtJITQIqZzrTGWqB1JvV7V72dVEUCUPLfYz5hgJQ==}
|
|
|
|
|
|
|
|
|
|
'@codesandbox/sandpack-react@2.20.0':
|
|
|
|
|
resolution: {integrity: sha512-takd1YpW/PMQ6KPQfvseWLHWklJovGY8QYj8MtWnskGKbjOGJ6uZfyZbcJ6aCFLQMpNyjTqz9AKNbvhCOZ1TUQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17 || ^18 || ^19
|
|
|
|
|
react-dom: ^16.8.0 || ^17 || ^18 || ^19
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@csstools/color-helpers@6.0.2':
|
|
|
|
|
resolution: {integrity: sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==}
|
|
|
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
|
|
|
|
|
|
'@csstools/css-calc@3.1.1':
|
|
|
|
|
resolution: {integrity: sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==}
|
|
|
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@csstools/css-parser-algorithms': ^4.0.0
|
|
|
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-color-parser@4.0.2':
|
|
|
|
|
resolution: {integrity: sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==}
|
|
|
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@csstools/css-parser-algorithms': ^4.0.0
|
|
|
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-parser-algorithms@4.0.0':
|
|
|
|
|
resolution: {integrity: sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==}
|
|
|
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@csstools/css-tokenizer': ^4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-syntax-patches-for-csstree@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-BvqN0AMWNAnLk9G8jnUT77D+mUbY/H2b3uDTvg2isJkHaOufUE2R3AOwxWo7VBQKT1lOdwdvorddo2B/lk64+w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
css-tree: ^3.2.1
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
css-tree:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@csstools/css-tokenizer@4.0.0':
|
|
|
|
|
resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
|
|
|
|
|
engines: {node: '>=20.19.0'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@dnd-kit/accessibility@3.1.1':
|
|
|
|
|
resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.8.0'
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/core@6.3.1':
|
|
|
|
|
resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.8.0'
|
|
|
|
|
react-dom: '>=16.8.0'
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/sortable@10.0.0':
|
|
|
|
|
resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@dnd-kit/core': ^6.3.0
|
|
|
|
|
react: '>=16.8.0'
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/utilities@3.2.2':
|
|
|
|
|
resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.8.0'
|
|
|
|
|
|
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-03-20 14:46:31 -05:00
|
|
|
'@emnapi/runtime@1.9.1':
|
|
|
|
|
resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==}
|
|
|
|
|
|
2026-03-12 14:36:52 +00:00
|
|
|
'@epic-web/invariant@1.0.0':
|
|
|
|
|
resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==}
|
|
|
|
|
|
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]
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@exodus/bytes@1.15.0':
|
|
|
|
|
resolution: {integrity: sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@noble/hashes': ^1.8.0 || ^2.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@noble/hashes':
|
|
|
|
|
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':
|
|
|
|
|
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'
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@floating-ui/react@0.27.18':
|
|
|
|
|
resolution: {integrity: sha512-xJWJxvmy3a05j643gQt+pRbht5XnTlGpsEsAPnMi5F5YTOEEJymA90uZKBD8OvIv5XvZ1qi4GcccSlqT3Bq44Q==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=17.0.0'
|
|
|
|
|
react-dom: '>=17.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
|
|
|
'@floating-ui/utils@0.2.10':
|
|
|
|
|
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@hono/node-server@1.19.13':
|
|
|
|
|
resolution: {integrity: sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==}
|
|
|
|
|
engines: {node: '>=18.14.1'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
hono: ^4
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@iconify/types@2.0.0':
|
|
|
|
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
|
|
|
|
|
|
|
|
|
'@iconify/utils@3.1.0':
|
|
|
|
|
resolution: {integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==}
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
'@img/colour@1.1.0':
|
|
|
|
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [wasm32]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
|
|
|
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@joshwooding/vite-plugin-react-docgen-typescript@0.7.0':
|
|
|
|
|
resolution: {integrity: sha512-qvsTEwEFefhdirGOPnu9Wp6ChfIwy2dBCRuETU3uE+4cC+PFoxMSiiEhxk4lOluA34eARHA0OxqsEUYDqRMgeQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
typescript: '>= 4.3.x'
|
|
|
|
|
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
typescript:
|
|
|
|
|
optional: true
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/clipboard@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-ko7xSIIiayvDiqjNDX6fgH9RlcM6r9vrrvJYTcfGVBor5httx16lhIi0QJZ4+RNPvGtTjyFv4bwRmsixRRwImg==}
|
|
|
|
|
|
|
|
|
|
'@lexical/code@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-ox4DZwETQ9IA7+DS6PN8RJNwSAF7RMjL7YTVODIqFZ5tUFIf+5xoCHbz7Fll0Bvixlp12hVH90xnLwTLRGpkKw==}
|
|
|
|
|
|
|
|
|
|
'@lexical/devtools-core@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-C2wwtsMCR6ZTfO0TqpSM17RLJWyfHmifAfCTjFtOJu15p3M6NO/nHYK5Mt7YMQteuS89mOjB4ng8iwoLEZ6QpQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=17.x'
|
|
|
|
|
react-dom: '>=17.x'
|
|
|
|
|
|
|
|
|
|
'@lexical/dragon@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-SL6mT5pcqrt6hEbJ16vWxip5+r3uvMd0bQV5UUxuk+cxIeuP86iTgRh0HFR7SM2dRTYovL6/tM/O+8QLAUGTIg==}
|
|
|
|
|
|
|
|
|
|
'@lexical/hashtag@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-LYJWzXuO2ZjKsvQwrLkNZiS2TsjwYkKjlDgtugzejquTBQ/o/nfSn/MmVx6EkYLOYizaJemmZbz3IBh+u732FA==}
|
|
|
|
|
|
|
|
|
|
'@lexical/history@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-onjDRLLxGbCfHexSxxrQaDaieIHyV28zCDrbxR5dxTfW8F8PxjuNyuaG0z6o468AXYECmclxkP+P4aT6poHEpQ==}
|
|
|
|
|
|
|
|
|
|
'@lexical/html@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-rXGFE5S5rKsg3tVnr1s4iEgOfCApNXGpIFI3T2jGEShaCZ5HLaBY9NVBXnE9Nb49e9bkDkpZ8FZd1qokCbQXbw==}
|
|
|
|
|
|
|
|
|
|
'@lexical/link@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-+0Wx6cBwO8TfdMzpkYFacsmgFh8X1rkiYbq3xoLvk3qV8upYxaMzK1s8Q1cpKmWyI0aZrU6z7fiK4vUqB7+69w==}
|
|
|
|
|
|
|
|
|
|
'@lexical/list@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-owsmc8iwgExBX8sFe8fKTiwJVhYULt9hD1RZ/HwfaiEtRZZkINijqReOBnW2mJfRxBzhFSWc4NG3ISB+fHYzqw==}
|
|
|
|
|
|
|
|
|
|
'@lexical/mark@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-W0hwMTAVeexvpk9/+J6n1G/sNkpI/Meq1yeDazahFLLAwXLHtvhIAq2P/klgFknDy1hr8X7rcsQuN/bqKcKHYg==}
|
|
|
|
|
|
|
|
|
|
'@lexical/markdown@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-BlNyXZAt4gWidMw0SRWrhBETY1BpPglFBZI7yzfqukFqgXRh7HUQA28OYeI/nsx9pgNob8TiUduUwShqqvOdEA==}
|
|
|
|
|
|
|
|
|
|
'@lexical/offset@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-DRE4Df6qYf2XiV6foh6KpGNmGAv2ANqt3oVXpyS6W8hTx3+cUuAA1APhCZmLNuU107um4zmHym7taCu6uXW5Yg==}
|
|
|
|
|
|
|
|
|
|
'@lexical/overflow@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-B25YvnJQTGlZcrNv7b0PJBLWq3tl8sql497OHfYYLem7EOMPKKDGJScJAKM/91D4H/mMAsx5gnA/XgKobriuTg==}
|
|
|
|
|
|
|
|
|
|
'@lexical/plain-text@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-lwBCUNMJf7Gujp2syVWMpKRahfbTv5Wq+H3HK1Q1gKH1P2IytPRxssCHvexw9iGwprSyghkKBlbF3fGpEdIJvQ==}
|
|
|
|
|
|
|
|
|
|
'@lexical/react@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-uYAZSqumH8tRymMef+A0f2hQvMwplKK9DXamcefnk3vSNDHHqRWQXpiUo6kD+rKWuQmMbVa5RW4xRQebXEW+1A==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=17.x'
|
|
|
|
|
react-dom: '>=17.x'
|
|
|
|
|
|
|
|
|
|
'@lexical/rich-text@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-qEHu8g7vOEzz9GUz1VIUxZBndZRJPh9iJUFI+qTDHj+tQqnd5LCs+G9yz6jgNfiuWWpezTp0i1Vz/udNEuDPKQ==}
|
|
|
|
|
|
|
|
|
|
'@lexical/selection@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-mMtDE7Q0nycXdFTTH/+ta6EBrBwxBB4Tg8QwsGntzQ1Cq//d838dpXpFjJOqHEeVHUqXpiuj+cBG8+bvz/rPRw==}
|
|
|
|
|
|
|
|
|
|
'@lexical/table@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-9jlTlkVideBKwsEnEkqkdg7A3mije1SvmfiqoYnkl1kKJCLA5iH90ywx327PU0p+bdnURAytWUeZPXaEuEl2OA==}
|
|
|
|
|
|
|
|
|
|
'@lexical/text@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-uaMh46BkysV8hK8wQwp5g/ByZW+2hPDt8ahAErxtf8NuzQem1FHG/f5RTchmFqqUDVHO3qLNTv4AehEGmXv8MA==}
|
|
|
|
|
|
|
|
|
|
'@lexical/utils@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-2H393EYDnFznYCDFOW3MHiRzwEO5M/UBhtUjvTT+9kc+qhX4U3zc8ixQalo5UmZ5B2nh7L/inXdTFzvSRXtsRA==}
|
|
|
|
|
|
|
|
|
|
'@lexical/yjs@0.35.0':
|
|
|
|
|
resolution: {integrity: sha512-3DSP7QpmTGYU9bN/yljP0PIao4tNIQtsR4ycauWNSawxs/GQCZtSmAPcLRnCm6qpqsDDjUtKjO/1Ej8FRp0m0w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
yjs: '>=13.5.22'
|
|
|
|
|
|
|
|
|
|
'@lezer/common@1.5.1':
|
|
|
|
|
resolution: {integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==}
|
|
|
|
|
|
|
|
|
|
'@lezer/cpp@1.1.5':
|
|
|
|
|
resolution: {integrity: sha512-DIhSXmYtJKLehrjzDFN+2cPt547ySQ41nA8yqcDf/GxMc+YM736xqltFkvADL2M0VebU5I+3+4ks2Vv+Kyq3Aw==}
|
|
|
|
|
|
|
|
|
|
'@lezer/css@1.3.1':
|
|
|
|
|
resolution: {integrity: sha512-PYAKeUVBo3HFThruRyp/iK91SwiZJnzXh8QzkQlwijB5y+N5iB28+iLk78o2zmKqqV0uolNhCwFqB8LA7b0Svg==}
|
|
|
|
|
|
|
|
|
|
'@lezer/go@1.0.1':
|
|
|
|
|
resolution: {integrity: sha512-xToRsYxwsgJNHTgNdStpcvmbVuKxTapV0dM0wey1geMMRc9aggoVyKgzYp41D2/vVOx+Ii4hmE206kvxIXBVXQ==}
|
|
|
|
|
|
|
|
|
|
'@lezer/highlight@1.2.3':
|
|
|
|
|
resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==}
|
|
|
|
|
|
|
|
|
|
'@lezer/html@1.3.13':
|
|
|
|
|
resolution: {integrity: sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==}
|
|
|
|
|
|
|
|
|
|
'@lezer/java@1.1.3':
|
|
|
|
|
resolution: {integrity: sha512-yHquUfujwg6Yu4Fd1GNHCvidIvJwi/1Xu2DaKl/pfWIA2c1oXkVvawH3NyXhCaFx4OdlYBVX5wvz2f7Aoa/4Xw==}
|
|
|
|
|
|
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
|
|
|
resolution: {integrity: sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==}
|
|
|
|
|
|
|
|
|
|
'@lezer/json@1.0.3':
|
|
|
|
|
resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
|
|
|
|
|
|
|
|
|
|
'@lezer/lr@1.4.8':
|
|
|
|
|
resolution: {integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==}
|
|
|
|
|
|
|
|
|
|
'@lezer/markdown@1.6.3':
|
|
|
|
|
resolution: {integrity: sha512-jpGm5Ps+XErS+xA4urw7ogEGkeZOahVQF21Z6oECF0sj+2liwZopd2+I8uH5I/vZsRuuze3OxBREIANLf6KKUw==}
|
|
|
|
|
|
|
|
|
|
'@lezer/php@1.0.5':
|
|
|
|
|
resolution: {integrity: sha512-W7asp9DhM6q0W6DYNwIkLSKOvxlXRrif+UXBMxzsJUuqmhE7oVU+gS3THO4S/Puh7Xzgm858UNaFi6dxTP8dJA==}
|
|
|
|
|
|
|
|
|
|
'@lezer/python@1.1.18':
|
|
|
|
|
resolution: {integrity: sha512-31FiUrU7z9+d/ElGQLJFXl+dKOdx0jALlP3KEOsGTex8mvj+SoE1FgItcHWK/axkxCHGUSpqIHt6JAWfWu9Rhg==}
|
|
|
|
|
|
|
|
|
|
'@lezer/rust@1.0.2':
|
|
|
|
|
resolution: {integrity: sha512-Lz5sIPBdF2FUXcWeCu1//ojFAZqzTQNRga0aYv6dYXqJqPfMdCAI0NzajWUd4Xijj1IKJLtjoXRPMvTKWBcqKg==}
|
|
|
|
|
|
|
|
|
|
'@lezer/sass@1.1.0':
|
|
|
|
|
resolution: {integrity: sha512-3mMGdCTUZ/84ArHOuXWQr37pnf7f+Nw9ycPUeKX+wu19b7pSMcZGLbaXwvD2APMBDOGxPmpK/O6S1v1EvLoqgQ==}
|
|
|
|
|
|
|
|
|
|
'@lezer/xml@1.0.6':
|
|
|
|
|
resolution: {integrity: sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==}
|
|
|
|
|
|
|
|
|
|
'@lezer/yaml@1.0.4':
|
|
|
|
|
resolution: {integrity: sha512-2lrrHqxalACEbxIbsjhqGpSW8kWpUKuY6RHgnSAFZa6qK62wvnPxA8hGOwOoDbwHcOFs5M4o27mjGu+P7TvBmw==}
|
|
|
|
|
|
|
|
|
|
'@marijn/find-cluster-break@1.0.2':
|
|
|
|
|
resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@mdx-js/react@3.1.1':
|
|
|
|
|
resolution: {integrity: sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '>=16'
|
|
|
|
|
react: '>=16'
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@mdxeditor/editor@3.52.4':
|
|
|
|
|
resolution: {integrity: sha512-Tr/QKR7pVrle9xF3ZCsUESOlLY8UZ0N/8RZcyyRWvnuEvePi4EAcbthwnyDkVpnwGppkUxPNrFTAnL7Y0R1Hwg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>= 18 || >= 19'
|
|
|
|
|
react-dom: '>= 18 || >= 19'
|
|
|
|
|
|
|
|
|
|
'@mdxeditor/gurx@1.2.4':
|
|
|
|
|
resolution: {integrity: sha512-9ZykIFYhKaXaaSPCs1cuI+FvYDegJjbKwmA4ASE/zY+hJY6EYqvoye4esiO85CjhOw9aoD/izD/CU78/egVqmg==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>= 18 || >= 19'
|
|
|
|
|
react-dom: '>= 18 || >= 19'
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@mermaid-js/parser@1.0.0':
|
|
|
|
|
resolution: {integrity: sha512-vvK0Hi/VWndxoh03Mmz6wa1KDriSPjS2XMZL/1l19HFwygiObEEoEwSDxOqyLzzAI6J2PU3261JjTMTO7x+BPw==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@modelcontextprotocol/sdk@1.29.0':
|
|
|
|
|
resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@cfworker/json-schema': ^4.1.1
|
|
|
|
|
zod: ^3.25 || ^4.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@cfworker/json-schema':
|
|
|
|
|
optional: true
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@noble/ciphers@2.1.1':
|
|
|
|
|
resolution: {integrity: sha512-bysYuiVfhxNJuldNXlFEitTVdNnYUc+XNJZd7Qm2a5j1vZHgY+fazadNFWFaMK/2vye0JVlxV3gHmC0WDfAOQw==}
|
|
|
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@noble/hashes@1.8.0':
|
|
|
|
|
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
|
|
|
|
|
engines: {node: ^14.21.3 || >=16}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@noble/hashes@2.0.1':
|
|
|
|
|
resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==}
|
|
|
|
|
engines: {node: '>= 20.19.0'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@open-draft/deferred-promise@2.2.0':
|
|
|
|
|
resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==}
|
|
|
|
|
|
2026-03-28 11:46:21 +00:00
|
|
|
'@paperclipai/adapter-utils@2026.325.0':
|
|
|
|
|
resolution: {integrity: sha512-YDVSAgjkeJ0PvxXDJVN9MZDX7oYRzidLtGHmGgRGd6gSk/bF2ygAKvND4FI1YxDc/cRLQjqAFCpCYaC/9wqIEA==}
|
2026-03-17 15:08:56 -05:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
|
|
|
resolution: {integrity: sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==}
|
|
|
|
|
|
|
|
|
|
'@pinojs/redact@0.4.0':
|
|
|
|
|
resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==}
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
'@playwright/test@1.58.2':
|
|
|
|
|
resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@radix-ui/colors@3.0.0':
|
|
|
|
|
resolution: {integrity: sha512-FUOsGBkHrYJwCSEtWRCIfQbZG7q1e6DgxCIOe1SUQzDe/7rXXeA47s8yCn6fuTNQAj1Zq4oTFi9Yjp3wzElcxg==}
|
|
|
|
|
|
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
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@radix-ui/react-context@1.1.3':
|
|
|
|
|
resolution: {integrity: sha512-ieIFACdMpYfMEjF0rEf5KLvfVyIkOz6PDGyNnP+u+4xQ6jny3VCgA4OgXOwNx2aUkxn8zx9fiVcM8CfFYv9Lxw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
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
|
|
|
'@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
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@radix-ui/react-icons@1.3.2':
|
|
|
|
|
resolution: {integrity: sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@radix-ui/react-primitive@2.1.4':
|
|
|
|
|
resolution: {integrity: sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==}
|
|
|
|
|
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
|
|
|
|
|
|
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':
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@react-hook/intersection-observer@3.1.2':
|
|
|
|
|
resolution: {integrity: sha512-mWU3BMkmmzyYMSuhO9wu3eJVP21N8TcgYm9bZnTrMwuM818bEk+0NRM3hP+c/TqA9Ln5C7qE53p1H0QMtzYdvQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.8'
|
|
|
|
|
|
|
|
|
|
'@react-hook/passive-layout-effect@1.2.1':
|
|
|
|
|
resolution: {integrity: sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.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
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
|
|
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@rollup/plugin-node-resolve@16.0.3':
|
|
|
|
|
resolution: {integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
peerDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: '>=4.59.0'
|
2026-03-17 15:08:56 -05:00
|
|
|
peerDependenciesMeta:
|
|
|
|
|
rollup:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/plugin-typescript@12.3.0':
|
|
|
|
|
resolution: {integrity: sha512-7DP0/p7y3t67+NabT9f8oTBFE6gGkto4SA6Np2oudYmZE/m1dt8RB0SjL1msMxFpLo631qjRCcBlAbq1ml/Big==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
peerDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: '>=4.59.0'
|
2026-03-17 15:08:56 -05:00
|
|
|
tslib: '*'
|
|
|
|
|
typescript: '>=3.7.0'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
rollup:
|
|
|
|
|
optional: true
|
|
|
|
|
tslib:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@rollup/pluginutils@5.3.0':
|
|
|
|
|
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
peerDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: '>=4.59.0'
|
2026-03-17 15:08:56 -05:00
|
|
|
peerDependenciesMeta:
|
|
|
|
|
rollup:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-android-arm-eabi@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==}
|
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
|
|
|
cpu: [arm]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-android-arm64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [android]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-darwin-arm64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-darwin-x64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-freebsd-arm64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-freebsd-x64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [freebsd]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==}
|
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
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==}
|
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
|
|
|
cpu: [arm]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm64-musl@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==}
|
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
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-loong64-musl@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==}
|
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
|
|
|
cpu: [loong64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==}
|
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
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==}
|
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
|
|
|
cpu: [ppc64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==}
|
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
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==}
|
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
|
|
|
cpu: [riscv64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==}
|
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
|
|
|
cpu: [s390x]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-x64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-x64-musl@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [linux]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-openbsd-x64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [openbsd]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-openharmony-arm64@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [openharmony]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==}
|
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
|
|
|
cpu: [arm64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==}
|
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
|
|
|
cpu: [ia32]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-x64-gnu@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-x64-msvc@4.60.1':
|
|
|
|
|
resolution: {integrity: sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==}
|
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
|
|
|
cpu: [x64]
|
|
|
|
|
os: [win32]
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@smithy/abort-controller@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-peuVfkYHAmS5ybKxWcfraK7WBBP0J+rkfUcbHJJKQ4ir3UAUNQI+Y4Vt/PqSzGqgloJ5O1dk7+WzNL8wcCSXbw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
|
|
|
resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/chunked-blob-reader@5.2.0':
|
|
|
|
|
resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/config-resolver@4.4.6':
|
|
|
|
|
resolution: {integrity: sha512-qJpzYC64kaj3S0fueiu3kXm8xPrR3PcXDPEgnaNMRn0EjNSZFoFjvbUp0YUDsRhN1CB90EnHJtbxWKevnH99UQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/core@3.23.2':
|
|
|
|
|
resolution: {integrity: sha512-HaaH4VbGie4t0+9nY3tNBRSxVTr96wzIqexUa6C2qx3MPePAuz7lIxPxYtt1Wc//SPfJLNoZJzfdt0B6ksj2jA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/credential-provider-imds@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-FNT0xHS1c/CPN8upqbMFP83+ul5YgdisfCfkZ86Jh2NSmnqw/AJ6x5pEogVCTVvSm7j9MopRU89bmDelxuDMYw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-codec@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-jS/O5Q14UsufqoGhov7dHLOPCzkYJl9QDzusI2Psh4wyYx/izhzvX9P4D69aTxcdfVhEPhjK+wYyn/PzLjKbbw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-browser@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-MTfQT/CRQz5g24ayXdjg53V0mhucZth4PESoA5IhvaWVDTOQLfo8qI9vzqHcPsdd2v6sqfTYqF5L/l+pea5Uyw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-config-resolver@4.3.8':
|
|
|
|
|
resolution: {integrity: sha512-ah12+luBiDGzBruhu3efNy1IlbwSEdNiw8fOZksoKoWW1ZHvO/04MQsdnws/9Aj+5b0YXSSN2JXKy/ClIsW8MQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-node@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-cYpCpp29z6EJHa5T9WL0KAlq3SOKUQkcgSoeRfRVwjGgSFl7Uh32eYGt7IDYCX20skiEdRffyDpvF2efEZPC0A==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-universal@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-iJ6YNJd0bntJYnX6s52NC4WFYcZeKrPUr1Kmmr5AwZcwCSzVpS7oavAmxMR7pMq7V+D1G4s9F5NJK0xwOsKAlQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/fetch-http-handler@5.3.9':
|
|
|
|
|
resolution: {integrity: sha512-I4UhmcTYXBrct03rwzQX1Y/iqQlzVQaPxWjCjula++5EmWq9YGBrx6bbGqluGc1f0XEfhSkiY4jhLgbsJUMKRA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-blob-browser@4.2.9':
|
|
|
|
|
resolution: {integrity: sha512-m80d/iicI7DlBDxyQP6Th7BW/ejDGiF0bgI754+tiwK0lgMkcaIBgvwwVc7OFbY4eUzpGtnig52MhPAEJ7iNYg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-node@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-7ZIlPbmaDGxVoxErDZnuFG18WekhbA/g2/i97wGj+wUBeS6pcUeAym8u4BXh/75RXWhgIJhyC11hBzig6MljwA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-stream-node@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-v0FLTXgHrTeheYZFGhR+ehX5qUm4IQsjAiL9qehad2cyjMWcN2QG6/4mSwbSgEQzI7jwfoXj7z4fxZUx/Mhj2w==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/invalid-dependency@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-N9iozRybwAQ2dn9Fot9kI6/w9vos2oTXLhtK7ovGqwZjlOcxu6XhPlpLpC+INsxktqHinn5gS2DXDjDF2kG5sQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/is-array-buffer@2.2.0':
|
|
|
|
|
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/is-array-buffer@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/md5-js@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-oGMaLj4tVZzLi3itBa9TCswgMBr7k9b+qKYowQ6x1rTyTuO1IU2YHdHUa+891OsOH+wCsH7aTPRsTJO3RMQmjQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-content-length@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-RO0jeoaYAB1qBRhfVyq0pMgBoUK34YEJxVxyjOWYZiOKOq2yMZ4MnVXMZCUDenpozHue207+9P5ilTV1zeda0A==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-endpoint@4.4.16':
|
|
|
|
|
resolution: {integrity: sha512-L5GICFCSsNhbJ5JSKeWFGFy16Q2OhoBizb3X2DrxaJwXSEujVvjG9Jt386dpQn2t7jINglQl0b4K/Su69BdbMA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-retry@4.4.33':
|
|
|
|
|
resolution: {integrity: sha512-jLqZOdJhtIL4lnA9hXnAG6GgnJlo1sD3FqsTxm9wSfjviqgWesY/TMBVnT84yr4O0Vfe0jWoXlfFbzsBVph3WA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-serde@4.2.9':
|
|
|
|
|
resolution: {integrity: sha512-eMNiej0u/snzDvlqRGSN3Vl0ESn3838+nKyVfF2FKNXFbi4SERYT6PR392D39iczngbqqGG0Jl1DlCnp7tBbXQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-stack@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-w6LCfOviTYQjBctOKSwy6A8FIkQy7ICvglrZFl6Bw4FmcQ1Z420fUtIhxaUZZshRe0VCq4kvDiPiXrPZAe8oRA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/node-config-provider@4.3.8':
|
|
|
|
|
resolution: {integrity: sha512-aFP1ai4lrbVlWjfpAfRSL8KFcnJQYfTl5QxLJXY32vghJrDuFyPZ6LtUL+JEGYiFRG1PfPLHLoxj107ulncLIg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/node-http-handler@4.4.10':
|
|
|
|
|
resolution: {integrity: sha512-u4YeUwOWRZaHbWaebvrs3UhwQwj+2VNmcVCwXcYTvPIuVyM7Ex1ftAj+fdbG/P4AkBwLq/+SKn+ydOI4ZJE9PA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/property-provider@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-EtCTbyIveCKeOXDSWSdze3k612yCPq1YbXsbqX3UHhkOSW8zKsM9NOJG5gTIya0vbY2DIaieG8pKo1rITHYL0w==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/protocol-http@5.3.8':
|
|
|
|
|
resolution: {integrity: sha512-QNINVDhxpZ5QnP3aviNHQFlRogQZDfYlCkQT+7tJnErPQbDhysondEjhikuANxgMsZrkGeiAxXy4jguEGsDrWQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/querystring-builder@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-Xr83r31+DrE8CP3MqPgMJl+pQlLLmOfiEUnoyAlGzzJIrEsbKsPy1hqH0qySaQm4oWrCBlUqRt+idEgunKB+iw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/querystring-parser@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-vUurovluVy50CUlazOiXkPq40KGvGWSdmusa3130MwrR1UNnNgKAlj58wlOe61XSHRpUfIIh6cE0zZ8mzKaDPA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/service-error-classification@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-mZ5xddodpJhEt3RkCjbmUQuXUOaPNTkbMGR0bcS8FE0bJDLMZlhmpgrvPNCYglVw5rsYTpSnv19womw9WWXKQQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/shared-ini-file-loader@4.4.3':
|
|
|
|
|
resolution: {integrity: sha512-DfQjxXQnzC5UbCUPeC3Ie8u+rIWZTvuDPAGU/BxzrOGhRvgUanaP68kDZA+jaT3ZI+djOf+4dERGlm9mWfFDrg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/signature-v4@5.3.8':
|
|
|
|
|
resolution: {integrity: sha512-6A4vdGj7qKNRF16UIcO8HhHjKW27thsxYci+5r/uVRkdcBEkOEiY8OMPuydLX4QHSrJqGHPJzPRwwVTqbLZJhg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/smithy-client@4.11.5':
|
|
|
|
|
resolution: {integrity: sha512-xixwBRqoeP2IUgcAl3U9dvJXc+qJum4lzo3maaJxifsZxKUYLfVfCXvhT4/jD01sRrHg5zjd1cw2Zmjr4/SuKQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/types@4.12.0':
|
|
|
|
|
resolution: {integrity: sha512-9YcuJVTOBDjg9LWo23Qp0lTQ3D7fQsQtwle0jVfpbUHy9qBwCEgKuVH4FqFB3VYu0nwdHKiEMA+oXz7oV8X1kw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/url-parser@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-NQho9U68TGMEU639YkXnVMV3GEFFULmmaWdlu1E9qzyIePOHsoSnagTGSDv1Zi8DCNN6btxOSdgmy5E/hsZwhA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-base64@4.3.0':
|
|
|
|
|
resolution: {integrity: sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-body-length-browser@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-body-length-node@4.2.1':
|
|
|
|
|
resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-buffer-from@2.2.0':
|
|
|
|
|
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-buffer-from@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-config-provider@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-defaults-mode-browser@4.3.32':
|
|
|
|
|
resolution: {integrity: sha512-092sjYfFMQ/iaPH798LY/OJFBcYu0sSK34Oy9vdixhsU36zlZu8OcYjF3TD4e2ARupyK7xaxPXl+T0VIJTEkkg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-defaults-mode-node@4.2.35':
|
|
|
|
|
resolution: {integrity: sha512-miz/ggz87M8VuM29y7jJZMYkn7+IErM5p5UgKIf8OtqVs/h2bXr1Bt3uTsREsI/4nK8a0PQERbAPsVPVNIsG7Q==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-endpoints@3.2.8':
|
|
|
|
|
resolution: {integrity: sha512-8JaVTn3pBDkhZgHQ8R0epwWt+BqPSLCjdjXXusK1onwJlRuN69fbvSK66aIKKO7SwVFM6x2J2ox5X8pOaWcUEw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-hex-encoding@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-middleware@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-PMqfeJxLcNPMDgvPbbLl/2Vpin+luxqTGPpW3NAQVLbRrFRzTa4rNAASYeIGjRV9Ytuhzny39SpyU04EQreF+A==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-retry@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-CfJqwvoRY0kTGe5AkQokpURNCT1u/MkRzMTASWMPPo2hNSnKtF1D45dQl3DE2LKLr4m+PW9mCeBMJr5mCAVThg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-stream@4.5.12':
|
|
|
|
|
resolution: {integrity: sha512-D8tgkrmhAX/UNeCZbqbEO3uqyghUnEmmoO9YEvRuwxjlkKKUE7FOgCJnqpTlQPe9MApdWPky58mNQQHbnCzoNg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-uri-escape@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-utf8@2.3.0':
|
|
|
|
|
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-utf8@4.2.0':
|
|
|
|
|
resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/util-waiter@4.2.8':
|
|
|
|
|
resolution: {integrity: sha512-n+lahlMWk+aejGuax7DPWtqav8HYnWxQwR+LCG2BgCUmaGcTe9qZCFsmw8TMg9iG75HOwhrJCX9TCJRLH+Yzqg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
'@smithy/uuid@1.1.0':
|
|
|
|
|
resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@standard-schema/spec@1.1.0':
|
|
|
|
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@stitches/core@1.2.8':
|
|
|
|
|
resolution: {integrity: sha512-Gfkvwk9o9kE9r9XNBmJRfV8zONvXThnm1tcuojL04Uy5uRyqg93DC83lDebl0rocZCfKSjUv+fWYtMQmEDJldg==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@storybook/addon-a11y@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-5k6lpgfIeLxvNhE8v3wEzdiu73ONKjF4gmH1AHvfqYd8kIVzQJai0KCDxgvqNncXHQhIWkaf1fg6+9hKaYJyaw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
|
|
|
|
|
'@storybook/addon-docs@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-WuHbxia/o5TX4Rg/IFD0641K5qId/Nk0dxhmAUNoFs5L0+yfZUwh65XOBbzXqrkYmYmcVID4v7cgDRmzstQNkA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
|
|
|
|
|
'@storybook/builder-vite@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-i4KwCOKbhtlbQIbhm53+Kk7bMnxa0cwTn1pxmtA/x5wm1Qu7FrrBQV0V0DNjkUqzcSKo1CjspASJV/HlY0zYlw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
|
|
|
|
|
|
'@storybook/csf-plugin@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-qlEzNKxOjq86pvrbuMwiGD/bylnsXk1dg7ve0j77YFjEEchqtl7qTlrXvFdNaLA89GhW6D/EV6eOCu/eobPDgw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
esbuild: '*'
|
|
|
|
|
rollup: '>=4.59.0'
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
vite: '*'
|
|
|
|
|
webpack: '*'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
esbuild:
|
|
|
|
|
optional: true
|
|
|
|
|
rollup:
|
|
|
|
|
optional: true
|
|
|
|
|
vite:
|
|
|
|
|
optional: true
|
|
|
|
|
webpack:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@storybook/global@5.0.0':
|
|
|
|
|
resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
|
|
|
|
|
|
|
|
|
|
'@storybook/icons@2.0.1':
|
|
|
|
|
resolution: {integrity: sha512-/smVjw88yK3CKsiuR71vNgWQ9+NuY2L+e8X7IMrFjexjm6ZR8ULrV2DRkTA61aV6ryefslzHEGDInGpnNeIocg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
|
|
|
|
|
'@storybook/react-dom-shim@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-Gw8R7XZm0zSUH0XAuxlQJhmizsLzyD6x00KOlP6l7oW9eQHXGfxg3seNDG3WrSAcW07iP1/P422kuiriQlOv7g==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
|
|
|
|
|
'@storybook/react-vite@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-UB5sJHeh26bfd8sNMx2YPGYRYmErIdTRaLOT28m4bykQIa1l9IgVktsYg/geW7KsJU0lXd3oTbnUjLD+enpi3w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
|
|
|
|
|
|
'@storybook/react@10.3.5':
|
|
|
|
|
resolution: {integrity: sha512-tpLTLaVGoA6fLK3ReyGzZUricq7lyPaV2hLPpj5wqdXLV/LpRtAHClUpNoPDYSBjlnSjL81hMZijbkGC3mA+gw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
storybook: ^10.3.5
|
|
|
|
|
typescript: '>= 4.9.x'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
typescript:
|
|
|
|
|
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
|
|
|
'@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-04-20 12:15:59 -05:00
|
|
|
'@testing-library/dom@10.4.1':
|
|
|
|
|
resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
'@testing-library/jest-dom@6.9.1':
|
|
|
|
|
resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==}
|
|
|
|
|
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
|
|
|
|
|
|
|
|
|
'@testing-library/user-event@14.6.1':
|
|
|
|
|
resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==}
|
|
|
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@testing-library/dom': '>=7.21.4'
|
|
|
|
|
|
|
|
|
|
'@types/aria-query@5.0.4':
|
|
|
|
|
resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/d3-array@3.2.2':
|
|
|
|
|
resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-axis@3.0.6':
|
|
|
|
|
resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-brush@3.0.6':
|
|
|
|
|
resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-chord@3.0.6':
|
|
|
|
|
resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-color@3.1.3':
|
|
|
|
|
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-contour@3.0.6':
|
|
|
|
|
resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-delaunay@6.0.4':
|
|
|
|
|
resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-dispatch@3.0.7':
|
|
|
|
|
resolution: {integrity: sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-drag@3.0.7':
|
|
|
|
|
resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-dsv@3.0.7':
|
|
|
|
|
resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-ease@3.0.2':
|
|
|
|
|
resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-fetch@3.0.7':
|
|
|
|
|
resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-force@3.0.10':
|
|
|
|
|
resolution: {integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-format@3.0.4':
|
|
|
|
|
resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-geo@3.1.0':
|
|
|
|
|
resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-hierarchy@3.1.7':
|
|
|
|
|
resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
|
|
|
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-path@3.1.1':
|
|
|
|
|
resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-polygon@3.0.2':
|
|
|
|
|
resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-quadtree@3.0.6':
|
|
|
|
|
resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-random@3.0.3':
|
|
|
|
|
resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-scale-chromatic@3.1.0':
|
|
|
|
|
resolution: {integrity: sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
|
|
|
resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-selection@3.0.11':
|
|
|
|
|
resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
|
|
|
resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-time-format@4.0.3':
|
|
|
|
|
resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-time@3.0.4':
|
|
|
|
|
resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-timer@3.0.2':
|
|
|
|
|
resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-transition@3.0.9':
|
|
|
|
|
resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
|
|
|
|
|
|
|
|
|
|
'@types/d3-zoom@3.0.8':
|
|
|
|
|
resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
|
|
|
|
|
|
|
|
|
|
'@types/d3@7.4.3':
|
|
|
|
|
resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@types/doctrine@0.0.9':
|
|
|
|
|
resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/geojson@7946.0.16':
|
|
|
|
|
resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/jsdom@28.0.0':
|
|
|
|
|
resolution: {integrity: sha512-A8TBQQC/xAOojy9kM8E46cqT00sF0h7dWjV8t8BJhUi2rG6JRh7XXQo/oLoENuZIQEpXsxLccLCnknyQd7qssQ==}
|
|
|
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
'@types/mdx@2.0.13':
|
|
|
|
|
resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
|
|
|
|
|
|
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-20 10:33:36 -06:00
|
|
|
'@types/multer@2.0.0':
|
|
|
|
|
resolution: {integrity: sha512-C3Z9v9Evij2yST3RSBktxP9STm6OdMc5uR1xF1SGr98uv8dUlAL2hqwrZ3GVB3uyMyiegnscEK6PGtYvNrjTjw==}
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@types/node@22.19.11':
|
|
|
|
|
resolution: {integrity: sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==}
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
'@types/node@24.12.0':
|
|
|
|
|
resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/resolve@1.20.2':
|
|
|
|
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/send@1.2.1':
|
|
|
|
|
resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==}
|
|
|
|
|
|
|
|
|
|
'@types/serve-static@2.2.0':
|
|
|
|
|
resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==}
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
'@types/sharp@0.32.0':
|
|
|
|
|
resolution: {integrity: sha512-OOi3kL+FZDnPhVzsfD37J88FNeZh6gQsGcLc95NbeURRGvmSjeXiDcyWzF2o3yh/gQAUn2uhh/e+CPCa5nwAxw==}
|
|
|
|
|
deprecated: This is a stub types definition. sharp provides its own type definitions, so you do not need this installed.
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/tough-cookie@4.0.5':
|
|
|
|
|
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/trusted-types@2.0.7':
|
|
|
|
|
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/ws@8.18.1':
|
|
|
|
|
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
|
|
|
|
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
|
|
|
'@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==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@webcontainer/env@1.1.1':
|
|
|
|
|
resolution: {integrity: sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
accepts@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
acorn-jsx@5.3.2:
|
|
|
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
|
|
|
|
|
|
acorn@8.16.0:
|
|
|
|
|
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
|
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
address@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-XNAb/a6TCqou+TufU8/u11HCu9x1gYvOoxLwtlXgIqmkrYQADVv6ljyW2zwiPhHz9R1gItAWpuDrdJMmrOBFEA==}
|
|
|
|
|
engines: {node: '>= 16.0.0'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
agent-base@7.1.4:
|
|
|
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
|
|
|
engines: {node: '>= 14'}
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
ajv-formats@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
ajv: ^8.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
ajv:
|
|
|
|
|
optional: true
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
ajv@8.18.0:
|
|
|
|
|
resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==}
|
|
|
|
|
|
|
|
|
|
anser@2.3.5:
|
|
|
|
|
resolution: {integrity: sha512-vcZjxvvVoxTeR5XBNJB38oTu/7eDCZlwdz32N1eNgpyPF7j/Z7Idf+CUwQOkKKpJ7RJyjxgLHCM7vdIK0iCNMQ==}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
ansi-regex@5.0.1:
|
|
|
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
|
|
|
|
ansi-styles@5.2.0:
|
|
|
|
|
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
append-field@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
argparse@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
aria-query@5.3.0:
|
|
|
|
|
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
|
|
|
|
|
|
|
|
|
|
aria-query@5.3.2:
|
|
|
|
|
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
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-04-08 07:07:49 -05:00
|
|
|
assistant-cloud@0.1.25:
|
|
|
|
|
resolution: {integrity: sha512-roSJLx5vTYakgBqrf5gKrbajstXVK0RPOZ06AL7X3b4iywf7nJVEV8GYPfKnuPxtgIGX+pIuVZPSb2osiRPmQQ==}
|
|
|
|
|
|
|
|
|
|
assistant-stream@0.3.10:
|
|
|
|
|
resolution: {integrity: sha512-lgyMePFFzU50NM4x4zdDnGLmZ31smljVz7W9t3ngMlxTrL4XF8VhodxSn5dHSuR6W6zBHf29U7EZSVyu8MzJWw==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
ast-types@0.16.1:
|
|
|
|
|
resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
axe-core@4.11.3:
|
|
|
|
|
resolution: {integrity: sha512-zBQouZixDTbo3jMGqHKyePxYxr1e5W8UdTmBQ7sNtaA9M2bE32daxxPLS/jojhKOHxQ7LWwPjfiwf/fhaJWzlg==}
|
|
|
|
|
engines: {node: '>=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
|
|
|
bail@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
balanced-match@4.0.4:
|
|
|
|
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
|
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
base64-js@1.5.1:
|
|
|
|
|
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
|
|
|
|
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
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
better-auth@1.4.18:
|
|
|
|
|
resolution: {integrity: sha512-bnyifLWBPcYVltH3RhS7CM62MoelEqC6Q+GnZwfiDWNfepXoQZBjEvn4urcERC7NTKgKq5zNBM8rvPvRBa6xcg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@lynx-js/react': '*'
|
|
|
|
|
'@prisma/client': ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
|
|
|
'@sveltejs/kit': ^2.0.0
|
|
|
|
|
'@tanstack/react-start': ^1.0.0
|
|
|
|
|
'@tanstack/solid-start': ^1.0.0
|
|
|
|
|
better-sqlite3: ^12.0.0
|
|
|
|
|
drizzle-kit: '>=0.31.4'
|
|
|
|
|
drizzle-orm: '>=0.41.0'
|
|
|
|
|
mongodb: ^6.0.0 || ^7.0.0
|
|
|
|
|
mysql2: ^3.0.0
|
|
|
|
|
next: ^14.0.0 || ^15.0.0 || ^16.0.0
|
|
|
|
|
pg: ^8.0.0
|
|
|
|
|
prisma: ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
|
|
|
react: ^18.0.0 || ^19.0.0
|
|
|
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
|
|
|
solid-js: ^1.0.0
|
|
|
|
|
svelte: ^4.0.0 || ^5.0.0
|
|
|
|
|
vitest: ^2.0.0 || ^3.0.0 || ^4.0.0
|
|
|
|
|
vue: ^3.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@lynx-js/react':
|
|
|
|
|
optional: true
|
|
|
|
|
'@prisma/client':
|
|
|
|
|
optional: true
|
|
|
|
|
'@sveltejs/kit':
|
|
|
|
|
optional: true
|
|
|
|
|
'@tanstack/react-start':
|
|
|
|
|
optional: true
|
|
|
|
|
'@tanstack/solid-start':
|
|
|
|
|
optional: true
|
|
|
|
|
better-sqlite3:
|
|
|
|
|
optional: true
|
|
|
|
|
drizzle-kit:
|
|
|
|
|
optional: true
|
|
|
|
|
drizzle-orm:
|
|
|
|
|
optional: true
|
|
|
|
|
mongodb:
|
|
|
|
|
optional: true
|
|
|
|
|
mysql2:
|
|
|
|
|
optional: true
|
|
|
|
|
next:
|
|
|
|
|
optional: true
|
|
|
|
|
pg:
|
|
|
|
|
optional: true
|
|
|
|
|
prisma:
|
|
|
|
|
optional: true
|
|
|
|
|
react:
|
|
|
|
|
optional: true
|
|
|
|
|
react-dom:
|
|
|
|
|
optional: true
|
|
|
|
|
solid-js:
|
|
|
|
|
optional: true
|
|
|
|
|
svelte:
|
|
|
|
|
optional: true
|
|
|
|
|
vitest:
|
|
|
|
|
optional: true
|
|
|
|
|
vue:
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
better-call@1.1.8:
|
|
|
|
|
resolution: {integrity: sha512-XMQ2rs6FNXasGNfMjzbyroSwKwYbZ/T3IxruSS6U2MJRsSYh3wYtG3o6H00ZlKZ/C/UPOAD97tqgQJNsxyeTXw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
zod: ^4.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
zod:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
bidi-js@1.0.3:
|
|
|
|
|
resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
body-parser@2.2.2:
|
|
|
|
|
resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
bowser@2.14.1:
|
|
|
|
|
resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
brace-expansion@5.0.5:
|
|
|
|
|
resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==}
|
|
|
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
buffer@6.0.3:
|
|
|
|
|
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
bundle-name@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
busboy@1.6.0:
|
|
|
|
|
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
|
|
|
|
engines: {node: '>=10.16.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
chevrotain-allstar@0.3.1:
|
|
|
|
|
resolution: {integrity: sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
chevrotain: ^11.0.0
|
|
|
|
|
|
|
|
|
|
chevrotain@11.1.2:
|
|
|
|
|
resolution: {integrity: sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
chokidar@4.0.3:
|
|
|
|
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
|
|
|
engines: {node: '>= 14.16.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
|
|
|
class-variance-authority@0.7.1:
|
|
|
|
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
classnames@2.5.1:
|
|
|
|
|
resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
|
|
|
|
|
|
|
|
|
|
clean-set@1.1.2:
|
|
|
|
|
resolution: {integrity: sha512-cA8uCj0qSoG9e0kevyOWXwPaELRPVg5Pxp6WskLMwerx257Zfnh8Nl0JBH59d7wQzij2CK7qEfJQK3RjuKKIug==}
|
|
|
|
|
|
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
|
|
|
clsx@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
cm6-theme-basic-light@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-1prg2gv44sYfpHscP26uLT/ePrh0mlmVwMSoSd3zYKQ92Ab3jPRLzyCnpyOCQLJbK+YdNs4HvMRqMNYdy4pMhA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@codemirror/language': ^6.0.0
|
|
|
|
|
'@codemirror/state': ^6.0.0
|
|
|
|
|
'@codemirror/view': ^6.0.0
|
|
|
|
|
'@lezer/highlight': ^1.0.0
|
|
|
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
codemirror@6.0.2:
|
|
|
|
|
resolution: {integrity: sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==}
|
|
|
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
commander@7.2.0:
|
|
|
|
|
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
|
|
|
|
|
engines: {node: '>= 10'}
|
|
|
|
|
|
|
|
|
|
commander@8.3.0:
|
|
|
|
|
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
|
|
|
|
|
engines: {node: '>= 12'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
component-emitter@1.3.1:
|
|
|
|
|
resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
compute-scroll-into-view@2.0.4:
|
|
|
|
|
resolution: {integrity: sha512-y/ZA3BGnxoM/QHHQ2Uy49CLtnWPbt4tTPpEEZiEmmiWBFKjej7nEyH8Ryz54jH0MLXflUYA3Er2zUxPSJu5R+g==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
concat-stream@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
|
|
|
|
|
engines: {'0': node >= 6.0}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
confbox@0.1.8:
|
|
|
|
|
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
cors@2.8.6:
|
|
|
|
|
resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
|
|
|
|
|
engines: {node: '>= 0.10'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
cose-base@1.0.3:
|
|
|
|
|
resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
|
|
|
|
|
|
|
|
|
|
cose-base@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
crelt@1.0.6:
|
|
|
|
|
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
|
|
|
|
|
2026-03-12 14:36:52 +00:00
|
|
|
cross-env@10.1.0:
|
|
|
|
|
resolution: {integrity: sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
cross-spawn@7.0.6:
|
|
|
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
|
|
|
engines: {node: '>= 8'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
css-tree@3.2.1:
|
|
|
|
|
resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
|
|
|
|
|
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
css.escape@1.5.1:
|
|
|
|
|
resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
|
|
|
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
cssstyle@6.2.0:
|
|
|
|
|
resolution: {integrity: sha512-Fm5NvhYathRnXNVndkUsCCuR63DCLVVwGOOwQw782coXFi5HhkXdu289l59HlXZBawsyNccXfWRYvLzcDCdDig==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
csstype@3.2.3:
|
|
|
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
cytoscape-cose-bilkent@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
cytoscape: ^3.2.0
|
|
|
|
|
|
|
|
|
|
cytoscape-fcose@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
cytoscape: ^3.2.0
|
|
|
|
|
|
|
|
|
|
cytoscape@3.33.1:
|
|
|
|
|
resolution: {integrity: sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==}
|
|
|
|
|
engines: {node: '>=0.10'}
|
|
|
|
|
|
|
|
|
|
d3-array@2.12.1:
|
|
|
|
|
resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==}
|
|
|
|
|
|
|
|
|
|
d3-array@3.2.4:
|
|
|
|
|
resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-axis@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-brush@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-chord@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-color@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-contour@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-delaunay@6.0.4:
|
|
|
|
|
resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-dispatch@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-drag@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-dsv@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
d3-ease@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-fetch@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-force@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-format@3.1.2:
|
|
|
|
|
resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-geo@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-hierarchy@3.1.2:
|
|
|
|
|
resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-interpolate@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-path@1.0.9:
|
|
|
|
|
resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==}
|
|
|
|
|
|
|
|
|
|
d3-path@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-polygon@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-quadtree@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-random@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-sankey@0.12.3:
|
|
|
|
|
resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==}
|
|
|
|
|
|
|
|
|
|
d3-scale-chromatic@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-scale@4.0.2:
|
|
|
|
|
resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-selection@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-shape@1.3.7:
|
|
|
|
|
resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==}
|
|
|
|
|
|
|
|
|
|
d3-shape@3.2.0:
|
|
|
|
|
resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-time-format@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-time@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-timer@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3-transition@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
d3-selection: 2 - 3
|
|
|
|
|
|
|
|
|
|
d3-zoom@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
d3@7.9.0:
|
|
|
|
|
resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
d@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==}
|
|
|
|
|
engines: {node: '>=0.12'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dagre-d3-es@7.0.13:
|
|
|
|
|
resolution: {integrity: sha512-efEhnxpSuwpYOKRm/L5KbqoZmNNukHa/Flty4Wp62JRvgH2ojwVgPgdYyr4twpieZnyRDdIH7PY2mopX26+j2Q==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
data-urls@7.0.0:
|
|
|
|
|
resolution: {integrity: sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
dateformat@4.6.3:
|
|
|
|
|
resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dayjs@1.11.19:
|
|
|
|
|
resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
decimal.js@10.6.0:
|
|
|
|
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
deepmerge@4.3.1:
|
|
|
|
|
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
default-browser-id@5.0.1:
|
|
|
|
|
resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
default-browser@5.5.0:
|
|
|
|
|
resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
define-lazy-prop@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
defu@6.1.4:
|
|
|
|
|
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
delaunator@5.0.1:
|
|
|
|
|
resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
diff@5.2.2:
|
|
|
|
|
resolution: {integrity: sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==}
|
|
|
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
doctrine@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
|
|
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
|
|
|
|
|
|
dom-accessibility-api@0.5.16:
|
|
|
|
|
resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
|
|
|
|
|
|
|
|
|
|
dom-accessibility-api@0.6.3:
|
|
|
|
|
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dompurify@3.3.2:
|
|
|
|
|
resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
dotenv@16.6.1:
|
|
|
|
|
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv@17.3.1:
|
|
|
|
|
resolution: {integrity: sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
downshift@7.6.2:
|
|
|
|
|
resolution: {integrity: sha512-iOv+E1Hyt3JDdL9yYcOgW7nZ7GQ2Uz6YbggwXvKUSleetYhU2nXD482Rz6CzvM4lvI1At34BYruKAL4swRGxaA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.12.0'
|
|
|
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
empathic@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==}
|
|
|
|
|
engines: {node: '>=14'}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
entities@6.0.1:
|
|
|
|
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
|
|
|
engines: {node: '>=0.12'}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
es5-ext@0.10.64:
|
|
|
|
|
resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==}
|
|
|
|
|
engines: {node: '>=0.10'}
|
|
|
|
|
|
|
|
|
|
es6-iterator@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
|
|
|
|
|
|
|
|
|
|
es6-symbol@3.1.4:
|
|
|
|
|
resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==}
|
|
|
|
|
engines: {node: '>=0.12'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
escape-carriage@1.3.1:
|
|
|
|
|
resolution: {integrity: sha512-GwBr6yViW3ttx1kb7/Oh+gKQ1/TrhYwxKqVmg5gS+BK+Qe2KrOa/Vh7w3HPBvgGf0LfcDGoY9I6NHKoA5Hozhw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
escape-html@1.0.3:
|
|
|
|
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
escape-string-regexp@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
|
|
|
|
esniff@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==}
|
|
|
|
|
engines: {node: '>=0.10'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
esprima@4.0.1:
|
|
|
|
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
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
|
|
|
estree-util-is-identifier-name@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
estree-util-visit@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
estree-walker@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
estree-walker@3.0.3:
|
|
|
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
esutils@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
etag@1.8.1:
|
|
|
|
|
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
event-emitter@0.3.5:
|
|
|
|
|
resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
eventsource-parser@3.0.6:
|
|
|
|
|
resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
|
|
|
|
eventsource@3.0.7:
|
|
|
|
|
resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
expect-type@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
|
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
express-rate-limit@8.3.2:
|
|
|
|
|
resolution: {integrity: sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==}
|
|
|
|
|
engines: {node: '>= 16'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
express: '>= 4.11'
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
express@5.2.1:
|
|
|
|
|
resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
ext@1.7.0:
|
|
|
|
|
resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
|
|
|
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
fast-deep-equal@3.1.3:
|
|
|
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
fast-safe-stringify@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
fast-uri@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
fast-xml-parser@5.3.6:
|
|
|
|
|
resolution: {integrity: sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
fault@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
format@0.2.2:
|
|
|
|
|
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
|
|
|
|
|
engines: {node: '>=0.4.x'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
fsevents@2.3.2:
|
|
|
|
|
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
|
|
|
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
|
|
|
os: [darwin]
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
glob@13.0.6:
|
|
|
|
|
resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==}
|
|
|
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
hachure-fill@0.5.2:
|
|
|
|
|
resolution: {integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-03-28 11:46:21 +00:00
|
|
|
hermes-paperclip-adapter@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-6CP5vxfvY4jY9XJK5zu4ZUL9aB7HHNtEMk6q7m1Pu9Gzoby1Vx5VNmVqte3NUO+1cvVK9Arj1f67xLagWkbo5Q==}
|
2026-03-17 15:08:56 -05:00
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
hono@4.12.12:
|
|
|
|
|
resolution: {integrity: sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==}
|
|
|
|
|
engines: {node: '>=16.9.0'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
html-encoding-sniffer@6.0.0:
|
|
|
|
|
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.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:
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
http-proxy-agent@7.0.2:
|
|
|
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
|
|
|
engines: {node: '>= 14'}
|
|
|
|
|
|
|
|
|
|
https-proxy-agent@7.0.6:
|
|
|
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
|
|
|
engines: {node: '>= 14'}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
iconv-lite@0.6.3:
|
|
|
|
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
iconv-lite@0.7.2:
|
|
|
|
|
resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
ieee754@1.2.1:
|
|
|
|
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
indent-string@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
internmap@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==}
|
|
|
|
|
|
|
|
|
|
internmap@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
intersection-observer@0.10.0:
|
|
|
|
|
resolution: {integrity: sha512-fn4bQ0Xq8FTej09YC/jqKZwtijpvARlRp6wxL5WTA6yPe2YWSJ5RJh7Nm79rK2qB0wr6iDQzH60XGq5V/7u8YQ==}
|
|
|
|
|
deprecated: The Intersection Observer polyfill is no longer needed and can safely be removed. Intersection Observer has been Baseline since 2019.
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
ip-address@10.1.0:
|
|
|
|
|
resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
|
|
|
|
|
engines: {node: '>= 12'}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-core-module@2.16.1:
|
|
|
|
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
|
|
|
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
|
|
|
is-decimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-docker@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
|
|
|
|
|
engines: {node: ^12.20.0 || ^14.13.1 || >=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
|
|
|
is-hexadecimal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-in-ssh@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
|
|
|
|
is-inside-container@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
|
|
|
engines: {node: '>=14.16'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-module@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
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-plain-obj@4.1.0:
|
|
|
|
|
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-potential-custom-element-name@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
is-promise@4.0.0:
|
|
|
|
|
resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-wsl@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
isexe@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
isomorphic.js@0.2.5:
|
|
|
|
|
resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
jiti@2.6.1:
|
|
|
|
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
jose@6.1.3:
|
|
|
|
|
resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
js-yaml@4.1.1:
|
|
|
|
|
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
jsdom@28.1.0:
|
|
|
|
|
resolution: {integrity: sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
canvas: ^3.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
canvas:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
jsesc@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
json-schema-traverse@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
json-schema-typed@8.0.2:
|
|
|
|
|
resolution: {integrity: sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
json5@2.2.3:
|
|
|
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
katex@0.16.37:
|
|
|
|
|
resolution: {integrity: sha512-TIGjO2cCGYono+uUzgkE7RFF329mLLWGuHUlSr6cwIVj9O8f0VQZ783rsanmJpFUo32vvtj7XT04NGRPh+SZFg==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
khroma@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
kleur@4.1.5:
|
|
|
|
|
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
kysely@0.28.11:
|
|
|
|
|
resolution: {integrity: sha512-zpGIFg0HuoC893rIjYX1BETkVWdDnzTzF5e0kWXJFg5lE0k1/LfNWBejrcnOFu8Q2Rfq/hTDTU7XLUM8QOrpzg==}
|
|
|
|
|
engines: {node: '>=20.0.0'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
langium@4.2.1:
|
|
|
|
|
resolution: {integrity: sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==}
|
|
|
|
|
engines: {node: '>=20.10.0', npm: '>=10.2.3'}
|
|
|
|
|
|
|
|
|
|
layout-base@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
|
|
|
|
|
|
|
|
|
|
layout-base@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
lexical@0.35.0:
|
|
|
|
|
resolution: {integrity: sha512-3VuV8xXhh5xJA6tzvfDvE0YBCMkIZUmxtRilJQDDdCgJCc+eut6qAv2qbN+pbqvarqcQqPN1UF+8YvsjmyOZpw==}
|
|
|
|
|
|
|
|
|
|
lib0@0.2.117:
|
|
|
|
|
resolution: {integrity: sha512-DeXj9X5xDCjgKLU/7RR+/HQEVzuuEUiwldwOGsHK/sfAfELGWEyTcf0x+uOvCvK3O2zPmZePXWL85vtia6GyZw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
lodash-es@4.17.23:
|
|
|
|
|
resolution: {integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
loose-envify@1.4.0:
|
|
|
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
loupe@3.2.1:
|
|
|
|
|
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
lru-cache@11.2.7:
|
|
|
|
|
resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==}
|
|
|
|
|
engines: {node: 20 || >=22}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
lz-string@1.5.0:
|
|
|
|
|
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
magic-string@0.30.21:
|
|
|
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
markdown-table@3.0.4:
|
|
|
|
|
resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
marked@16.4.2:
|
|
|
|
|
resolution: {integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==}
|
|
|
|
|
engines: {node: '>= 20'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
math-intrinsics@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-directive@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-find-and-replace@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-frontmatter@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-gfm-autolink-literal@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-footnote@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-gfm-strikethrough@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-table@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-task-list-item@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-gfm@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-highlight-mark@1.2.2:
|
|
|
|
|
resolution: {integrity: sha512-OYumVoytj+B9YgwzBhBcYUCLYHIPvJtAvwnMyKhUXbfUFuER5S+FDZyu9fadUxm2TCT5fRYK3jQXh2ioWAxrMw==}
|
|
|
|
|
|
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-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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-mdx@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
|
|
|
|
|
|
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-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-03-17 15:08:56 -05:00
|
|
|
mdn-data@2.27.1:
|
|
|
|
|
resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
media-typer@0.3.0:
|
|
|
|
|
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
mermaid@11.12.3:
|
|
|
|
|
resolution: {integrity: sha512-wN5ZSgJQIC+CHJut9xaKWsknLxaFBwCPwPkGTSUYrTiHORWvpT8RxGk849HPnpUAQ+/9BPRqYb80jTpearrHzQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-directive@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-frontmatter@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm-autolink-literal@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-gfm-footnote@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-gfm-strikethrough@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-gfm-table@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm-tagfilter@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-gfm-task-list-item@2.1.0:
|
|
|
|
|
resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-highlight-mark@1.2.0:
|
|
|
|
|
resolution: {integrity: sha512-huGtbd/9kQsMk8u7nrVMaS5qH/47yDG6ZADggo5Owz5JoY8wdfQjfuy118/QiYNCvdFuFDbzT0A7K7Hp2cBsXA==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-expression@3.0.1:
|
|
|
|
|
resolution: {integrity: sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-jsx@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-md@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdxjs-esm@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==}
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdxjs@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
|
|
|
|
|
|
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-factory-destination@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
|
|
|
|
|
|
|
|
|
micromark-factory-label@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-factory-mdx-expression@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==}
|
|
|
|
|
|
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-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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-util-events-to-acorn@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==}
|
|
|
|
|
|
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-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-04-20 12:15:59 -05:00
|
|
|
min-indent@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
|
|
|
|
minimatch@10.2.5:
|
|
|
|
|
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
|
|
|
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
minimist@1.2.8:
|
|
|
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
minipass@7.1.3:
|
|
|
|
|
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
|
|
|
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
mlly@1.8.1:
|
|
|
|
|
resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mri@1.2.0:
|
|
|
|
|
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ms@2.1.3:
|
|
|
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
multer@2.1.1:
|
|
|
|
|
resolution: {integrity: sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==}
|
2026-02-20 10:33:36 -06:00
|
|
|
engines: {node: '>= 10.16.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
nanoid@3.3.11:
|
|
|
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
|
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
nanoid@5.1.7:
|
|
|
|
|
resolution: {integrity: sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==}
|
|
|
|
|
engines: {node: ^18 || >=20}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
nanostores@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-yJBmDJr18xy47dbNVlHcgdPrulSn1nhSE6Ns9vTG+Nx9VPT6iV1MD6aQFp/t52zpf82FhLLTXAXr30NuCnxvwA==}
|
|
|
|
|
engines: {node: ^20.0.0 || >=22.0.0}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
negotiator@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
next-tick@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
node-releases@2.0.27:
|
|
|
|
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
object-assign@4.1.1:
|
|
|
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
open@10.2.0:
|
|
|
|
|
resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
open@11.0.0:
|
|
|
|
|
resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
outvariant@1.4.0:
|
|
|
|
|
resolution: {integrity: sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
package-manager-detector@1.6.0:
|
|
|
|
|
resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
|
|
|
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
parse5@7.3.0:
|
|
|
|
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
|
|
|
|
|
|
|
|
parse5@8.0.0:
|
|
|
|
|
resolution: {integrity: sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
parseurl@1.3.3:
|
|
|
|
|
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
path-data-parser@0.1.0:
|
|
|
|
|
resolution: {integrity: sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==}
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
path-key@3.1.1:
|
|
|
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
path-parse@1.0.7:
|
|
|
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
path-scurry@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==}
|
|
|
|
|
engines: {node: 18 || 20 || >=22}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
pkce-challenge@5.0.1:
|
|
|
|
|
resolution: {integrity: sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==}
|
|
|
|
|
engines: {node: '>=16.20.0'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
pkg-types@1.3.1:
|
|
|
|
|
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
playwright-core@1.58.2:
|
|
|
|
|
resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
playwright@1.58.2:
|
|
|
|
|
resolution: {integrity: sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
points-on-curve@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
|
|
|
|
|
|
|
|
|
|
points-on-path@0.2.1:
|
|
|
|
|
resolution: {integrity: sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
powershell-utils@0.1.0:
|
|
|
|
|
resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
pretty-format@27.5.1:
|
|
|
|
|
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
|
|
|
|
|
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
prismjs@1.30.0:
|
|
|
|
|
resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
process-warning@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
prop-types@15.8.1:
|
|
|
|
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
|
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
punycode@2.3.1:
|
|
|
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
react-devtools-inline@4.4.0:
|
|
|
|
|
resolution: {integrity: sha512-ES0GolSrKO8wsKbsEkVeiR/ZAaHQTY4zDh1UW8DImVmm8oaGLl3ijJDvSGe+qDRKPZdPRnDtWWnSvvrgxXdThQ==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
react-docgen-typescript@2.4.0:
|
|
|
|
|
resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
typescript: '>= 4.3.x'
|
|
|
|
|
|
|
|
|
|
react-docgen@8.0.3:
|
|
|
|
|
resolution: {integrity: sha512-aEZ9qP+/M+58x2qgfSFEWH1BxLyHe5+qkLNJOZQb5iGS017jpbRnoKhNRrXPeA6RfBrZO5wZrT9DMC1UqE1f1w==}
|
|
|
|
|
engines: {node: ^20.9.0 || >=22}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-dom@19.2.4:
|
|
|
|
|
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^19.2.4
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
react-error-boundary@3.1.4:
|
|
|
|
|
resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==}
|
|
|
|
|
engines: {node: '>=10', npm: '>=6'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: '>=16.13.1'
|
|
|
|
|
|
|
|
|
|
react-hook-form@7.71.1:
|
|
|
|
|
resolution: {integrity: sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==}
|
|
|
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17 || ^18 || ^19
|
|
|
|
|
|
|
|
|
|
react-is@16.13.1:
|
|
|
|
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
|
|
|
|
|
|
|
|
react-is@17.0.2:
|
|
|
|
|
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
|
|
|
|
|
|
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-04-08 07:07:49 -05:00
|
|
|
react-textarea-autosize@8.5.9:
|
|
|
|
|
resolution: {integrity: sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react@19.2.4:
|
|
|
|
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
readable-stream@3.6.2:
|
|
|
|
|
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
|
|
|
engines: {node: '>= 6'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
readdirp@4.1.2:
|
|
|
|
|
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
|
|
|
engines: {node: '>= 14.18.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
real-require@0.2.0:
|
|
|
|
|
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
|
|
|
|
|
engines: {node: '>= 12.13.0'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
recast@0.23.11:
|
|
|
|
|
resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==}
|
|
|
|
|
engines: {node: '>= 4'}
|
|
|
|
|
|
|
|
|
|
redent@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
remark-gfm@4.0.1:
|
|
|
|
|
resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
remark-stringify@11.0.0:
|
|
|
|
|
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
require-from-string@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
|
|
|
engines: {node: '>=0.10.0'}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
resolve-pkg-maps@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
resolve@1.22.11:
|
|
|
|
|
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
hasBin: true
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
robust-predicates@3.0.2:
|
|
|
|
|
resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup@4.60.1:
|
|
|
|
|
resolution: {integrity: sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==}
|
2026-02-16 13:31:35 -06:00
|
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
rou3@0.7.12:
|
|
|
|
|
resolution: {integrity: sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
roughjs@4.6.6:
|
|
|
|
|
resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
router@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
|
|
|
|
|
engines: {node: '>= 18'}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
run-applescript@7.1.0:
|
|
|
|
|
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
rw@1.3.3:
|
|
|
|
|
resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
sade@1.8.1:
|
|
|
|
|
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
safe-buffer@5.2.1:
|
|
|
|
|
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
safe-stable-stringify@2.5.0:
|
|
|
|
|
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
|
|
|
|
|
safer-buffer@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
saxes@6.0.0:
|
|
|
|
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
|
|
|
engines: {node: '>=v12.22.7'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
semver@7.7.4:
|
|
|
|
|
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
|
|
|
engines: {node: '>=10'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
sharp@0.34.5:
|
|
|
|
|
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
|
|
|
|
|
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
shebang-command@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
|
|
|
|
shebang-regex@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
static-browser-server@1.0.3:
|
|
|
|
|
resolution: {integrity: sha512-ZUyfgGDdFRbZGGJQ1YhiM930Yczz5VlbJObrQLlk24+qNHVQx4OlLcYswEUo3bIyNAbQUIUR9Yr5/Hqjzqb4zA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
statuses@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
|
|
|
engines: {node: '>= 0.8'}
|
|
|
|
|
|
|
|
|
|
std-env@3.10.0:
|
|
|
|
|
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
storybook@10.3.5:
|
|
|
|
|
resolution: {integrity: sha512-uBSZu/GZa9aEIW3QMGvdQPMZWhGxSe4dyRWU8B3/Vd47Gy/XLC7tsBxRr13txmmPOEDHZR94uLuq0H50fvuqBw==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
peerDependencies:
|
|
|
|
|
prettier: ^2 || ^3
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
prettier:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
streamsearch@1.1.0:
|
|
|
|
|
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
|
|
|
|
|
engines: {node: '>=10.0.0'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
strict-event-emitter@0.4.6:
|
|
|
|
|
resolution: {integrity: sha512-12KWeb+wixJohmnwNFerbyiBrAlq5qJLwIt38etRtKtmmHyDSoGlIqFE9wx+4IwG0aDjI7GV8tc8ZccjWZZtTg==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
string_decoder@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
|
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
strip-bom@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
|
|
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
|
|
|
|
strip-indent@3.0.0:
|
|
|
|
|
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
|
|
|
|
|
strip-indent@4.1.1:
|
|
|
|
|
resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==}
|
|
|
|
|
engines: {node: '>=12'}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
strnum@2.1.2:
|
|
|
|
|
resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
style-mod@4.1.3:
|
|
|
|
|
resolution: {integrity: sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==}
|
|
|
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
stylis@4.3.6:
|
|
|
|
|
resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
|
|
|
|
|
|
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'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
|
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
|
|
|
|
symbol-tree@3.2.4:
|
|
|
|
|
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
tabbable@6.4.0:
|
|
|
|
|
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
tiny-invariant@1.3.3:
|
|
|
|
|
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tinybench@2.9.0:
|
|
|
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
|
|
|
|
|
|
tinyexec@0.3.2:
|
|
|
|
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
tinyexec@1.0.2:
|
|
|
|
|
resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
tldts-core@7.0.26:
|
|
|
|
|
resolution: {integrity: sha512-5WJ2SqFsv4G2Dwi7ZFVRnz6b2H1od39QME1lc2y5Ew3eWiZMAeqOAfWpRP9jHvhUl881406QtZTODvjttJs+ew==}
|
|
|
|
|
|
|
|
|
|
tldts@7.0.26:
|
|
|
|
|
resolution: {integrity: sha512-WiGwQjr0qYdNNG8KpMKlSvpxz652lqa3Rd+/hSaDcY4Uo6SKWZq2LAF+hsAhUewTtYhXlorBKgNF3Kk8hnjGoQ==}
|
|
|
|
|
hasBin: true
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
toidentifier@1.0.1:
|
|
|
|
|
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
|
|
|
|
engines: {node: '>=0.6'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
tough-cookie@6.0.1:
|
|
|
|
|
resolution: {integrity: sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==}
|
|
|
|
|
engines: {node: '>=16'}
|
|
|
|
|
|
|
|
|
|
tr46@6.0.0:
|
|
|
|
|
resolution: {integrity: sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
ts-dedent@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
|
|
|
|
|
engines: {node: '>=6.10'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
tsconfig-paths@4.2.0:
|
|
|
|
|
resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
|
|
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
type-is@1.6.18:
|
|
|
|
|
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
type-is@2.0.1:
|
|
|
|
|
resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==}
|
|
|
|
|
engines: {node: '>= 0.6'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
type@2.7.3:
|
|
|
|
|
resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
typedarray@0.0.6:
|
|
|
|
|
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
typescript@5.9.3:
|
|
|
|
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
|
|
|
engines: {node: '>=14.17'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
ufo@1.6.3:
|
|
|
|
|
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
undici-types@7.24.4:
|
|
|
|
|
resolution: {integrity: sha512-cRaY9PagdEZoRmcwzk3tUV3SVGrVQkR6bcSilav/A0vXsfpW4Lvd0BvgRMwTEDTLLGN+QdyBTG+nnvTgJhdt6w==}
|
|
|
|
|
|
|
|
|
|
undici@7.24.4:
|
|
|
|
|
resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==}
|
|
|
|
|
engines: {node: '>=20.18.1'}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
unidiff@1.0.4:
|
|
|
|
|
resolution: {integrity: sha512-ynU0vsAXw0ir8roa+xPCUHmnJ5goc5BTM2Kuc3IJd8UwgaeRs7VSD5+eeaQL+xp1JtB92hu/Zy/Lgy7RZcr1pQ==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
unist-util-position-from-estree@2.0.0:
|
|
|
|
|
resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==}
|
|
|
|
|
|
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
|
|
|
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'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
unplugin@2.3.11:
|
|
|
|
|
resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
|
|
|
|
|
engines: {node: '>=18.12.0'}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
use-composed-ref@1.4.0:
|
|
|
|
|
resolution: {integrity: sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
use-effect-event@2.0.3:
|
|
|
|
|
resolution: {integrity: sha512-fz1en+z3fYXCXx3nMB8hXDMuygBltifNKZq29zDx+xNJ+1vEs6oJlYd9sK31vxJ0YI534VUsHEBY0k2BATsmBQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
react: ^18.3 || ^19.0.0-0
|
|
|
|
|
|
|
|
|
|
use-isomorphic-layout-effect@1.2.1:
|
|
|
|
|
resolution: {integrity: sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
use-latest@1.3.0:
|
|
|
|
|
resolution: {integrity: sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '*'
|
|
|
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
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
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
uuid@11.1.0:
|
|
|
|
|
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
uvu@0.5.6:
|
|
|
|
|
resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==}
|
|
|
|
|
engines: {node: '>=8'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
vscode-jsonrpc@8.2.0:
|
|
|
|
|
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
|
|
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-protocol@3.17.5:
|
|
|
|
|
resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-textdocument@1.0.12:
|
|
|
|
|
resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-types@3.17.5:
|
|
|
|
|
resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver@9.0.1:
|
|
|
|
|
resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
|
|
|
|
vscode-uri@3.1.0:
|
|
|
|
|
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
w3c-keyname@2.2.8:
|
|
|
|
|
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
w3c-xmlserializer@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
webidl-conversions@8.0.1:
|
|
|
|
|
resolution: {integrity: sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
webpack-virtual-modules@0.6.2:
|
|
|
|
|
resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
whatwg-mimetype@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
|
|
|
|
whatwg-url@16.0.1:
|
|
|
|
|
resolution: {integrity: sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==}
|
|
|
|
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
which@2.0.2:
|
|
|
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
|
|
|
engines: {node: '>= 8'}
|
|
|
|
|
hasBin: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
wsl-utils@0.1.0:
|
|
|
|
|
resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
wsl-utils@0.3.1:
|
|
|
|
|
resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==}
|
|
|
|
|
engines: {node: '>=20'}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
xml-name-validator@5.0.0:
|
|
|
|
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
|
|
|
engines: {node: '>=18'}
|
|
|
|
|
|
|
|
|
|
xmlchars@2.2.0:
|
|
|
|
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
|
|
|
|
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==}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
yjs@13.6.29:
|
|
|
|
|
resolution: {integrity: sha512-kHqDPdltoXH+X4w1lVmMtddE3Oeqq48nM40FD5ojTd8xYhQpzIDcfE2keMSU5bAgRPJBe225WTUdyUgj1DtbiQ==}
|
|
|
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
zod-to-json-schema@3.25.2:
|
|
|
|
|
resolution: {integrity: sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
zod: ^3.25.28 || ^4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
zod@3.25.76:
|
|
|
|
|
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
zod@4.3.6:
|
|
|
|
|
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
zustand@5.0.12:
|
|
|
|
|
resolution: {integrity: sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==}
|
|
|
|
|
engines: {node: '>=12.20.0'}
|
|
|
|
|
peerDependencies:
|
|
|
|
|
'@types/react': '>=18.0.0'
|
|
|
|
|
immer: '>=9.0.6'
|
|
|
|
|
react: '>=18.0.0'
|
|
|
|
|
use-sync-external-store: '>=1.2.0'
|
|
|
|
|
peerDependenciesMeta:
|
|
|
|
|
'@types/react':
|
|
|
|
|
optional: true
|
|
|
|
|
immer:
|
|
|
|
|
optional: true
|
|
|
|
|
react:
|
|
|
|
|
optional: true
|
|
|
|
|
use-sync-external-store:
|
|
|
|
|
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
|
|
|
zwitch@2.0.4:
|
|
|
|
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
snapshots:
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@acemir/cssom@0.9.31': {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@adobe/css-tools@4.4.4': {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@antfu/install-pkg@1.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
package-manager-detector: 1.6.0
|
|
|
|
|
tinyexec: 1.0.2
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@asamuzakjp/css-color@5.0.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
|
lru-cache: 11.2.7
|
|
|
|
|
|
|
|
|
|
'@asamuzakjp/dom-selector@6.8.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@asamuzakjp/nwsapi': 2.3.9
|
|
|
|
|
bidi-js: 1.0.3
|
|
|
|
|
css-tree: 3.2.1
|
|
|
|
|
is-potential-custom-element-name: 1.0.1
|
|
|
|
|
lru-cache: 11.2.7
|
|
|
|
|
|
|
|
|
|
'@asamuzakjp/nwsapi@2.3.9': {}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@assistant-ui/core@0.1.13(@assistant-ui/store@0.2.6(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react@19.2.4))(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(assistant-cloud@0.1.25)(react@19.2.4)(zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@assistant-ui/store': 0.2.6(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@assistant-ui/tap': 0.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
assistant-stream: 0.3.10
|
|
|
|
|
nanoid: 5.1.7
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
assistant-cloud: 0.1.25
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/react@0.12.23(@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)(use-sync-external-store@1.6.0(react@19.2.4))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@assistant-ui/core': 0.1.13(@assistant-ui/store@0.2.6(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react@19.2.4))(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(assistant-cloud@0.1.25)(react@19.2.4)(zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)))
|
|
|
|
|
'@assistant-ui/store': 0.2.6(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@assistant-ui/tap': 0.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@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.3(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@radix-ui/react-primitive': 2.1.4(@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)
|
|
|
|
|
assistant-cloud: 0.1.25
|
|
|
|
|
assistant-stream: 0.3.10
|
|
|
|
|
nanoid: 5.1.7
|
|
|
|
|
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)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-textarea-autosize: 8.5.9(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
zod: 4.3.6
|
|
|
|
|
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- immer
|
|
|
|
|
- use-sync-external-store
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/store@0.2.6(@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4))(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@assistant-ui/tap': 0.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
use-effect-event: 2.0.3(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
'@assistant-ui/tap@0.5.7(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/crc32@5.2.0':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/crc32c@5.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/sha1-browser@5.2.0':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-locate-window': 3.965.4
|
|
|
|
|
'@smithy/util-utf8': 2.3.0
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/sha256-browser@5.2.0':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
|
|
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-locate-window': 3.965.4
|
|
|
|
|
'@smithy/util-utf8': 2.3.0
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/sha256-js@5.2.0':
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@aws-crypto/util@5.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/util-utf8': 2.3.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/client-s3@3.994.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/sha1-browser': 5.2.0
|
|
|
|
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
|
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/credential-provider-node': 3.972.10
|
|
|
|
|
'@aws-sdk/middleware-bucket-endpoint': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-expect-continue': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-flexible-checksums': 3.972.9
|
|
|
|
|
'@aws-sdk/middleware-host-header': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-location-constraint': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-logger': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-recursion-detection': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-sdk-s3': 3.972.11
|
|
|
|
|
'@aws-sdk/middleware-ssec': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-user-agent': 3.972.11
|
|
|
|
|
'@aws-sdk/region-config-resolver': 3.972.3
|
|
|
|
|
'@aws-sdk/signature-v4-multi-region': 3.994.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-endpoints': 3.994.0
|
|
|
|
|
'@aws-sdk/util-user-agent-browser': 3.972.3
|
|
|
|
|
'@aws-sdk/util-user-agent-node': 3.972.9
|
|
|
|
|
'@smithy/config-resolver': 4.4.6
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/eventstream-serde-browser': 4.2.8
|
|
|
|
|
'@smithy/eventstream-serde-config-resolver': 4.3.8
|
|
|
|
|
'@smithy/eventstream-serde-node': 4.2.8
|
|
|
|
|
'@smithy/fetch-http-handler': 5.3.9
|
|
|
|
|
'@smithy/hash-blob-browser': 4.2.9
|
|
|
|
|
'@smithy/hash-node': 4.2.8
|
|
|
|
|
'@smithy/hash-stream-node': 4.2.8
|
|
|
|
|
'@smithy/invalid-dependency': 4.2.8
|
|
|
|
|
'@smithy/md5-js': 4.2.8
|
|
|
|
|
'@smithy/middleware-content-length': 4.2.8
|
|
|
|
|
'@smithy/middleware-endpoint': 4.4.16
|
|
|
|
|
'@smithy/middleware-retry': 4.4.33
|
|
|
|
|
'@smithy/middleware-serde': 4.2.9
|
|
|
|
|
'@smithy/middleware-stack': 4.2.8
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/node-http-handler': 4.4.10
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-body-length-browser': 4.2.0
|
|
|
|
|
'@smithy/util-body-length-node': 4.2.1
|
|
|
|
|
'@smithy/util-defaults-mode-browser': 4.3.32
|
|
|
|
|
'@smithy/util-defaults-mode-node': 4.2.35
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-retry': 4.2.8
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
'@smithy/util-waiter': 4.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/client-sso@3.993.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
|
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/middleware-host-header': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-logger': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-recursion-detection': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-user-agent': 3.972.11
|
|
|
|
|
'@aws-sdk/region-config-resolver': 3.972.3
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-endpoints': 3.993.0
|
|
|
|
|
'@aws-sdk/util-user-agent-browser': 3.972.3
|
|
|
|
|
'@aws-sdk/util-user-agent-node': 3.972.9
|
|
|
|
|
'@smithy/config-resolver': 4.4.6
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/fetch-http-handler': 5.3.9
|
|
|
|
|
'@smithy/hash-node': 4.2.8
|
|
|
|
|
'@smithy/invalid-dependency': 4.2.8
|
|
|
|
|
'@smithy/middleware-content-length': 4.2.8
|
|
|
|
|
'@smithy/middleware-endpoint': 4.4.16
|
|
|
|
|
'@smithy/middleware-retry': 4.4.33
|
|
|
|
|
'@smithy/middleware-serde': 4.2.9
|
|
|
|
|
'@smithy/middleware-stack': 4.2.8
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/node-http-handler': 4.4.10
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-body-length-browser': 4.2.0
|
|
|
|
|
'@smithy/util-body-length-node': 4.2.1
|
|
|
|
|
'@smithy/util-defaults-mode-browser': 4.3.32
|
|
|
|
|
'@smithy/util-defaults-mode-node': 4.2.35
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-retry': 4.2.8
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/core@3.973.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/xml-builder': 3.972.5
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/signature-v4': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/crc64-nvme@3.972.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-env@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-http@3.972.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/fetch-http-handler': 5.3.9
|
|
|
|
|
'@smithy/node-http-handler': 4.4.10
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-ini@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/credential-provider-env': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-http': 3.972.11
|
|
|
|
|
'@aws-sdk/credential-provider-login': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-process': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-sso': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-web-identity': 3.972.9
|
|
|
|
|
'@aws-sdk/nested-clients': 3.993.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/credential-provider-imds': 4.2.8
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-login@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/nested-clients': 3.993.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-node@3.972.10':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/credential-provider-env': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-http': 3.972.11
|
|
|
|
|
'@aws-sdk/credential-provider-ini': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-process': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-sso': 3.972.9
|
|
|
|
|
'@aws-sdk/credential-provider-web-identity': 3.972.9
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/credential-provider-imds': 4.2.8
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-process@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-sso@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/client-sso': 3.993.0
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/token-providers': 3.993.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/credential-provider-web-identity@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/nested-clients': 3.993.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-bucket-endpoint@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-arn-parser': 3.972.2
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-config-provider': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-expect-continue@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-flexible-checksums@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/crc32': 5.2.0
|
|
|
|
|
'@aws-crypto/crc32c': 5.2.0
|
|
|
|
|
'@aws-crypto/util': 5.2.0
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/crc64-nvme': 3.972.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/is-array-buffer': 4.2.0
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-host-header@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-location-constraint@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-logger@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-recursion-detection@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws/lambda-invoke-store': 0.2.3
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-sdk-s3@3.972.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-arn-parser': 3.972.2
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/signature-v4': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-config-provider': 4.2.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-ssec@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/middleware-user-agent@3.972.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-endpoints': 3.993.0
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/nested-clients@3.993.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
|
|
|
'@aws-crypto/sha256-js': 5.2.0
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/middleware-host-header': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-logger': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-recursion-detection': 3.972.3
|
|
|
|
|
'@aws-sdk/middleware-user-agent': 3.972.11
|
|
|
|
|
'@aws-sdk/region-config-resolver': 3.972.3
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@aws-sdk/util-endpoints': 3.993.0
|
|
|
|
|
'@aws-sdk/util-user-agent-browser': 3.972.3
|
|
|
|
|
'@aws-sdk/util-user-agent-node': 3.972.9
|
|
|
|
|
'@smithy/config-resolver': 4.4.6
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/fetch-http-handler': 5.3.9
|
|
|
|
|
'@smithy/hash-node': 4.2.8
|
|
|
|
|
'@smithy/invalid-dependency': 4.2.8
|
|
|
|
|
'@smithy/middleware-content-length': 4.2.8
|
|
|
|
|
'@smithy/middleware-endpoint': 4.4.16
|
|
|
|
|
'@smithy/middleware-retry': 4.4.33
|
|
|
|
|
'@smithy/middleware-serde': 4.2.9
|
|
|
|
|
'@smithy/middleware-stack': 4.2.8
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/node-http-handler': 4.4.10
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-body-length-browser': 4.2.0
|
|
|
|
|
'@smithy/util-body-length-node': 4.2.1
|
|
|
|
|
'@smithy/util-defaults-mode-browser': 4.3.32
|
|
|
|
|
'@smithy/util-defaults-mode-node': 4.2.35
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-retry': 4.2.8
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/region-config-resolver@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/config-resolver': 4.4.6
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/signature-v4-multi-region@3.994.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/middleware-sdk-s3': 3.972.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/signature-v4': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/token-providers@3.993.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/core': 3.973.11
|
|
|
|
|
'@aws-sdk/nested-clients': 3.993.0
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- aws-crt
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/types@3.973.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-arn-parser@3.972.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-endpoints@3.993.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-endpoints@3.994.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-locate-window@3.965.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-user-agent-browser@3.972.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
bowser: 2.14.1
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/util-user-agent-node@3.972.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-sdk/middleware-user-agent': 3.972.11
|
|
|
|
|
'@aws-sdk/types': 3.973.1
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws-sdk/xml-builder@3.972.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
fast-xml-parser: 5.3.6
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@aws/lambda-invoke-store@0.2.3': {}
|
|
|
|
|
|
|
|
|
|
'@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':
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@babel/runtime@7.28.6': {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@3.25.76))(jose@6.1.3)(kysely@0.28.11)(nanostores@1.1.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@better-auth/utils': 0.3.0
|
|
|
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
|
'@standard-schema/spec': 1.1.0
|
|
|
|
|
better-call: 1.1.8(zod@4.3.6)
|
|
|
|
|
jose: 6.1.3
|
|
|
|
|
kysely: 0.28.11
|
|
|
|
|
nanostores: 1.1.0
|
|
|
|
|
zod: 4.3.6
|
|
|
|
|
|
|
|
|
|
'@better-auth/telemetry@1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@3.25.76))(jose@6.1.3)(kysely@0.28.11)(nanostores@1.1.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@3.25.76))(jose@6.1.3)(kysely@0.28.11)(nanostores@1.1.0)
|
|
|
|
|
'@better-auth/utils': 0.3.0
|
|
|
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
|
|
|
|
|
|
'@better-auth/utils@0.3.0': {}
|
|
|
|
|
|
|
|
|
|
'@better-fetch/fetch@1.1.21': {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@braintree/sanitize-url@7.1.2': {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@bramus/specificity@2.4.2':
|
2026-03-03 14:46:16 -06:00
|
|
|
dependencies:
|
2026-03-17 15:08:56 -05:00
|
|
|
css-tree: 3.2.1
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@chevrotain/cst-dts-gen@11.1.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@chevrotain/gast': 11.1.2
|
|
|
|
|
'@chevrotain/types': 11.1.2
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
|
|
|
|
|
'@chevrotain/gast@11.1.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@chevrotain/types': 11.1.2
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
|
|
|
|
|
'@chevrotain/regexp-to-ast@11.1.2': {}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/types@11.1.2': {}
|
|
|
|
|
|
|
|
|
|
'@chevrotain/utils@11.1.2': {}
|
|
|
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@codemirror/autocomplete@6.20.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
|
|
|
|
|
'@codemirror/commands@6.10.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-angular@0.1.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-cpp@6.0.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/cpp': 1.1.5
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/css': 1.3.1
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-go@6.0.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/go': 1.0.1
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/lang-css': 6.3.1
|
|
|
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/css': 1.3.1
|
|
|
|
|
'@lezer/html': 1.3.13
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-java@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/java': 1.1.3
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/lint': 6.9.4
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/javascript': 1.5.4
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-jinja@6.0.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/json': 1.0.3
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-less@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-css': 6.3.1
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-liquid@6.3.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/markdown': 1.6.3
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-php@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/php': 1.0.5
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-python@6.2.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/python': 1.1.18
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-rust@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/rust': 1.0.2
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-sass@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-css': 6.3.1
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/sass': 1.1.0
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-sql@6.10.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-vue@0.1.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-wast@6.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-xml@6.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/xml': 1.0.6
|
|
|
|
|
|
|
|
|
|
'@codemirror/lang-yaml@6.1.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
'@lezer/yaml': 1.0.4
|
|
|
|
|
|
|
|
|
|
'@codemirror/language-data@6.5.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/lang-angular': 0.1.4
|
|
|
|
|
'@codemirror/lang-cpp': 6.0.3
|
|
|
|
|
'@codemirror/lang-css': 6.3.1
|
|
|
|
|
'@codemirror/lang-go': 6.0.1
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/lang-java': 6.0.2
|
|
|
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
|
|
|
'@codemirror/lang-jinja': 6.0.0
|
|
|
|
|
'@codemirror/lang-json': 6.0.2
|
|
|
|
|
'@codemirror/lang-less': 6.0.2
|
|
|
|
|
'@codemirror/lang-liquid': 6.3.1
|
|
|
|
|
'@codemirror/lang-markdown': 6.5.0
|
|
|
|
|
'@codemirror/lang-php': 6.0.2
|
|
|
|
|
'@codemirror/lang-python': 6.2.1
|
|
|
|
|
'@codemirror/lang-rust': 6.0.2
|
|
|
|
|
'@codemirror/lang-sass': 6.0.2
|
|
|
|
|
'@codemirror/lang-sql': 6.10.0
|
|
|
|
|
'@codemirror/lang-vue': 0.1.3
|
|
|
|
|
'@codemirror/lang-wast': 6.0.2
|
|
|
|
|
'@codemirror/lang-xml': 6.1.0
|
|
|
|
|
'@codemirror/lang-yaml': 6.1.2
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/legacy-modes': 6.5.2
|
|
|
|
|
|
|
|
|
|
'@codemirror/language@6.12.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
style-mod: 4.1.3
|
|
|
|
|
|
|
|
|
|
'@codemirror/legacy-modes@6.5.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
|
|
|
|
|
'@codemirror/lint@6.9.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
crelt: 1.0.6
|
|
|
|
|
|
|
|
|
|
'@codemirror/merge@6.12.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
style-mod: 4.1.3
|
|
|
|
|
|
|
|
|
|
'@codemirror/search@6.6.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
crelt: 1.0.6
|
|
|
|
|
|
|
|
|
|
'@codemirror/state@6.5.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@marijn/find-cluster-break': 1.0.2
|
|
|
|
|
|
|
|
|
|
'@codemirror/view@6.39.15':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
crelt: 1.0.6
|
|
|
|
|
style-mod: 4.1.3
|
|
|
|
|
w3c-keyname: 2.2.8
|
|
|
|
|
|
|
|
|
|
'@codesandbox/nodebox@0.1.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
outvariant: 1.4.0
|
|
|
|
|
strict-event-emitter: 0.4.6
|
|
|
|
|
|
|
|
|
|
'@codesandbox/sandpack-client@2.19.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codesandbox/nodebox': 0.1.8
|
|
|
|
|
buffer: 6.0.3
|
|
|
|
|
dequal: 2.0.3
|
|
|
|
|
mime-db: 1.54.0
|
|
|
|
|
outvariant: 1.4.0
|
|
|
|
|
static-browser-server: 1.0.3
|
|
|
|
|
|
|
|
|
|
'@codesandbox/sandpack-react@2.20.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/commands': 6.10.2
|
|
|
|
|
'@codemirror/lang-css': 6.3.1
|
|
|
|
|
'@codemirror/lang-html': 6.4.11
|
|
|
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@codesandbox/sandpack-client': 2.19.8
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@react-hook/intersection-observer': 3.1.2(react@19.2.4)
|
|
|
|
|
'@stitches/core': 1.2.8
|
|
|
|
|
anser: 2.3.5
|
|
|
|
|
clean-set: 1.1.2
|
|
|
|
|
dequal: 2.0.3
|
|
|
|
|
escape-carriage: 1.3.1
|
|
|
|
|
lz-string: 1.5.0
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-devtools-inline: 4.4.0
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-is: 17.0.2
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@csstools/color-helpers@6.0.2': {}
|
|
|
|
|
|
|
|
|
|
'@csstools/css-calc@3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-color-parser@4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@csstools/color-helpers': 6.0.2
|
|
|
|
|
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
|
|
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@csstools/css-tokenizer': 4.0.0
|
|
|
|
|
|
|
|
|
|
'@csstools/css-syntax-patches-for-csstree@1.1.1(css-tree@3.2.1)':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
css-tree: 3.2.1
|
|
|
|
|
|
|
|
|
|
'@csstools/css-tokenizer@4.0.0': {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@dnd-kit/accessibility@3.1.1(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@dnd-kit/accessibility': 3.1.1(react@19.2.4)
|
|
|
|
|
'@dnd-kit/utilities': 3.2.2(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@dnd-kit/core': 6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@dnd-kit/utilities': 3.2.2(react@19.2.4)
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@dnd-kit/utilities@3.2.2(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
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-03-20 14:46:31 -05:00
|
|
|
'@emnapi/runtime@1.9.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-03-12 14:36:52 +00:00
|
|
|
'@epic-web/invariant@1.0.0': {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@exodus/bytes@1.15.0(@noble/hashes@2.0.1)':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@noble/hashes': 2.0.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
|
|
|
'@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)
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@floating-ui/react@0.27.18(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)
|
|
|
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
tabbable: 6.4.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
|
|
|
'@floating-ui/utils@0.2.10': {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@hono/node-server@1.19.13(hono@4.12.12)':
|
|
|
|
|
dependencies:
|
|
|
|
|
hono: 4.12.12
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@iconify/types@2.0.0': {}
|
|
|
|
|
|
|
|
|
|
'@iconify/utils@3.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@antfu/install-pkg': 1.1.0
|
|
|
|
|
'@iconify/types': 2.0.0
|
|
|
|
|
mlly: 1.8.1
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
'@img/colour@1.1.0': {}
|
|
|
|
|
|
|
|
|
|
'@img/sharp-darwin-arm64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-darwin-x64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-arm64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-arm@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-ppc64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-riscv64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-s390x@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linux-x64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-wasm32@0.34.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@emnapi/runtime': 1.9.1
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-arm64@0.34.5':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-ia32@0.34.5':
|
|
|
|
|
optional: true
|
|
|
|
|
|
|
|
|
|
'@img/sharp-win32-x64@0.34.5':
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@joshwooding/vite-plugin-react-docgen-typescript@0.7.0(typescript@5.9.3)(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
glob: 13.0.6
|
|
|
|
|
react-docgen-typescript: 2.4.0(typescript@5.9.3)
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
typescript: 5.9.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
|
|
|
'@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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/clipboard@0.35.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
|
|
|
dependencies:
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/html': 0.35.0
|
|
|
|
|
'@lexical/list': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.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
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/code@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
prismjs: 1.30.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
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/devtools-core@0.35.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
|
|
|
dependencies:
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/html': 0.35.0
|
|
|
|
|
'@lexical/link': 0.35.0
|
|
|
|
|
'@lexical/mark': 0.35.0
|
|
|
|
|
'@lexical/table': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.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: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@lexical/dragon@0.35.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
|
|
|
dependencies:
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/hashtag@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/history@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/html@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/link@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/list@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/mark@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/markdown@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/code': 0.35.0
|
|
|
|
|
'@lexical/link': 0.35.0
|
|
|
|
|
'@lexical/list': 0.35.0
|
|
|
|
|
'@lexical/rich-text': 0.35.0
|
|
|
|
|
'@lexical/text': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/offset@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/overflow@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/plain-text@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/clipboard': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/react@0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(yjs@13.6.29)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@floating-ui/react': 0.27.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@lexical/devtools-core': 0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@lexical/dragon': 0.35.0
|
|
|
|
|
'@lexical/hashtag': 0.35.0
|
|
|
|
|
'@lexical/history': 0.35.0
|
|
|
|
|
'@lexical/link': 0.35.0
|
|
|
|
|
'@lexical/list': 0.35.0
|
|
|
|
|
'@lexical/mark': 0.35.0
|
|
|
|
|
'@lexical/markdown': 0.35.0
|
|
|
|
|
'@lexical/overflow': 0.35.0
|
|
|
|
|
'@lexical/plain-text': 0.35.0
|
|
|
|
|
'@lexical/rich-text': 0.35.0
|
|
|
|
|
'@lexical/table': 0.35.0
|
|
|
|
|
'@lexical/text': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
'@lexical/yjs': 0.35.0(yjs@13.6.29)
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-error-boundary: 3.1.4(react@19.2.4)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- yjs
|
|
|
|
|
|
|
|
|
|
'@lexical/rich-text@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/clipboard': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/selection@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/table@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/clipboard': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/text@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/utils@0.35.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/list': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/table': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
|
|
|
|
|
'@lexical/yjs@0.35.0(yjs@13.6.29)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lexical/offset': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
yjs: 13.6.29
|
|
|
|
|
|
|
|
|
|
'@lezer/common@1.5.1': {}
|
|
|
|
|
|
|
|
|
|
'@lezer/cpp@1.1.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/css@1.3.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/go@1.0.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/highlight@1.2.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
|
|
|
|
|
'@lezer/html@1.3.13':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/java@1.1.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/json@1.0.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/lr@1.4.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
|
|
|
|
|
'@lezer/markdown@1.6.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
|
|
|
|
|
'@lezer/php@1.0.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/python@1.1.18':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/rust@1.0.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/sass@1.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/xml@1.0.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@lezer/yaml@1.0.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@lezer/common': 1.5.1
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
'@lezer/lr': 1.4.8
|
|
|
|
|
|
|
|
|
|
'@marijn/find-cluster-break@1.0.2': {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@mdx-js/react@3.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdx': 2.0.13
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@mdxeditor/editor@3.52.4(@codemirror/language@6.12.1)(@lezer/highlight@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)(yjs@13.6.29)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/commands': 6.10.2
|
|
|
|
|
'@codemirror/lang-markdown': 6.5.0
|
|
|
|
|
'@codemirror/language-data': 6.5.2
|
|
|
|
|
'@codemirror/merge': 6.12.0
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@codesandbox/sandpack-react': 2.20.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@lexical/clipboard': 0.35.0
|
|
|
|
|
'@lexical/link': 0.35.0
|
|
|
|
|
'@lexical/list': 0.35.0
|
|
|
|
|
'@lexical/markdown': 0.35.0
|
|
|
|
|
'@lexical/plain-text': 0.35.0
|
|
|
|
|
'@lexical/react': 0.35.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(yjs@13.6.29)
|
|
|
|
|
'@lexical/rich-text': 0.35.0
|
|
|
|
|
'@lexical/selection': 0.35.0
|
|
|
|
|
'@lexical/utils': 0.35.0
|
|
|
|
|
'@mdxeditor/gurx': 1.2.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@radix-ui/colors': 3.0.0
|
|
|
|
|
'@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-icons': 1.3.2(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-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-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)
|
|
|
|
|
classnames: 2.5.1
|
|
|
|
|
cm6-theme-basic-light: 0.2.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3)
|
|
|
|
|
codemirror: 6.0.2
|
|
|
|
|
downshift: 7.6.2(react@19.2.4)
|
|
|
|
|
js-yaml: 4.1.1
|
|
|
|
|
lexical: 0.35.0
|
|
|
|
|
mdast-util-directive: 3.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-frontmatter: 2.0.1
|
|
|
|
|
mdast-util-gfm-strikethrough: 2.0.0
|
|
|
|
|
mdast-util-gfm-table: 2.0.0
|
|
|
|
|
mdast-util-gfm-task-list-item: 2.0.0
|
|
|
|
|
mdast-util-highlight-mark: 1.2.2
|
|
|
|
|
mdast-util-mdx: 3.0.0
|
|
|
|
|
mdast-util-mdx-jsx: 3.2.0
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
micromark-extension-directive: 3.0.2
|
|
|
|
|
micromark-extension-frontmatter: 2.0.0
|
|
|
|
|
micromark-extension-gfm-strikethrough: 2.1.0
|
|
|
|
|
micromark-extension-gfm-table: 2.1.1
|
|
|
|
|
micromark-extension-gfm-task-list-item: 2.1.0
|
|
|
|
|
micromark-extension-highlight-mark: 1.2.0
|
|
|
|
|
micromark-extension-mdx-jsx: 3.0.2
|
|
|
|
|
micromark-extension-mdx-md: 2.0.0
|
|
|
|
|
micromark-extension-mdxjs: 3.0.0
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
react-hook-form: 7.71.1(react@19.2.4)
|
|
|
|
|
unidiff: 1.0.4
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@codemirror/language'
|
|
|
|
|
- '@lezer/highlight'
|
|
|
|
|
- '@types/react'
|
|
|
|
|
- '@types/react-dom'
|
|
|
|
|
- supports-color
|
|
|
|
|
- yjs
|
|
|
|
|
|
|
|
|
|
'@mdxeditor/gurx@1.2.4(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)
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@mermaid-js/parser@1.0.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
langium: 4.2.1
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@modelcontextprotocol/sdk@1.29.0(zod@3.25.76)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@hono/node-server': 1.19.13(hono@4.12.12)
|
|
|
|
|
ajv: 8.18.0
|
|
|
|
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
|
|
|
content-type: 1.0.5
|
|
|
|
|
cors: 2.8.6
|
|
|
|
|
cross-spawn: 7.0.6
|
|
|
|
|
eventsource: 3.0.7
|
|
|
|
|
eventsource-parser: 3.0.6
|
|
|
|
|
express: 5.2.1
|
|
|
|
|
express-rate-limit: 8.3.2(express@5.2.1)
|
|
|
|
|
hono: 4.12.12
|
|
|
|
|
jose: 6.1.3
|
|
|
|
|
json-schema-typed: 8.0.2
|
|
|
|
|
pkce-challenge: 5.0.1
|
|
|
|
|
raw-body: 3.0.2
|
|
|
|
|
zod: 3.25.76
|
|
|
|
|
zod-to-json-schema: 3.25.2(zod@3.25.76)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@noble/ciphers@2.1.1': {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@noble/hashes@1.8.0': {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@noble/hashes@2.0.1': {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@open-draft/deferred-promise@2.2.0': {}
|
|
|
|
|
|
2026-03-28 11:46:21 +00:00
|
|
|
'@paperclipai/adapter-utils@2026.325.0': {}
|
2026-03-17 15:08:56 -05:00
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@paralleldrive/cuid2@2.3.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@noble/hashes': 1.8.0
|
|
|
|
|
|
|
|
|
|
'@pinojs/redact@0.4.0': {}
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
'@playwright/test@1.58.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
playwright: 1.58.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@radix-ui/colors@3.0.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
|
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(@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
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@radix-ui/react-context@1.1.3(@types/react@19.2.14)(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
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(@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)
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@radix-ui/react-icons@1.3.2(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
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
|
|
|
'@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
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
'@radix-ui/react-primitive@2.1.4(@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.4(@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)
|
|
|
|
|
|
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
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@react-hook/intersection-observer@3.1.2(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@react-hook/passive-layout-effect': 1.2.1(react@19.2.4)
|
|
|
|
|
intersection-observer: 0.10.0
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
|
|
|
|
'@react-hook/passive-layout-effect@1.2.1(react@19.2.4)':
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/plugin-node-resolve@16.0.3(rollup@4.60.1)':
|
2026-03-17 15:08:56 -05:00
|
|
|
dependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/pluginutils': 5.3.0(rollup@4.60.1)
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/resolve': 1.20.2
|
|
|
|
|
deepmerge: 4.3.1
|
|
|
|
|
is-module: 1.0.0
|
|
|
|
|
resolve: 1.22.11
|
|
|
|
|
optionalDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-03-17 15:08:56 -05:00
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/plugin-typescript@12.3.0(rollup@4.60.1)(tslib@2.8.1)(typescript@5.9.3)':
|
2026-03-17 15:08:56 -05:00
|
|
|
dependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/pluginutils': 5.3.0(rollup@4.60.1)
|
2026-03-17 15:08:56 -05:00
|
|
|
resolve: 1.22.11
|
|
|
|
|
typescript: 5.9.3
|
|
|
|
|
optionalDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-03-17 15:08:56 -05:00
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/pluginutils@5.3.0(rollup@4.60.1)':
|
2026-03-17 15:08:56 -05:00
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
estree-walker: 2.0.2
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
optionalDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-03-17 15:08:56 -05:00
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-android-arm-eabi@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-android-arm64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-darwin-arm64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-darwin-x64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-freebsd-arm64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-freebsd-x64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-arm64-musl@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-loong64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-loong64-musl@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-ppc64-musl@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-x64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-linux-x64-musl@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-openbsd-x64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-openharmony-arm64@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-x64-gnu@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-win32-x64-msvc@4.60.1':
|
2026-02-16 13:31:35 -06:00
|
|
|
optional: true
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
'@smithy/abort-controller@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/chunked-blob-reader@5.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/config-resolver@4.4.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-config-provider': 4.2.0
|
|
|
|
|
'@smithy/util-endpoints': 3.2.8
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/core@3.23.2':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/middleware-serde': 4.2.9
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-body-length-browser': 4.2.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
'@smithy/uuid': 1.1.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/credential-provider-imds@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-codec@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@aws-crypto/crc32': 5.2.0
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-hex-encoding': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-browser@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/eventstream-serde-universal': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-config-resolver@4.3.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-node@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/eventstream-serde-universal': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/eventstream-serde-universal@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/eventstream-codec': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/fetch-http-handler@5.3.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/querystring-builder': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-blob-browser@4.2.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/chunked-blob-reader': 5.2.0
|
|
|
|
|
'@smithy/chunked-blob-reader-native': 4.2.1
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-node@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-buffer-from': 4.2.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/hash-stream-node@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/invalid-dependency@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/is-array-buffer@2.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/is-array-buffer@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/md5-js@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-content-length@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-endpoint@4.4.16':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/middleware-serde': 4.2.9
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/url-parser': 4.2.8
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-retry@4.4.33':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/service-error-classification': 4.2.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-retry': 4.2.8
|
|
|
|
|
'@smithy/uuid': 1.1.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-serde@4.2.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/middleware-stack@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/node-config-provider@4.3.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/shared-ini-file-loader': 4.4.3
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/node-http-handler@4.4.10':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/abort-controller': 4.2.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/querystring-builder': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/property-provider@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/protocol-http@5.3.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/querystring-builder@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-uri-escape': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/querystring-parser@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/service-error-classification@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
|
|
|
|
|
'@smithy/shared-ini-file-loader@4.4.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/signature-v4@5.3.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/is-array-buffer': 4.2.0
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-hex-encoding': 4.2.0
|
|
|
|
|
'@smithy/util-middleware': 4.2.8
|
|
|
|
|
'@smithy/util-uri-escape': 4.2.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/smithy-client@4.11.5':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/core': 3.23.2
|
|
|
|
|
'@smithy/middleware-endpoint': 4.4.16
|
|
|
|
|
'@smithy/middleware-stack': 4.2.8
|
|
|
|
|
'@smithy/protocol-http': 5.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-stream': 4.5.12
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/types@4.12.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/url-parser@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/querystring-parser': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-base64@4.3.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/util-buffer-from': 4.2.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-body-length-browser@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-body-length-node@4.2.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-buffer-from@2.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/is-array-buffer': 2.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-buffer-from@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/is-array-buffer': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-config-provider@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-defaults-mode-browser@4.3.32':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-defaults-mode-node@4.2.35':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/config-resolver': 4.4.6
|
|
|
|
|
'@smithy/credential-provider-imds': 4.2.8
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/property-provider': 4.2.8
|
|
|
|
|
'@smithy/smithy-client': 4.11.5
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-endpoints@3.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/node-config-provider': 4.3.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-hex-encoding@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-middleware@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-retry@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/service-error-classification': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-stream@4.5.12':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/fetch-http-handler': 5.3.9
|
|
|
|
|
'@smithy/node-http-handler': 4.4.10
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
'@smithy/util-base64': 4.3.0
|
|
|
|
|
'@smithy/util-buffer-from': 4.2.0
|
|
|
|
|
'@smithy/util-hex-encoding': 4.2.0
|
|
|
|
|
'@smithy/util-utf8': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-uri-escape@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-utf8@2.3.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/util-buffer-from': 2.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-utf8@4.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/util-buffer-from': 4.2.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/util-waiter@4.2.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@smithy/abort-controller': 4.2.8
|
|
|
|
|
'@smithy/types': 4.12.0
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
'@smithy/uuid@1.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
'@standard-schema/spec@1.1.0': {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
'@stitches/core@1.2.8': {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@storybook/addon-a11y@10.3.5(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@storybook/global': 5.0.0
|
|
|
|
|
axe-core: 4.11.3
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
|
|
|
|
|
'@storybook/addon-docs@10.3.5(@types/react@19.2.14)(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@mdx-js/react': 3.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
'@storybook/csf-plugin': 10.3.5(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@storybook/react-dom-shim': 10.3.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.5(@testing-library/dom@10.4.1)(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)
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
ts-dedent: 2.2.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@types/react'
|
|
|
|
|
- esbuild
|
|
|
|
|
- rollup
|
|
|
|
|
- vite
|
|
|
|
|
- webpack
|
|
|
|
|
|
|
|
|
|
'@storybook/builder-vite@10.3.5(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@storybook/csf-plugin': 10.3.5(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
ts-dedent: 2.2.0
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- esbuild
|
|
|
|
|
- rollup
|
|
|
|
|
- webpack
|
|
|
|
|
|
|
|
|
|
'@storybook/csf-plugin@10.3.5(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
unplugin: 2.3.11
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
esbuild: 0.27.3
|
|
|
|
|
rollup: 4.60.1
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
|
|
|
|
|
'@storybook/global@5.0.0': {}
|
|
|
|
|
|
|
|
|
|
'@storybook/icons@2.0.1(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)
|
|
|
|
|
|
|
|
|
|
'@storybook/react-dom-shim@10.3.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.5(@testing-library/dom@10.4.1)(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)
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
|
|
|
|
|
'@storybook/react-vite@10.3.5(esbuild@0.27.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@joshwooding/vite-plugin-react-docgen-typescript': 0.7.0(typescript@5.9.3)(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
'@rollup/pluginutils': 5.3.0(rollup@4.60.1)
|
|
|
|
|
'@storybook/builder-vite': 10.3.5(esbuild@0.27.3)(rollup@4.60.1)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
|
|
|
|
'@storybook/react': 10.3.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)
|
|
|
|
|
empathic: 2.0.0
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-docgen: 8.0.3
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
resolve: 1.22.11
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
tsconfig-paths: 4.2.0
|
|
|
|
|
vite: 6.4.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- esbuild
|
|
|
|
|
- rollup
|
|
|
|
|
- supports-color
|
|
|
|
|
- typescript
|
|
|
|
|
- webpack
|
|
|
|
|
|
|
|
|
|
'@storybook/react@10.3.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@storybook/global': 5.0.0
|
|
|
|
|
'@storybook/react-dom-shim': 10.3.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-docgen: 8.0.3
|
|
|
|
|
react-docgen-typescript: 2.4.0(typescript@5.9.3)
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
|
storybook: 10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
typescript: 5.9.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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-04-20 12:15:59 -05:00
|
|
|
'@testing-library/dom@10.4.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/code-frame': 7.29.0
|
|
|
|
|
'@babel/runtime': 7.28.6
|
|
|
|
|
'@types/aria-query': 5.0.4
|
|
|
|
|
aria-query: 5.3.0
|
|
|
|
|
dom-accessibility-api: 0.5.16
|
|
|
|
|
lz-string: 1.5.0
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
pretty-format: 27.5.1
|
|
|
|
|
|
|
|
|
|
'@testing-library/jest-dom@6.9.1':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@adobe/css-tools': 4.4.4
|
|
|
|
|
aria-query: 5.3.2
|
|
|
|
|
css.escape: 1.5.1
|
|
|
|
|
dom-accessibility-api: 0.6.3
|
|
|
|
|
picocolors: 1.1.1
|
|
|
|
|
redent: 3.0.0
|
|
|
|
|
|
|
|
|
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@testing-library/dom': 10.4.1
|
|
|
|
|
|
|
|
|
|
'@types/aria-query@5.0.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
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
'@types/chai@5.2.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/deep-eql': 4.0.2
|
|
|
|
|
assertion-error: 2.0.1
|
|
|
|
|
|
|
|
|
|
'@types/connect@3.4.38':
|
|
|
|
|
dependencies:
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
'@types/cookiejar@2.1.5': {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/d3-array@3.2.2': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-axis@3.0.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
|
|
|
|
|
'@types/d3-brush@3.0.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
|
|
|
|
|
'@types/d3-chord@3.0.6': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-color@3.1.3': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-contour@3.0.6':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-array': 3.2.2
|
|
|
|
|
'@types/geojson': 7946.0.16
|
|
|
|
|
|
|
|
|
|
'@types/d3-delaunay@6.0.4': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-dispatch@3.0.7': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-drag@3.0.7':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
|
|
|
|
|
'@types/d3-dsv@3.0.7': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-ease@3.0.2': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-fetch@3.0.7':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-dsv': 3.0.7
|
|
|
|
|
|
|
|
|
|
'@types/d3-force@3.0.10': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-format@3.0.4': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-geo@3.1.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/geojson': 7946.0.16
|
|
|
|
|
|
|
|
|
|
'@types/d3-hierarchy@3.1.7': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-color': 3.1.3
|
|
|
|
|
|
|
|
|
|
'@types/d3-path@3.1.1': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-polygon@3.0.2': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-quadtree@3.0.6': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-random@3.0.3': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-scale-chromatic@3.1.0': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-time': 3.0.4
|
|
|
|
|
|
|
|
|
|
'@types/d3-selection@3.0.11': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-path': 3.1.1
|
|
|
|
|
|
|
|
|
|
'@types/d3-time-format@4.0.3': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-time@3.0.4': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-timer@3.0.2': {}
|
|
|
|
|
|
|
|
|
|
'@types/d3-transition@3.0.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
|
|
|
|
|
'@types/d3-zoom@3.0.8':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-interpolate': 3.0.4
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
|
|
|
|
|
'@types/d3@7.4.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/d3-array': 3.2.2
|
|
|
|
|
'@types/d3-axis': 3.0.6
|
|
|
|
|
'@types/d3-brush': 3.0.6
|
|
|
|
|
'@types/d3-chord': 3.0.6
|
|
|
|
|
'@types/d3-color': 3.1.3
|
|
|
|
|
'@types/d3-contour': 3.0.6
|
|
|
|
|
'@types/d3-delaunay': 6.0.4
|
|
|
|
|
'@types/d3-dispatch': 3.0.7
|
|
|
|
|
'@types/d3-drag': 3.0.7
|
|
|
|
|
'@types/d3-dsv': 3.0.7
|
|
|
|
|
'@types/d3-ease': 3.0.2
|
|
|
|
|
'@types/d3-fetch': 3.0.7
|
|
|
|
|
'@types/d3-force': 3.0.10
|
|
|
|
|
'@types/d3-format': 3.0.4
|
|
|
|
|
'@types/d3-geo': 3.1.0
|
|
|
|
|
'@types/d3-hierarchy': 3.1.7
|
|
|
|
|
'@types/d3-interpolate': 3.0.4
|
|
|
|
|
'@types/d3-path': 3.1.1
|
|
|
|
|
'@types/d3-polygon': 3.0.2
|
|
|
|
|
'@types/d3-quadtree': 3.0.6
|
|
|
|
|
'@types/d3-random': 3.0.3
|
|
|
|
|
'@types/d3-scale': 4.0.9
|
|
|
|
|
'@types/d3-scale-chromatic': 3.1.0
|
|
|
|
|
'@types/d3-selection': 3.0.11
|
|
|
|
|
'@types/d3-shape': 3.1.8
|
|
|
|
|
'@types/d3-time': 3.0.4
|
|
|
|
|
'@types/d3-time-format': 4.0.3
|
|
|
|
|
'@types/d3-timer': 3.0.2
|
|
|
|
|
'@types/d3-transition': 3.0.9
|
|
|
|
|
'@types/d3-zoom': 3.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
|
|
|
'@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': {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@types/doctrine@0.0.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/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:
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/geojson@7946.0.16': {}
|
|
|
|
|
|
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': {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/jsdom@28.0.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/node': 25.2.3
|
|
|
|
|
'@types/tough-cookie': 4.0.5
|
|
|
|
|
parse5: 7.3.0
|
|
|
|
|
undici-types: 7.24.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/mdast@4.0.4':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@types/mdx@2.0.13': {}
|
|
|
|
|
|
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-20 10:33:36 -06:00
|
|
|
'@types/multer@2.0.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/express': 5.0.6
|
|
|
|
|
|
2026-02-17 13:39:47 -06:00
|
|
|
'@types/node@22.19.11':
|
|
|
|
|
dependencies:
|
|
|
|
|
undici-types: 6.21.0
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
'@types/node@24.12.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
undici-types: 7.16.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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/resolve@1.20.2': {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/send@1.2.1':
|
|
|
|
|
dependencies:
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
|
|
|
|
|
'@types/serve-static@2.2.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/http-errors': 2.0.5
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
'@types/sharp@0.32.0':
|
|
|
|
|
dependencies:
|
|
|
|
|
sharp: 0.34.5
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@types/superagent@8.1.9':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/cookiejar': 2.1.5
|
|
|
|
|
'@types/methods': 1.1.4
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-02-16 13:31:35 -06:00
|
|
|
form-data: 4.0.5
|
|
|
|
|
|
|
|
|
|
'@types/supertest@6.0.3':
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/methods': 1.1.4
|
|
|
|
|
'@types/superagent': 8.1.9
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
'@types/tough-cookie@4.0.5': {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
'@types/trusted-types@2.0.7':
|
|
|
|
|
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
|
|
|
'@types/unist@2.0.11': {}
|
|
|
|
|
|
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
|
|
2026-03-05 15:24:20 +01:00
|
|
|
'@types/ws@8.18.1':
|
|
|
|
|
dependencies:
|
2026-03-06 18:29:38 -08:00
|
|
|
'@types/node': 25.2.3
|
2026-03-05 15:24:20 +01:00
|
|
|
|
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
|
|
|
'@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
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
'@vitest/mocker@3.2.4(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))':
|
2026-03-05 15:24:20 +01:00
|
|
|
dependencies:
|
|
|
|
|
'@vitest/spy': 3.2.4
|
|
|
|
|
estree-walker: 3.0.3
|
|
|
|
|
magic-string: 0.30.21
|
|
|
|
|
optionalDependencies:
|
2026-03-06 15:28:32 +00:00
|
|
|
vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-03-05 15:24:20 +01:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
'@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
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
'@webcontainer/env@1.1.1': {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
accepts@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
negotiator: 1.0.0
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
acorn-jsx@5.3.2(acorn@8.16.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn: 8.16.0
|
|
|
|
|
|
|
|
|
|
acorn@8.16.0: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
address@2.0.3: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
agent-base@7.1.4: {}
|
|
|
|
|
|
|
|
|
|
ajv-formats@3.0.1(ajv@8.18.0):
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
ajv: 8.18.0
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
ajv@8.18.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
fast-deep-equal: 3.1.3
|
|
|
|
|
fast-uri: 3.1.0
|
|
|
|
|
json-schema-traverse: 1.0.0
|
|
|
|
|
require-from-string: 2.0.2
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
anser@2.3.5: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
|
|
|
|
|
|
ansi-styles@5.2.0: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
append-field@1.0.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
argparse@2.0.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
|
|
|
aria-hidden@1.2.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
aria-query@5.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
dequal: 2.0.3
|
|
|
|
|
|
|
|
|
|
aria-query@5.3.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asap@2.0.6: {}
|
|
|
|
|
|
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
assistant-cloud@0.1.25:
|
|
|
|
|
dependencies:
|
|
|
|
|
assistant-stream: 0.3.10
|
|
|
|
|
|
|
|
|
|
assistant-stream@0.3.10:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@standard-schema/spec': 1.1.0
|
|
|
|
|
nanoid: 5.1.7
|
|
|
|
|
secure-json-parse: 4.1.0
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
ast-types@0.16.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
async-exit-hook@2.0.1: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
asynckit@0.4.0: {}
|
|
|
|
|
|
|
|
|
|
atomic-sleep@1.0.0: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
axe-core@4.11.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
|
|
|
bail@2.0.2: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
balanced-match@4.0.4: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
base64-js@1.5.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
baseline-browser-mapping@2.9.19: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
better-auth@1.4.18(drizzle-kit@0.31.9)(drizzle-orm@0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)):
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
dependencies:
|
|
|
|
|
'@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@3.25.76))(jose@6.1.3)(kysely@0.28.11)(nanostores@1.1.0)
|
|
|
|
|
'@better-auth/telemetry': 1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@3.25.76))(jose@6.1.3)(kysely@0.28.11)(nanostores@1.1.0))
|
|
|
|
|
'@better-auth/utils': 0.3.0
|
|
|
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
|
'@noble/ciphers': 2.1.1
|
|
|
|
|
'@noble/hashes': 2.0.1
|
|
|
|
|
better-call: 1.1.8(zod@4.3.6)
|
|
|
|
|
defu: 6.1.4
|
|
|
|
|
jose: 6.1.3
|
|
|
|
|
kysely: 0.28.11
|
|
|
|
|
nanostores: 1.1.0
|
|
|
|
|
zod: 4.3.6
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
drizzle-kit: 0.31.9
|
|
|
|
|
drizzle-orm: 0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(pg@8.18.0)(postgres@3.4.8)(react@19.2.4)
|
|
|
|
|
pg: 8.18.0
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-dom: 19.2.4(react@19.2.4)
|
2026-03-17 15:08:56 -05:00
|
|
|
vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0)
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
|
|
|
|
|
better-call@1.1.8(zod@4.3.6):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@better-auth/utils': 0.3.0
|
|
|
|
|
'@better-fetch/fetch': 1.1.21
|
|
|
|
|
rou3: 0.7.12
|
|
|
|
|
set-cookie-parser: 2.7.2
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
zod: 4.3.6
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
bidi-js@1.0.3:
|
2026-03-03 14:46:16 -06:00
|
|
|
dependencies:
|
2026-03-17 15:08:56 -05:00
|
|
|
require-from-string: 2.0.2
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
bowser@2.14.1: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
brace-expansion@5.0.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
balanced-match: 4.0.4
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
buffer@6.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
base64-js: 1.5.1
|
|
|
|
|
ieee754: 1.2.1
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
bundle-name@4.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
run-applescript: 7.1.0
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
busboy@1.6.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
streamsearch: 1.1.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
chevrotain-allstar@0.3.1(chevrotain@11.1.2):
|
|
|
|
|
dependencies:
|
|
|
|
|
chevrotain: 11.1.2
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
|
|
|
|
|
chevrotain@11.1.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@chevrotain/cst-dts-gen': 11.1.2
|
|
|
|
|
'@chevrotain/gast': 11.1.2
|
|
|
|
|
'@chevrotain/regexp-to-ast': 11.1.2
|
|
|
|
|
'@chevrotain/types': 11.1.2
|
|
|
|
|
'@chevrotain/utils': 11.1.2
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
chokidar@4.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
readdirp: 4.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
|
|
|
class-variance-authority@0.7.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
clsx: 2.1.1
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
classnames@2.5.1: {}
|
|
|
|
|
|
|
|
|
|
clean-set@1.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
|
|
|
clsx@2.1.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
cm6-theme-basic-light@0.2.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
'@lezer/highlight': 1.2.3
|
|
|
|
|
|
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'
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
codemirror@6.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@codemirror/autocomplete': 6.20.0
|
|
|
|
|
'@codemirror/commands': 6.10.2
|
|
|
|
|
'@codemirror/language': 6.12.1
|
|
|
|
|
'@codemirror/lint': 6.9.4
|
|
|
|
|
'@codemirror/search': 6.6.0
|
|
|
|
|
'@codemirror/state': 6.5.4
|
|
|
|
|
'@codemirror/view': 6.39.15
|
|
|
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
commander@7.2.0: {}
|
|
|
|
|
|
|
|
|
|
commander@8.3.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
component-emitter@1.3.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
compute-scroll-into-view@2.0.4: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
concat-stream@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
buffer-from: 1.1.2
|
|
|
|
|
inherits: 2.0.4
|
|
|
|
|
readable-stream: 3.6.2
|
|
|
|
|
typedarray: 0.0.6
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
confbox@0.1.8: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
cors@2.8.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
object-assign: 4.1.1
|
|
|
|
|
vary: 1.1.2
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
cose-base@1.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
layout-base: 1.0.2
|
|
|
|
|
|
|
|
|
|
cose-base@2.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
layout-base: 2.0.1
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
crelt@1.0.6: {}
|
|
|
|
|
|
2026-03-12 14:36:52 +00:00
|
|
|
cross-env@10.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@epic-web/invariant': 1.0.0
|
|
|
|
|
cross-spawn: 7.0.6
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
cross-spawn@7.0.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
path-key: 3.1.1
|
|
|
|
|
shebang-command: 2.0.0
|
|
|
|
|
which: 2.0.2
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
css-tree@3.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
mdn-data: 2.27.1
|
|
|
|
|
source-map-js: 1.2.1
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
css.escape@1.5.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
|
|
|
cssesc@3.0.0: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
cssstyle@6.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@asamuzakjp/css-color': 5.0.1
|
|
|
|
|
'@csstools/css-syntax-patches-for-csstree': 1.1.1(css-tree@3.2.1)
|
|
|
|
|
css-tree: 3.2.1
|
|
|
|
|
lru-cache: 11.2.7
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
csstype@3.2.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
cytoscape-cose-bilkent@4.1.0(cytoscape@3.33.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
cose-base: 1.0.3
|
|
|
|
|
cytoscape: 3.33.1
|
|
|
|
|
|
|
|
|
|
cytoscape-fcose@2.2.0(cytoscape@3.33.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
cose-base: 2.2.0
|
|
|
|
|
cytoscape: 3.33.1
|
|
|
|
|
|
|
|
|
|
cytoscape@3.33.1: {}
|
|
|
|
|
|
|
|
|
|
d3-array@2.12.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
internmap: 1.0.1
|
|
|
|
|
|
|
|
|
|
d3-array@3.2.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
internmap: 2.0.3
|
|
|
|
|
|
|
|
|
|
d3-axis@3.0.0: {}
|
|
|
|
|
|
|
|
|
|
d3-brush@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-drag: 3.0.0
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
d3-selection: 3.0.0
|
|
|
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
|
|
|
|
|
|
d3-chord@3.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-path: 3.1.0
|
|
|
|
|
|
|
|
|
|
d3-color@3.1.0: {}
|
|
|
|
|
|
|
|
|
|
d3-contour@4.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 3.2.4
|
|
|
|
|
|
|
|
|
|
d3-delaunay@6.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
delaunator: 5.0.1
|
|
|
|
|
|
|
|
|
|
d3-dispatch@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-drag@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-selection: 3.0.0
|
|
|
|
|
|
|
|
|
|
d3-dsv@3.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
commander: 7.2.0
|
|
|
|
|
iconv-lite: 0.6.3
|
|
|
|
|
rw: 1.3.3
|
|
|
|
|
|
|
|
|
|
d3-ease@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-fetch@3.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-dsv: 3.0.1
|
|
|
|
|
|
|
|
|
|
d3-force@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-quadtree: 3.0.1
|
|
|
|
|
d3-timer: 3.0.1
|
|
|
|
|
|
|
|
|
|
d3-format@3.1.2: {}
|
|
|
|
|
|
|
|
|
|
d3-geo@3.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 3.2.4
|
|
|
|
|
|
|
|
|
|
d3-hierarchy@3.1.2: {}
|
|
|
|
|
|
|
|
|
|
d3-interpolate@3.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-color: 3.1.0
|
|
|
|
|
|
|
|
|
|
d3-path@1.0.9: {}
|
|
|
|
|
|
|
|
|
|
d3-path@3.1.0: {}
|
|
|
|
|
|
|
|
|
|
d3-polygon@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-quadtree@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-random@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-sankey@0.12.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 2.12.1
|
|
|
|
|
d3-shape: 1.3.7
|
|
|
|
|
|
|
|
|
|
d3-scale-chromatic@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-color: 3.1.0
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
|
|
|
|
|
d3-scale@4.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 3.2.4
|
|
|
|
|
d3-format: 3.1.2
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
d3-time: 3.1.0
|
|
|
|
|
d3-time-format: 4.1.0
|
|
|
|
|
|
|
|
|
|
d3-selection@3.0.0: {}
|
|
|
|
|
|
|
|
|
|
d3-shape@1.3.7:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-path: 1.0.9
|
|
|
|
|
|
|
|
|
|
d3-shape@3.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-path: 3.1.0
|
|
|
|
|
|
|
|
|
|
d3-time-format@4.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-time: 3.1.0
|
|
|
|
|
|
|
|
|
|
d3-time@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 3.2.4
|
|
|
|
|
|
|
|
|
|
d3-timer@3.0.1: {}
|
|
|
|
|
|
|
|
|
|
d3-transition@3.0.1(d3-selection@3.0.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-color: 3.1.0
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-ease: 3.0.1
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
d3-selection: 3.0.0
|
|
|
|
|
d3-timer: 3.0.1
|
|
|
|
|
|
|
|
|
|
d3-zoom@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-drag: 3.0.0
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
d3-selection: 3.0.0
|
|
|
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
|
|
|
|
|
|
d3@7.9.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3-array: 3.2.4
|
|
|
|
|
d3-axis: 3.0.0
|
|
|
|
|
d3-brush: 3.0.0
|
|
|
|
|
d3-chord: 3.0.1
|
|
|
|
|
d3-color: 3.1.0
|
|
|
|
|
d3-contour: 4.0.2
|
|
|
|
|
d3-delaunay: 6.0.4
|
|
|
|
|
d3-dispatch: 3.0.1
|
|
|
|
|
d3-drag: 3.0.0
|
|
|
|
|
d3-dsv: 3.0.1
|
|
|
|
|
d3-ease: 3.0.1
|
|
|
|
|
d3-fetch: 3.0.1
|
|
|
|
|
d3-force: 3.0.0
|
|
|
|
|
d3-format: 3.1.2
|
|
|
|
|
d3-geo: 3.1.1
|
|
|
|
|
d3-hierarchy: 3.1.2
|
|
|
|
|
d3-interpolate: 3.0.1
|
|
|
|
|
d3-path: 3.1.0
|
|
|
|
|
d3-polygon: 3.0.1
|
|
|
|
|
d3-quadtree: 3.0.1
|
|
|
|
|
d3-random: 3.0.1
|
|
|
|
|
d3-scale: 4.0.2
|
|
|
|
|
d3-scale-chromatic: 3.1.0
|
|
|
|
|
d3-selection: 3.0.0
|
|
|
|
|
d3-shape: 3.2.0
|
|
|
|
|
d3-time: 3.1.0
|
|
|
|
|
d3-time-format: 4.1.0
|
|
|
|
|
d3-timer: 3.0.1
|
|
|
|
|
d3-transition: 3.0.1(d3-selection@3.0.0)
|
|
|
|
|
d3-zoom: 3.0.0
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
d@1.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
es5-ext: 0.10.64
|
|
|
|
|
type: 2.7.3
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dagre-d3-es@7.0.13:
|
|
|
|
|
dependencies:
|
|
|
|
|
d3: 7.9.0
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
data-urls@7.0.0(@noble/hashes@2.0.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
whatwg-mimetype: 5.0.0
|
|
|
|
|
whatwg-url: 16.0.1(@noble/hashes@2.0.1)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@noble/hashes'
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
dateformat@4.6.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dayjs@1.11.19: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
debug@4.4.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
ms: 2.1.3
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
decimal.js@10.6.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
|
|
|
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: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
deepmerge@4.3.1: {}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
default-browser-id@5.0.1: {}
|
|
|
|
|
|
|
|
|
|
default-browser@5.5.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
bundle-name: 4.1.0
|
|
|
|
|
default-browser-id: 5.0.1
|
|
|
|
|
|
|
|
|
|
define-lazy-prop@3.0.0: {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
defu@6.1.4: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
delaunator@5.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
robust-predicates: 3.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
diff@5.2.2: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
doctrine@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
esutils: 2.0.3
|
|
|
|
|
|
|
|
|
|
dom-accessibility-api@0.5.16: {}
|
|
|
|
|
|
|
|
|
|
dom-accessibility-api@0.6.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
dompurify@3.3.2:
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/trusted-types': 2.0.7
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
dotenv@16.6.1: {}
|
|
|
|
|
|
2026-02-18 16:46:45 -06:00
|
|
|
dotenv@17.3.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
downshift@7.6.2(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/runtime': 7.28.6
|
|
|
|
|
compute-scroll-into-view: 2.0.4
|
|
|
|
|
prop-types: 15.8.1
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
react-is: 17.0.2
|
|
|
|
|
tslib: 2.8.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
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
drizzle-orm@0.38.4(@electric-sql/pglite@0.3.15)(@types/react@19.2.14)(kysely@0.28.11)(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
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
kysely: 0.28.11
|
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-03-24 17:33:24 +00:00
|
|
|
embedded-postgres@18.1.0-beta.16(patch_hash=55uhvnotpqyiy37rn3pqpukhei):
|
2026-02-18 11:45:43 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
empathic@2.0.0: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
entities@6.0.1: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
es5-ext@0.10.64:
|
|
|
|
|
dependencies:
|
|
|
|
|
es6-iterator: 2.0.3
|
|
|
|
|
es6-symbol: 3.1.4
|
|
|
|
|
esniff: 2.0.1
|
|
|
|
|
next-tick: 1.1.0
|
|
|
|
|
|
|
|
|
|
es6-iterator@2.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
d: 1.0.2
|
|
|
|
|
es5-ext: 0.10.64
|
|
|
|
|
es6-symbol: 3.1.4
|
|
|
|
|
|
|
|
|
|
es6-symbol@3.1.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
d: 1.0.2
|
|
|
|
|
ext: 1.7.0
|
|
|
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
escape-carriage@1.3.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
escape-html@1.0.3: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
escape-string-regexp@5.0.0: {}
|
|
|
|
|
|
|
|
|
|
esniff@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
d: 1.0.2
|
|
|
|
|
es5-ext: 0.10.64
|
|
|
|
|
event-emitter: 0.3.5
|
|
|
|
|
type: 2.7.3
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
esprima@4.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
|
|
|
estree-util-is-identifier-name@3.0.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
estree-util-visit@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree-jsx': 1.0.5
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
estree-walker@2.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
estree-walker@3.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
esutils@2.0.3: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
etag@1.8.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
event-emitter@0.3.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
d: 1.0.2
|
|
|
|
|
es5-ext: 0.10.64
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
eventsource-parser@3.0.6: {}
|
|
|
|
|
|
|
|
|
|
eventsource@3.0.7:
|
|
|
|
|
dependencies:
|
|
|
|
|
eventsource-parser: 3.0.6
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
expect-type@1.3.0: {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
express-rate-limit@8.3.2(express@5.2.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
express: 5.2.1
|
|
|
|
|
ip-address: 10.1.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
ext@1.7.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
type: 2.7.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
|
|
|
extend@3.0.2: {}
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
fast-copy@4.0.2: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
fast-deep-equal@3.1.3: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
fast-safe-stringify@2.1.1: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
fast-uri@3.1.0: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
fast-xml-parser@5.3.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
strnum: 2.1.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
fault@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
format: 0.2.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
format@0.2.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
fsevents@2.3.2:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
glob@13.0.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
minimatch: 10.2.5
|
|
|
|
|
minipass: 7.1.3
|
|
|
|
|
path-scurry: 2.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
gopd@1.2.0: {}
|
|
|
|
|
|
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
hachure-fill@0.5.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-28 11:46:21 +00:00
|
|
|
hermes-paperclip-adapter@0.2.0:
|
2026-03-17 15:08:56 -05:00
|
|
|
dependencies:
|
2026-03-28 11:46:21 +00:00
|
|
|
'@paperclipai/adapter-utils': 2026.325.0
|
2026-03-17 15:08:56 -05:00
|
|
|
picocolors: 1.1.1
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
hono@4.12.12: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
html-encoding-sniffer@6.0.0(@noble/hashes@2.0.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@exodus/bytes': 1.15.0(@noble/hashes@2.0.1)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@noble/hashes'
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
http-proxy-agent@7.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
agent-base: 7.1.4
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
https-proxy-agent@7.0.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
agent-base: 7.1.4
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
iconv-lite@0.6.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
safer-buffer: 2.1.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
iconv-lite@0.7.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
safer-buffer: 2.1.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
ieee754@1.2.1: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
indent-string@4.0.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
internmap@1.0.1: {}
|
|
|
|
|
|
|
|
|
|
internmap@2.0.3: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
intersection-observer@0.10.0: {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
ip-address@10.1.0: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-core-module@2.16.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
hasown: 2.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
|
|
|
is-decimal@2.0.1: {}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-docker@3.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
|
|
|
is-hexadecimal@2.0.1: {}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-in-ssh@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
is-inside-container@1.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-docker: 3.0.0
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-module@1.0.0: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
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-plain-obj@4.1.0: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-potential-custom-element-name@1.0.1: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
is-promise@4.0.0: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
is-wsl@3.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-inside-container: 1.0.0
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
isexe@2.0.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
isomorphic.js@0.2.5: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
jiti@2.6.1: {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
jose@6.1.3: {}
|
|
|
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
js-yaml@4.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
argparse: 2.0.1
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
jsdom@28.1.0(@noble/hashes@2.0.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@acemir/cssom': 0.9.31
|
|
|
|
|
'@asamuzakjp/dom-selector': 6.8.1
|
|
|
|
|
'@bramus/specificity': 2.4.2
|
|
|
|
|
'@exodus/bytes': 1.15.0(@noble/hashes@2.0.1)
|
|
|
|
|
cssstyle: 6.2.0
|
|
|
|
|
data-urls: 7.0.0(@noble/hashes@2.0.1)
|
|
|
|
|
decimal.js: 10.6.0
|
|
|
|
|
html-encoding-sniffer: 6.0.0(@noble/hashes@2.0.1)
|
|
|
|
|
http-proxy-agent: 7.0.2
|
|
|
|
|
https-proxy-agent: 7.0.6
|
|
|
|
|
is-potential-custom-element-name: 1.0.1
|
|
|
|
|
parse5: 8.0.0
|
|
|
|
|
saxes: 6.0.0
|
|
|
|
|
symbol-tree: 3.2.4
|
|
|
|
|
tough-cookie: 6.0.1
|
|
|
|
|
undici: 7.24.4
|
|
|
|
|
w3c-xmlserializer: 5.0.0
|
|
|
|
|
webidl-conversions: 8.0.1
|
|
|
|
|
whatwg-mimetype: 5.0.0
|
|
|
|
|
whatwg-url: 16.0.1(@noble/hashes@2.0.1)
|
|
|
|
|
xml-name-validator: 5.0.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@noble/hashes'
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
jsesc@3.1.0: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
json-schema-traverse@1.0.0: {}
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
json-schema-typed@8.0.2: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
json5@2.2.3: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
katex@0.16.37:
|
|
|
|
|
dependencies:
|
|
|
|
|
commander: 8.3.0
|
|
|
|
|
|
|
|
|
|
khroma@2.1.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
kleur@4.1.5: {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
kysely@0.28.11: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
langium@4.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
chevrotain: 11.1.2
|
|
|
|
|
chevrotain-allstar: 0.3.1(chevrotain@11.1.2)
|
|
|
|
|
vscode-languageserver: 9.0.1
|
|
|
|
|
vscode-languageserver-textdocument: 1.0.12
|
|
|
|
|
vscode-uri: 3.1.0
|
|
|
|
|
|
|
|
|
|
layout-base@1.0.2: {}
|
|
|
|
|
|
|
|
|
|
layout-base@2.0.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
lexical@0.35.0: {}
|
|
|
|
|
|
|
|
|
|
lib0@0.2.117:
|
|
|
|
|
dependencies:
|
|
|
|
|
isomorphic.js: 0.2.5
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
lodash-es@4.17.23: {}
|
|
|
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
loose-envify@1.4.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
js-tokens: 4.0.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
loupe@3.2.1: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
lru-cache@11.2.7: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
lz-string@1.5.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
magic-string@0.30.21:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
markdown-table@3.0.4: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
marked@16.4.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-directive@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@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-visit-parents: 6.0.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-find-and-replace@3.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
escape-string-regexp: 5.0.0
|
|
|
|
|
unist-util-is: 6.0.1
|
|
|
|
|
unist-util-visit-parents: 6.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
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-frontmatter@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
escape-string-regexp: 5.0.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
micromark-extension-frontmatter: 2.0.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-gfm-autolink-literal@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
ccount: 2.0.1
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-find-and-replace: 3.0.2
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-footnote@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-gfm-strikethrough@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-table@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
markdown-table: 3.0.4
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
|
|
|
|
mdast-util-gfm-task-list-item@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@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
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
mdast-util-gfm@3.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-gfm-autolink-literal: 2.0.1
|
|
|
|
|
mdast-util-gfm-footnote: 2.1.0
|
|
|
|
|
mdast-util-gfm-strikethrough: 2.0.0
|
|
|
|
|
mdast-util-gfm-table: 2.0.0
|
|
|
|
|
mdast-util-gfm-task-list-item: 2.0.0
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-highlight-mark@1.2.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-extension-highlight-mark: 1.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
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mdast-util-mdx@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
mdast-util-from-markdown: 2.0.2
|
|
|
|
|
mdast-util-mdx-expression: 2.0.1
|
|
|
|
|
mdast-util-mdx-jsx: 3.2.0
|
|
|
|
|
mdast-util-mdxjs-esm: 2.0.1
|
|
|
|
|
mdast-util-to-markdown: 2.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
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
mdn-data@2.27.1: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
media-typer@0.3.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
media-typer@1.1.0: {}
|
|
|
|
|
|
|
|
|
|
merge-descriptors@2.0.0: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
mermaid@11.12.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@braintree/sanitize-url': 7.1.2
|
|
|
|
|
'@iconify/utils': 3.1.0
|
|
|
|
|
'@mermaid-js/parser': 1.0.0
|
|
|
|
|
'@types/d3': 7.4.3
|
|
|
|
|
cytoscape: 3.33.1
|
|
|
|
|
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.33.1)
|
|
|
|
|
cytoscape-fcose: 2.2.0(cytoscape@3.33.1)
|
|
|
|
|
d3: 7.9.0
|
|
|
|
|
d3-sankey: 0.12.3
|
|
|
|
|
dagre-d3-es: 7.0.13
|
|
|
|
|
dayjs: 1.11.19
|
|
|
|
|
dompurify: 3.3.2
|
|
|
|
|
katex: 0.16.37
|
|
|
|
|
khroma: 2.1.0
|
|
|
|
|
lodash-es: 4.17.23
|
|
|
|
|
marked: 16.4.2
|
|
|
|
|
roughjs: 4.6.6
|
|
|
|
|
stylis: 4.3.6
|
|
|
|
|
ts-dedent: 2.2.0
|
|
|
|
|
uuid: 11.1.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-directive@3.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-factory-whitespace: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
parse-entities: 4.0.2
|
|
|
|
|
|
|
|
|
|
micromark-extension-frontmatter@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
fault: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm-autolink-literal@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-extension-gfm-footnote@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-core-commonmark: 2.0.3
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-normalize-identifier: 2.0.1
|
|
|
|
|
micromark-util-sanitize-uri: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-gfm-strikethrough@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-classify-character: 2.0.1
|
|
|
|
|
micromark-util-resolve-all: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-extension-gfm-table@2.1.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm-tagfilter@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-gfm-task-list-item@2.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
micromark-extension-gfm@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-extension-gfm-autolink-literal: 2.1.0
|
|
|
|
|
micromark-extension-gfm-footnote: 2.1.0
|
|
|
|
|
micromark-extension-gfm-strikethrough: 2.1.0
|
|
|
|
|
micromark-extension-gfm-table: 2.1.1
|
|
|
|
|
micromark-extension-gfm-tagfilter: 2.0.0
|
|
|
|
|
micromark-extension-gfm-task-list-item: 2.1.0
|
|
|
|
|
micromark-util-combine-extensions: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-extension-highlight-mark@1.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-chunked: 2.0.1
|
|
|
|
|
micromark-util-classify-character: 2.0.1
|
|
|
|
|
micromark-util-resolve-all: 2.0.1
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
uvu: 0.5.6
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-expression@3.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-mdx-expression: 2.0.3
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.3
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-jsx@3.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-is-identifier-name: 3.0.0
|
|
|
|
|
micromark-factory-mdx-expression: 2.0.3
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.3
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
vfile-message: 4.0.3
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdx-md@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdxjs-esm@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-core-commonmark: 2.0.3
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.3
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
unist-util-position-from-estree: 2.0.0
|
|
|
|
|
vfile-message: 4.0.3
|
|
|
|
|
|
|
|
|
|
micromark-extension-mdxjs@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn: 8.16.0
|
|
|
|
|
acorn-jsx: 5.3.2(acorn@8.16.0)
|
|
|
|
|
micromark-extension-mdx-expression: 3.0.1
|
|
|
|
|
micromark-extension-mdx-jsx: 3.0.2
|
|
|
|
|
micromark-extension-mdx-md: 2.0.0
|
|
|
|
|
micromark-extension-mdxjs-esm: 3.0.0
|
|
|
|
|
micromark-util-combine-extensions: 2.0.1
|
|
|
|
|
micromark-util-types: 2.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
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-factory-mdx-expression@2.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
micromark-factory-space: 2.0.1
|
|
|
|
|
micromark-util-character: 2.1.1
|
|
|
|
|
micromark-util-events-to-acorn: 2.0.3
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
unist-util-position-from-estree: 2.0.0
|
|
|
|
|
vfile-message: 4.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
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
micromark-util-events-to-acorn@2.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
'@types/unist': 3.0.3
|
|
|
|
|
devlop: 1.1.0
|
|
|
|
|
estree-util-visit: 2.0.0
|
|
|
|
|
micromark-util-symbol: 2.0.1
|
|
|
|
|
micromark-util-types: 2.0.2
|
|
|
|
|
vfile-message: 4.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
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
min-indent@1.0.1: {}
|
|
|
|
|
|
|
|
|
|
minimatch@10.2.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
brace-expansion: 5.0.5
|
|
|
|
|
|
2026-02-19 09:09:40 -06:00
|
|
|
minimist@1.2.8: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
minipass@7.1.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
mlly@1.8.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
acorn: 8.16.0
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
pkg-types: 1.3.1
|
|
|
|
|
ufo: 1.6.3
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
mri@1.2.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
ms@2.1.3: {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
multer@2.1.1:
|
2026-02-20 10:33:36 -06:00
|
|
|
dependencies:
|
|
|
|
|
append-field: 1.0.0
|
|
|
|
|
busboy: 1.6.0
|
|
|
|
|
concat-stream: 2.0.0
|
|
|
|
|
type-is: 1.6.18
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
nanoid@3.3.11: {}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
nanoid@5.1.7: {}
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
nanostores@1.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
negotiator@1.0.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
next-tick@1.1.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
node-releases@2.0.27: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
object-assign@4.1.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
open@10.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
default-browser: 5.5.0
|
|
|
|
|
define-lazy-prop: 3.0.0
|
|
|
|
|
is-inside-container: 1.0.0
|
|
|
|
|
wsl-utils: 0.1.0
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
open@11.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
default-browser: 5.5.0
|
|
|
|
|
define-lazy-prop: 3.0.0
|
|
|
|
|
is-in-ssh: 1.0.0
|
|
|
|
|
is-inside-container: 1.0.0
|
|
|
|
|
powershell-utils: 0.1.0
|
|
|
|
|
wsl-utils: 0.3.1
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
outvariant@1.4.0: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
package-manager-detector@1.6.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
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
parse5@7.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
entities: 6.0.1
|
|
|
|
|
|
|
|
|
|
parse5@8.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
entities: 6.0.1
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
parseurl@1.3.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
path-data-parser@0.1.0: {}
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
path-key@3.1.1: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
path-parse@1.0.7: {}
|
2026-02-16 13:31:35 -06:00
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
path-scurry@2.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
lru-cache: 11.2.7
|
|
|
|
|
minipass: 7.1.3
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
path-to-regexp@8.3.0: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
pathe@2.0.3: {}
|
|
|
|
|
|
|
|
|
|
pathval@2.0.1: {}
|
|
|
|
|
|
2026-02-18 11:45:43 -06:00
|
|
|
pg-cloudflare@1.3.0:
|
|
|
|
|
optional: true
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
pg-connection-string@2.11.0: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
pg-int8@1.0.1: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
|
|
|
|
pg-pool@3.11.0(pg@8.18.0):
|
|
|
|
|
dependencies:
|
|
|
|
|
pg: 8.18.0
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
pg-protocol@1.11.0: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
pgpass@1.0.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
split2: 4.2.0
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
pkce-challenge@5.0.1: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
pkg-types@1.3.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
confbox: 0.1.8
|
|
|
|
|
mlly: 1.8.1
|
|
|
|
|
pathe: 2.0.3
|
|
|
|
|
|
2026-03-09 16:41:30 +00:00
|
|
|
playwright-core@1.58.2: {}
|
|
|
|
|
|
|
|
|
|
playwright@1.58.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
playwright-core: 1.58.2
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
fsevents: 2.3.2
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
points-on-curve@0.2.0: {}
|
|
|
|
|
|
|
|
|
|
points-on-path@0.2.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
path-data-parser: 0.1.0
|
|
|
|
|
points-on-curve: 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
|
|
|
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-03-06 15:28:32 +00:00
|
|
|
postgres-array@2.0.0: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
postgres-bytea@1.0.1: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
postgres-date@1.0.7: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
|
|
|
|
postgres-interval@1.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
xtend: 4.0.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
postgres@3.4.8: {}
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
powershell-utils@0.1.0: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
pretty-format@27.5.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
ansi-regex: 5.0.1
|
|
|
|
|
ansi-styles: 5.2.0
|
|
|
|
|
react-is: 17.0.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
prismjs@1.30.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
process-warning@5.0.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
prop-types@15.8.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
loose-envify: 1.4.0
|
|
|
|
|
object-assign: 4.1.1
|
|
|
|
|
react-is: 16.13.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
|
|
|
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-03-17 15:08:56 -05:00
|
|
|
punycode@2.3.1: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
react-devtools-inline@4.4.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
es6-symbol: 3.1.4
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
react-docgen-typescript@2.4.0(typescript@5.9.3):
|
|
|
|
|
dependencies:
|
|
|
|
|
typescript: 5.9.3
|
|
|
|
|
|
|
|
|
|
react-docgen@8.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/core': 7.29.0
|
|
|
|
|
'@babel/traverse': 7.29.0
|
|
|
|
|
'@babel/types': 7.29.0
|
|
|
|
|
'@types/babel__core': 7.20.5
|
|
|
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
|
'@types/doctrine': 0.0.9
|
|
|
|
|
'@types/resolve': 1.20.2
|
|
|
|
|
doctrine: 3.0.0
|
|
|
|
|
resolve: 1.22.11
|
|
|
|
|
strip-indent: 4.1.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- supports-color
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react-dom@19.2.4(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
scheduler: 0.27.0
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
react-error-boundary@3.1.4(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/runtime': 7.28.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
|
|
|
|
react-hook-form@7.71.1(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
|
|
|
|
react-is@16.13.1: {}
|
|
|
|
|
|
|
|
|
|
react-is@17.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
|
|
|
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-04-08 07:07:49 -05:00
|
|
|
react-textarea-autosize@8.5.9(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@babel/runtime': 7.28.6
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
use-composed-ref: 1.4.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
use-latest: 1.3.0(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@types/react'
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
react@19.2.4: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
readable-stream@3.6.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
inherits: 2.0.4
|
|
|
|
|
string_decoder: 1.3.0
|
|
|
|
|
util-deprecate: 1.0.2
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
readdirp@4.1.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
real-require@0.2.0: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
recast@0.23.11:
|
|
|
|
|
dependencies:
|
|
|
|
|
ast-types: 0.16.1
|
|
|
|
|
esprima: 4.0.1
|
|
|
|
|
source-map: 0.6.1
|
|
|
|
|
tiny-invariant: 1.3.3
|
|
|
|
|
tslib: 2.8.1
|
|
|
|
|
|
|
|
|
|
redent@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
indent-string: 4.0.0
|
|
|
|
|
strip-indent: 3.0.0
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
remark-gfm@4.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
mdast-util-gfm: 3.1.0
|
|
|
|
|
micromark-extension-gfm: 3.0.0
|
|
|
|
|
remark-parse: 11.0.0
|
|
|
|
|
remark-stringify: 11.0.0
|
|
|
|
|
unified: 11.0.5
|
|
|
|
|
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
|
|
|
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
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
remark-stringify@11.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/mdast': 4.0.4
|
|
|
|
|
mdast-util-to-markdown: 2.1.2
|
|
|
|
|
unified: 11.0.5
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
require-from-string@2.0.2: {}
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
resolve-pkg-maps@1.0.0: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
resolve@1.22.11:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-core-module: 2.16.1
|
|
|
|
|
path-parse: 1.0.7
|
|
|
|
|
supports-preserve-symlinks-flag: 1.0.0
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
robust-predicates@3.0.2: {}
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup@4.60.1:
|
2026-02-16 13:31:35 -06:00
|
|
|
dependencies:
|
|
|
|
|
'@types/estree': 1.0.8
|
|
|
|
|
optionalDependencies:
|
2026-04-07 22:35:57 +00:00
|
|
|
'@rollup/rollup-android-arm-eabi': 4.60.1
|
|
|
|
|
'@rollup/rollup-android-arm64': 4.60.1
|
|
|
|
|
'@rollup/rollup-darwin-arm64': 4.60.1
|
|
|
|
|
'@rollup/rollup-darwin-x64': 4.60.1
|
|
|
|
|
'@rollup/rollup-freebsd-arm64': 4.60.1
|
|
|
|
|
'@rollup/rollup-freebsd-x64': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-arm64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-arm64-musl': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-loong64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-loong64-musl': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-ppc64-musl': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-riscv64-musl': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-s390x-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-x64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-linux-x64-musl': 4.60.1
|
|
|
|
|
'@rollup/rollup-openbsd-x64': 4.60.1
|
|
|
|
|
'@rollup/rollup-openharmony-arm64': 4.60.1
|
|
|
|
|
'@rollup/rollup-win32-arm64-msvc': 4.60.1
|
|
|
|
|
'@rollup/rollup-win32-ia32-msvc': 4.60.1
|
|
|
|
|
'@rollup/rollup-win32-x64-gnu': 4.60.1
|
|
|
|
|
'@rollup/rollup-win32-x64-msvc': 4.60.1
|
2026-02-16 13:31:35 -06:00
|
|
|
fsevents: 2.3.3
|
|
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
rou3@0.7.12: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
roughjs@4.6.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
hachure-fill: 0.5.2
|
|
|
|
|
path-data-parser: 0.1.0
|
|
|
|
|
points-on-curve: 0.2.0
|
|
|
|
|
points-on-path: 0.2.1
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
run-applescript@7.1.0: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
rw@1.3.3: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
sade@1.8.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
mri: 1.2.0
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
safe-buffer@5.2.1: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
safe-stable-stringify@2.5.0: {}
|
|
|
|
|
|
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
saxes@6.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
xmlchars: 2.2.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
semver@7.7.4: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-20 14:46:31 -05:00
|
|
|
sharp@0.34.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@img/colour': 1.1.0
|
|
|
|
|
detect-libc: 2.1.2
|
|
|
|
|
semver: 7.7.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@img/sharp-darwin-arm64': 0.34.5
|
|
|
|
|
'@img/sharp-darwin-x64': 0.34.5
|
|
|
|
|
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
|
|
|
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
|
|
|
'@img/sharp-linux-arm': 0.34.5
|
|
|
|
|
'@img/sharp-linux-arm64': 0.34.5
|
|
|
|
|
'@img/sharp-linux-ppc64': 0.34.5
|
|
|
|
|
'@img/sharp-linux-riscv64': 0.34.5
|
|
|
|
|
'@img/sharp-linux-s390x': 0.34.5
|
|
|
|
|
'@img/sharp-linux-x64': 0.34.5
|
|
|
|
|
'@img/sharp-linuxmusl-arm64': 0.34.5
|
|
|
|
|
'@img/sharp-linuxmusl-x64': 0.34.5
|
|
|
|
|
'@img/sharp-wasm32': 0.34.5
|
|
|
|
|
'@img/sharp-win32-arm64': 0.34.5
|
|
|
|
|
'@img/sharp-win32-ia32': 0.34.5
|
|
|
|
|
'@img/sharp-win32-x64': 0.34.5
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
shebang-command@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
shebang-regex: 3.0.0
|
|
|
|
|
|
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
static-browser-server@1.0.3:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@open-draft/deferred-promise': 2.2.0
|
|
|
|
|
dotenv: 16.6.1
|
|
|
|
|
mime-db: 1.54.0
|
|
|
|
|
outvariant: 1.4.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
statuses@2.0.2: {}
|
|
|
|
|
|
|
|
|
|
std-env@3.10.0: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
storybook@10.3.5(@testing-library/dom@10.4.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@storybook/global': 5.0.0
|
|
|
|
|
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
|
'@testing-library/jest-dom': 6.9.1
|
|
|
|
|
'@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1)
|
|
|
|
|
'@vitest/expect': 3.2.4
|
|
|
|
|
'@vitest/spy': 3.2.4
|
|
|
|
|
'@webcontainer/env': 1.1.1
|
|
|
|
|
esbuild: 0.27.3
|
|
|
|
|
open: 10.2.0
|
|
|
|
|
recast: 0.23.11
|
|
|
|
|
semver: 7.7.4
|
|
|
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
|
|
|
ws: 8.19.0
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@testing-library/dom'
|
|
|
|
|
- bufferutil
|
|
|
|
|
- react
|
|
|
|
|
- react-dom
|
|
|
|
|
- utf-8-validate
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
streamsearch@1.1.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
strict-event-emitter@0.4.6: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
string_decoder@1.3.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
safe-buffer: 5.2.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
|
|
|
stringify-entities@4.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
character-entities-html4: 2.1.0
|
|
|
|
|
character-entities-legacy: 3.0.0
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
strip-bom@3.0.0: {}
|
|
|
|
|
|
|
|
|
|
strip-indent@3.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
min-indent: 1.0.1
|
|
|
|
|
|
|
|
|
|
strip-indent@4.1.1: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
strnum@2.1.2: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
style-mod@4.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
|
|
|
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-03-07 15:18:23 -06:00
|
|
|
stylis@4.3.6: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
|
|
|
|
|
|
symbol-tree@3.2.4: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
tabbable@6.4.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: {}
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
tiny-invariant@1.3.3: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
tinybench@2.9.0: {}
|
|
|
|
|
|
|
|
|
|
tinyexec@0.3.2: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
tinyexec@1.0.2: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
tldts-core@7.0.26: {}
|
|
|
|
|
|
|
|
|
|
tldts@7.0.26:
|
2026-03-03 14:46:16 -06:00
|
|
|
dependencies:
|
2026-03-17 15:08:56 -05:00
|
|
|
tldts-core: 7.0.26
|
2026-03-03 14:46:16 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
toidentifier@1.0.1: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
tough-cookie@6.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
tldts: 7.0.26
|
|
|
|
|
|
|
|
|
|
tr46@6.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
punycode: 2.3.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: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
ts-dedent@2.2.0: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
tsconfig-paths@4.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
json5: 2.2.3
|
|
|
|
|
minimist: 1.2.8
|
|
|
|
|
strip-bom: 3.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
|
|
|
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
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
type-is@1.6.18:
|
|
|
|
|
dependencies:
|
|
|
|
|
media-typer: 0.3.0
|
|
|
|
|
mime-types: 2.1.35
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
type-is@2.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
content-type: 1.0.5
|
|
|
|
|
media-typer: 1.1.0
|
|
|
|
|
mime-types: 3.0.2
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
type@2.7.3: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
typedarray@0.0.6: {}
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
typescript@5.9.3: {}
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
ufo@1.6.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: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
undici-types@7.24.4: {}
|
|
|
|
|
|
|
|
|
|
undici@7.24.4: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
unidiff@1.0.4:
|
|
|
|
|
dependencies:
|
|
|
|
|
diff: 5.2.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
|
|
|
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
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
unist-util-position-from-estree@2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@types/unist': 3.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
|
|
|
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: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
unplugin@2.3.11:
|
|
|
|
|
dependencies:
|
|
|
|
|
'@jridgewell/remapping': 2.3.5
|
|
|
|
|
acorn: 8.16.0
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
webpack-virtual-modules: 0.6.2
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
use-composed-ref@1.4.0(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
use-effect-event@2.0.3(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
|
|
|
|
|
use-isomorphic-layout-effect@1.2.1(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
|
|
|
|
use-latest@1.3.0(@types/react@19.2.14)(react@19.2.4):
|
|
|
|
|
dependencies:
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
use-isomorphic-layout-effect: 1.2.1(@types/react@19.2.14)(react@19.2.4)
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
|
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-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-03-07 15:18:23 -06:00
|
|
|
uuid@11.1.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
uvu@0.5.6:
|
|
|
|
|
dependencies:
|
|
|
|
|
dequal: 2.0.3
|
|
|
|
|
diff: 5.2.2
|
|
|
|
|
kleur: 4.1.5
|
|
|
|
|
sade: 1.8.1
|
|
|
|
|
|
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-03-06 15:28:32 +00:00
|
|
|
vite-node@3.2.4(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
2026-03-05 15:24:20 +01:00
|
|
|
dependencies:
|
|
|
|
|
cac: 6.7.14
|
|
|
|
|
debug: 4.4.3
|
|
|
|
|
es-module-lexer: 1.7.0
|
|
|
|
|
pathe: 2.0.3
|
2026-03-06 15:28:32 +00:00
|
|
|
vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-03-05 15:24:20 +01:00
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@types/node'
|
|
|
|
|
- jiti
|
|
|
|
|
- less
|
|
|
|
|
- lightningcss
|
|
|
|
|
- sass
|
|
|
|
|
- sass-embedded
|
|
|
|
|
- stylus
|
|
|
|
|
- sugarss
|
|
|
|
|
- supports-color
|
|
|
|
|
- terser
|
|
|
|
|
- tsx
|
|
|
|
|
- yaml
|
|
|
|
|
|
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
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
2026-03-05 15:24:20 +01:00
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.25.12
|
|
|
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
postcss: 8.5.6
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-03-05 15:24:20 +01:00
|
|
|
tinyglobby: 0.2.15
|
|
|
|
|
optionalDependencies:
|
2026-03-06 15:28:32 +00:00
|
|
|
'@types/node': 24.12.0
|
2026-03-05 15:24:20 +01:00
|
|
|
fsevents: 2.3.3
|
|
|
|
|
jiti: 2.6.1
|
|
|
|
|
lightningcss: 1.30.2
|
|
|
|
|
tsx: 4.21.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-03-06 15:28:32 +00:00
|
|
|
vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
2026-03-05 15:24:20 +01:00
|
|
|
dependencies:
|
|
|
|
|
esbuild: 0.27.3
|
|
|
|
|
fdir: 6.5.0(picomatch@4.0.3)
|
|
|
|
|
picomatch: 4.0.3
|
|
|
|
|
postcss: 8.5.6
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-03-05 15:24:20 +01:00
|
|
|
tinyglobby: 0.2.15
|
|
|
|
|
optionalDependencies:
|
2026-03-06 15:28:32 +00:00
|
|
|
'@types/node': 24.12.0
|
2026-03-05 15:24:20 +01:00
|
|
|
fsevents: 2.3.3
|
|
|
|
|
jiti: 2.6.1
|
|
|
|
|
lightningcss: 1.30.2
|
|
|
|
|
tsx: 4.21.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
2026-04-07 22:35:57 +00:00
|
|
|
rollup: 4.60.1
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.12.0)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.1))(lightningcss@1.30.2)(tsx@4.21.0):
|
2026-03-05 15:24:20 +01:00
|
|
|
dependencies:
|
|
|
|
|
'@types/chai': 5.2.3
|
|
|
|
|
'@vitest/expect': 3.2.4
|
2026-03-06 15:28:32 +00:00
|
|
|
'@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
2026-03-05 15:24:20 +01:00
|
|
|
'@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
|
2026-03-06 15:28:32 +00:00
|
|
|
vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
|
|
|
|
vite-node: 3.2.4(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)
|
2026-03-05 15:24:20 +01:00
|
|
|
why-is-node-running: 2.3.0
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/debug': 4.1.12
|
2026-03-06 15:28:32 +00:00
|
|
|
'@types/node': 24.12.0
|
2026-03-17 15:08:56 -05:00
|
|
|
jsdom: 28.1.0(@noble/hashes@2.0.1)
|
2026-03-05 15:24:20 +01:00
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- jiti
|
|
|
|
|
- less
|
|
|
|
|
- lightningcss
|
|
|
|
|
- msw
|
|
|
|
|
- sass
|
|
|
|
|
- sass-embedded
|
|
|
|
|
- stylus
|
|
|
|
|
- sugarss
|
|
|
|
|
- supports-color
|
|
|
|
|
- terser
|
|
|
|
|
- tsx
|
|
|
|
|
- yaml
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
vitest@3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@2.0.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
|
2026-03-17 15:08:56 -05:00
|
|
|
jsdom: 28.1.0(@noble/hashes@2.0.1)
|
2026-02-16 13:31:35 -06:00
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- jiti
|
|
|
|
|
- less
|
|
|
|
|
- lightningcss
|
|
|
|
|
- msw
|
|
|
|
|
- sass
|
|
|
|
|
- sass-embedded
|
|
|
|
|
- stylus
|
|
|
|
|
- sugarss
|
|
|
|
|
- supports-color
|
|
|
|
|
- terser
|
|
|
|
|
- tsx
|
|
|
|
|
- yaml
|
|
|
|
|
|
2026-03-07 15:18:23 -06:00
|
|
|
vscode-jsonrpc@8.2.0: {}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-protocol@3.17.5:
|
|
|
|
|
dependencies:
|
|
|
|
|
vscode-jsonrpc: 8.2.0
|
|
|
|
|
vscode-languageserver-types: 3.17.5
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-textdocument@1.0.12: {}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver-types@3.17.5: {}
|
|
|
|
|
|
|
|
|
|
vscode-languageserver@9.0.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
vscode-languageserver-protocol: 3.17.5
|
|
|
|
|
|
|
|
|
|
vscode-uri@3.1.0: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
w3c-keyname@2.2.8: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
w3c-xmlserializer@5.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
xml-name-validator: 5.0.0
|
|
|
|
|
|
|
|
|
|
webidl-conversions@8.0.1: {}
|
|
|
|
|
|
2026-04-20 12:15:59 -05:00
|
|
|
webpack-virtual-modules@0.6.2: {}
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
whatwg-mimetype@5.0.0: {}
|
|
|
|
|
|
|
|
|
|
whatwg-url@16.0.1(@noble/hashes@2.0.1):
|
|
|
|
|
dependencies:
|
|
|
|
|
'@exodus/bytes': 1.15.0(@noble/hashes@2.0.1)
|
|
|
|
|
tr46: 6.0.0
|
|
|
|
|
webidl-conversions: 8.0.1
|
|
|
|
|
transitivePeerDependencies:
|
|
|
|
|
- '@noble/hashes'
|
|
|
|
|
|
2026-03-03 14:46:16 -06:00
|
|
|
which@2.0.2:
|
|
|
|
|
dependencies:
|
|
|
|
|
isexe: 2.0.0
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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-04-20 12:15:59 -05:00
|
|
|
wsl-utils@0.1.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-wsl: 3.1.1
|
|
|
|
|
|
2026-03-03 11:22:18 -06:00
|
|
|
wsl-utils@0.3.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
is-wsl: 3.1.1
|
|
|
|
|
powershell-utils: 0.1.0
|
|
|
|
|
|
2026-03-17 15:08:56 -05:00
|
|
|
xml-name-validator@5.0.0: {}
|
|
|
|
|
|
|
|
|
|
xmlchars@2.2.0: {}
|
|
|
|
|
|
2026-02-20 10:33:36 -06:00
|
|
|
xtend@4.0.2: {}
|
2026-02-18 11:45:43 -06:00
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
yallist@3.1.1: {}
|
|
|
|
|
|
Add MarkdownEditor component, asset image upload, and rich description editing
Introduce MarkdownEditor built on @mdxeditor/editor with headings,
lists, links, quotes, image upload with drag-and-drop, and themed CSS
integration. Add asset image upload API (routes, service, storage) and
wire image upload into InlineEditor multiline mode, NewIssueDialog,
NewProjectDialog, GoalDetail, IssueDetail, and ProjectDetail
description fields. Tighten prompt template editor styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:50:45 -06:00
|
|
|
yjs@13.6.29:
|
|
|
|
|
dependencies:
|
|
|
|
|
lib0: 0.2.117
|
|
|
|
|
|
2026-04-07 22:35:57 +00:00
|
|
|
zod-to-json-schema@3.25.2(zod@3.25.76):
|
|
|
|
|
dependencies:
|
|
|
|
|
zod: 3.25.76
|
|
|
|
|
|
2026-02-16 13:31:35 -06:00
|
|
|
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
|
|
|
|
feat: add auth/access foundation - deps, DB schema, shared types, and config
Add Better Auth, drizzle-orm, @dnd-kit, and remark-gfm dependencies.
Introduce DB schema for auth tables (user, session, account, verification),
company memberships, instance user roles, permission grants, invites, and
join requests. Add assigneeUserId to issues. Extend shared config schema
with deployment mode/exposure/auth settings, add access types and validators,
and wire up new API path constants.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:40:16 -06:00
|
|
|
zod@4.3.6: {}
|
|
|
|
|
|
2026-04-08 07:07:49 -05:00
|
|
|
zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)):
|
|
|
|
|
optionalDependencies:
|
|
|
|
|
'@types/react': 19.2.14
|
|
|
|
|
react: 19.2.4
|
|
|
|
|
use-sync-external-store: 1.6.0(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
|
|
|
zwitch@2.0.4: {}
|