@growthub/cli 0.3.13 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +190 -186
- package/dist/index.js.map +1 -1
- package/dist/runtime/server/dist/adapters/codex-models.d.ts +4 -0
- package/dist/runtime/server/dist/adapters/codex-models.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/codex-models.js +98 -0
- package/dist/runtime/server/dist/adapters/codex-models.js.map +1 -0
- package/dist/runtime/server/dist/adapters/cursor-models.d.ts +13 -0
- package/dist/runtime/server/dist/adapters/cursor-models.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/cursor-models.js +148 -0
- package/dist/runtime/server/dist/adapters/cursor-models.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/execute.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/execute.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/execute.js +39 -0
- package/dist/runtime/server/dist/adapters/http/execute.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/index.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/index.js +20 -0
- package/dist/runtime/server/dist/adapters/http/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/http/test.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/http/test.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/http/test.js +106 -0
- package/dist/runtime/server/dist/adapters/http/test.js.map +1 -0
- package/dist/runtime/server/dist/adapters/index.d.ts +4 -0
- package/dist/runtime/server/dist/adapters/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/index.js +3 -0
- package/dist/runtime/server/dist/adapters/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/execute.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/execute.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/execute.js +63 -0
- package/dist/runtime/server/dist/adapters/process/execute.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/index.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/index.js +23 -0
- package/dist/runtime/server/dist/adapters/process/index.js.map +1 -0
- package/dist/runtime/server/dist/adapters/process/test.d.ts +3 -0
- package/dist/runtime/server/dist/adapters/process/test.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/process/test.js +77 -0
- package/dist/runtime/server/dist/adapters/process/test.js.map +1 -0
- package/dist/runtime/server/dist/adapters/registry.d.ts +9 -0
- package/dist/runtime/server/dist/adapters/registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/registry.js +142 -0
- package/dist/runtime/server/dist/adapters/registry.js.map +1 -0
- package/dist/runtime/server/dist/adapters/types.d.ts +2 -0
- package/dist/runtime/server/dist/adapters/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/types.js +2 -0
- package/dist/runtime/server/dist/adapters/types.js.map +1 -0
- package/dist/runtime/server/dist/adapters/utils.d.ts +10 -0
- package/dist/runtime/server/dist/adapters/utils.d.ts.map +1 -0
- package/dist/runtime/server/dist/adapters/utils.js +14 -0
- package/dist/runtime/server/dist/adapters/utils.js.map +1 -0
- package/dist/runtime/server/dist/agent-auth-jwt.d.ts +14 -0
- package/dist/runtime/server/dist/agent-auth-jwt.d.ts.map +1 -0
- package/dist/runtime/server/dist/agent-auth-jwt.js +117 -0
- package/dist/runtime/server/dist/agent-auth-jwt.js.map +1 -0
- package/dist/runtime/server/dist/app.d.ts +26 -0
- package/dist/runtime/server/dist/app.d.ts.map +1 -0
- package/dist/runtime/server/dist/app.js +371 -0
- package/dist/runtime/server/dist/app.js.map +1 -0
- package/dist/runtime/server/dist/attachment-types.d.ts +33 -0
- package/dist/runtime/server/dist/attachment-types.d.ts.map +1 -0
- package/dist/runtime/server/dist/attachment-types.js +67 -0
- package/dist/runtime/server/dist/attachment-types.js.map +1 -0
- package/dist/runtime/server/dist/auth/better-auth.d.ts +24 -0
- package/dist/runtime/server/dist/auth/better-auth.d.ts.map +1 -0
- package/dist/runtime/server/dist/auth/better-auth.js +108 -0
- package/dist/runtime/server/dist/auth/better-auth.js.map +1 -0
- package/dist/runtime/server/dist/board-claim.d.ts +23 -0
- package/dist/runtime/server/dist/board-claim.d.ts.map +1 -0
- package/dist/runtime/server/dist/board-claim.js +115 -0
- package/dist/runtime/server/dist/board-claim.js.map +1 -0
- package/dist/runtime/server/dist/config-file.d.ts +4 -0
- package/dist/runtime/server/dist/config-file.d.ts.map +1 -0
- package/dist/runtime/server/dist/config-file.js +25 -0
- package/dist/runtime/server/dist/config-file.js.map +1 -0
- package/dist/runtime/server/dist/config.d.ts +39 -0
- package/dist/runtime/server/dist/config.d.ts.map +1 -0
- package/dist/runtime/server/dist/config.js +164 -0
- package/dist/runtime/server/dist/config.js.map +1 -0
- package/dist/runtime/server/dist/errors.d.ts +12 -0
- package/dist/runtime/server/dist/errors.d.ts.map +1 -0
- package/dist/runtime/server/dist/errors.js +28 -0
- package/dist/runtime/server/dist/errors.js.map +1 -0
- package/dist/runtime/server/dist/home-paths.d.ts +17 -0
- package/dist/runtime/server/dist/home-paths.d.ts.map +1 -0
- package/dist/runtime/server/dist/home-paths.js +75 -0
- package/dist/runtime/server/dist/home-paths.js.map +1 -0
- package/dist/runtime/server/dist/index.d.ts +10 -0
- package/dist/runtime/server/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/index.js +567 -0
- package/dist/runtime/server/dist/index.js.map +1 -0
- package/dist/runtime/server/dist/log-redaction.d.ts +10 -0
- package/dist/runtime/server/dist/log-redaction.d.ts.map +1 -0
- package/dist/runtime/server/dist/log-redaction.js +110 -0
- package/dist/runtime/server/dist/log-redaction.js.map +1 -0
- package/dist/runtime/server/dist/middleware/auth.d.ts +12 -0
- package/dist/runtime/server/dist/middleware/auth.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/auth.js +124 -0
- package/dist/runtime/server/dist/middleware/auth.js.map +1 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts +3 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.js +60 -0
- package/dist/runtime/server/dist/middleware/board-mutation-guard.js.map +1 -0
- package/dist/runtime/server/dist/middleware/error-handler.d.ts +17 -0
- package/dist/runtime/server/dist/middleware/error-handler.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/error-handler.js +37 -0
- package/dist/runtime/server/dist/middleware/error-handler.js.map +1 -0
- package/dist/runtime/server/dist/middleware/index.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/index.js +4 -0
- package/dist/runtime/server/dist/middleware/index.js.map +1 -0
- package/dist/runtime/server/dist/middleware/logger.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/logger.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/logger.js +87 -0
- package/dist/runtime/server/dist/middleware/logger.js.map +1 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts +11 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.js +78 -0
- package/dist/runtime/server/dist/middleware/private-hostname-guard.js.map +1 -0
- package/dist/runtime/server/dist/middleware/validate.d.ts +4 -0
- package/dist/runtime/server/dist/middleware/validate.d.ts.map +1 -0
- package/dist/runtime/server/dist/middleware/validate.js +7 -0
- package/dist/runtime/server/dist/middleware/validate.js.map +1 -0
- package/dist/runtime/server/dist/paths.d.ts +3 -0
- package/dist/runtime/server/dist/paths.d.ts.map +1 -0
- package/dist/runtime/server/dist/paths.js +31 -0
- package/dist/runtime/server/dist/paths.js.map +1 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.d.ts +28 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.d.ts.map +1 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.js +187 -0
- package/dist/runtime/server/dist/realtime/live-events-ws.js.map +1 -0
- package/dist/runtime/server/dist/redaction.d.ts +4 -0
- package/dist/runtime/server/dist/redaction.d.ts.map +1 -0
- package/dist/runtime/server/dist/redaction.js +63 -0
- package/dist/runtime/server/dist/redaction.js.map +1 -0
- package/dist/runtime/server/dist/routes/access.d.ts +56 -0
- package/dist/runtime/server/dist/routes/access.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/access.js +2125 -0
- package/dist/runtime/server/dist/routes/access.js.map +1 -0
- package/dist/runtime/server/dist/routes/activity.d.ts +3 -0
- package/dist/runtime/server/dist/routes/activity.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/activity.js +78 -0
- package/dist/runtime/server/dist/routes/activity.js.map +1 -0
- package/dist/runtime/server/dist/routes/agents.d.ts +3 -0
- package/dist/runtime/server/dist/routes/agents.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/agents.js +1485 -0
- package/dist/runtime/server/dist/routes/agents.js.map +1 -0
- package/dist/runtime/server/dist/routes/approvals.d.ts +3 -0
- package/dist/runtime/server/dist/routes/approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/approvals.js +275 -0
- package/dist/runtime/server/dist/routes/approvals.js.map +1 -0
- package/dist/runtime/server/dist/routes/assets.d.ts +4 -0
- package/dist/runtime/server/dist/routes/assets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/assets.js +309 -0
- package/dist/runtime/server/dist/routes/assets.js.map +1 -0
- package/dist/runtime/server/dist/routes/authz.d.ts +15 -0
- package/dist/runtime/server/dist/routes/authz.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/authz.js +40 -0
- package/dist/runtime/server/dist/routes/authz.js.map +1 -0
- package/dist/runtime/server/dist/routes/companies.d.ts +3 -0
- package/dist/runtime/server/dist/routes/companies.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/companies.js +196 -0
- package/dist/runtime/server/dist/routes/companies.js.map +1 -0
- package/dist/runtime/server/dist/routes/costs.d.ts +3 -0
- package/dist/runtime/server/dist/routes/costs.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/costs.js +268 -0
- package/dist/runtime/server/dist/routes/costs.js.map +1 -0
- package/dist/runtime/server/dist/routes/dashboard.d.ts +3 -0
- package/dist/runtime/server/dist/routes/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/dashboard.js +15 -0
- package/dist/runtime/server/dist/routes/dashboard.js.map +1 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.d.ts +3 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.js +165 -0
- package/dist/runtime/server/dist/routes/execution-workspaces.js.map +1 -0
- package/dist/runtime/server/dist/routes/goals.d.ts +3 -0
- package/dist/runtime/server/dist/routes/goals.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/goals.js +95 -0
- package/dist/runtime/server/dist/routes/goals.js.map +1 -0
- package/dist/runtime/server/dist/routes/gtm.d.ts +3 -0
- package/dist/runtime/server/dist/routes/gtm.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/gtm.js +555 -0
- package/dist/runtime/server/dist/routes/gtm.js.map +1 -0
- package/dist/runtime/server/dist/routes/health.d.ts +10 -0
- package/dist/runtime/server/dist/routes/health.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/health.js +53 -0
- package/dist/runtime/server/dist/routes/health.js.map +1 -0
- package/dist/runtime/server/dist/routes/index.d.ts +16 -0
- package/dist/runtime/server/dist/routes/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/index.js +16 -0
- package/dist/runtime/server/dist/routes/index.js.map +1 -0
- package/dist/runtime/server/dist/routes/instance-settings.d.ts +3 -0
- package/dist/runtime/server/dist/routes/instance-settings.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/instance-settings.js +46 -0
- package/dist/runtime/server/dist/routes/instance-settings.js.map +1 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts +9 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js +12 -0
- package/dist/runtime/server/dist/routes/issues-checkout-wakeup.js.map +1 -0
- package/dist/runtime/server/dist/routes/issues.d.ts +4 -0
- package/dist/runtime/server/dist/routes/issues.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/issues.js +1454 -0
- package/dist/runtime/server/dist/routes/issues.js.map +1 -0
- package/dist/runtime/server/dist/routes/llms.d.ts +3 -0
- package/dist/runtime/server/dist/routes/llms.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/llms.js +78 -0
- package/dist/runtime/server/dist/routes/llms.js.map +1 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts +69 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.js +411 -0
- package/dist/runtime/server/dist/routes/plugin-ui-static.js.map +1 -0
- package/dist/runtime/server/dist/routes/plugins.d.ts +120 -0
- package/dist/runtime/server/dist/routes/plugins.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/plugins.js +1784 -0
- package/dist/runtime/server/dist/routes/plugins.js.map +1 -0
- package/dist/runtime/server/dist/routes/projects.d.ts +3 -0
- package/dist/runtime/server/dist/routes/projects.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/projects.js +257 -0
- package/dist/runtime/server/dist/routes/projects.js.map +1 -0
- package/dist/runtime/server/dist/routes/secrets.d.ts +3 -0
- package/dist/runtime/server/dist/routes/secrets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/secrets.js +128 -0
- package/dist/runtime/server/dist/routes/secrets.js.map +1 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.d.ts +3 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.js +45 -0
- package/dist/runtime/server/dist/routes/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/dist/routes/tickets.d.ts +3 -0
- package/dist/runtime/server/dist/routes/tickets.d.ts.map +1 -0
- package/dist/runtime/server/dist/routes/tickets.js +112 -0
- package/dist/runtime/server/dist/routes/tickets.js.map +1 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts +5 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.js +21 -0
- package/dist/runtime/server/dist/secrets/external-stub-providers.js.map +1 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts +3 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.js +116 -0
- package/dist/runtime/server/dist/secrets/local-encrypted-provider.js.map +1 -0
- package/dist/runtime/server/dist/secrets/provider-registry.d.ts +5 -0
- package/dist/runtime/server/dist/secrets/provider-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/provider-registry.js +20 -0
- package/dist/runtime/server/dist/secrets/provider-registry.js.map +1 -0
- package/dist/runtime/server/dist/secrets/types.d.ts +21 -0
- package/dist/runtime/server/dist/secrets/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/secrets/types.js +2 -0
- package/dist/runtime/server/dist/secrets/types.js.map +1 -0
- package/dist/runtime/server/dist/services/access.d.ts +93 -0
- package/dist/runtime/server/dist/services/access.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/access.js +231 -0
- package/dist/runtime/server/dist/services/access.js.map +1 -0
- package/dist/runtime/server/dist/services/activity-log.d.ts +17 -0
- package/dist/runtime/server/dist/services/activity-log.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/activity-log.js +68 -0
- package/dist/runtime/server/dist/services/activity-log.js.map +1 -0
- package/dist/runtime/server/dist/services/activity.d.ts +764 -0
- package/dist/runtime/server/dist/services/activity.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/activity.js +105 -0
- package/dist/runtime/server/dist/services/activity.js.map +1 -0
- package/dist/runtime/server/dist/services/agent-permissions.d.ts +6 -0
- package/dist/runtime/server/dist/services/agent-permissions.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/agent-permissions.js +18 -0
- package/dist/runtime/server/dist/services/agent-permissions.js.map +1 -0
- package/dist/runtime/server/dist/services/agents.d.ts +1670 -0
- package/dist/runtime/server/dist/services/agents.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/agents.js +572 -0
- package/dist/runtime/server/dist/services/agents.js.map +1 -0
- package/dist/runtime/server/dist/services/approvals.d.ts +546 -0
- package/dist/runtime/server/dist/services/approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/approvals.js +206 -0
- package/dist/runtime/server/dist/services/approvals.js.map +1 -0
- package/dist/runtime/server/dist/services/assets.d.ts +33 -0
- package/dist/runtime/server/dist/services/assets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/assets.js +17 -0
- package/dist/runtime/server/dist/services/assets.js.map +1 -0
- package/dist/runtime/server/dist/services/budgets.d.ts +38 -0
- package/dist/runtime/server/dist/services/budgets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/budgets.js +784 -0
- package/dist/runtime/server/dist/services/budgets.js.map +1 -0
- package/dist/runtime/server/dist/services/companies.d.ts +124 -0
- package/dist/runtime/server/dist/services/companies.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/companies.js +256 -0
- package/dist/runtime/server/dist/services/companies.js.map +1 -0
- package/dist/runtime/server/dist/services/company-portability.d.ts +8 -0
- package/dist/runtime/server/dist/services/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/company-portability.js +869 -0
- package/dist/runtime/server/dist/services/company-portability.js.map +1 -0
- package/dist/runtime/server/dist/services/costs.d.ts +114 -0
- package/dist/runtime/server/dist/services/costs.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/costs.js +294 -0
- package/dist/runtime/server/dist/services/costs.js.map +1 -0
- package/dist/runtime/server/dist/services/cron.d.ts +80 -0
- package/dist/runtime/server/dist/services/cron.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/cron.js +300 -0
- package/dist/runtime/server/dist/services/cron.js.map +1 -0
- package/dist/runtime/server/dist/services/dashboard.d.ts +26 -0
- package/dist/runtime/server/dist/services/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/dashboard.js +98 -0
- package/dist/runtime/server/dist/services/dashboard.js.map +1 -0
- package/dist/runtime/server/dist/services/documents.d.ts +164 -0
- package/dist/runtime/server/dist/services/documents.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/documents.js +382 -0
- package/dist/runtime/server/dist/services/documents.js.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts +20 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.js +165 -0
- package/dist/runtime/server/dist/services/execution-workspace-policy.js.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspaces.d.ts +19 -0
- package/dist/runtime/server/dist/services/execution-workspaces.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/execution-workspaces.js +87 -0
- package/dist/runtime/server/dist/services/execution-workspaces.js.map +1 -0
- package/dist/runtime/server/dist/services/finance.d.ts +93 -0
- package/dist/runtime/server/dist/services/finance.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/finance.js +120 -0
- package/dist/runtime/server/dist/services/finance.js.map +1 -0
- package/dist/runtime/server/dist/services/goals.d.ts +433 -0
- package/dist/runtime/server/dist/services/goals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/goals.js +54 -0
- package/dist/runtime/server/dist/services/goals.js.map +1 -0
- package/dist/runtime/server/dist/services/gtm-state.d.ts +6 -0
- package/dist/runtime/server/dist/services/gtm-state.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/gtm-state.js +88 -0
- package/dist/runtime/server/dist/services/gtm-state.js.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts +2 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.js +30 -0
- package/dist/runtime/server/dist/services/heartbeat-run-summary.js.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat.d.ts +796 -0
- package/dist/runtime/server/dist/services/heartbeat.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/heartbeat.js +3046 -0
- package/dist/runtime/server/dist/services/heartbeat.js.map +1 -0
- package/dist/runtime/server/dist/services/hire-hook.d.ts +14 -0
- package/dist/runtime/server/dist/services/hire-hook.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/hire-hook.js +85 -0
- package/dist/runtime/server/dist/services/hire-hook.js.map +1 -0
- package/dist/runtime/server/dist/services/index.d.ts +30 -0
- package/dist/runtime/server/dist/services/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/index.js +30 -0
- package/dist/runtime/server/dist/services/index.js.map +1 -0
- package/dist/runtime/server/dist/services/instance-settings.d.ts +9 -0
- package/dist/runtime/server/dist/services/instance-settings.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/instance-settings.js +80 -0
- package/dist/runtime/server/dist/services/instance-settings.js.map +1 -0
- package/dist/runtime/server/dist/services/issue-approvals.d.ts +56 -0
- package/dist/runtime/server/dist/services/issue-approvals.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issue-approvals.js +153 -0
- package/dist/runtime/server/dist/services/issue-approvals.js.map +1 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts +15 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.js +15 -0
- package/dist/runtime/server/dist/services/issue-goal-fallback.js.map +1 -0
- package/dist/runtime/server/dist/services/issues.d.ts +536 -0
- package/dist/runtime/server/dist/services/issues.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/issues.js +1321 -0
- package/dist/runtime/server/dist/services/issues.js.map +1 -0
- package/dist/runtime/server/dist/services/live-events.d.ts +17 -0
- package/dist/runtime/server/dist/services/live-events.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/live-events.js +33 -0
- package/dist/runtime/server/dist/services/live-events.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts +108 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.js +268 -0
- package/dist/runtime/server/dist/services/plugin-capability-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.d.ts +26 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.js +41 -0
- package/dist/runtime/server/dist/services/plugin-config-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts +30 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.js +241 -0
- package/dist/runtime/server/dist/services/plugin-dev-watcher.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.d.ts +149 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.js +258 -0
- package/dist/runtime/server/dist/services/plugin-event-bus.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts +14 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js +37 -0
- package/dist/runtime/server/dist/services/plugin-host-service-cleanup.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-services.d.ts +13 -0
- package/dist/runtime/server/dist/services/plugin-host-services.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-host-services.js +969 -0
- package/dist/runtime/server/dist/services/plugin-host-services.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts +81 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.js +172 -0
- package/dist/runtime/server/dist/services/plugin-job-coordinator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts +163 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.js +454 -0
- package/dist/runtime/server/dist/services/plugin-job-scheduler.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-store.d.ts +208 -0
- package/dist/runtime/server/dist/services/plugin-job-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-job-store.js +350 -0
- package/dist/runtime/server/dist/services/plugin-job-store.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts +203 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.js +476 -0
- package/dist/runtime/server/dist/services/plugin-lifecycle.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-loader.d.ts +441 -0
- package/dist/runtime/server/dist/services/plugin-loader.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-loader.js +1192 -0
- package/dist/runtime/server/dist/services/plugin-loader.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.d.ts +20 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.js +63 -0
- package/dist/runtime/server/dist/services/plugin-log-retention.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts +79 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.js +84 -0
- package/dist/runtime/server/dist/services/plugin-manifest-validator.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-registry.d.ts +2542 -0
- package/dist/runtime/server/dist/services/plugin-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-registry.js +539 -0
- package/dist/runtime/server/dist/services/plugin-registry.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts +40 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js +154 -0
- package/dist/runtime/server/dist/services/plugin-runtime-sandbox.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts +81 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.js +275 -0
- package/dist/runtime/server/dist/services/plugin-secrets-handler.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-state-store.d.ts +92 -0
- package/dist/runtime/server/dist/services/plugin-state-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-state-store.js +190 -0
- package/dist/runtime/server/dist/services/plugin-state-store.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts +29 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.js +48 -0
- package/dist/runtime/server/dist/services/plugin-stream-bus.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts +180 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js +224 -0
- package/dist/runtime/server/dist/services/plugin-tool-dispatcher.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts +192 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.js +224 -0
- package/dist/runtime/server/dist/services/plugin-tool-registry.js.map +1 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts +260 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.js +835 -0
- package/dist/runtime/server/dist/services/plugin-worker-manager.js.map +1 -0
- package/dist/runtime/server/dist/services/projects.d.ts +87 -0
- package/dist/runtime/server/dist/services/projects.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/projects.js +656 -0
- package/dist/runtime/server/dist/services/projects.js.map +1 -0
- package/dist/runtime/server/dist/services/quota-windows.d.ts +9 -0
- package/dist/runtime/server/dist/services/quota-windows.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/quota-windows.js +56 -0
- package/dist/runtime/server/dist/services/quota-windows.js.map +1 -0
- package/dist/runtime/server/dist/services/run-log-store.d.ts +34 -0
- package/dist/runtime/server/dist/services/run-log-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/run-log-store.js +109 -0
- package/dist/runtime/server/dist/services/run-log-store.js.map +1 -0
- package/dist/runtime/server/dist/services/secrets.d.ts +510 -0
- package/dist/runtime/server/dist/services/secrets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/secrets.js +288 -0
- package/dist/runtime/server/dist/services/secrets.js.map +1 -0
- package/dist/runtime/server/dist/services/sidebar-badges.d.ts +9 -0
- package/dist/runtime/server/dist/services/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/sidebar-badges.js +33 -0
- package/dist/runtime/server/dist/services/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/dist/services/tickets.d.ts +1869 -0
- package/dist/runtime/server/dist/services/tickets.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/tickets.js +78 -0
- package/dist/runtime/server/dist/services/tickets.js.map +1 -0
- package/dist/runtime/server/dist/services/work-products.d.ts +14 -0
- package/dist/runtime/server/dist/services/work-products.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/work-products.js +100 -0
- package/dist/runtime/server/dist/services/work-products.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts +33 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.js +110 -0
- package/dist/runtime/server/dist/services/workspace-operation-log-store.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operations.d.ts +44 -0
- package/dist/runtime/server/dist/services/workspace-operations.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-operations.js +204 -0
- package/dist/runtime/server/dist/services/workspace-operations.js.map +1 -0
- package/dist/runtime/server/dist/services/workspace-runtime.d.ts +164 -0
- package/dist/runtime/server/dist/services/workspace-runtime.d.ts.map +1 -0
- package/dist/runtime/server/dist/services/workspace-runtime.js +1235 -0
- package/dist/runtime/server/dist/services/workspace-runtime.js.map +1 -0
- package/dist/runtime/server/dist/startup-banner.d.ts +31 -0
- package/dist/runtime/server/dist/startup-banner.d.ts.map +1 -0
- package/dist/runtime/server/dist/startup-banner.js +117 -0
- package/dist/runtime/server/dist/startup-banner.js.map +1 -0
- package/dist/runtime/server/dist/storage/index.d.ts +6 -0
- package/dist/runtime/server/dist/storage/index.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/index.js +29 -0
- package/dist/runtime/server/dist/storage/index.js.map +1 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.d.ts +3 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.js +79 -0
- package/dist/runtime/server/dist/storage/local-disk-provider.js.map +1 -0
- package/dist/runtime/server/dist/storage/provider-registry.d.ts +4 -0
- package/dist/runtime/server/dist/storage/provider-registry.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/provider-registry.js +15 -0
- package/dist/runtime/server/dist/storage/provider-registry.js.map +1 -0
- package/dist/runtime/server/dist/storage/s3-provider.d.ts +11 -0
- package/dist/runtime/server/dist/storage/s3-provider.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/s3-provider.js +123 -0
- package/dist/runtime/server/dist/storage/s3-provider.js.map +1 -0
- package/dist/runtime/server/dist/storage/service.d.ts +3 -0
- package/dist/runtime/server/dist/storage/service.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/service.js +120 -0
- package/dist/runtime/server/dist/storage/service.js.map +1 -0
- package/dist/runtime/server/dist/storage/types.d.ts +55 -0
- package/dist/runtime/server/dist/storage/types.d.ts.map +1 -0
- package/dist/runtime/server/dist/storage/types.js +2 -0
- package/dist/runtime/server/dist/storage/types.js.map +1 -0
- package/dist/runtime/server/dist/ui-branding.d.ts +14 -0
- package/dist/runtime/server/dist/ui-branding.d.ts.map +1 -0
- package/dist/runtime/server/dist/ui-branding.js +189 -0
- package/dist/runtime/server/dist/ui-branding.js.map +1 -0
- package/dist/runtime/server/dist/version.d.ts +2 -0
- package/dist/runtime/server/dist/version.d.ts.map +1 -0
- package/dist/runtime/server/dist/version.js +5 -0
- package/dist/runtime/server/dist/version.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js +94 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js +106 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/cli/quota-probe.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js +453 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js +158 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js +477 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js +201 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js +115 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js +149 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-claude-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js +213 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/cli/quota-probe.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js +45 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/codex-home.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js +451 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js +425 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js +194 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js +116 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js +233 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-codex-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js +296 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js +81 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js +416 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js +61 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js +139 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js +188 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/stream.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/shared/trust.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js +92 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js +373 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-cursor-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js +198 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js +46 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js +364 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js +61 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts +31 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js +227 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js +203 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/server/utils.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js +247 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-gemini-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js +53 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js +1146 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js +290 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/shared/stream.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js +33 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-openclaw-gateway/package.json +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js +115 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js +337 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js +62 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js +165 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/models.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts +13 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/parse.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js +300 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js +87 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js +141 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-opencode-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js +99 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/format-event.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/cli/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts +8 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js +405 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/execute.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js +50 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js +161 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/models.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js +180 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js +206 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/parse.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js +257 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/server/test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js +82 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/build-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/dist/ui/parse-stdout.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-pi-local/package.json +42 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/billing.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js +75 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/log-redaction.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts +62 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js +419 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/server-utils.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js +142 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/session-compaction.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts +290 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/dist/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/adapter-utils/package.json +30 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js +448 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup-lib.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js +103 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/backup.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js +574 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js +117 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/client.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrate.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migration-status.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0000_mature_masked_marvel.sql +208 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0001_fast_northstar.sql +87 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0002_big_zaladane.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0003_shallow_quentin_quire.sql +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0004_issue_identifiers.sql +28 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0005_chief_luke_cage.sql +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0006_overjoyed_mister_sinister.sql +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0007_new_quentin_quire.sql +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0008_amused_zzzax.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0009_fast_jackal.sql +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0010_stale_justin_hammer.sql +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0011_windy_corsair.sql +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0012_perpetual_ser_duncan.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0013_dashing_wasp.sql +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0014_many_mikhail_rasputin.sql +135 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0015_project_color_archived.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0016_agent_icon.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0017_tiresome_gabe_jones.sql +51 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0018_flat_sleepwalker.sql +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0019_public_victor_mancha.sql +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0020_white_anita_blake.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0021_chief_vindicator.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0022_company_brand_color.sql +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0023_fair_lethal_legion.sql +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0024_far_beast.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0025_nasty_salo.sql +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0026_lying_pete_wisdom.sql +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0027_tranquil_tenebrous.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0028_harsh_goliath.sql +54 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0029_plugin_tables.sql +177 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0030_rich_magneto.sql +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0031_zippy_magma.sql +51 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0032_pretty_doctor_octopus.sql +102 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0033_shiny_black_tarantula.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0034_fat_dormammu.sql +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0035_marvelous_satana.sql +91 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0036_cheerful_nitro.sql +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0037_friendly_eddie_brock.sql +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0038_careless_iron_monger.sql +5 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0039_tickets.sql +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/0040_ticket_meta.sql +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0000_snapshot.json +1743 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0001_snapshot.json +2441 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0002_snapshot.json +2454 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0003_snapshot.json +2502 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0005_snapshot.json +2719 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0006_snapshot.json +3048 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0007_snapshot.json +3258 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0008_snapshot.json +3264 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0009_snapshot.json +3587 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0010_snapshot.json +3929 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0011_snapshot.json +4068 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0012_snapshot.json +4087 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0013_snapshot.json +4118 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0014_snapshot.json +5187 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0017_snapshot.json +5215 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0018_snapshot.json +5450 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0019_snapshot.json +5603 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0020_snapshot.json +5603 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0021_snapshot.json +5609 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0023_snapshot.json +5633 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0024_snapshot.json +5693 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0025_snapshot.json +5849 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0027_snapshot.json +6205 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0028_snapshot.json +6710 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0029_snapshot.json +7899 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0030_snapshot.json +8003 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0031_snapshot.json +7242 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0032_snapshot.json +7733 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0033_snapshot.json +9038 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0034_snapshot.json +9039 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0035_snapshot.json +9959 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0036_snapshot.json +10023 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0037_snapshot.json +10263 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/0038_snapshot.json +10301 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/migrations/meta/_journal.json +293 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/runtime-config.test.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/activity_log.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_api_keys.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts +201 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_config_revisions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts +248 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_runtime_state.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts +197 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_task_sessions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts +333 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agent_wakeup_requests.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts +373 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/agents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approval_comments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/approvals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts +212 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/assets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts +607 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js +44 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/auth.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts +297 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_incidents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts +263 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/budget_policies.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts +246 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/companies.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_logos.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_memberships.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secret_versions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts +195 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js +21 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/company_secrets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts +314 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/cost_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts +161 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/document_revisions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts +229 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/documents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts +418 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js +39 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/execution_workspaces.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts +469 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js +45 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/finance_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts +178 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/goals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_run_events.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts +558 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js +43 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/heartbeat_runs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js +55 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_settings.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/instance_user_roles.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/invites.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts +110 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_approvals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_attachments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts +144 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_comments.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_documents.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts +76 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_labels.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_read_states.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts +350 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issue_work_products.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts +590 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js +58 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/issues.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts +384 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/join_requests.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts +110 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/labels.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts +158 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_company_settings.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts +123 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_config.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts +213 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js +37 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_entities.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts +392 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js +83 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_jobs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts +125 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js +29 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_logs.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts +169 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js +68 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_state.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts +239 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js +52 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugin_webhooks.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts +246 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js +31 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/plugins.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts +163 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/principal_permission_grants.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_goals.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts +333 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/project_workspaces.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts +265 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/projects.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts +284 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js +24 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/tickets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts +367 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js +35 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_operations.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts +469 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js +44 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/schema/workspace_runtime_services.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js +91 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/dist/seed.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/db/package.json +36 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js +105 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/bundlers.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts +218 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js +85 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/define-plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js +49 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-cli.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts +34 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js +194 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/dev-server.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts +229 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js +353 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/host-client-factory.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js +84 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts +881 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js +297 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/protocol.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts +63 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js +702 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/testing.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts +982 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts +257 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js +97 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/components.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts +120 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js +148 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/hooks.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts +50 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js +30 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts +308 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js +17 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/ui/types.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts +127 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js +941 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/dist/worker-rpc-host.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/plugin-sdk/package.json +74 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts +4 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/agent-url-key.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/api.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts +755 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js +154 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/config-schema.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts +214 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js +553 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/constants.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts +116 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js +181 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/gtm.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js +71 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-mentions.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts +3 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/project-url-key.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js +40 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/surface-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/access.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/activity.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts +80 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/agent.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/approval.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts +16 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/asset.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/budget.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts +120 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company-portability.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/company.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts +106 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/cost.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts +28 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/dashboard.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/finance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts +14 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/goal.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts +118 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/heartbeat.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/instance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts +164 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/issue.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts +9 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/live.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts +419 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts +67 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/project.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/quota.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/secrets.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts +7 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/sidebar-badges.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/ticket.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts +27 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/work-product.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-operation.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts +86 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js +2 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/types/workspace-runtime.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts +109 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js +40 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/access.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts +235 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js +71 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/agent.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts +57 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js +23 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/approval.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts +10 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js +11 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/asset.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js +27 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/budget.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts +1535 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company-portability.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts +64 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js +25 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/company.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts +92 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js +26 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/cost.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts +20 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js +15 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/execution-workspace.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts +129 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js +32 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/finance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts +48 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js +12 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/goal.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js +19 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/index.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts +18 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js +6 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/instance.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts +656 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js +95 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/issue.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts +1173 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js +547 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/plugin.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts +583 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js +93 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/project.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts +114 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js +35 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/secret.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts +56 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js +22 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/ticket.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts +105 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.d.ts.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js +46 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/dist/validators/work-product.js.map +1 -0
- package/dist/runtime/server/node_modules/@paperclipai/shared/package.json +33 -0
- package/dist/runtime/server/package.json +5 -0
- package/dist/runtime/server/ui-dist/android-chrome-192x192.png +0 -0
- package/dist/runtime/server/ui-dist/android-chrome-512x512.png +0 -0
- package/dist/runtime/server/ui-dist/apple-touch-icon.png +0 -0
- package/dist/runtime/server/ui-dist/assets/OnboardingWizard-DQqBk_u-.js +839 -0
- package/dist/runtime/server/ui-dist/assets/_basePickBy-CycqvnCH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/_baseUniq-jJI66QE5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/apl-B4CMkyY2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/arc-DAfOGkhs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/architectureDiagram-VXUJARFQ-Bseplhn_.js +36 -0
- package/dist/runtime/server/ui-dist/assets/asciiarmor-Df11BRmG.js +1 -0
- package/dist/runtime/server/ui-dist/assets/asn1-EdZsLKOL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/asterisk-B-8jnY81.js +1 -0
- package/dist/runtime/server/ui-dist/assets/blockDiagram-VD42YOAC-CImRkHxE.js +122 -0
- package/dist/runtime/server/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
- package/dist/runtime/server/ui-dist/assets/c4Diagram-YG6GDRKO-DocRJ0-4.js +10 -0
- package/dist/runtime/server/ui-dist/assets/channel-BBXTGjGr.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-4BX2VUAB-C_QZ3yOc.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-55IACEB6-B83lcfpC.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-B4BG7PRW-_ZGkSCBB.js +165 -0
- package/dist/runtime/server/ui-dist/assets/chunk-DI55MBZ5-D84JXXQK.js +220 -0
- package/dist/runtime/server/ui-dist/assets/chunk-FMBD7UC4-MA5md7TF.js +15 -0
- package/dist/runtime/server/ui-dist/assets/chunk-QN33PNHL-pBntDM8z.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-QZHKN3VN-BaIMiSo-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/chunk-TZMSLE5B-CrjyhaCL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/classDiagram-2ON5EDUG-BNttVhse.js +1 -0
- package/dist/runtime/server/ui-dist/assets/classDiagram-v2-WZHVMYZB-BNttVhse.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clike-B9uivgTg.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clojure-BMjYHr_A.js +1 -0
- package/dist/runtime/server/ui-dist/assets/clone-dcpmW7Wd.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cmake-BQqOBYOt.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cobol-CWcv1MsR.js +1 -0
- package/dist/runtime/server/ui-dist/assets/coffeescript-S37ZYGWr.js +1 -0
- package/dist/runtime/server/ui-dist/assets/commonlisp-DBKNyK5s.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cose-bilkent-S5V4N54A-mNFISgZf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/crystal-SjHAIU92.js +1 -0
- package/dist/runtime/server/ui-dist/assets/css-BnMrqG3P.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cypher-C_CwsFkJ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/cytoscape.esm-BQaXIfA_.js +331 -0
- package/dist/runtime/server/ui-dist/assets/d-pRatUO7H.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dagre-6UL2VRFP-BW8ACip_.js +4 -0
- package/dist/runtime/server/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/dist/runtime/server/ui-dist/assets/diagram-PSM6KHXK-ByQfKnwU.js +24 -0
- package/dist/runtime/server/ui-dist/assets/diagram-QEK2KX5R-CVMlaNLR.js +43 -0
- package/dist/runtime/server/ui-dist/assets/diagram-S2PKOQOG-CfBIwKQh.js +24 -0
- package/dist/runtime/server/ui-dist/assets/diff-DbItnlRl.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dockerfile-BKs6k2Af.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dtd-DF_7sFjM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/dx-root-DH9to-bY.js +280 -0
- package/dist/runtime/server/ui-dist/assets/dylan-DwRh75JA.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ebnf-CDyGwa7X.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ecl-Cabwm37j.js +1 -0
- package/dist/runtime/server/ui-dist/assets/eiffel-CnydiIhH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/elm-vLlmbW-K.js +1 -0
- package/dist/runtime/server/ui-dist/assets/erDiagram-Q2GNP2WA-DjZOGwrs.js +60 -0
- package/dist/runtime/server/ui-dist/assets/erlang-BNw1qcRV.js +1 -0
- package/dist/runtime/server/ui-dist/assets/factor-kuTfRLto.js +1 -0
- package/dist/runtime/server/ui-dist/assets/fcl-Kvtd6kyn.js +1 -0
- package/dist/runtime/server/ui-dist/assets/flowDiagram-NV44I4VS-BpGnGwpO.js +162 -0
- package/dist/runtime/server/ui-dist/assets/forth-Ffai-XNe.js +1 -0
- package/dist/runtime/server/ui-dist/assets/fortran-DYz_wnZ1.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ganttDiagram-JELNMOA3-CpTGtCqK.js +267 -0
- package/dist/runtime/server/ui-dist/assets/gas-Bneqetm1.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gitGraphDiagram-V2S2FVAM-BQaWuAZj.js +65 -0
- package/dist/runtime/server/ui-dist/assets/graph-DXdHsjCL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/groovy-D9Dt4D0W.js +1 -0
- package/dist/runtime/server/ui-dist/assets/gtm-root-Bz1qVp9E.js +11 -0
- package/dist/runtime/server/ui-dist/assets/haskell-Cw1EW3IL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/haxe-H-WmDvRZ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/http-DBlCnlav.js +1 -0
- package/dist/runtime/server/ui-dist/assets/idl-BEugSyMb.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-B8I0xKWu.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-B8TKmcyb.js +6 -0
- package/dist/runtime/server/ui-dist/assets/index-BMSNv6QN.js +13 -0
- package/dist/runtime/server/ui-dist/assets/index-BYHJbnHR.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-BgVlUrJs.js +2 -0
- package/dist/runtime/server/ui-dist/assets/index-Bq-1_kyP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-BqPQYsKl.js +50 -0
- package/dist/runtime/server/ui-dist/assets/index-BzMyBmxt.js +7 -0
- package/dist/runtime/server/ui-dist/assets/index-CFpWwIka.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CKSID6Zp.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CQebjpNv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CmOpk52T.css +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CmWaG74-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-CpAx3Tjk.js +3 -0
- package/dist/runtime/server/ui-dist/assets/index-Crtq9e3P.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-D5QPPm5h.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-D8pJptAs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DKPn8Zd0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DRwidkWV.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-DwTdFnM5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-KhE_p8qv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-LPZbBYTO.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-mMQEcPHs.js +1 -0
- package/dist/runtime/server/ui-dist/assets/index-nPSc8Rbx.js +1 -0
- package/dist/runtime/server/ui-dist/assets/infoDiagram-HS3SLOUP-Du9idGhC.js +2 -0
- package/dist/runtime/server/ui-dist/assets/init-Gi6I4Gst.js +1 -0
- package/dist/runtime/server/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
- package/dist/runtime/server/ui-dist/assets/journeyDiagram-XKPGCS4Q-DQHmnv0N.js +139 -0
- package/dist/runtime/server/ui-dist/assets/julia-DuME0IfC.js +1 -0
- package/dist/runtime/server/ui-dist/assets/kanban-definition-3W4ZIXB7-D1us-ZVV.js +89 -0
- package/dist/runtime/server/ui-dist/assets/katex-O9d3_IXG.js +261 -0
- package/dist/runtime/server/ui-dist/assets/layout-CLyzF__I.js +1 -0
- package/dist/runtime/server/ui-dist/assets/linear-DCEHrHNY.js +1 -0
- package/dist/runtime/server/ui-dist/assets/livescript-BwQOo05w.js +1 -0
- package/dist/runtime/server/ui-dist/assets/lua-BgMRiT3U.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mathematica-DTrFuWx2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mbox-CNhZ1qSd.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mermaid.core-DPCeJESB.js +256 -0
- package/dist/runtime/server/ui-dist/assets/mindmap-definition-VGOIOE7T-BmEem54z.js +68 -0
- package/dist/runtime/server/ui-dist/assets/mirc-CjQqDB4T.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mllike-CXdrOF99.js +1 -0
- package/dist/runtime/server/ui-dist/assets/modelica-Dc1JOy9r.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mscgen-BA5vi2Kp.js +1 -0
- package/dist/runtime/server/ui-dist/assets/mumps-BT43cFF4.js +1 -0
- package/dist/runtime/server/ui-dist/assets/nginx-DdIZxoE0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/nsis-LdVXkNf5.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ntriples-BfvgReVJ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/octave-Ck1zUtKM.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/dist/runtime/server/ui-dist/assets/oz-BzwKVEFT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pascal--L3eBynH.js +1 -0
- package/dist/runtime/server/ui-dist/assets/perl-CdXCOZ3F.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pieDiagram-ADFJNKIX-DjIZtNwx.js +30 -0
- package/dist/runtime/server/ui-dist/assets/pig-CevX1Tat.js +1 -0
- package/dist/runtime/server/ui-dist/assets/powershell-CFHJl5sT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/properties-C78fOPTZ.js +1 -0
- package/dist/runtime/server/ui-dist/assets/protobuf-ChK-085T.js +1 -0
- package/dist/runtime/server/ui-dist/assets/pug-DeIclll2.js +1 -0
- package/dist/runtime/server/ui-dist/assets/puppet-DMA9R1ak.js +1 -0
- package/dist/runtime/server/ui-dist/assets/python-BuPzkPfP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/q-pXgVlZs6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/quadrantDiagram-AYHSOK5B-ba-xD4cb.js +7 -0
- package/dist/runtime/server/ui-dist/assets/r-B6wPVr8A.js +1 -0
- package/dist/runtime/server/ui-dist/assets/requirementDiagram-UZGBJVZJ-CB358t-a.js +64 -0
- package/dist/runtime/server/ui-dist/assets/rpm-CTu-6PCP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ruby-B2Rjki9n.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sankeyDiagram-TZEHDZUN-B0oPaNiW.js +10 -0
- package/dist/runtime/server/ui-dist/assets/sas-B4kiWyti.js +1 -0
- package/dist/runtime/server/ui-dist/assets/scheme-C41bIUwD.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sequenceDiagram-WL72ISMW-D7n_ZO5c.js +145 -0
- package/dist/runtime/server/ui-dist/assets/shell-CjFT_Tl9.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sieve-C3Gn_uJK.js +1 -0
- package/dist/runtime/server/ui-dist/assets/simple-mode-GW_nhZxv.js +1 -0
- package/dist/runtime/server/ui-dist/assets/smalltalk-CnHTOXQT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/solr-DehyRSwq.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sparql-DkYu6x3z.js +1 -0
- package/dist/runtime/server/ui-dist/assets/spreadsheet-BCZA_wO0.js +1 -0
- package/dist/runtime/server/ui-dist/assets/sql-D0XecflT.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stateDiagram-FKZM4ZOC-MkMtXK-v.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stateDiagram-v2-4FDKWEC3-Cah7upY-.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stex-C3f8Ysf7.js +1 -0
- package/dist/runtime/server/ui-dist/assets/stylus-B533Al4x.js +1 -0
- package/dist/runtime/server/ui-dist/assets/swift-BzpIVaGY.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tcl-DVfN8rqt.js +1 -0
- package/dist/runtime/server/ui-dist/assets/textile-CnDTJFAw.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tiddlywiki-DO-Gjzrf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/tiki-DGYXhP31.js +1 -0
- package/dist/runtime/server/ui-dist/assets/timeline-definition-IT6M3QCI-CjBjKaYS.js +61 -0
- package/dist/runtime/server/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
- package/dist/runtime/server/ui-dist/assets/treemap-GDKQZRPO-JNjc1ydw.js +162 -0
- package/dist/runtime/server/ui-dist/assets/troff-wAsdV37c.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ttcn-CfJYG6tj.js +1 -0
- package/dist/runtime/server/ui-dist/assets/ttcn-cfg-B9xdYoR4.js +1 -0
- package/dist/runtime/server/ui-dist/assets/turtle-B1tBg_DP.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vb-CmGdzxic.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vbscript-BuJXcnF6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/velocity-D8B20fx6.js +1 -0
- package/dist/runtime/server/ui-dist/assets/verilog-C6RDOZhf.js +1 -0
- package/dist/runtime/server/ui-dist/assets/vhdl-lSbBsy5d.js +1 -0
- package/dist/runtime/server/ui-dist/assets/webidl-ZXfAyPTL.js +1 -0
- package/dist/runtime/server/ui-dist/assets/xquery-DzFWVndE.js +1 -0
- package/dist/runtime/server/ui-dist/assets/xychartDiagram-PRI3JC2R-DU-mF_06.js +7 -0
- package/dist/runtime/server/ui-dist/assets/yacas-BJ4BC0dw.js +1 -0
- package/dist/runtime/server/ui-dist/assets/z80-Hz9HOZM7.js +1 -0
- package/dist/runtime/server/ui-dist/brands/opencode-logo-dark-square.svg +18 -0
- package/dist/runtime/server/ui-dist/brands/opencode-logo-light-square.svg +18 -0
- package/dist/runtime/server/ui-dist/favicon-16x16.png +0 -0
- package/dist/runtime/server/ui-dist/favicon-32x32.png +0 -0
- package/dist/runtime/server/ui-dist/favicon.ico +0 -0
- package/dist/runtime/server/ui-dist/favicon.svg +9 -0
- package/dist/runtime/server/ui-dist/index.html +48 -0
- package/dist/runtime/server/ui-dist/site.webmanifest +30 -0
- package/dist/runtime/server/ui-dist/sw.js +42 -0
- package/dist/runtime/server/ui-dist/worktree-favicon-16x16.png +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon-32x32.png +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon.ico +0 -0
- package/dist/runtime/server/ui-dist/worktree-favicon.svg +9 -0
- package/package.json +7 -4
|
@@ -0,0 +1,2125 @@
|
|
|
1
|
+
import { createHash, generateKeyPairSync, randomBytes, timingSafeEqual } from "node:crypto";
|
|
2
|
+
import fs from "node:fs";
|
|
3
|
+
import path from "node:path";
|
|
4
|
+
import { fileURLToPath } from "node:url";
|
|
5
|
+
import { Router } from "express";
|
|
6
|
+
import { and, eq, isNull, desc } from "drizzle-orm";
|
|
7
|
+
import { agentApiKeys, authUsers, invites, joinRequests } from "@paperclipai/db";
|
|
8
|
+
import { acceptInviteSchema, claimJoinRequestApiKeySchema, createCompanyInviteSchema, createOpenClawInvitePromptSchema, listJoinRequestsQuerySchema, updateMemberPermissionsSchema, updateUserCompanyAccessSchema, PERMISSION_KEYS } from "@paperclipai/shared";
|
|
9
|
+
import { forbidden, conflict, notFound, unauthorized, badRequest } from "../errors.js";
|
|
10
|
+
import { logger } from "../middleware/logger.js";
|
|
11
|
+
import { validate } from "../middleware/validate.js";
|
|
12
|
+
import { accessService, agentService, deduplicateAgentName, logActivity, notifyHireApproved } from "../services/index.js";
|
|
13
|
+
import { assertCompanyAccess } from "./authz.js";
|
|
14
|
+
import { claimBoardOwnership, inspectBoardClaimChallenge } from "../board-claim.js";
|
|
15
|
+
function hashToken(token) {
|
|
16
|
+
return createHash("sha256").update(token).digest("hex");
|
|
17
|
+
}
|
|
18
|
+
const INVITE_TOKEN_PREFIX = "pcp_invite_";
|
|
19
|
+
const INVITE_TOKEN_ALPHABET = "abcdefghijklmnopqrstuvwxyz0123456789";
|
|
20
|
+
const INVITE_TOKEN_SUFFIX_LENGTH = 8;
|
|
21
|
+
const INVITE_TOKEN_MAX_RETRIES = 5;
|
|
22
|
+
const COMPANY_INVITE_TTL_MS = 10 * 60 * 1000;
|
|
23
|
+
function createInviteToken() {
|
|
24
|
+
const bytes = randomBytes(INVITE_TOKEN_SUFFIX_LENGTH);
|
|
25
|
+
let suffix = "";
|
|
26
|
+
for (let idx = 0; idx < INVITE_TOKEN_SUFFIX_LENGTH; idx += 1) {
|
|
27
|
+
suffix += INVITE_TOKEN_ALPHABET[bytes[idx] % INVITE_TOKEN_ALPHABET.length];
|
|
28
|
+
}
|
|
29
|
+
return `${INVITE_TOKEN_PREFIX}${suffix}`;
|
|
30
|
+
}
|
|
31
|
+
function createClaimSecret() {
|
|
32
|
+
return `pcp_claim_${randomBytes(24).toString("hex")}`;
|
|
33
|
+
}
|
|
34
|
+
export function companyInviteExpiresAt(nowMs = Date.now()) {
|
|
35
|
+
return new Date(nowMs + COMPANY_INVITE_TTL_MS);
|
|
36
|
+
}
|
|
37
|
+
function tokenHashesMatch(left, right) {
|
|
38
|
+
const leftBytes = Buffer.from(left, "utf8");
|
|
39
|
+
const rightBytes = Buffer.from(right, "utf8");
|
|
40
|
+
return (leftBytes.length === rightBytes.length &&
|
|
41
|
+
timingSafeEqual(leftBytes, rightBytes));
|
|
42
|
+
}
|
|
43
|
+
function requestBaseUrl(req) {
|
|
44
|
+
const forwardedProto = req.header("x-forwarded-proto");
|
|
45
|
+
const proto = forwardedProto?.split(",")[0]?.trim() || req.protocol || "http";
|
|
46
|
+
const host = req.header("x-forwarded-host")?.split(",")[0]?.trim() || req.header("host");
|
|
47
|
+
if (!host)
|
|
48
|
+
return "";
|
|
49
|
+
return `${proto}://${host}`;
|
|
50
|
+
}
|
|
51
|
+
function readSkillMarkdown(skillName) {
|
|
52
|
+
const normalized = skillName.trim().toLowerCase();
|
|
53
|
+
if (normalized !== "paperclip" &&
|
|
54
|
+
normalized !== "paperclip-create-agent" &&
|
|
55
|
+
normalized !== "paperclip-create-plugin" &&
|
|
56
|
+
normalized !== "para-memory-files")
|
|
57
|
+
return null;
|
|
58
|
+
const moduleDir = path.dirname(fileURLToPath(import.meta.url));
|
|
59
|
+
const candidates = [
|
|
60
|
+
path.resolve(moduleDir, "../../skills", normalized, "SKILL.md"), // published: dist/routes/ -> <pkg>/skills/
|
|
61
|
+
path.resolve(process.cwd(), "skills", normalized, "SKILL.md"), // cwd (e.g. monorepo root)
|
|
62
|
+
path.resolve(moduleDir, "../../../skills", normalized, "SKILL.md") // dev: src/routes/ -> repo root/skills/
|
|
63
|
+
];
|
|
64
|
+
for (const skillPath of candidates) {
|
|
65
|
+
try {
|
|
66
|
+
return fs.readFileSync(skillPath, "utf8");
|
|
67
|
+
}
|
|
68
|
+
catch {
|
|
69
|
+
// Continue to next candidate.
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return null;
|
|
73
|
+
}
|
|
74
|
+
/** Resolve the Paperclip repo skills directory (built-in / managed skills). */
|
|
75
|
+
function resolvePaperclipSkillsDir() {
|
|
76
|
+
const moduleDir = path.dirname(fileURLToPath(import.meta.url));
|
|
77
|
+
const candidates = [
|
|
78
|
+
path.resolve(moduleDir, "../../skills"), // published
|
|
79
|
+
path.resolve(process.cwd(), "skills"), // cwd (monorepo root)
|
|
80
|
+
path.resolve(moduleDir, "../../../skills"), // dev
|
|
81
|
+
];
|
|
82
|
+
for (const candidate of candidates) {
|
|
83
|
+
try {
|
|
84
|
+
if (fs.statSync(candidate).isDirectory())
|
|
85
|
+
return candidate;
|
|
86
|
+
}
|
|
87
|
+
catch { /* skip */ }
|
|
88
|
+
}
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
/** Parse YAML frontmatter from a SKILL.md file to extract the description. */
|
|
92
|
+
function parseSkillFrontmatter(markdown) {
|
|
93
|
+
const match = markdown.match(/^---\n([\s\S]*?)\n---/);
|
|
94
|
+
if (!match)
|
|
95
|
+
return { description: "" };
|
|
96
|
+
const yaml = match[1];
|
|
97
|
+
// Extract description — handles both single-line and multi-line YAML values
|
|
98
|
+
const descMatch = yaml.match(/^description:\s*(?:>\s*\n((?:\s{2,}[^\n]*\n?)+)|[|]\s*\n((?:\s{2,}[^\n]*\n?)+)|["']?(.*?)["']?\s*$)/m);
|
|
99
|
+
if (!descMatch)
|
|
100
|
+
return { description: "" };
|
|
101
|
+
const raw = descMatch[1] ?? descMatch[2] ?? descMatch[3] ?? "";
|
|
102
|
+
return {
|
|
103
|
+
description: raw
|
|
104
|
+
.split("\n")
|
|
105
|
+
.map((l) => l.trim())
|
|
106
|
+
.filter(Boolean)
|
|
107
|
+
.join(" ")
|
|
108
|
+
.trim(),
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
/** Discover all available Claude Code skills from ~/.claude/skills/. */
|
|
112
|
+
function listAvailableSkills() {
|
|
113
|
+
const homeDir = process.env.HOME || process.env.USERPROFILE || "";
|
|
114
|
+
const claudeSkillsDir = path.join(homeDir, ".claude", "skills");
|
|
115
|
+
const paperclipSkillsDir = resolvePaperclipSkillsDir();
|
|
116
|
+
// Build set of Paperclip-managed skill names
|
|
117
|
+
const paperclipSkillNames = new Set();
|
|
118
|
+
if (paperclipSkillsDir) {
|
|
119
|
+
try {
|
|
120
|
+
for (const entry of fs.readdirSync(paperclipSkillsDir, { withFileTypes: true })) {
|
|
121
|
+
if (entry.isDirectory())
|
|
122
|
+
paperclipSkillNames.add(entry.name);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
catch { /* skip */ }
|
|
126
|
+
}
|
|
127
|
+
const skills = [];
|
|
128
|
+
try {
|
|
129
|
+
const entries = fs.readdirSync(claudeSkillsDir, { withFileTypes: true });
|
|
130
|
+
for (const entry of entries) {
|
|
131
|
+
if (!entry.isDirectory() && !entry.isSymbolicLink())
|
|
132
|
+
continue;
|
|
133
|
+
if (entry.name.startsWith("."))
|
|
134
|
+
continue;
|
|
135
|
+
const skillMdPath = path.join(claudeSkillsDir, entry.name, "SKILL.md");
|
|
136
|
+
let description = "";
|
|
137
|
+
try {
|
|
138
|
+
const md = fs.readFileSync(skillMdPath, "utf8");
|
|
139
|
+
description = parseSkillFrontmatter(md).description;
|
|
140
|
+
}
|
|
141
|
+
catch { /* no SKILL.md or unreadable */ }
|
|
142
|
+
skills.push({
|
|
143
|
+
name: entry.name,
|
|
144
|
+
description,
|
|
145
|
+
isPaperclipManaged: paperclipSkillNames.has(entry.name),
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
catch { /* ~/.claude/skills/ doesn't exist */ }
|
|
150
|
+
skills.sort((a, b) => a.name.localeCompare(b.name));
|
|
151
|
+
return skills;
|
|
152
|
+
}
|
|
153
|
+
function toJoinRequestResponse(row) {
|
|
154
|
+
const { claimSecretHash: _claimSecretHash, ...safe } = row;
|
|
155
|
+
return safe;
|
|
156
|
+
}
|
|
157
|
+
function isPlainObject(value) {
|
|
158
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
159
|
+
}
|
|
160
|
+
function isLoopbackHost(hostname) {
|
|
161
|
+
const value = hostname.trim().toLowerCase();
|
|
162
|
+
return value === "localhost" || value === "127.0.0.1" || value === "::1";
|
|
163
|
+
}
|
|
164
|
+
function normalizeHostname(value) {
|
|
165
|
+
if (!value)
|
|
166
|
+
return null;
|
|
167
|
+
const trimmed = value.trim();
|
|
168
|
+
if (!trimmed)
|
|
169
|
+
return null;
|
|
170
|
+
if (trimmed.startsWith("[")) {
|
|
171
|
+
const end = trimmed.indexOf("]");
|
|
172
|
+
return end > 1
|
|
173
|
+
? trimmed.slice(1, end).toLowerCase()
|
|
174
|
+
: trimmed.toLowerCase();
|
|
175
|
+
}
|
|
176
|
+
const firstColon = trimmed.indexOf(":");
|
|
177
|
+
if (firstColon > -1)
|
|
178
|
+
return trimmed.slice(0, firstColon).toLowerCase();
|
|
179
|
+
return trimmed.toLowerCase();
|
|
180
|
+
}
|
|
181
|
+
function normalizeHeaderValue(value, depth = 0) {
|
|
182
|
+
const direct = nonEmptyTrimmedString(value);
|
|
183
|
+
if (direct)
|
|
184
|
+
return direct;
|
|
185
|
+
if (!isPlainObject(value) || depth >= 3)
|
|
186
|
+
return null;
|
|
187
|
+
const candidateKeys = [
|
|
188
|
+
"value",
|
|
189
|
+
"token",
|
|
190
|
+
"secret",
|
|
191
|
+
"apiKey",
|
|
192
|
+
"api_key",
|
|
193
|
+
"auth",
|
|
194
|
+
"authToken",
|
|
195
|
+
"auth_token",
|
|
196
|
+
"accessToken",
|
|
197
|
+
"access_token",
|
|
198
|
+
"authorization",
|
|
199
|
+
"bearer",
|
|
200
|
+
"header",
|
|
201
|
+
"raw",
|
|
202
|
+
"text",
|
|
203
|
+
"string"
|
|
204
|
+
];
|
|
205
|
+
for (const key of candidateKeys) {
|
|
206
|
+
if (!Object.prototype.hasOwnProperty.call(value, key))
|
|
207
|
+
continue;
|
|
208
|
+
const normalized = normalizeHeaderValue(value[key], depth + 1);
|
|
209
|
+
if (normalized)
|
|
210
|
+
return normalized;
|
|
211
|
+
}
|
|
212
|
+
const entries = Object.entries(value);
|
|
213
|
+
if (entries.length === 1) {
|
|
214
|
+
const [singleKey, singleValue] = entries[0];
|
|
215
|
+
const normalizedKey = singleKey.trim().toLowerCase();
|
|
216
|
+
if (normalizedKey !== "type" &&
|
|
217
|
+
normalizedKey !== "version" &&
|
|
218
|
+
normalizedKey !== "secretid" &&
|
|
219
|
+
normalizedKey !== "secret_id") {
|
|
220
|
+
const normalized = normalizeHeaderValue(singleValue, depth + 1);
|
|
221
|
+
if (normalized)
|
|
222
|
+
return normalized;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
return null;
|
|
226
|
+
}
|
|
227
|
+
function extractHeaderEntries(input) {
|
|
228
|
+
if (isPlainObject(input)) {
|
|
229
|
+
return Object.entries(input);
|
|
230
|
+
}
|
|
231
|
+
if (!Array.isArray(input)) {
|
|
232
|
+
return [];
|
|
233
|
+
}
|
|
234
|
+
const entries = [];
|
|
235
|
+
for (const item of input) {
|
|
236
|
+
if (Array.isArray(item)) {
|
|
237
|
+
const key = nonEmptyTrimmedString(item[0]);
|
|
238
|
+
if (!key)
|
|
239
|
+
continue;
|
|
240
|
+
entries.push([key, item[1]]);
|
|
241
|
+
continue;
|
|
242
|
+
}
|
|
243
|
+
if (!isPlainObject(item))
|
|
244
|
+
continue;
|
|
245
|
+
const mapped = item;
|
|
246
|
+
const explicitKey = nonEmptyTrimmedString(mapped.key) ??
|
|
247
|
+
nonEmptyTrimmedString(mapped.name) ??
|
|
248
|
+
nonEmptyTrimmedString(mapped.header);
|
|
249
|
+
if (explicitKey) {
|
|
250
|
+
const explicitValue = Object.prototype.hasOwnProperty.call(mapped, "value")
|
|
251
|
+
? mapped.value
|
|
252
|
+
: Object.prototype.hasOwnProperty.call(mapped, "token")
|
|
253
|
+
? mapped.token
|
|
254
|
+
: Object.prototype.hasOwnProperty.call(mapped, "secret")
|
|
255
|
+
? mapped.secret
|
|
256
|
+
: mapped;
|
|
257
|
+
entries.push([explicitKey, explicitValue]);
|
|
258
|
+
continue;
|
|
259
|
+
}
|
|
260
|
+
const singleEntry = Object.entries(mapped);
|
|
261
|
+
if (singleEntry.length === 1) {
|
|
262
|
+
entries.push(singleEntry[0]);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
return entries;
|
|
266
|
+
}
|
|
267
|
+
function normalizeHeaderMap(input) {
|
|
268
|
+
const entries = extractHeaderEntries(input);
|
|
269
|
+
if (entries.length === 0)
|
|
270
|
+
return undefined;
|
|
271
|
+
const out = {};
|
|
272
|
+
for (const [key, value] of entries) {
|
|
273
|
+
const normalizedValue = normalizeHeaderValue(value);
|
|
274
|
+
if (!normalizedValue)
|
|
275
|
+
continue;
|
|
276
|
+
const trimmedKey = key.trim();
|
|
277
|
+
const trimmedValue = normalizedValue.trim();
|
|
278
|
+
if (!trimmedKey || !trimmedValue)
|
|
279
|
+
continue;
|
|
280
|
+
out[trimmedKey] = trimmedValue;
|
|
281
|
+
}
|
|
282
|
+
return Object.keys(out).length > 0 ? out : undefined;
|
|
283
|
+
}
|
|
284
|
+
function nonEmptyTrimmedString(value) {
|
|
285
|
+
if (typeof value !== "string")
|
|
286
|
+
return null;
|
|
287
|
+
const trimmed = value.trim();
|
|
288
|
+
return trimmed.length > 0 ? trimmed : null;
|
|
289
|
+
}
|
|
290
|
+
function headerMapHasKeyIgnoreCase(headers, targetKey) {
|
|
291
|
+
const normalizedTarget = targetKey.trim().toLowerCase();
|
|
292
|
+
return Object.keys(headers).some((key) => key.trim().toLowerCase() === normalizedTarget);
|
|
293
|
+
}
|
|
294
|
+
function headerMapGetIgnoreCase(headers, targetKey) {
|
|
295
|
+
const normalizedTarget = targetKey.trim().toLowerCase();
|
|
296
|
+
const key = Object.keys(headers).find((candidate) => candidate.trim().toLowerCase() === normalizedTarget);
|
|
297
|
+
if (!key)
|
|
298
|
+
return null;
|
|
299
|
+
const value = headers[key];
|
|
300
|
+
return typeof value === "string" ? value : null;
|
|
301
|
+
}
|
|
302
|
+
function tokenFromAuthorizationHeader(rawHeader) {
|
|
303
|
+
const trimmed = nonEmptyTrimmedString(rawHeader);
|
|
304
|
+
if (!trimmed)
|
|
305
|
+
return null;
|
|
306
|
+
const bearerMatch = trimmed.match(/^bearer\s+(.+)$/i);
|
|
307
|
+
if (bearerMatch?.[1]) {
|
|
308
|
+
return nonEmptyTrimmedString(bearerMatch[1]);
|
|
309
|
+
}
|
|
310
|
+
return trimmed;
|
|
311
|
+
}
|
|
312
|
+
function parseBooleanLike(value) {
|
|
313
|
+
if (typeof value === "boolean")
|
|
314
|
+
return value;
|
|
315
|
+
if (typeof value !== "string")
|
|
316
|
+
return null;
|
|
317
|
+
const normalized = value.trim().toLowerCase();
|
|
318
|
+
if (normalized === "true" || normalized === "1")
|
|
319
|
+
return true;
|
|
320
|
+
if (normalized === "false" || normalized === "0")
|
|
321
|
+
return false;
|
|
322
|
+
return null;
|
|
323
|
+
}
|
|
324
|
+
function generateEd25519PrivateKeyPem() {
|
|
325
|
+
const generated = generateKeyPairSync("ed25519");
|
|
326
|
+
return generated.privateKey
|
|
327
|
+
.export({ type: "pkcs8", format: "pem" })
|
|
328
|
+
.toString();
|
|
329
|
+
}
|
|
330
|
+
export function buildJoinDefaultsPayloadForAccept(input) {
|
|
331
|
+
if (input.adapterType !== "openclaw_gateway") {
|
|
332
|
+
return input.defaultsPayload;
|
|
333
|
+
}
|
|
334
|
+
const merged = isPlainObject(input.defaultsPayload)
|
|
335
|
+
? { ...input.defaultsPayload }
|
|
336
|
+
: {};
|
|
337
|
+
if (!nonEmptyTrimmedString(merged.paperclipApiUrl)) {
|
|
338
|
+
const legacyPaperclipApiUrl = nonEmptyTrimmedString(input.paperclipApiUrl);
|
|
339
|
+
if (legacyPaperclipApiUrl)
|
|
340
|
+
merged.paperclipApiUrl = legacyPaperclipApiUrl;
|
|
341
|
+
}
|
|
342
|
+
const mergedHeaders = normalizeHeaderMap(merged.headers) ?? {};
|
|
343
|
+
const inboundOpenClawAuthHeader = nonEmptyTrimmedString(input.inboundOpenClawAuthHeader);
|
|
344
|
+
const inboundOpenClawTokenHeader = nonEmptyTrimmedString(input.inboundOpenClawTokenHeader);
|
|
345
|
+
if (inboundOpenClawTokenHeader &&
|
|
346
|
+
!headerMapHasKeyIgnoreCase(mergedHeaders, "x-openclaw-token")) {
|
|
347
|
+
mergedHeaders["x-openclaw-token"] = inboundOpenClawTokenHeader;
|
|
348
|
+
}
|
|
349
|
+
if (inboundOpenClawAuthHeader &&
|
|
350
|
+
!headerMapHasKeyIgnoreCase(mergedHeaders, "x-openclaw-auth")) {
|
|
351
|
+
mergedHeaders["x-openclaw-auth"] = inboundOpenClawAuthHeader;
|
|
352
|
+
}
|
|
353
|
+
if (Object.keys(mergedHeaders).length > 0) {
|
|
354
|
+
merged.headers = mergedHeaders;
|
|
355
|
+
}
|
|
356
|
+
else {
|
|
357
|
+
delete merged.headers;
|
|
358
|
+
}
|
|
359
|
+
const discoveredToken = headerMapGetIgnoreCase(mergedHeaders, "x-openclaw-token") ??
|
|
360
|
+
headerMapGetIgnoreCase(mergedHeaders, "x-openclaw-auth") ??
|
|
361
|
+
tokenFromAuthorizationHeader(headerMapGetIgnoreCase(mergedHeaders, "authorization"));
|
|
362
|
+
if (discoveredToken &&
|
|
363
|
+
!headerMapHasKeyIgnoreCase(mergedHeaders, "x-openclaw-token")) {
|
|
364
|
+
mergedHeaders["x-openclaw-token"] = discoveredToken;
|
|
365
|
+
}
|
|
366
|
+
return Object.keys(merged).length > 0 ? merged : null;
|
|
367
|
+
}
|
|
368
|
+
export function mergeJoinDefaultsPayloadForReplay(existingDefaultsPayload, nextDefaultsPayload) {
|
|
369
|
+
if (!isPlainObject(existingDefaultsPayload) &&
|
|
370
|
+
!isPlainObject(nextDefaultsPayload)) {
|
|
371
|
+
return nextDefaultsPayload ?? existingDefaultsPayload;
|
|
372
|
+
}
|
|
373
|
+
if (!isPlainObject(existingDefaultsPayload)) {
|
|
374
|
+
return nextDefaultsPayload;
|
|
375
|
+
}
|
|
376
|
+
if (!isPlainObject(nextDefaultsPayload)) {
|
|
377
|
+
return existingDefaultsPayload;
|
|
378
|
+
}
|
|
379
|
+
const merged = {
|
|
380
|
+
...existingDefaultsPayload,
|
|
381
|
+
...nextDefaultsPayload
|
|
382
|
+
};
|
|
383
|
+
const existingHeaders = normalizeHeaderMap(existingDefaultsPayload.headers);
|
|
384
|
+
const nextHeaders = normalizeHeaderMap(nextDefaultsPayload.headers);
|
|
385
|
+
if (existingHeaders || nextHeaders) {
|
|
386
|
+
merged.headers = {
|
|
387
|
+
...(existingHeaders ?? {}),
|
|
388
|
+
...(nextHeaders ?? {})
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
else if (Object.prototype.hasOwnProperty.call(merged, "headers")) {
|
|
392
|
+
delete merged.headers;
|
|
393
|
+
}
|
|
394
|
+
return merged;
|
|
395
|
+
}
|
|
396
|
+
export function canReplayOpenClawGatewayInviteAccept(input) {
|
|
397
|
+
if (input.requestType !== "agent" ||
|
|
398
|
+
input.adapterType !== "openclaw_gateway") {
|
|
399
|
+
return false;
|
|
400
|
+
}
|
|
401
|
+
if (!input.existingJoinRequest) {
|
|
402
|
+
return false;
|
|
403
|
+
}
|
|
404
|
+
if (input.existingJoinRequest.requestType !== "agent" ||
|
|
405
|
+
input.existingJoinRequest.adapterType !== "openclaw_gateway") {
|
|
406
|
+
return false;
|
|
407
|
+
}
|
|
408
|
+
return (input.existingJoinRequest.status === "pending_approval" ||
|
|
409
|
+
input.existingJoinRequest.status === "approved");
|
|
410
|
+
}
|
|
411
|
+
function summarizeSecretForLog(value) {
|
|
412
|
+
const trimmed = nonEmptyTrimmedString(value);
|
|
413
|
+
if (!trimmed)
|
|
414
|
+
return null;
|
|
415
|
+
return {
|
|
416
|
+
present: true,
|
|
417
|
+
length: trimmed.length,
|
|
418
|
+
sha256Prefix: hashToken(trimmed).slice(0, 12)
|
|
419
|
+
};
|
|
420
|
+
}
|
|
421
|
+
function summarizeOpenClawGatewayDefaultsForLog(defaultsPayload) {
|
|
422
|
+
const defaults = isPlainObject(defaultsPayload)
|
|
423
|
+
? defaultsPayload
|
|
424
|
+
: null;
|
|
425
|
+
const headers = defaults ? normalizeHeaderMap(defaults.headers) : undefined;
|
|
426
|
+
const gatewayTokenValue = headers
|
|
427
|
+
? headerMapGetIgnoreCase(headers, "x-openclaw-token") ??
|
|
428
|
+
headerMapGetIgnoreCase(headers, "x-openclaw-auth") ??
|
|
429
|
+
tokenFromAuthorizationHeader(headerMapGetIgnoreCase(headers, "authorization"))
|
|
430
|
+
: null;
|
|
431
|
+
return {
|
|
432
|
+
present: Boolean(defaults),
|
|
433
|
+
keys: defaults ? Object.keys(defaults).sort() : [],
|
|
434
|
+
url: defaults ? nonEmptyTrimmedString(defaults.url) : null,
|
|
435
|
+
paperclipApiUrl: defaults
|
|
436
|
+
? nonEmptyTrimmedString(defaults.paperclipApiUrl)
|
|
437
|
+
: null,
|
|
438
|
+
headerKeys: headers ? Object.keys(headers).sort() : [],
|
|
439
|
+
sessionKeyStrategy: defaults
|
|
440
|
+
? nonEmptyTrimmedString(defaults.sessionKeyStrategy)
|
|
441
|
+
: null,
|
|
442
|
+
disableDeviceAuth: defaults
|
|
443
|
+
? parseBooleanLike(defaults.disableDeviceAuth)
|
|
444
|
+
: null,
|
|
445
|
+
waitTimeoutMs: defaults && typeof defaults.waitTimeoutMs === "number"
|
|
446
|
+
? defaults.waitTimeoutMs
|
|
447
|
+
: null,
|
|
448
|
+
devicePrivateKeyPem: defaults
|
|
449
|
+
? summarizeSecretForLog(defaults.devicePrivateKeyPem)
|
|
450
|
+
: null,
|
|
451
|
+
gatewayToken: summarizeSecretForLog(gatewayTokenValue)
|
|
452
|
+
};
|
|
453
|
+
}
|
|
454
|
+
export function normalizeAgentDefaultsForJoin(input) {
|
|
455
|
+
const fatalErrors = [];
|
|
456
|
+
const diagnostics = [];
|
|
457
|
+
if (input.adapterType !== "openclaw_gateway") {
|
|
458
|
+
const normalized = isPlainObject(input.defaultsPayload)
|
|
459
|
+
? input.defaultsPayload
|
|
460
|
+
: null;
|
|
461
|
+
return { normalized, diagnostics, fatalErrors };
|
|
462
|
+
}
|
|
463
|
+
if (!isPlainObject(input.defaultsPayload)) {
|
|
464
|
+
diagnostics.push({
|
|
465
|
+
code: "openclaw_gateway_defaults_missing",
|
|
466
|
+
level: "warn",
|
|
467
|
+
message: "No OpenClaw gateway config was provided in agentDefaultsPayload.",
|
|
468
|
+
hint: "Include agentDefaultsPayload.url and headers.x-openclaw-token for OpenClaw gateway joins."
|
|
469
|
+
});
|
|
470
|
+
fatalErrors.push("agentDefaultsPayload is required for adapterType=openclaw_gateway");
|
|
471
|
+
return {
|
|
472
|
+
normalized: null,
|
|
473
|
+
diagnostics,
|
|
474
|
+
fatalErrors
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
const defaults = input.defaultsPayload;
|
|
478
|
+
const normalized = {};
|
|
479
|
+
let gatewayUrl = null;
|
|
480
|
+
const rawGatewayUrl = nonEmptyTrimmedString(defaults.url);
|
|
481
|
+
if (!rawGatewayUrl) {
|
|
482
|
+
diagnostics.push({
|
|
483
|
+
code: "openclaw_gateway_url_missing",
|
|
484
|
+
level: "warn",
|
|
485
|
+
message: "OpenClaw gateway URL is missing.",
|
|
486
|
+
hint: "Set agentDefaultsPayload.url to ws:// or wss:// gateway URL."
|
|
487
|
+
});
|
|
488
|
+
fatalErrors.push("agentDefaultsPayload.url is required");
|
|
489
|
+
}
|
|
490
|
+
else {
|
|
491
|
+
try {
|
|
492
|
+
gatewayUrl = new URL(rawGatewayUrl);
|
|
493
|
+
if (gatewayUrl.protocol !== "ws:" && gatewayUrl.protocol !== "wss:") {
|
|
494
|
+
diagnostics.push({
|
|
495
|
+
code: "openclaw_gateway_url_protocol",
|
|
496
|
+
level: "warn",
|
|
497
|
+
message: `OpenClaw gateway URL must use ws:// or wss:// (got ${gatewayUrl.protocol}).`
|
|
498
|
+
});
|
|
499
|
+
fatalErrors.push("agentDefaultsPayload.url must use ws:// or wss:// for openclaw_gateway");
|
|
500
|
+
}
|
|
501
|
+
else {
|
|
502
|
+
normalized.url = gatewayUrl.toString();
|
|
503
|
+
diagnostics.push({
|
|
504
|
+
code: "openclaw_gateway_url_configured",
|
|
505
|
+
level: "info",
|
|
506
|
+
message: `Gateway endpoint set to ${gatewayUrl.toString()}`
|
|
507
|
+
});
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
catch {
|
|
511
|
+
diagnostics.push({
|
|
512
|
+
code: "openclaw_gateway_url_invalid",
|
|
513
|
+
level: "warn",
|
|
514
|
+
message: `Invalid OpenClaw gateway URL: ${rawGatewayUrl}`
|
|
515
|
+
});
|
|
516
|
+
fatalErrors.push("agentDefaultsPayload.url is not a valid URL");
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
const headers = normalizeHeaderMap(defaults.headers) ?? {};
|
|
520
|
+
const gatewayToken = headerMapGetIgnoreCase(headers, "x-openclaw-token") ??
|
|
521
|
+
headerMapGetIgnoreCase(headers, "x-openclaw-auth") ??
|
|
522
|
+
tokenFromAuthorizationHeader(headerMapGetIgnoreCase(headers, "authorization"));
|
|
523
|
+
if (gatewayToken && !headerMapHasKeyIgnoreCase(headers, "x-openclaw-token")) {
|
|
524
|
+
headers["x-openclaw-token"] = gatewayToken;
|
|
525
|
+
}
|
|
526
|
+
if (Object.keys(headers).length > 0) {
|
|
527
|
+
normalized.headers = headers;
|
|
528
|
+
}
|
|
529
|
+
if (!gatewayToken) {
|
|
530
|
+
diagnostics.push({
|
|
531
|
+
code: "openclaw_gateway_auth_header_missing",
|
|
532
|
+
level: "warn",
|
|
533
|
+
message: "Gateway auth token is missing from agent defaults.",
|
|
534
|
+
hint: "Set agentDefaultsPayload.headers.x-openclaw-token (or legacy x-openclaw-auth)."
|
|
535
|
+
});
|
|
536
|
+
fatalErrors.push("agentDefaultsPayload.headers.x-openclaw-token (or x-openclaw-auth) is required");
|
|
537
|
+
}
|
|
538
|
+
else if (gatewayToken.trim().length < 16) {
|
|
539
|
+
diagnostics.push({
|
|
540
|
+
code: "openclaw_gateway_auth_header_too_short",
|
|
541
|
+
level: "warn",
|
|
542
|
+
message: `Gateway auth token appears too short (${gatewayToken.trim().length} chars).`,
|
|
543
|
+
hint: "Use the full gateway auth token from ~/.openclaw/openclaw.json (typically long random string)."
|
|
544
|
+
});
|
|
545
|
+
fatalErrors.push("agentDefaultsPayload.headers.x-openclaw-token is too short; expected a full gateway token");
|
|
546
|
+
}
|
|
547
|
+
else {
|
|
548
|
+
diagnostics.push({
|
|
549
|
+
code: "openclaw_gateway_auth_header_configured",
|
|
550
|
+
level: "info",
|
|
551
|
+
message: "Gateway auth token configured."
|
|
552
|
+
});
|
|
553
|
+
}
|
|
554
|
+
if (isPlainObject(defaults.payloadTemplate)) {
|
|
555
|
+
normalized.payloadTemplate = defaults.payloadTemplate;
|
|
556
|
+
}
|
|
557
|
+
const parsedDisableDeviceAuth = parseBooleanLike(defaults.disableDeviceAuth);
|
|
558
|
+
const disableDeviceAuth = parsedDisableDeviceAuth === true;
|
|
559
|
+
if (parsedDisableDeviceAuth !== null) {
|
|
560
|
+
normalized.disableDeviceAuth = parsedDisableDeviceAuth;
|
|
561
|
+
}
|
|
562
|
+
const configuredDevicePrivateKeyPem = nonEmptyTrimmedString(defaults.devicePrivateKeyPem);
|
|
563
|
+
if (configuredDevicePrivateKeyPem) {
|
|
564
|
+
normalized.devicePrivateKeyPem = configuredDevicePrivateKeyPem;
|
|
565
|
+
diagnostics.push({
|
|
566
|
+
code: "openclaw_gateway_device_key_configured",
|
|
567
|
+
level: "info",
|
|
568
|
+
message: "Gateway device key configured. Pairing approvals should persist for this agent."
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
else if (!disableDeviceAuth) {
|
|
572
|
+
try {
|
|
573
|
+
normalized.devicePrivateKeyPem = generateEd25519PrivateKeyPem();
|
|
574
|
+
diagnostics.push({
|
|
575
|
+
code: "openclaw_gateway_device_key_generated",
|
|
576
|
+
level: "info",
|
|
577
|
+
message: "Generated persistent gateway device key for this join. Pairing approvals should persist for this agent."
|
|
578
|
+
});
|
|
579
|
+
}
|
|
580
|
+
catch (err) {
|
|
581
|
+
diagnostics.push({
|
|
582
|
+
code: "openclaw_gateway_device_key_generate_failed",
|
|
583
|
+
level: "warn",
|
|
584
|
+
message: `Failed to generate gateway device key: ${err instanceof Error ? err.message : String(err)}`,
|
|
585
|
+
hint: "Set agentDefaultsPayload.devicePrivateKeyPem explicitly or set disableDeviceAuth=true."
|
|
586
|
+
});
|
|
587
|
+
fatalErrors.push("Failed to generate gateway device key. Set devicePrivateKeyPem or disableDeviceAuth=true.");
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
const waitTimeoutMs = typeof defaults.waitTimeoutMs === "number" &&
|
|
591
|
+
Number.isFinite(defaults.waitTimeoutMs)
|
|
592
|
+
? Math.floor(defaults.waitTimeoutMs)
|
|
593
|
+
: typeof defaults.waitTimeoutMs === "string"
|
|
594
|
+
? Number.parseInt(defaults.waitTimeoutMs.trim(), 10)
|
|
595
|
+
: NaN;
|
|
596
|
+
if (Number.isFinite(waitTimeoutMs) && waitTimeoutMs > 0) {
|
|
597
|
+
normalized.waitTimeoutMs = waitTimeoutMs;
|
|
598
|
+
}
|
|
599
|
+
const timeoutSec = typeof defaults.timeoutSec === "number" && Number.isFinite(defaults.timeoutSec)
|
|
600
|
+
? Math.floor(defaults.timeoutSec)
|
|
601
|
+
: typeof defaults.timeoutSec === "string"
|
|
602
|
+
? Number.parseInt(defaults.timeoutSec.trim(), 10)
|
|
603
|
+
: NaN;
|
|
604
|
+
if (Number.isFinite(timeoutSec) && timeoutSec > 0) {
|
|
605
|
+
normalized.timeoutSec = timeoutSec;
|
|
606
|
+
}
|
|
607
|
+
const sessionKeyStrategy = nonEmptyTrimmedString(defaults.sessionKeyStrategy);
|
|
608
|
+
if (sessionKeyStrategy === "fixed" ||
|
|
609
|
+
sessionKeyStrategy === "issue" ||
|
|
610
|
+
sessionKeyStrategy === "run") {
|
|
611
|
+
normalized.sessionKeyStrategy = sessionKeyStrategy;
|
|
612
|
+
}
|
|
613
|
+
const sessionKey = nonEmptyTrimmedString(defaults.sessionKey);
|
|
614
|
+
if (sessionKey) {
|
|
615
|
+
normalized.sessionKey = sessionKey;
|
|
616
|
+
}
|
|
617
|
+
const role = nonEmptyTrimmedString(defaults.role);
|
|
618
|
+
if (role) {
|
|
619
|
+
normalized.role = role;
|
|
620
|
+
}
|
|
621
|
+
if (Array.isArray(defaults.scopes)) {
|
|
622
|
+
const scopes = defaults.scopes
|
|
623
|
+
.filter((entry) => typeof entry === "string")
|
|
624
|
+
.map((entry) => entry.trim())
|
|
625
|
+
.filter(Boolean);
|
|
626
|
+
if (scopes.length > 0) {
|
|
627
|
+
normalized.scopes = scopes;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
const rawPaperclipApiUrl = typeof defaults.paperclipApiUrl === "string"
|
|
631
|
+
? defaults.paperclipApiUrl.trim()
|
|
632
|
+
: "";
|
|
633
|
+
if (rawPaperclipApiUrl) {
|
|
634
|
+
try {
|
|
635
|
+
const parsedPaperclipApiUrl = new URL(rawPaperclipApiUrl);
|
|
636
|
+
if (parsedPaperclipApiUrl.protocol !== "http:" &&
|
|
637
|
+
parsedPaperclipApiUrl.protocol !== "https:") {
|
|
638
|
+
diagnostics.push({
|
|
639
|
+
code: "openclaw_gateway_paperclip_api_url_protocol",
|
|
640
|
+
level: "warn",
|
|
641
|
+
message: `paperclipApiUrl must use http:// or https:// (got ${parsedPaperclipApiUrl.protocol}).`
|
|
642
|
+
});
|
|
643
|
+
}
|
|
644
|
+
else {
|
|
645
|
+
normalized.paperclipApiUrl = parsedPaperclipApiUrl.toString();
|
|
646
|
+
diagnostics.push({
|
|
647
|
+
code: "openclaw_gateway_paperclip_api_url_configured",
|
|
648
|
+
level: "info",
|
|
649
|
+
message: `paperclipApiUrl set to ${parsedPaperclipApiUrl.toString()}`
|
|
650
|
+
});
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
catch {
|
|
654
|
+
diagnostics.push({
|
|
655
|
+
code: "openclaw_gateway_paperclip_api_url_invalid",
|
|
656
|
+
level: "warn",
|
|
657
|
+
message: `Invalid paperclipApiUrl: ${rawPaperclipApiUrl}`
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
return { normalized, diagnostics, fatalErrors };
|
|
662
|
+
}
|
|
663
|
+
function toInviteSummaryResponse(req, token, invite) {
|
|
664
|
+
const baseUrl = requestBaseUrl(req);
|
|
665
|
+
const onboardingPath = `/api/invites/${token}/onboarding`;
|
|
666
|
+
const onboardingTextPath = `/api/invites/${token}/onboarding.txt`;
|
|
667
|
+
const inviteMessage = extractInviteMessage(invite);
|
|
668
|
+
return {
|
|
669
|
+
id: invite.id,
|
|
670
|
+
companyId: invite.companyId,
|
|
671
|
+
inviteType: invite.inviteType,
|
|
672
|
+
allowedJoinTypes: invite.allowedJoinTypes,
|
|
673
|
+
expiresAt: invite.expiresAt,
|
|
674
|
+
onboardingPath,
|
|
675
|
+
onboardingUrl: baseUrl ? `${baseUrl}${onboardingPath}` : onboardingPath,
|
|
676
|
+
onboardingTextPath,
|
|
677
|
+
onboardingTextUrl: baseUrl
|
|
678
|
+
? `${baseUrl}${onboardingTextPath}`
|
|
679
|
+
: onboardingTextPath,
|
|
680
|
+
skillIndexPath: "/api/skills/index",
|
|
681
|
+
skillIndexUrl: baseUrl
|
|
682
|
+
? `${baseUrl}/api/skills/index`
|
|
683
|
+
: "/api/skills/index",
|
|
684
|
+
inviteMessage
|
|
685
|
+
};
|
|
686
|
+
}
|
|
687
|
+
function buildOnboardingDiscoveryDiagnostics(input) {
|
|
688
|
+
const diagnostics = [];
|
|
689
|
+
let apiHost = null;
|
|
690
|
+
if (input.apiBaseUrl) {
|
|
691
|
+
try {
|
|
692
|
+
apiHost = normalizeHostname(new URL(input.apiBaseUrl).hostname);
|
|
693
|
+
}
|
|
694
|
+
catch {
|
|
695
|
+
apiHost = null;
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
const bindHost = normalizeHostname(input.bindHost);
|
|
699
|
+
const allowSet = new Set(input.allowedHostnames
|
|
700
|
+
.map((entry) => normalizeHostname(entry))
|
|
701
|
+
.filter((entry) => Boolean(entry)));
|
|
702
|
+
if (apiHost && isLoopbackHost(apiHost)) {
|
|
703
|
+
diagnostics.push({
|
|
704
|
+
code: "openclaw_onboarding_api_loopback",
|
|
705
|
+
level: "warn",
|
|
706
|
+
message: "Onboarding URL resolves to loopback hostname. Remote OpenClaw agents cannot reach localhost on your Paperclip host.",
|
|
707
|
+
hint: "Use a reachable hostname/IP (for example Tailscale hostname, Docker host alias, or public domain)."
|
|
708
|
+
});
|
|
709
|
+
}
|
|
710
|
+
if (input.deploymentMode === "authenticated" &&
|
|
711
|
+
input.deploymentExposure === "private" &&
|
|
712
|
+
(!bindHost || isLoopbackHost(bindHost))) {
|
|
713
|
+
diagnostics.push({
|
|
714
|
+
code: "openclaw_onboarding_private_loopback_bind",
|
|
715
|
+
level: "warn",
|
|
716
|
+
message: "Paperclip is bound to loopback in authenticated/private mode.",
|
|
717
|
+
hint: "Run with a reachable bind host or use pnpm dev --tailscale-auth for private-network onboarding."
|
|
718
|
+
});
|
|
719
|
+
}
|
|
720
|
+
if (input.deploymentMode === "authenticated" &&
|
|
721
|
+
input.deploymentExposure === "private" &&
|
|
722
|
+
apiHost &&
|
|
723
|
+
!isLoopbackHost(apiHost) &&
|
|
724
|
+
allowSet.size > 0 &&
|
|
725
|
+
!allowSet.has(apiHost)) {
|
|
726
|
+
diagnostics.push({
|
|
727
|
+
code: "openclaw_onboarding_private_host_not_allowed",
|
|
728
|
+
level: "warn",
|
|
729
|
+
message: `Onboarding host "${apiHost}" is not in allowed hostnames for authenticated/private mode.`,
|
|
730
|
+
hint: `Run pnpm paperclipai allowed-hostname ${apiHost}`
|
|
731
|
+
});
|
|
732
|
+
}
|
|
733
|
+
return diagnostics;
|
|
734
|
+
}
|
|
735
|
+
function buildOnboardingConnectionCandidates(input) {
|
|
736
|
+
let base = null;
|
|
737
|
+
try {
|
|
738
|
+
if (input.apiBaseUrl) {
|
|
739
|
+
base = new URL(input.apiBaseUrl);
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
catch {
|
|
743
|
+
base = null;
|
|
744
|
+
}
|
|
745
|
+
const protocol = base?.protocol ?? "http:";
|
|
746
|
+
const port = base?.port ? `:${base.port}` : "";
|
|
747
|
+
const candidates = new Set();
|
|
748
|
+
if (base) {
|
|
749
|
+
candidates.add(base.origin);
|
|
750
|
+
}
|
|
751
|
+
const bindHost = normalizeHostname(input.bindHost);
|
|
752
|
+
if (bindHost && !isLoopbackHost(bindHost)) {
|
|
753
|
+
candidates.add(`${protocol}//${bindHost}${port}`);
|
|
754
|
+
}
|
|
755
|
+
for (const rawHost of input.allowedHostnames) {
|
|
756
|
+
const host = normalizeHostname(rawHost);
|
|
757
|
+
if (!host)
|
|
758
|
+
continue;
|
|
759
|
+
candidates.add(`${protocol}//${host}${port}`);
|
|
760
|
+
}
|
|
761
|
+
if (base && isLoopbackHost(base.hostname)) {
|
|
762
|
+
candidates.add(`${protocol}//host.docker.internal${port}`);
|
|
763
|
+
}
|
|
764
|
+
return Array.from(candidates);
|
|
765
|
+
}
|
|
766
|
+
function buildInviteOnboardingManifest(req, token, invite, opts) {
|
|
767
|
+
const baseUrl = requestBaseUrl(req);
|
|
768
|
+
const skillPath = "/api/skills/paperclip";
|
|
769
|
+
const skillUrl = baseUrl ? `${baseUrl}${skillPath}` : skillPath;
|
|
770
|
+
const registrationEndpointPath = `/api/invites/${token}/accept`;
|
|
771
|
+
const registrationEndpointUrl = baseUrl
|
|
772
|
+
? `${baseUrl}${registrationEndpointPath}`
|
|
773
|
+
: registrationEndpointPath;
|
|
774
|
+
const onboardingTextPath = `/api/invites/${token}/onboarding.txt`;
|
|
775
|
+
const onboardingTextUrl = baseUrl
|
|
776
|
+
? `${baseUrl}${onboardingTextPath}`
|
|
777
|
+
: onboardingTextPath;
|
|
778
|
+
const discoveryDiagnostics = buildOnboardingDiscoveryDiagnostics({
|
|
779
|
+
apiBaseUrl: baseUrl,
|
|
780
|
+
deploymentMode: opts.deploymentMode,
|
|
781
|
+
deploymentExposure: opts.deploymentExposure,
|
|
782
|
+
bindHost: opts.bindHost,
|
|
783
|
+
allowedHostnames: opts.allowedHostnames
|
|
784
|
+
});
|
|
785
|
+
const connectionCandidates = buildOnboardingConnectionCandidates({
|
|
786
|
+
apiBaseUrl: baseUrl,
|
|
787
|
+
bindHost: opts.bindHost,
|
|
788
|
+
allowedHostnames: opts.allowedHostnames
|
|
789
|
+
});
|
|
790
|
+
return {
|
|
791
|
+
invite: toInviteSummaryResponse(req, token, invite),
|
|
792
|
+
onboarding: {
|
|
793
|
+
instructions: "Join as an OpenClaw Gateway agent, save your one-time claim secret, wait for board approval, then claim your API key. Save the claim response token to ~/.openclaw/workspace/paperclip-claimed-api-key.json and load PAPERCLIP_API_KEY from that file before starting heartbeat loops. You MUST submit adapterType='openclaw_gateway', set agentDefaultsPayload.url to your ws:// or wss:// OpenClaw gateway endpoint, and include agentDefaultsPayload.headers.x-openclaw-token (or legacy x-openclaw-auth).",
|
|
794
|
+
inviteMessage: extractInviteMessage(invite),
|
|
795
|
+
recommendedAdapterType: "openclaw_gateway",
|
|
796
|
+
requiredFields: {
|
|
797
|
+
requestType: "agent",
|
|
798
|
+
agentName: "Display name for this agent",
|
|
799
|
+
adapterType: "Use 'openclaw_gateway' for OpenClaw Gateway agents",
|
|
800
|
+
capabilities: "Optional capability summary",
|
|
801
|
+
agentDefaultsPayload: "Adapter config for OpenClaw gateway. MUST include url (ws:// or wss://) and headers.x-openclaw-token (or legacy x-openclaw-auth). Optional fields: paperclipApiUrl, waitTimeoutMs, sessionKeyStrategy, sessionKey, role, scopes, disableDeviceAuth, devicePrivateKeyPem."
|
|
802
|
+
},
|
|
803
|
+
registrationEndpoint: {
|
|
804
|
+
method: "POST",
|
|
805
|
+
path: registrationEndpointPath,
|
|
806
|
+
url: registrationEndpointUrl
|
|
807
|
+
},
|
|
808
|
+
claimEndpointTemplate: {
|
|
809
|
+
method: "POST",
|
|
810
|
+
path: "/api/join-requests/{requestId}/claim-api-key",
|
|
811
|
+
body: {
|
|
812
|
+
claimSecret: "one-time claim secret returned when the join request is created"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
connectivity: {
|
|
816
|
+
deploymentMode: opts.deploymentMode,
|
|
817
|
+
deploymentExposure: opts.deploymentExposure,
|
|
818
|
+
bindHost: opts.bindHost,
|
|
819
|
+
allowedHostnames: opts.allowedHostnames,
|
|
820
|
+
connectionCandidates,
|
|
821
|
+
diagnostics: discoveryDiagnostics,
|
|
822
|
+
guidance: opts.deploymentMode === "authenticated" &&
|
|
823
|
+
opts.deploymentExposure === "private"
|
|
824
|
+
? "If OpenClaw runs on another machine, ensure the Paperclip hostname is reachable and allowed via `pnpm paperclipai allowed-hostname <host>`."
|
|
825
|
+
: "Ensure OpenClaw can reach this Paperclip API base URL for invite, claim, and skill bootstrap calls."
|
|
826
|
+
},
|
|
827
|
+
textInstructions: {
|
|
828
|
+
path: onboardingTextPath,
|
|
829
|
+
url: onboardingTextUrl,
|
|
830
|
+
contentType: "text/plain"
|
|
831
|
+
},
|
|
832
|
+
skill: {
|
|
833
|
+
name: "paperclip",
|
|
834
|
+
path: skillPath,
|
|
835
|
+
url: skillUrl,
|
|
836
|
+
installPath: "~/.openclaw/skills/paperclip/SKILL.md"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
}
|
|
841
|
+
export function buildInviteOnboardingTextDocument(req, token, invite, opts) {
|
|
842
|
+
const manifest = buildInviteOnboardingManifest(req, token, invite, opts);
|
|
843
|
+
const onboarding = manifest.onboarding;
|
|
844
|
+
const diagnostics = Array.isArray(onboarding.connectivity?.diagnostics)
|
|
845
|
+
? onboarding.connectivity.diagnostics
|
|
846
|
+
: [];
|
|
847
|
+
const lines = [];
|
|
848
|
+
const appendBlock = (block) => {
|
|
849
|
+
const trimmed = block.replace(/^\n/, "").replace(/\n\s*$/, "");
|
|
850
|
+
const lineIndentation = trimmed
|
|
851
|
+
.split("\n")
|
|
852
|
+
.filter((line) => line.trim().length > 0)
|
|
853
|
+
.map((line) => line.match(/^(\s*)/)?.[0].length ?? 0);
|
|
854
|
+
const minIndent = lineIndentation.length > 0 ? Math.min(...lineIndentation) : 0;
|
|
855
|
+
for (const line of trimmed.split("\n")) {
|
|
856
|
+
lines.push(line.slice(minIndent));
|
|
857
|
+
}
|
|
858
|
+
};
|
|
859
|
+
appendBlock(`
|
|
860
|
+
# Paperclip OpenClaw Gateway Onboarding
|
|
861
|
+
|
|
862
|
+
This document is meant to be readable by both humans and agents.
|
|
863
|
+
|
|
864
|
+
## Invite
|
|
865
|
+
- inviteType: ${invite.inviteType}
|
|
866
|
+
- allowedJoinTypes: ${invite.allowedJoinTypes}
|
|
867
|
+
- expiresAt: ${invite.expiresAt.toISOString()}
|
|
868
|
+
`);
|
|
869
|
+
if (onboarding.inviteMessage) {
|
|
870
|
+
appendBlock(`
|
|
871
|
+
## Message from inviter
|
|
872
|
+
${onboarding.inviteMessage}
|
|
873
|
+
`);
|
|
874
|
+
}
|
|
875
|
+
appendBlock(`
|
|
876
|
+
## Step 0
|
|
877
|
+
|
|
878
|
+
Get the OpenClaw gateway auth token (THIS MUST BE SENT)
|
|
879
|
+
Token lives in:
|
|
880
|
+
|
|
881
|
+
~/.openclaw/openclaw.json -> gateway.auth.token
|
|
882
|
+
Extract:
|
|
883
|
+
|
|
884
|
+
TOKEN="$(node -p 'require(process.env.HOME+\"/.openclaw/openclaw.json\").gateway.auth.token')"
|
|
885
|
+
test -n "$TOKEN" || (echo "Missing TOKEN" && exit 1)
|
|
886
|
+
test "\${#TOKEN}" -ge 16 || (echo "Gateway token unexpectedly short (\${#TOKEN})" && exit 1)
|
|
887
|
+
|
|
888
|
+
3) IMPORTANT: Don't accidentally drop the token when generating JSON
|
|
889
|
+
If you build JSON with Node, pass the token explicitly (argv), don't rely on an un-exported env var.
|
|
890
|
+
|
|
891
|
+
Safe payload build looks sort of like this (substitute where necessary):
|
|
892
|
+
|
|
893
|
+
BODY="$(node -e '
|
|
894
|
+
const token = process.argv[1];
|
|
895
|
+
if (!token) process.exit(2);
|
|
896
|
+
const body = {
|
|
897
|
+
requestType: "agent",
|
|
898
|
+
agentName: "OpenClaw",
|
|
899
|
+
adapterType: "openclaw_gateway",
|
|
900
|
+
capabilities: "OpenClaw agent adapter",
|
|
901
|
+
agentDefaultsPayload: {
|
|
902
|
+
url: "ws://127.0.0.1:18789",
|
|
903
|
+
paperclipApiUrl: "http://host.docker.internal:3100",
|
|
904
|
+
headers: { "x-openclaw-token": token },
|
|
905
|
+
waitTimeoutMs: 120000,
|
|
906
|
+
sessionKeyStrategy: "issue",
|
|
907
|
+
role: "operator",
|
|
908
|
+
scopes: ["operator.admin"]
|
|
909
|
+
}
|
|
910
|
+
};
|
|
911
|
+
process.stdout.write(JSON.stringify(body));
|
|
912
|
+
' "$TOKEN")"
|
|
913
|
+
|
|
914
|
+
## Step 1: Submit agent join request
|
|
915
|
+
${onboarding.registrationEndpoint.method} ${onboarding.registrationEndpoint.url}
|
|
916
|
+
|
|
917
|
+
IMPORTANT: You MUST include agentDefaultsPayload.headers.x-openclaw-token with your gateway token.
|
|
918
|
+
Legacy x-openclaw-auth is also accepted, but x-openclaw-token is preferred.
|
|
919
|
+
Use adapterType "openclaw_gateway" and a ws:// or wss:// gateway URL.
|
|
920
|
+
Pairing mode requirement:
|
|
921
|
+
- Keep device auth enabled (recommended). If devicePrivateKeyPem is omitted, Paperclip generates and persists one during join so pairing approvals are stable.
|
|
922
|
+
- You may set disableDeviceAuth=true only for special environments that cannot support pairing.
|
|
923
|
+
- First run may return "pairing required" once; approve the pending pairing request in OpenClaw, then retry.
|
|
924
|
+
Do NOT use /v1/responses or /hooks/* in this gateway join flow.
|
|
925
|
+
|
|
926
|
+
Body (JSON):
|
|
927
|
+
{
|
|
928
|
+
"requestType": "agent",
|
|
929
|
+
"agentName": "My OpenClaw Agent",
|
|
930
|
+
"adapterType": "openclaw_gateway",
|
|
931
|
+
"capabilities": "Optional summary",
|
|
932
|
+
"agentDefaultsPayload": {
|
|
933
|
+
"url": "wss://your-openclaw-gateway.example",
|
|
934
|
+
"paperclipApiUrl": "https://paperclip-hostname-your-agent-can-reach:3100",
|
|
935
|
+
"headers": { "x-openclaw-token": "replace-me" },
|
|
936
|
+
"waitTimeoutMs": 120000,
|
|
937
|
+
"sessionKeyStrategy": "issue",
|
|
938
|
+
"role": "operator",
|
|
939
|
+
"scopes": ["operator.admin"]
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
Expected response includes:
|
|
944
|
+
- request id
|
|
945
|
+
- one-time claimSecret
|
|
946
|
+
- claimApiKeyPath
|
|
947
|
+
|
|
948
|
+
## Step 2: Wait for board approval
|
|
949
|
+
The board approves the join request in Paperclip before key claim is allowed.
|
|
950
|
+
|
|
951
|
+
## Step 3: Claim API key (one-time)
|
|
952
|
+
${onboarding.claimEndpointTemplate.method} /api/join-requests/{requestId}/claim-api-key
|
|
953
|
+
|
|
954
|
+
Body (JSON):
|
|
955
|
+
{
|
|
956
|
+
"claimSecret": "<one-time-claim-secret>"
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
On successful claim, save the full JSON response to:
|
|
960
|
+
|
|
961
|
+
- ~/.openclaw/workspace/paperclip-claimed-api-key.json
|
|
962
|
+
chmod 600 ~/.openclaw/workspace/paperclip-claimed-api-key.json
|
|
963
|
+
|
|
964
|
+
And set the PAPERCLIP_API_KEY and PAPERCLIP_API_URL in your environment variables as specified here:
|
|
965
|
+
https://docs.openclaw.ai/help/environment
|
|
966
|
+
|
|
967
|
+
e.g.
|
|
968
|
+
|
|
969
|
+
{
|
|
970
|
+
env: {
|
|
971
|
+
PAPERCLIP_API_KEY: "...",
|
|
972
|
+
PAPERCLIP_API_URL: "...",
|
|
973
|
+
},
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
Then set PAPERCLIP_API_KEY and PAPERCLIP_API_URL from the saved token field for every heartbeat run.
|
|
977
|
+
|
|
978
|
+
Important:
|
|
979
|
+
- claim secrets expire
|
|
980
|
+
- claim secrets are single-use
|
|
981
|
+
- claim fails before board approval
|
|
982
|
+
|
|
983
|
+
## Step 4: Install Paperclip skill in OpenClaw
|
|
984
|
+
GET ${onboarding.skill.url}
|
|
985
|
+
Install path: ${onboarding.skill.installPath}
|
|
986
|
+
|
|
987
|
+
Be sure to prepend your PAPERCLIP_API_URL to the top of your skill and note the path to your PAPERCLIP_API_URL
|
|
988
|
+
|
|
989
|
+
## Text onboarding URL
|
|
990
|
+
${onboarding.textInstructions.url}
|
|
991
|
+
|
|
992
|
+
## Connectivity guidance
|
|
993
|
+
${onboarding.connectivity?.guidance ??
|
|
994
|
+
"Ensure Paperclip is reachable from your OpenClaw runtime."}
|
|
995
|
+
`);
|
|
996
|
+
const connectionCandidates = Array.isArray(onboarding.connectivity?.connectionCandidates)
|
|
997
|
+
? onboarding.connectivity.connectionCandidates.filter((entry) => Boolean(entry))
|
|
998
|
+
: [];
|
|
999
|
+
if (connectionCandidates.length > 0) {
|
|
1000
|
+
lines.push("## Suggested Paperclip base URLs to try");
|
|
1001
|
+
for (const candidate of connectionCandidates) {
|
|
1002
|
+
lines.push(`- ${candidate}`);
|
|
1003
|
+
}
|
|
1004
|
+
appendBlock(`
|
|
1005
|
+
|
|
1006
|
+
Test each candidate with:
|
|
1007
|
+
- GET <candidate>/api/health
|
|
1008
|
+
- set the first reachable candidate as agentDefaultsPayload.paperclipApiUrl when submitting your join request
|
|
1009
|
+
|
|
1010
|
+
If none are reachable: ask your human operator for a reachable hostname/address and help them update network configuration.
|
|
1011
|
+
For authenticated/private mode, they may need:
|
|
1012
|
+
- pnpm paperclipai allowed-hostname <host>
|
|
1013
|
+
- then restart Paperclip and retry onboarding.
|
|
1014
|
+
`);
|
|
1015
|
+
}
|
|
1016
|
+
if (diagnostics.length > 0) {
|
|
1017
|
+
lines.push("## Connectivity diagnostics");
|
|
1018
|
+
for (const diag of diagnostics) {
|
|
1019
|
+
lines.push(`- [${diag.level}] ${diag.message}`);
|
|
1020
|
+
if (diag.hint)
|
|
1021
|
+
lines.push(` hint: ${diag.hint}`);
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
appendBlock(`
|
|
1025
|
+
|
|
1026
|
+
## Helpful endpoints
|
|
1027
|
+
${onboarding.registrationEndpoint.path}
|
|
1028
|
+
${onboarding.claimEndpointTemplate.path}
|
|
1029
|
+
${onboarding.skill.path}
|
|
1030
|
+
${manifest.invite.onboardingPath}
|
|
1031
|
+
`);
|
|
1032
|
+
return `${lines.join("\n")}\n`;
|
|
1033
|
+
}
|
|
1034
|
+
function extractInviteMessage(invite) {
|
|
1035
|
+
const rawDefaults = invite.defaultsPayload;
|
|
1036
|
+
if (!rawDefaults ||
|
|
1037
|
+
typeof rawDefaults !== "object" ||
|
|
1038
|
+
Array.isArray(rawDefaults)) {
|
|
1039
|
+
return null;
|
|
1040
|
+
}
|
|
1041
|
+
const rawMessage = rawDefaults.agentMessage;
|
|
1042
|
+
if (typeof rawMessage !== "string") {
|
|
1043
|
+
return null;
|
|
1044
|
+
}
|
|
1045
|
+
const trimmed = rawMessage.trim();
|
|
1046
|
+
return trimmed.length ? trimmed : null;
|
|
1047
|
+
}
|
|
1048
|
+
function mergeInviteDefaults(defaultsPayload, agentMessage) {
|
|
1049
|
+
const merged = defaultsPayload && typeof defaultsPayload === "object"
|
|
1050
|
+
? { ...defaultsPayload }
|
|
1051
|
+
: {};
|
|
1052
|
+
if (agentMessage) {
|
|
1053
|
+
merged.agentMessage = agentMessage;
|
|
1054
|
+
}
|
|
1055
|
+
return Object.keys(merged).length ? merged : null;
|
|
1056
|
+
}
|
|
1057
|
+
function requestIp(req) {
|
|
1058
|
+
const forwarded = req.header("x-forwarded-for");
|
|
1059
|
+
if (forwarded) {
|
|
1060
|
+
const first = forwarded.split(",")[0]?.trim();
|
|
1061
|
+
if (first)
|
|
1062
|
+
return first;
|
|
1063
|
+
}
|
|
1064
|
+
return req.ip || "unknown";
|
|
1065
|
+
}
|
|
1066
|
+
function inviteExpired(invite) {
|
|
1067
|
+
return invite.expiresAt.getTime() <= Date.now();
|
|
1068
|
+
}
|
|
1069
|
+
function isLocalImplicit(req) {
|
|
1070
|
+
return req.actor.type === "board" && req.actor.source === "local_implicit";
|
|
1071
|
+
}
|
|
1072
|
+
async function resolveActorEmail(db, req) {
|
|
1073
|
+
if (isLocalImplicit(req))
|
|
1074
|
+
return "local@paperclip.local";
|
|
1075
|
+
const userId = req.actor.userId;
|
|
1076
|
+
if (!userId)
|
|
1077
|
+
return null;
|
|
1078
|
+
const user = await db
|
|
1079
|
+
.select({ email: authUsers.email })
|
|
1080
|
+
.from(authUsers)
|
|
1081
|
+
.where(eq(authUsers.id, userId))
|
|
1082
|
+
.then((rows) => rows[0] ?? null);
|
|
1083
|
+
return user?.email ?? null;
|
|
1084
|
+
}
|
|
1085
|
+
function grantsFromDefaults(defaultsPayload, key) {
|
|
1086
|
+
if (!defaultsPayload || typeof defaultsPayload !== "object")
|
|
1087
|
+
return [];
|
|
1088
|
+
const scoped = defaultsPayload[key];
|
|
1089
|
+
if (!scoped || typeof scoped !== "object")
|
|
1090
|
+
return [];
|
|
1091
|
+
const grants = scoped.grants;
|
|
1092
|
+
if (!Array.isArray(grants))
|
|
1093
|
+
return [];
|
|
1094
|
+
const validPermissionKeys = new Set(PERMISSION_KEYS);
|
|
1095
|
+
const result = [];
|
|
1096
|
+
for (const item of grants) {
|
|
1097
|
+
if (!item || typeof item !== "object")
|
|
1098
|
+
continue;
|
|
1099
|
+
const record = item;
|
|
1100
|
+
if (typeof record.permissionKey !== "string")
|
|
1101
|
+
continue;
|
|
1102
|
+
if (!validPermissionKeys.has(record.permissionKey))
|
|
1103
|
+
continue;
|
|
1104
|
+
result.push({
|
|
1105
|
+
permissionKey: record.permissionKey,
|
|
1106
|
+
scope: record.scope &&
|
|
1107
|
+
typeof record.scope === "object" &&
|
|
1108
|
+
!Array.isArray(record.scope)
|
|
1109
|
+
? record.scope
|
|
1110
|
+
: null
|
|
1111
|
+
});
|
|
1112
|
+
}
|
|
1113
|
+
return result;
|
|
1114
|
+
}
|
|
1115
|
+
export function resolveJoinRequestAgentManagerId(candidates) {
|
|
1116
|
+
const ceoCandidates = candidates.filter((candidate) => candidate.role === "ceo");
|
|
1117
|
+
if (ceoCandidates.length === 0)
|
|
1118
|
+
return null;
|
|
1119
|
+
const rootCeo = ceoCandidates.find((candidate) => candidate.reportsTo === null);
|
|
1120
|
+
return (rootCeo ?? ceoCandidates[0] ?? null)?.id ?? null;
|
|
1121
|
+
}
|
|
1122
|
+
function isInviteTokenHashCollisionError(error) {
|
|
1123
|
+
const candidates = [
|
|
1124
|
+
error,
|
|
1125
|
+
error?.cause ?? null
|
|
1126
|
+
];
|
|
1127
|
+
for (const candidate of candidates) {
|
|
1128
|
+
if (!candidate || typeof candidate !== "object")
|
|
1129
|
+
continue;
|
|
1130
|
+
const code = "code" in candidate && typeof candidate.code === "string"
|
|
1131
|
+
? candidate.code
|
|
1132
|
+
: null;
|
|
1133
|
+
const message = "message" in candidate && typeof candidate.message === "string"
|
|
1134
|
+
? candidate.message
|
|
1135
|
+
: "";
|
|
1136
|
+
const constraint = "constraint" in candidate && typeof candidate.constraint === "string"
|
|
1137
|
+
? candidate.constraint
|
|
1138
|
+
: null;
|
|
1139
|
+
if (code !== "23505")
|
|
1140
|
+
continue;
|
|
1141
|
+
if (constraint === "invites_token_hash_unique_idx")
|
|
1142
|
+
return true;
|
|
1143
|
+
if (message.includes("invites_token_hash_unique_idx"))
|
|
1144
|
+
return true;
|
|
1145
|
+
}
|
|
1146
|
+
return false;
|
|
1147
|
+
}
|
|
1148
|
+
function isAbortError(error) {
|
|
1149
|
+
return error instanceof Error && error.name === "AbortError";
|
|
1150
|
+
}
|
|
1151
|
+
async function probeInviteResolutionTarget(url, timeoutMs) {
|
|
1152
|
+
const startedAt = Date.now();
|
|
1153
|
+
const controller = new AbortController();
|
|
1154
|
+
const timeout = setTimeout(() => controller.abort(), timeoutMs);
|
|
1155
|
+
try {
|
|
1156
|
+
const response = await fetch(url, {
|
|
1157
|
+
method: "HEAD",
|
|
1158
|
+
redirect: "manual",
|
|
1159
|
+
signal: controller.signal
|
|
1160
|
+
});
|
|
1161
|
+
const durationMs = Date.now() - startedAt;
|
|
1162
|
+
if (response.ok ||
|
|
1163
|
+
response.status === 401 ||
|
|
1164
|
+
response.status === 403 ||
|
|
1165
|
+
response.status === 404 ||
|
|
1166
|
+
response.status === 405 ||
|
|
1167
|
+
response.status === 422 ||
|
|
1168
|
+
response.status === 500 ||
|
|
1169
|
+
response.status === 501) {
|
|
1170
|
+
return {
|
|
1171
|
+
status: "reachable",
|
|
1172
|
+
method: "HEAD",
|
|
1173
|
+
durationMs,
|
|
1174
|
+
httpStatus: response.status,
|
|
1175
|
+
message: `Webhook endpoint responded to HEAD with HTTP ${response.status}.`
|
|
1176
|
+
};
|
|
1177
|
+
}
|
|
1178
|
+
return {
|
|
1179
|
+
status: "unreachable",
|
|
1180
|
+
method: "HEAD",
|
|
1181
|
+
durationMs,
|
|
1182
|
+
httpStatus: response.status,
|
|
1183
|
+
message: `Webhook endpoint probe returned HTTP ${response.status}.`
|
|
1184
|
+
};
|
|
1185
|
+
}
|
|
1186
|
+
catch (error) {
|
|
1187
|
+
const durationMs = Date.now() - startedAt;
|
|
1188
|
+
if (isAbortError(error)) {
|
|
1189
|
+
return {
|
|
1190
|
+
status: "timeout",
|
|
1191
|
+
method: "HEAD",
|
|
1192
|
+
durationMs,
|
|
1193
|
+
httpStatus: null,
|
|
1194
|
+
message: `Webhook endpoint probe timed out after ${timeoutMs}ms.`
|
|
1195
|
+
};
|
|
1196
|
+
}
|
|
1197
|
+
return {
|
|
1198
|
+
status: "unreachable",
|
|
1199
|
+
method: "HEAD",
|
|
1200
|
+
durationMs,
|
|
1201
|
+
httpStatus: null,
|
|
1202
|
+
message: error instanceof Error
|
|
1203
|
+
? error.message
|
|
1204
|
+
: "Webhook endpoint probe failed."
|
|
1205
|
+
};
|
|
1206
|
+
}
|
|
1207
|
+
finally {
|
|
1208
|
+
clearTimeout(timeout);
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
export function accessRoutes(db, opts) {
|
|
1212
|
+
const router = Router();
|
|
1213
|
+
const access = accessService(db);
|
|
1214
|
+
const agents = agentService(db);
|
|
1215
|
+
async function assertInstanceAdmin(req) {
|
|
1216
|
+
if (req.actor.type !== "board")
|
|
1217
|
+
throw unauthorized();
|
|
1218
|
+
if (isLocalImplicit(req))
|
|
1219
|
+
return;
|
|
1220
|
+
const allowed = await access.isInstanceAdmin(req.actor.userId);
|
|
1221
|
+
if (!allowed)
|
|
1222
|
+
throw forbidden("Instance admin required");
|
|
1223
|
+
}
|
|
1224
|
+
router.get("/board-claim/:token", async (req, res) => {
|
|
1225
|
+
const token = req.params.token.trim();
|
|
1226
|
+
const code = typeof req.query.code === "string" ? req.query.code.trim() : undefined;
|
|
1227
|
+
if (!token)
|
|
1228
|
+
throw notFound("Board claim challenge not found");
|
|
1229
|
+
const challenge = inspectBoardClaimChallenge(token, code);
|
|
1230
|
+
if (challenge.status === "invalid")
|
|
1231
|
+
throw notFound("Board claim challenge not found");
|
|
1232
|
+
res.json(challenge);
|
|
1233
|
+
});
|
|
1234
|
+
router.post("/board-claim/:token/claim", async (req, res) => {
|
|
1235
|
+
const token = req.params.token.trim();
|
|
1236
|
+
const code = typeof req.body?.code === "string" ? req.body.code.trim() : undefined;
|
|
1237
|
+
if (!token)
|
|
1238
|
+
throw notFound("Board claim challenge not found");
|
|
1239
|
+
if (!code)
|
|
1240
|
+
throw badRequest("Claim code is required");
|
|
1241
|
+
if (req.actor.type !== "board" ||
|
|
1242
|
+
req.actor.source !== "session" ||
|
|
1243
|
+
!req.actor.userId) {
|
|
1244
|
+
throw unauthorized("Sign in before claiming board ownership");
|
|
1245
|
+
}
|
|
1246
|
+
const claimed = await claimBoardOwnership(db, {
|
|
1247
|
+
token,
|
|
1248
|
+
code,
|
|
1249
|
+
userId: req.actor.userId
|
|
1250
|
+
});
|
|
1251
|
+
if (claimed.status === "invalid")
|
|
1252
|
+
throw notFound("Board claim challenge not found");
|
|
1253
|
+
if (claimed.status === "expired")
|
|
1254
|
+
throw conflict("Board claim challenge expired. Restart server to generate a new one.");
|
|
1255
|
+
if (claimed.status === "claimed") {
|
|
1256
|
+
res.json({
|
|
1257
|
+
claimed: true,
|
|
1258
|
+
userId: claimed.claimedByUserId ?? req.actor.userId
|
|
1259
|
+
});
|
|
1260
|
+
return;
|
|
1261
|
+
}
|
|
1262
|
+
throw conflict("Board claim challenge is no longer available");
|
|
1263
|
+
});
|
|
1264
|
+
async function assertCompanyPermission(req, companyId, permissionKey) {
|
|
1265
|
+
assertCompanyAccess(req, companyId);
|
|
1266
|
+
if (req.actor.type === "agent") {
|
|
1267
|
+
if (!req.actor.agentId)
|
|
1268
|
+
throw forbidden();
|
|
1269
|
+
const allowed = await access.hasPermission(companyId, "agent", req.actor.agentId, permissionKey);
|
|
1270
|
+
if (!allowed)
|
|
1271
|
+
throw forbidden("Permission denied");
|
|
1272
|
+
return;
|
|
1273
|
+
}
|
|
1274
|
+
if (req.actor.type !== "board")
|
|
1275
|
+
throw unauthorized();
|
|
1276
|
+
if (isLocalImplicit(req))
|
|
1277
|
+
return;
|
|
1278
|
+
const allowed = await access.canUser(companyId, req.actor.userId, permissionKey);
|
|
1279
|
+
if (!allowed)
|
|
1280
|
+
throw forbidden("Permission denied");
|
|
1281
|
+
}
|
|
1282
|
+
async function assertCanGenerateOpenClawInvitePrompt(req, companyId) {
|
|
1283
|
+
assertCompanyAccess(req, companyId);
|
|
1284
|
+
if (req.actor.type === "agent") {
|
|
1285
|
+
if (!req.actor.agentId)
|
|
1286
|
+
throw forbidden("Agent authentication required");
|
|
1287
|
+
const actorAgent = await agents.getById(req.actor.agentId);
|
|
1288
|
+
if (!actorAgent || actorAgent.companyId !== companyId) {
|
|
1289
|
+
throw forbidden("Agent key cannot access another company");
|
|
1290
|
+
}
|
|
1291
|
+
if (actorAgent.role !== "ceo") {
|
|
1292
|
+
throw forbidden("Only CEO agents can generate OpenClaw invite prompts");
|
|
1293
|
+
}
|
|
1294
|
+
return;
|
|
1295
|
+
}
|
|
1296
|
+
if (req.actor.type !== "board")
|
|
1297
|
+
throw unauthorized();
|
|
1298
|
+
if (isLocalImplicit(req))
|
|
1299
|
+
return;
|
|
1300
|
+
const allowed = await access.canUser(companyId, req.actor.userId, "users:invite");
|
|
1301
|
+
if (!allowed)
|
|
1302
|
+
throw forbidden("Permission denied");
|
|
1303
|
+
}
|
|
1304
|
+
async function createCompanyInviteForCompany(input) {
|
|
1305
|
+
const normalizedAgentMessage = typeof input.agentMessage === "string"
|
|
1306
|
+
? input.agentMessage.trim() || null
|
|
1307
|
+
: null;
|
|
1308
|
+
const insertValues = {
|
|
1309
|
+
companyId: input.companyId,
|
|
1310
|
+
inviteType: "company_join",
|
|
1311
|
+
allowedJoinTypes: input.allowedJoinTypes,
|
|
1312
|
+
defaultsPayload: mergeInviteDefaults(input.defaultsPayload ?? null, normalizedAgentMessage),
|
|
1313
|
+
expiresAt: companyInviteExpiresAt(),
|
|
1314
|
+
invitedByUserId: input.req.actor.userId ?? null
|
|
1315
|
+
};
|
|
1316
|
+
let token = null;
|
|
1317
|
+
let created = null;
|
|
1318
|
+
for (let attempt = 0; attempt < INVITE_TOKEN_MAX_RETRIES; attempt += 1) {
|
|
1319
|
+
const candidateToken = createInviteToken();
|
|
1320
|
+
try {
|
|
1321
|
+
const row = await db
|
|
1322
|
+
.insert(invites)
|
|
1323
|
+
.values({
|
|
1324
|
+
...insertValues,
|
|
1325
|
+
tokenHash: hashToken(candidateToken)
|
|
1326
|
+
})
|
|
1327
|
+
.returning()
|
|
1328
|
+
.then((rows) => rows[0]);
|
|
1329
|
+
token = candidateToken;
|
|
1330
|
+
created = row;
|
|
1331
|
+
break;
|
|
1332
|
+
}
|
|
1333
|
+
catch (error) {
|
|
1334
|
+
if (!isInviteTokenHashCollisionError(error)) {
|
|
1335
|
+
throw error;
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
if (!token || !created) {
|
|
1340
|
+
throw conflict("Failed to generate a unique invite token. Please retry.");
|
|
1341
|
+
}
|
|
1342
|
+
return { token, created, normalizedAgentMessage };
|
|
1343
|
+
}
|
|
1344
|
+
router.get("/skills/available", (_req, res) => {
|
|
1345
|
+
res.json({ skills: listAvailableSkills() });
|
|
1346
|
+
});
|
|
1347
|
+
router.get("/skills/index", (_req, res) => {
|
|
1348
|
+
res.json({
|
|
1349
|
+
skills: [
|
|
1350
|
+
{ name: "paperclip", path: "/api/skills/paperclip" },
|
|
1351
|
+
{
|
|
1352
|
+
name: "para-memory-files",
|
|
1353
|
+
path: "/api/skills/para-memory-files"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
name: "paperclip-create-agent",
|
|
1357
|
+
path: "/api/skills/paperclip-create-agent"
|
|
1358
|
+
}
|
|
1359
|
+
]
|
|
1360
|
+
});
|
|
1361
|
+
});
|
|
1362
|
+
router.get("/skills/:skillName", (req, res) => {
|
|
1363
|
+
const skillName = req.params.skillName.trim().toLowerCase();
|
|
1364
|
+
const markdown = readSkillMarkdown(skillName);
|
|
1365
|
+
if (!markdown)
|
|
1366
|
+
throw notFound("Skill not found");
|
|
1367
|
+
res.type("text/markdown").send(markdown);
|
|
1368
|
+
});
|
|
1369
|
+
router.post("/companies/:companyId/invites", validate(createCompanyInviteSchema), async (req, res) => {
|
|
1370
|
+
const companyId = req.params.companyId;
|
|
1371
|
+
await assertCompanyPermission(req, companyId, "users:invite");
|
|
1372
|
+
const { token, created, normalizedAgentMessage } = await createCompanyInviteForCompany({
|
|
1373
|
+
req,
|
|
1374
|
+
companyId,
|
|
1375
|
+
allowedJoinTypes: req.body.allowedJoinTypes,
|
|
1376
|
+
defaultsPayload: req.body.defaultsPayload ?? null,
|
|
1377
|
+
agentMessage: req.body.agentMessage ?? null
|
|
1378
|
+
});
|
|
1379
|
+
await logActivity(db, {
|
|
1380
|
+
companyId,
|
|
1381
|
+
actorType: req.actor.type === "agent" ? "agent" : "user",
|
|
1382
|
+
actorId: req.actor.type === "agent"
|
|
1383
|
+
? req.actor.agentId ?? "unknown-agent"
|
|
1384
|
+
: req.actor.userId ?? "board",
|
|
1385
|
+
action: "invite.created",
|
|
1386
|
+
entityType: "invite",
|
|
1387
|
+
entityId: created.id,
|
|
1388
|
+
details: {
|
|
1389
|
+
inviteType: created.inviteType,
|
|
1390
|
+
allowedJoinTypes: created.allowedJoinTypes,
|
|
1391
|
+
expiresAt: created.expiresAt.toISOString(),
|
|
1392
|
+
hasAgentMessage: Boolean(normalizedAgentMessage)
|
|
1393
|
+
}
|
|
1394
|
+
});
|
|
1395
|
+
const inviteSummary = toInviteSummaryResponse(req, token, created);
|
|
1396
|
+
res.status(201).json({
|
|
1397
|
+
...created,
|
|
1398
|
+
token,
|
|
1399
|
+
inviteUrl: `/invite/${token}`,
|
|
1400
|
+
onboardingTextPath: inviteSummary.onboardingTextPath,
|
|
1401
|
+
onboardingTextUrl: inviteSummary.onboardingTextUrl,
|
|
1402
|
+
inviteMessage: inviteSummary.inviteMessage
|
|
1403
|
+
});
|
|
1404
|
+
});
|
|
1405
|
+
router.post("/companies/:companyId/openclaw/invite-prompt", validate(createOpenClawInvitePromptSchema), async (req, res) => {
|
|
1406
|
+
const companyId = req.params.companyId;
|
|
1407
|
+
await assertCanGenerateOpenClawInvitePrompt(req, companyId);
|
|
1408
|
+
const { token, created, normalizedAgentMessage } = await createCompanyInviteForCompany({
|
|
1409
|
+
req,
|
|
1410
|
+
companyId,
|
|
1411
|
+
allowedJoinTypes: "agent",
|
|
1412
|
+
defaultsPayload: null,
|
|
1413
|
+
agentMessage: req.body.agentMessage ?? null
|
|
1414
|
+
});
|
|
1415
|
+
await logActivity(db, {
|
|
1416
|
+
companyId,
|
|
1417
|
+
actorType: req.actor.type === "agent" ? "agent" : "user",
|
|
1418
|
+
actorId: req.actor.type === "agent"
|
|
1419
|
+
? req.actor.agentId ?? "unknown-agent"
|
|
1420
|
+
: req.actor.userId ?? "board",
|
|
1421
|
+
action: "invite.openclaw_prompt_created",
|
|
1422
|
+
entityType: "invite",
|
|
1423
|
+
entityId: created.id,
|
|
1424
|
+
details: {
|
|
1425
|
+
inviteType: created.inviteType,
|
|
1426
|
+
allowedJoinTypes: created.allowedJoinTypes,
|
|
1427
|
+
expiresAt: created.expiresAt.toISOString(),
|
|
1428
|
+
hasAgentMessage: Boolean(normalizedAgentMessage)
|
|
1429
|
+
}
|
|
1430
|
+
});
|
|
1431
|
+
const inviteSummary = toInviteSummaryResponse(req, token, created);
|
|
1432
|
+
res.status(201).json({
|
|
1433
|
+
...created,
|
|
1434
|
+
token,
|
|
1435
|
+
inviteUrl: `/invite/${token}`,
|
|
1436
|
+
onboardingTextPath: inviteSummary.onboardingTextPath,
|
|
1437
|
+
onboardingTextUrl: inviteSummary.onboardingTextUrl,
|
|
1438
|
+
inviteMessage: inviteSummary.inviteMessage
|
|
1439
|
+
});
|
|
1440
|
+
});
|
|
1441
|
+
router.get("/invites/:token", async (req, res) => {
|
|
1442
|
+
const token = req.params.token.trim();
|
|
1443
|
+
if (!token)
|
|
1444
|
+
throw notFound("Invite not found");
|
|
1445
|
+
const invite = await db
|
|
1446
|
+
.select()
|
|
1447
|
+
.from(invites)
|
|
1448
|
+
.where(eq(invites.tokenHash, hashToken(token)))
|
|
1449
|
+
.then((rows) => rows[0] ?? null);
|
|
1450
|
+
if (!invite ||
|
|
1451
|
+
invite.revokedAt ||
|
|
1452
|
+
invite.acceptedAt ||
|
|
1453
|
+
inviteExpired(invite)) {
|
|
1454
|
+
throw notFound("Invite not found");
|
|
1455
|
+
}
|
|
1456
|
+
res.json(toInviteSummaryResponse(req, token, invite));
|
|
1457
|
+
});
|
|
1458
|
+
router.get("/invites/:token/onboarding", async (req, res) => {
|
|
1459
|
+
const token = req.params.token.trim();
|
|
1460
|
+
if (!token)
|
|
1461
|
+
throw notFound("Invite not found");
|
|
1462
|
+
const invite = await db
|
|
1463
|
+
.select()
|
|
1464
|
+
.from(invites)
|
|
1465
|
+
.where(eq(invites.tokenHash, hashToken(token)))
|
|
1466
|
+
.then((rows) => rows[0] ?? null);
|
|
1467
|
+
if (!invite || invite.revokedAt || inviteExpired(invite)) {
|
|
1468
|
+
throw notFound("Invite not found");
|
|
1469
|
+
}
|
|
1470
|
+
res.json(buildInviteOnboardingManifest(req, token, invite, opts));
|
|
1471
|
+
});
|
|
1472
|
+
router.get("/invites/:token/onboarding.txt", async (req, res) => {
|
|
1473
|
+
const token = req.params.token.trim();
|
|
1474
|
+
if (!token)
|
|
1475
|
+
throw notFound("Invite not found");
|
|
1476
|
+
const invite = await db
|
|
1477
|
+
.select()
|
|
1478
|
+
.from(invites)
|
|
1479
|
+
.where(eq(invites.tokenHash, hashToken(token)))
|
|
1480
|
+
.then((rows) => rows[0] ?? null);
|
|
1481
|
+
if (!invite || invite.revokedAt || inviteExpired(invite)) {
|
|
1482
|
+
throw notFound("Invite not found");
|
|
1483
|
+
}
|
|
1484
|
+
res
|
|
1485
|
+
.type("text/plain; charset=utf-8")
|
|
1486
|
+
.send(buildInviteOnboardingTextDocument(req, token, invite, opts));
|
|
1487
|
+
});
|
|
1488
|
+
router.get("/invites/:token/test-resolution", async (req, res) => {
|
|
1489
|
+
const token = req.params.token.trim();
|
|
1490
|
+
if (!token)
|
|
1491
|
+
throw notFound("Invite not found");
|
|
1492
|
+
const invite = await db
|
|
1493
|
+
.select()
|
|
1494
|
+
.from(invites)
|
|
1495
|
+
.where(eq(invites.tokenHash, hashToken(token)))
|
|
1496
|
+
.then((rows) => rows[0] ?? null);
|
|
1497
|
+
if (!invite || invite.revokedAt || inviteExpired(invite)) {
|
|
1498
|
+
throw notFound("Invite not found");
|
|
1499
|
+
}
|
|
1500
|
+
const rawUrl = typeof req.query.url === "string" ? req.query.url.trim() : "";
|
|
1501
|
+
if (!rawUrl)
|
|
1502
|
+
throw badRequest("url query parameter is required");
|
|
1503
|
+
let target;
|
|
1504
|
+
try {
|
|
1505
|
+
target = new URL(rawUrl);
|
|
1506
|
+
}
|
|
1507
|
+
catch {
|
|
1508
|
+
throw badRequest("url must be an absolute http(s) URL");
|
|
1509
|
+
}
|
|
1510
|
+
if (target.protocol !== "http:" && target.protocol !== "https:") {
|
|
1511
|
+
throw badRequest("url must use http or https");
|
|
1512
|
+
}
|
|
1513
|
+
const parsedTimeoutMs = typeof req.query.timeoutMs === "string"
|
|
1514
|
+
? Number(req.query.timeoutMs)
|
|
1515
|
+
: NaN;
|
|
1516
|
+
const timeoutMs = Number.isFinite(parsedTimeoutMs)
|
|
1517
|
+
? Math.max(1000, Math.min(15000, Math.floor(parsedTimeoutMs)))
|
|
1518
|
+
: 5000;
|
|
1519
|
+
const probe = await probeInviteResolutionTarget(target, timeoutMs);
|
|
1520
|
+
res.json({
|
|
1521
|
+
inviteId: invite.id,
|
|
1522
|
+
testResolutionPath: `/api/invites/${token}/test-resolution`,
|
|
1523
|
+
requestedUrl: target.toString(),
|
|
1524
|
+
timeoutMs,
|
|
1525
|
+
...probe
|
|
1526
|
+
});
|
|
1527
|
+
});
|
|
1528
|
+
router.post("/invites/:token/accept", validate(acceptInviteSchema), async (req, res) => {
|
|
1529
|
+
const token = req.params.token.trim();
|
|
1530
|
+
if (!token)
|
|
1531
|
+
throw notFound("Invite not found");
|
|
1532
|
+
const invite = await db
|
|
1533
|
+
.select()
|
|
1534
|
+
.from(invites)
|
|
1535
|
+
.where(eq(invites.tokenHash, hashToken(token)))
|
|
1536
|
+
.then((rows) => rows[0] ?? null);
|
|
1537
|
+
if (!invite || invite.revokedAt || inviteExpired(invite)) {
|
|
1538
|
+
throw notFound("Invite not found");
|
|
1539
|
+
}
|
|
1540
|
+
const inviteAlreadyAccepted = Boolean(invite.acceptedAt);
|
|
1541
|
+
const existingJoinRequestForInvite = inviteAlreadyAccepted
|
|
1542
|
+
? await db
|
|
1543
|
+
.select()
|
|
1544
|
+
.from(joinRequests)
|
|
1545
|
+
.where(eq(joinRequests.inviteId, invite.id))
|
|
1546
|
+
.then((rows) => rows[0] ?? null)
|
|
1547
|
+
: null;
|
|
1548
|
+
if (invite.inviteType === "bootstrap_ceo") {
|
|
1549
|
+
if (inviteAlreadyAccepted)
|
|
1550
|
+
throw notFound("Invite not found");
|
|
1551
|
+
if (req.body.requestType !== "human") {
|
|
1552
|
+
throw badRequest("Bootstrap invite requires human request type");
|
|
1553
|
+
}
|
|
1554
|
+
if (req.actor.type !== "board" ||
|
|
1555
|
+
(!req.actor.userId && !isLocalImplicit(req))) {
|
|
1556
|
+
throw unauthorized("Authenticated user required for bootstrap acceptance");
|
|
1557
|
+
}
|
|
1558
|
+
const userId = req.actor.userId ?? "local-board";
|
|
1559
|
+
const existingAdmin = await access.isInstanceAdmin(userId);
|
|
1560
|
+
if (!existingAdmin) {
|
|
1561
|
+
await access.promoteInstanceAdmin(userId);
|
|
1562
|
+
}
|
|
1563
|
+
const updatedInvite = await db
|
|
1564
|
+
.update(invites)
|
|
1565
|
+
.set({ acceptedAt: new Date(), updatedAt: new Date() })
|
|
1566
|
+
.where(eq(invites.id, invite.id))
|
|
1567
|
+
.returning()
|
|
1568
|
+
.then((rows) => rows[0] ?? invite);
|
|
1569
|
+
res.status(202).json({
|
|
1570
|
+
inviteId: updatedInvite.id,
|
|
1571
|
+
inviteType: updatedInvite.inviteType,
|
|
1572
|
+
bootstrapAccepted: true,
|
|
1573
|
+
userId
|
|
1574
|
+
});
|
|
1575
|
+
return;
|
|
1576
|
+
}
|
|
1577
|
+
const requestType = req.body.requestType;
|
|
1578
|
+
const companyId = invite.companyId;
|
|
1579
|
+
if (!companyId)
|
|
1580
|
+
throw conflict("Invite is missing company scope");
|
|
1581
|
+
if (invite.allowedJoinTypes !== "both" &&
|
|
1582
|
+
invite.allowedJoinTypes !== requestType) {
|
|
1583
|
+
throw badRequest(`Invite does not allow ${requestType} joins`);
|
|
1584
|
+
}
|
|
1585
|
+
if (requestType === "human" && req.actor.type !== "board") {
|
|
1586
|
+
throw unauthorized("Human invite acceptance requires authenticated user");
|
|
1587
|
+
}
|
|
1588
|
+
if (requestType === "human" &&
|
|
1589
|
+
!req.actor.userId &&
|
|
1590
|
+
!isLocalImplicit(req)) {
|
|
1591
|
+
throw unauthorized("Authenticated user is required");
|
|
1592
|
+
}
|
|
1593
|
+
if (requestType === "agent" && !req.body.agentName) {
|
|
1594
|
+
if (!inviteAlreadyAccepted ||
|
|
1595
|
+
!existingJoinRequestForInvite?.agentName) {
|
|
1596
|
+
throw badRequest("agentName is required for agent join requests");
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
const adapterType = req.body.adapterType ?? null;
|
|
1600
|
+
if (inviteAlreadyAccepted &&
|
|
1601
|
+
!canReplayOpenClawGatewayInviteAccept({
|
|
1602
|
+
requestType,
|
|
1603
|
+
adapterType,
|
|
1604
|
+
existingJoinRequest: existingJoinRequestForInvite
|
|
1605
|
+
})) {
|
|
1606
|
+
throw notFound("Invite not found");
|
|
1607
|
+
}
|
|
1608
|
+
const replayJoinRequestId = inviteAlreadyAccepted
|
|
1609
|
+
? existingJoinRequestForInvite?.id ?? null
|
|
1610
|
+
: null;
|
|
1611
|
+
if (inviteAlreadyAccepted && !replayJoinRequestId) {
|
|
1612
|
+
throw conflict("Join request not found");
|
|
1613
|
+
}
|
|
1614
|
+
const replayMergedDefaults = inviteAlreadyAccepted
|
|
1615
|
+
? mergeJoinDefaultsPayloadForReplay(existingJoinRequestForInvite?.agentDefaultsPayload ?? null, req.body.agentDefaultsPayload ?? null)
|
|
1616
|
+
: req.body.agentDefaultsPayload ?? null;
|
|
1617
|
+
const gatewayDefaultsPayload = requestType === "agent"
|
|
1618
|
+
? buildJoinDefaultsPayloadForAccept({
|
|
1619
|
+
adapterType,
|
|
1620
|
+
defaultsPayload: replayMergedDefaults,
|
|
1621
|
+
paperclipApiUrl: req.body.paperclipApiUrl ?? null,
|
|
1622
|
+
inboundOpenClawAuthHeader: req.header("x-openclaw-auth") ?? null,
|
|
1623
|
+
inboundOpenClawTokenHeader: req.header("x-openclaw-token") ?? null
|
|
1624
|
+
})
|
|
1625
|
+
: null;
|
|
1626
|
+
const joinDefaults = requestType === "agent"
|
|
1627
|
+
? normalizeAgentDefaultsForJoin({
|
|
1628
|
+
adapterType,
|
|
1629
|
+
defaultsPayload: gatewayDefaultsPayload,
|
|
1630
|
+
deploymentMode: opts.deploymentMode,
|
|
1631
|
+
deploymentExposure: opts.deploymentExposure,
|
|
1632
|
+
bindHost: opts.bindHost,
|
|
1633
|
+
allowedHostnames: opts.allowedHostnames
|
|
1634
|
+
})
|
|
1635
|
+
: {
|
|
1636
|
+
normalized: null,
|
|
1637
|
+
diagnostics: [],
|
|
1638
|
+
fatalErrors: []
|
|
1639
|
+
};
|
|
1640
|
+
if (requestType === "agent" && joinDefaults.fatalErrors.length > 0) {
|
|
1641
|
+
throw badRequest(joinDefaults.fatalErrors.join("; "));
|
|
1642
|
+
}
|
|
1643
|
+
if (requestType === "agent" && adapterType === "openclaw_gateway") {
|
|
1644
|
+
logger.info({
|
|
1645
|
+
inviteId: invite.id,
|
|
1646
|
+
joinRequestDiagnostics: joinDefaults.diagnostics.map((diag) => ({
|
|
1647
|
+
code: diag.code,
|
|
1648
|
+
level: diag.level
|
|
1649
|
+
})),
|
|
1650
|
+
normalizedAgentDefaults: summarizeOpenClawGatewayDefaultsForLog(joinDefaults.normalized)
|
|
1651
|
+
}, "invite accept normalized OpenClaw gateway defaults");
|
|
1652
|
+
}
|
|
1653
|
+
const claimSecret = requestType === "agent" && !inviteAlreadyAccepted
|
|
1654
|
+
? createClaimSecret()
|
|
1655
|
+
: null;
|
|
1656
|
+
const claimSecretHash = claimSecret ? hashToken(claimSecret) : null;
|
|
1657
|
+
const claimSecretExpiresAt = claimSecret
|
|
1658
|
+
? new Date(Date.now() + 7 * 24 * 60 * 60 * 1000)
|
|
1659
|
+
: null;
|
|
1660
|
+
const actorEmail = requestType === "human" ? await resolveActorEmail(db, req) : null;
|
|
1661
|
+
const created = !inviteAlreadyAccepted
|
|
1662
|
+
? await db.transaction(async (tx) => {
|
|
1663
|
+
await tx
|
|
1664
|
+
.update(invites)
|
|
1665
|
+
.set({ acceptedAt: new Date(), updatedAt: new Date() })
|
|
1666
|
+
.where(and(eq(invites.id, invite.id), isNull(invites.acceptedAt), isNull(invites.revokedAt)));
|
|
1667
|
+
const row = await tx
|
|
1668
|
+
.insert(joinRequests)
|
|
1669
|
+
.values({
|
|
1670
|
+
inviteId: invite.id,
|
|
1671
|
+
companyId,
|
|
1672
|
+
requestType,
|
|
1673
|
+
status: "pending_approval",
|
|
1674
|
+
requestIp: requestIp(req),
|
|
1675
|
+
requestingUserId: requestType === "human"
|
|
1676
|
+
? req.actor.userId ?? "local-board"
|
|
1677
|
+
: null,
|
|
1678
|
+
requestEmailSnapshot: requestType === "human" ? actorEmail : null,
|
|
1679
|
+
agentName: requestType === "agent" ? req.body.agentName : null,
|
|
1680
|
+
adapterType: requestType === "agent" ? adapterType : null,
|
|
1681
|
+
capabilities: requestType === "agent"
|
|
1682
|
+
? req.body.capabilities ?? null
|
|
1683
|
+
: null,
|
|
1684
|
+
agentDefaultsPayload: requestType === "agent" ? joinDefaults.normalized : null,
|
|
1685
|
+
claimSecretHash,
|
|
1686
|
+
claimSecretExpiresAt
|
|
1687
|
+
})
|
|
1688
|
+
.returning()
|
|
1689
|
+
.then((rows) => rows[0]);
|
|
1690
|
+
return row;
|
|
1691
|
+
})
|
|
1692
|
+
: await db
|
|
1693
|
+
.update(joinRequests)
|
|
1694
|
+
.set({
|
|
1695
|
+
requestIp: requestIp(req),
|
|
1696
|
+
agentName: requestType === "agent"
|
|
1697
|
+
? req.body.agentName ??
|
|
1698
|
+
existingJoinRequestForInvite?.agentName ??
|
|
1699
|
+
null
|
|
1700
|
+
: null,
|
|
1701
|
+
capabilities: requestType === "agent"
|
|
1702
|
+
? req.body.capabilities ??
|
|
1703
|
+
existingJoinRequestForInvite?.capabilities ??
|
|
1704
|
+
null
|
|
1705
|
+
: null,
|
|
1706
|
+
adapterType: requestType === "agent" ? adapterType : null,
|
|
1707
|
+
agentDefaultsPayload: requestType === "agent" ? joinDefaults.normalized : null,
|
|
1708
|
+
updatedAt: new Date()
|
|
1709
|
+
})
|
|
1710
|
+
.where(eq(joinRequests.id, replayJoinRequestId))
|
|
1711
|
+
.returning()
|
|
1712
|
+
.then((rows) => rows[0]);
|
|
1713
|
+
if (!created) {
|
|
1714
|
+
throw conflict("Join request not found");
|
|
1715
|
+
}
|
|
1716
|
+
if (inviteAlreadyAccepted &&
|
|
1717
|
+
requestType === "agent" &&
|
|
1718
|
+
adapterType === "openclaw_gateway" &&
|
|
1719
|
+
created.status === "approved" &&
|
|
1720
|
+
created.createdAgentId) {
|
|
1721
|
+
const existingAgent = await agents.getById(created.createdAgentId);
|
|
1722
|
+
if (!existingAgent) {
|
|
1723
|
+
throw conflict("Approved join request agent not found");
|
|
1724
|
+
}
|
|
1725
|
+
const existingAdapterConfig = isPlainObject(existingAgent.adapterConfig)
|
|
1726
|
+
? existingAgent.adapterConfig
|
|
1727
|
+
: {};
|
|
1728
|
+
const nextAdapterConfig = {
|
|
1729
|
+
...existingAdapterConfig,
|
|
1730
|
+
...(joinDefaults.normalized ?? {})
|
|
1731
|
+
};
|
|
1732
|
+
const updatedAgent = await agents.update(created.createdAgentId, {
|
|
1733
|
+
adapterType,
|
|
1734
|
+
adapterConfig: nextAdapterConfig
|
|
1735
|
+
});
|
|
1736
|
+
if (!updatedAgent) {
|
|
1737
|
+
throw conflict("Approved join request agent not found");
|
|
1738
|
+
}
|
|
1739
|
+
await logActivity(db, {
|
|
1740
|
+
companyId,
|
|
1741
|
+
actorType: req.actor.type === "agent" ? "agent" : "user",
|
|
1742
|
+
actorId: req.actor.type === "agent"
|
|
1743
|
+
? req.actor.agentId ?? "invite-agent"
|
|
1744
|
+
: req.actor.userId ?? "board",
|
|
1745
|
+
action: "agent.updated_from_join_replay",
|
|
1746
|
+
entityType: "agent",
|
|
1747
|
+
entityId: updatedAgent.id,
|
|
1748
|
+
details: { inviteId: invite.id, joinRequestId: created.id }
|
|
1749
|
+
});
|
|
1750
|
+
}
|
|
1751
|
+
if (requestType === "agent" && adapterType === "openclaw_gateway") {
|
|
1752
|
+
const expectedDefaults = summarizeOpenClawGatewayDefaultsForLog(joinDefaults.normalized);
|
|
1753
|
+
const persistedDefaults = summarizeOpenClawGatewayDefaultsForLog(created.agentDefaultsPayload);
|
|
1754
|
+
const missingPersistedFields = [];
|
|
1755
|
+
if (expectedDefaults.url && !persistedDefaults.url)
|
|
1756
|
+
missingPersistedFields.push("url");
|
|
1757
|
+
if (expectedDefaults.paperclipApiUrl &&
|
|
1758
|
+
!persistedDefaults.paperclipApiUrl) {
|
|
1759
|
+
missingPersistedFields.push("paperclipApiUrl");
|
|
1760
|
+
}
|
|
1761
|
+
if (expectedDefaults.gatewayToken && !persistedDefaults.gatewayToken) {
|
|
1762
|
+
missingPersistedFields.push("headers.x-openclaw-token");
|
|
1763
|
+
}
|
|
1764
|
+
if (expectedDefaults.devicePrivateKeyPem &&
|
|
1765
|
+
!persistedDefaults.devicePrivateKeyPem) {
|
|
1766
|
+
missingPersistedFields.push("devicePrivateKeyPem");
|
|
1767
|
+
}
|
|
1768
|
+
if (expectedDefaults.headerKeys.length > 0 &&
|
|
1769
|
+
persistedDefaults.headerKeys.length === 0) {
|
|
1770
|
+
missingPersistedFields.push("headers");
|
|
1771
|
+
}
|
|
1772
|
+
logger.info({
|
|
1773
|
+
inviteId: invite.id,
|
|
1774
|
+
joinRequestId: created.id,
|
|
1775
|
+
joinRequestStatus: created.status,
|
|
1776
|
+
expectedDefaults,
|
|
1777
|
+
persistedDefaults,
|
|
1778
|
+
diagnostics: joinDefaults.diagnostics.map((diag) => ({
|
|
1779
|
+
code: diag.code,
|
|
1780
|
+
level: diag.level,
|
|
1781
|
+
message: diag.message,
|
|
1782
|
+
hint: diag.hint ?? null
|
|
1783
|
+
}))
|
|
1784
|
+
}, "invite accept persisted OpenClaw gateway join request");
|
|
1785
|
+
if (missingPersistedFields.length > 0) {
|
|
1786
|
+
logger.warn({
|
|
1787
|
+
inviteId: invite.id,
|
|
1788
|
+
joinRequestId: created.id,
|
|
1789
|
+
missingPersistedFields
|
|
1790
|
+
}, "invite accept detected missing persisted OpenClaw gateway defaults");
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
await logActivity(db, {
|
|
1794
|
+
companyId,
|
|
1795
|
+
actorType: req.actor.type === "agent" ? "agent" : "user",
|
|
1796
|
+
actorId: req.actor.type === "agent"
|
|
1797
|
+
? req.actor.agentId ?? "invite-agent"
|
|
1798
|
+
: req.actor.userId ??
|
|
1799
|
+
(requestType === "agent" ? "invite-anon" : "board"),
|
|
1800
|
+
action: inviteAlreadyAccepted
|
|
1801
|
+
? "join.request_replayed"
|
|
1802
|
+
: "join.requested",
|
|
1803
|
+
entityType: "join_request",
|
|
1804
|
+
entityId: created.id,
|
|
1805
|
+
details: {
|
|
1806
|
+
requestType,
|
|
1807
|
+
requestIp: created.requestIp,
|
|
1808
|
+
inviteReplay: inviteAlreadyAccepted
|
|
1809
|
+
}
|
|
1810
|
+
});
|
|
1811
|
+
const response = toJoinRequestResponse(created);
|
|
1812
|
+
if (claimSecret) {
|
|
1813
|
+
const onboardingManifest = buildInviteOnboardingManifest(req, token, invite, opts);
|
|
1814
|
+
res.status(202).json({
|
|
1815
|
+
...response,
|
|
1816
|
+
claimSecret,
|
|
1817
|
+
claimApiKeyPath: `/api/join-requests/${created.id}/claim-api-key`,
|
|
1818
|
+
onboarding: onboardingManifest.onboarding,
|
|
1819
|
+
diagnostics: joinDefaults.diagnostics
|
|
1820
|
+
});
|
|
1821
|
+
return;
|
|
1822
|
+
}
|
|
1823
|
+
res.status(202).json({
|
|
1824
|
+
...response,
|
|
1825
|
+
...(joinDefaults.diagnostics.length > 0
|
|
1826
|
+
? { diagnostics: joinDefaults.diagnostics }
|
|
1827
|
+
: {})
|
|
1828
|
+
});
|
|
1829
|
+
});
|
|
1830
|
+
router.post("/invites/:inviteId/revoke", async (req, res) => {
|
|
1831
|
+
const id = req.params.inviteId;
|
|
1832
|
+
const invite = await db
|
|
1833
|
+
.select()
|
|
1834
|
+
.from(invites)
|
|
1835
|
+
.where(eq(invites.id, id))
|
|
1836
|
+
.then((rows) => rows[0] ?? null);
|
|
1837
|
+
if (!invite)
|
|
1838
|
+
throw notFound("Invite not found");
|
|
1839
|
+
if (invite.inviteType === "bootstrap_ceo") {
|
|
1840
|
+
await assertInstanceAdmin(req);
|
|
1841
|
+
}
|
|
1842
|
+
else {
|
|
1843
|
+
if (!invite.companyId)
|
|
1844
|
+
throw conflict("Invite is missing company scope");
|
|
1845
|
+
await assertCompanyPermission(req, invite.companyId, "users:invite");
|
|
1846
|
+
}
|
|
1847
|
+
if (invite.acceptedAt)
|
|
1848
|
+
throw conflict("Invite already consumed");
|
|
1849
|
+
if (invite.revokedAt)
|
|
1850
|
+
return res.json(invite);
|
|
1851
|
+
const revoked = await db
|
|
1852
|
+
.update(invites)
|
|
1853
|
+
.set({ revokedAt: new Date(), updatedAt: new Date() })
|
|
1854
|
+
.where(eq(invites.id, id))
|
|
1855
|
+
.returning()
|
|
1856
|
+
.then((rows) => rows[0]);
|
|
1857
|
+
if (invite.companyId) {
|
|
1858
|
+
await logActivity(db, {
|
|
1859
|
+
companyId: invite.companyId,
|
|
1860
|
+
actorType: req.actor.type === "agent" ? "agent" : "user",
|
|
1861
|
+
actorId: req.actor.type === "agent"
|
|
1862
|
+
? req.actor.agentId ?? "unknown-agent"
|
|
1863
|
+
: req.actor.userId ?? "board",
|
|
1864
|
+
action: "invite.revoked",
|
|
1865
|
+
entityType: "invite",
|
|
1866
|
+
entityId: id
|
|
1867
|
+
});
|
|
1868
|
+
}
|
|
1869
|
+
res.json(revoked);
|
|
1870
|
+
});
|
|
1871
|
+
router.get("/companies/:companyId/join-requests", async (req, res) => {
|
|
1872
|
+
const companyId = req.params.companyId;
|
|
1873
|
+
await assertCompanyPermission(req, companyId, "joins:approve");
|
|
1874
|
+
const query = listJoinRequestsQuerySchema.parse(req.query);
|
|
1875
|
+
const all = await db
|
|
1876
|
+
.select()
|
|
1877
|
+
.from(joinRequests)
|
|
1878
|
+
.where(eq(joinRequests.companyId, companyId))
|
|
1879
|
+
.orderBy(desc(joinRequests.createdAt));
|
|
1880
|
+
const filtered = all.filter((row) => {
|
|
1881
|
+
if (query.status && row.status !== query.status)
|
|
1882
|
+
return false;
|
|
1883
|
+
if (query.requestType && row.requestType !== query.requestType)
|
|
1884
|
+
return false;
|
|
1885
|
+
return true;
|
|
1886
|
+
});
|
|
1887
|
+
res.json(filtered.map(toJoinRequestResponse));
|
|
1888
|
+
});
|
|
1889
|
+
router.post("/companies/:companyId/join-requests/:requestId/approve", async (req, res) => {
|
|
1890
|
+
const companyId = req.params.companyId;
|
|
1891
|
+
const requestId = req.params.requestId;
|
|
1892
|
+
await assertCompanyPermission(req, companyId, "joins:approve");
|
|
1893
|
+
const existing = await db
|
|
1894
|
+
.select()
|
|
1895
|
+
.from(joinRequests)
|
|
1896
|
+
.where(and(eq(joinRequests.companyId, companyId), eq(joinRequests.id, requestId)))
|
|
1897
|
+
.then((rows) => rows[0] ?? null);
|
|
1898
|
+
if (!existing)
|
|
1899
|
+
throw notFound("Join request not found");
|
|
1900
|
+
if (existing.status !== "pending_approval")
|
|
1901
|
+
throw conflict("Join request is not pending");
|
|
1902
|
+
const invite = await db
|
|
1903
|
+
.select()
|
|
1904
|
+
.from(invites)
|
|
1905
|
+
.where(eq(invites.id, existing.inviteId))
|
|
1906
|
+
.then((rows) => rows[0] ?? null);
|
|
1907
|
+
if (!invite)
|
|
1908
|
+
throw notFound("Invite not found");
|
|
1909
|
+
let createdAgentId = existing.createdAgentId ?? null;
|
|
1910
|
+
if (existing.requestType === "human") {
|
|
1911
|
+
if (!existing.requestingUserId)
|
|
1912
|
+
throw conflict("Join request missing user identity");
|
|
1913
|
+
await access.ensureMembership(companyId, "user", existing.requestingUserId, "member", "active");
|
|
1914
|
+
const grants = grantsFromDefaults(invite.defaultsPayload, "human");
|
|
1915
|
+
await access.setPrincipalGrants(companyId, "user", existing.requestingUserId, grants, req.actor.userId ?? null);
|
|
1916
|
+
}
|
|
1917
|
+
else {
|
|
1918
|
+
const existingAgents = await agents.list(companyId);
|
|
1919
|
+
const managerId = resolveJoinRequestAgentManagerId(existingAgents);
|
|
1920
|
+
if (!managerId) {
|
|
1921
|
+
throw conflict("Join request cannot be approved because this company has no active CEO");
|
|
1922
|
+
}
|
|
1923
|
+
const agentName = deduplicateAgentName(existing.agentName ?? "New Agent", existingAgents.map((a) => ({
|
|
1924
|
+
id: a.id,
|
|
1925
|
+
name: a.name,
|
|
1926
|
+
status: a.status
|
|
1927
|
+
})));
|
|
1928
|
+
const created = await agents.create(companyId, {
|
|
1929
|
+
name: agentName,
|
|
1930
|
+
role: "general",
|
|
1931
|
+
title: null,
|
|
1932
|
+
status: "idle",
|
|
1933
|
+
reportsTo: managerId,
|
|
1934
|
+
capabilities: existing.capabilities ?? null,
|
|
1935
|
+
adapterType: existing.adapterType ?? "process",
|
|
1936
|
+
adapterConfig: existing.agentDefaultsPayload &&
|
|
1937
|
+
typeof existing.agentDefaultsPayload === "object"
|
|
1938
|
+
? existing.agentDefaultsPayload
|
|
1939
|
+
: {},
|
|
1940
|
+
runtimeConfig: {},
|
|
1941
|
+
budgetMonthlyCents: 0,
|
|
1942
|
+
spentMonthlyCents: 0,
|
|
1943
|
+
permissions: {},
|
|
1944
|
+
lastHeartbeatAt: null,
|
|
1945
|
+
metadata: null
|
|
1946
|
+
});
|
|
1947
|
+
createdAgentId = created.id;
|
|
1948
|
+
await access.ensureMembership(companyId, "agent", created.id, "member", "active");
|
|
1949
|
+
await access.setPrincipalPermission(companyId, "agent", created.id, "tasks:assign", true, req.actor.userId ?? null);
|
|
1950
|
+
const grants = grantsFromDefaults(invite.defaultsPayload, "agent");
|
|
1951
|
+
await access.setPrincipalGrants(companyId, "agent", created.id, grants, req.actor.userId ?? null);
|
|
1952
|
+
}
|
|
1953
|
+
const approved = await db
|
|
1954
|
+
.update(joinRequests)
|
|
1955
|
+
.set({
|
|
1956
|
+
status: "approved",
|
|
1957
|
+
approvedByUserId: req.actor.userId ?? (isLocalImplicit(req) ? "local-board" : null),
|
|
1958
|
+
approvedAt: new Date(),
|
|
1959
|
+
createdAgentId,
|
|
1960
|
+
updatedAt: new Date()
|
|
1961
|
+
})
|
|
1962
|
+
.where(eq(joinRequests.id, requestId))
|
|
1963
|
+
.returning()
|
|
1964
|
+
.then((rows) => rows[0]);
|
|
1965
|
+
await logActivity(db, {
|
|
1966
|
+
companyId,
|
|
1967
|
+
actorType: "user",
|
|
1968
|
+
actorId: req.actor.userId ?? "board",
|
|
1969
|
+
action: "join.approved",
|
|
1970
|
+
entityType: "join_request",
|
|
1971
|
+
entityId: requestId,
|
|
1972
|
+
details: { requestType: existing.requestType, createdAgentId }
|
|
1973
|
+
});
|
|
1974
|
+
if (createdAgentId) {
|
|
1975
|
+
void notifyHireApproved(db, {
|
|
1976
|
+
companyId,
|
|
1977
|
+
agentId: createdAgentId,
|
|
1978
|
+
source: "join_request",
|
|
1979
|
+
sourceId: requestId,
|
|
1980
|
+
approvedAt: new Date()
|
|
1981
|
+
}).catch(() => { });
|
|
1982
|
+
}
|
|
1983
|
+
res.json(toJoinRequestResponse(approved));
|
|
1984
|
+
});
|
|
1985
|
+
router.post("/companies/:companyId/join-requests/:requestId/reject", async (req, res) => {
|
|
1986
|
+
const companyId = req.params.companyId;
|
|
1987
|
+
const requestId = req.params.requestId;
|
|
1988
|
+
await assertCompanyPermission(req, companyId, "joins:approve");
|
|
1989
|
+
const existing = await db
|
|
1990
|
+
.select()
|
|
1991
|
+
.from(joinRequests)
|
|
1992
|
+
.where(and(eq(joinRequests.companyId, companyId), eq(joinRequests.id, requestId)))
|
|
1993
|
+
.then((rows) => rows[0] ?? null);
|
|
1994
|
+
if (!existing)
|
|
1995
|
+
throw notFound("Join request not found");
|
|
1996
|
+
if (existing.status !== "pending_approval")
|
|
1997
|
+
throw conflict("Join request is not pending");
|
|
1998
|
+
const rejected = await db
|
|
1999
|
+
.update(joinRequests)
|
|
2000
|
+
.set({
|
|
2001
|
+
status: "rejected",
|
|
2002
|
+
rejectedByUserId: req.actor.userId ?? (isLocalImplicit(req) ? "local-board" : null),
|
|
2003
|
+
rejectedAt: new Date(),
|
|
2004
|
+
updatedAt: new Date()
|
|
2005
|
+
})
|
|
2006
|
+
.where(eq(joinRequests.id, requestId))
|
|
2007
|
+
.returning()
|
|
2008
|
+
.then((rows) => rows[0]);
|
|
2009
|
+
await logActivity(db, {
|
|
2010
|
+
companyId,
|
|
2011
|
+
actorType: "user",
|
|
2012
|
+
actorId: req.actor.userId ?? "board",
|
|
2013
|
+
action: "join.rejected",
|
|
2014
|
+
entityType: "join_request",
|
|
2015
|
+
entityId: requestId,
|
|
2016
|
+
details: { requestType: existing.requestType }
|
|
2017
|
+
});
|
|
2018
|
+
res.json(toJoinRequestResponse(rejected));
|
|
2019
|
+
});
|
|
2020
|
+
router.post("/join-requests/:requestId/claim-api-key", validate(claimJoinRequestApiKeySchema), async (req, res) => {
|
|
2021
|
+
const requestId = req.params.requestId;
|
|
2022
|
+
const presentedClaimSecretHash = hashToken(req.body.claimSecret);
|
|
2023
|
+
const joinRequest = await db
|
|
2024
|
+
.select()
|
|
2025
|
+
.from(joinRequests)
|
|
2026
|
+
.where(eq(joinRequests.id, requestId))
|
|
2027
|
+
.then((rows) => rows[0] ?? null);
|
|
2028
|
+
if (!joinRequest)
|
|
2029
|
+
throw notFound("Join request not found");
|
|
2030
|
+
if (joinRequest.requestType !== "agent")
|
|
2031
|
+
throw badRequest("Only agent join requests can claim API keys");
|
|
2032
|
+
if (joinRequest.status !== "approved")
|
|
2033
|
+
throw conflict("Join request must be approved before key claim");
|
|
2034
|
+
if (!joinRequest.createdAgentId)
|
|
2035
|
+
throw conflict("Join request has no created agent");
|
|
2036
|
+
if (!joinRequest.claimSecretHash)
|
|
2037
|
+
throw conflict("Join request is missing claim secret metadata");
|
|
2038
|
+
if (!tokenHashesMatch(joinRequest.claimSecretHash, presentedClaimSecretHash)) {
|
|
2039
|
+
throw forbidden("Invalid claim secret");
|
|
2040
|
+
}
|
|
2041
|
+
if (joinRequest.claimSecretExpiresAt &&
|
|
2042
|
+
joinRequest.claimSecretExpiresAt.getTime() <= Date.now()) {
|
|
2043
|
+
throw conflict("Claim secret expired");
|
|
2044
|
+
}
|
|
2045
|
+
if (joinRequest.claimSecretConsumedAt)
|
|
2046
|
+
throw conflict("Claim secret already used");
|
|
2047
|
+
const existingKey = await db
|
|
2048
|
+
.select({ id: agentApiKeys.id })
|
|
2049
|
+
.from(agentApiKeys)
|
|
2050
|
+
.where(eq(agentApiKeys.agentId, joinRequest.createdAgentId))
|
|
2051
|
+
.then((rows) => rows[0] ?? null);
|
|
2052
|
+
if (existingKey)
|
|
2053
|
+
throw conflict("API key already claimed");
|
|
2054
|
+
const consumed = await db
|
|
2055
|
+
.update(joinRequests)
|
|
2056
|
+
.set({ claimSecretConsumedAt: new Date(), updatedAt: new Date() })
|
|
2057
|
+
.where(and(eq(joinRequests.id, requestId), isNull(joinRequests.claimSecretConsumedAt)))
|
|
2058
|
+
.returning({ id: joinRequests.id })
|
|
2059
|
+
.then((rows) => rows[0] ?? null);
|
|
2060
|
+
if (!consumed)
|
|
2061
|
+
throw conflict("Claim secret already used");
|
|
2062
|
+
const created = await agents.createApiKey(joinRequest.createdAgentId, "initial-join-key");
|
|
2063
|
+
await logActivity(db, {
|
|
2064
|
+
companyId: joinRequest.companyId,
|
|
2065
|
+
actorType: "system",
|
|
2066
|
+
actorId: "join-claim",
|
|
2067
|
+
action: "agent_api_key.claimed",
|
|
2068
|
+
entityType: "agent_api_key",
|
|
2069
|
+
entityId: created.id,
|
|
2070
|
+
details: {
|
|
2071
|
+
agentId: joinRequest.createdAgentId,
|
|
2072
|
+
joinRequestId: requestId
|
|
2073
|
+
}
|
|
2074
|
+
});
|
|
2075
|
+
res.status(201).json({
|
|
2076
|
+
keyId: created.id,
|
|
2077
|
+
token: created.token,
|
|
2078
|
+
agentId: joinRequest.createdAgentId,
|
|
2079
|
+
createdAt: created.createdAt
|
|
2080
|
+
});
|
|
2081
|
+
});
|
|
2082
|
+
router.get("/companies/:companyId/members", async (req, res) => {
|
|
2083
|
+
const companyId = req.params.companyId;
|
|
2084
|
+
await assertCompanyPermission(req, companyId, "users:manage_permissions");
|
|
2085
|
+
const members = await access.listMembers(companyId);
|
|
2086
|
+
res.json(members);
|
|
2087
|
+
});
|
|
2088
|
+
router.patch("/companies/:companyId/members/:memberId/permissions", validate(updateMemberPermissionsSchema), async (req, res) => {
|
|
2089
|
+
const companyId = req.params.companyId;
|
|
2090
|
+
const memberId = req.params.memberId;
|
|
2091
|
+
await assertCompanyPermission(req, companyId, "users:manage_permissions");
|
|
2092
|
+
const updated = await access.setMemberPermissions(companyId, memberId, req.body.grants ?? [], req.actor.userId ?? null);
|
|
2093
|
+
if (!updated)
|
|
2094
|
+
throw notFound("Member not found");
|
|
2095
|
+
res.json(updated);
|
|
2096
|
+
});
|
|
2097
|
+
router.post("/admin/users/:userId/promote-instance-admin", async (req, res) => {
|
|
2098
|
+
await assertInstanceAdmin(req);
|
|
2099
|
+
const userId = req.params.userId;
|
|
2100
|
+
const result = await access.promoteInstanceAdmin(userId);
|
|
2101
|
+
res.status(201).json(result);
|
|
2102
|
+
});
|
|
2103
|
+
router.post("/admin/users/:userId/demote-instance-admin", async (req, res) => {
|
|
2104
|
+
await assertInstanceAdmin(req);
|
|
2105
|
+
const userId = req.params.userId;
|
|
2106
|
+
const removed = await access.demoteInstanceAdmin(userId);
|
|
2107
|
+
if (!removed)
|
|
2108
|
+
throw notFound("Instance admin role not found");
|
|
2109
|
+
res.json(removed);
|
|
2110
|
+
});
|
|
2111
|
+
router.get("/admin/users/:userId/company-access", async (req, res) => {
|
|
2112
|
+
await assertInstanceAdmin(req);
|
|
2113
|
+
const userId = req.params.userId;
|
|
2114
|
+
const memberships = await access.listUserCompanyAccess(userId);
|
|
2115
|
+
res.json(memberships);
|
|
2116
|
+
});
|
|
2117
|
+
router.put("/admin/users/:userId/company-access", validate(updateUserCompanyAccessSchema), async (req, res) => {
|
|
2118
|
+
await assertInstanceAdmin(req);
|
|
2119
|
+
const userId = req.params.userId;
|
|
2120
|
+
const memberships = await access.setUserCompanyAccess(userId, req.body.companyIds ?? []);
|
|
2121
|
+
res.json(memberships);
|
|
2122
|
+
});
|
|
2123
|
+
return router;
|
|
2124
|
+
}
|
|
2125
|
+
//# sourceMappingURL=access.js.map
|