@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,441 @@
|
|
|
1
|
+
import type { Db } from "@paperclipai/db";
|
|
2
|
+
import type { PaperclipPluginManifestV1, PluginLauncherDeclaration, PluginRecord, PluginUiSlotDeclaration } from "@paperclipai/shared";
|
|
3
|
+
import type { PluginWorkerManager, WorkerToHostHandlers } from "./plugin-worker-manager.js";
|
|
4
|
+
import type { PluginEventBus } from "./plugin-event-bus.js";
|
|
5
|
+
import type { PluginJobScheduler } from "./plugin-job-scheduler.js";
|
|
6
|
+
import type { PluginJobStore } from "./plugin-job-store.js";
|
|
7
|
+
import type { PluginToolDispatcher } from "./plugin-tool-dispatcher.js";
|
|
8
|
+
import type { PluginLifecycleManager } from "./plugin-lifecycle.js";
|
|
9
|
+
/**
|
|
10
|
+
* Naming convention for npm-published Paperclip plugins.
|
|
11
|
+
* Packages matching this pattern are considered Paperclip plugins.
|
|
12
|
+
*
|
|
13
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
14
|
+
*/
|
|
15
|
+
export declare const NPM_PLUGIN_PACKAGE_PREFIX = "paperclip-plugin-";
|
|
16
|
+
/**
|
|
17
|
+
* Default local plugin directory. The loader scans this directory for
|
|
18
|
+
* locally-installed plugin packages.
|
|
19
|
+
*
|
|
20
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
21
|
+
*/
|
|
22
|
+
export declare const DEFAULT_LOCAL_PLUGIN_DIR: string;
|
|
23
|
+
/**
|
|
24
|
+
* A plugin package found during discovery from any source.
|
|
25
|
+
*/
|
|
26
|
+
export interface DiscoveredPlugin {
|
|
27
|
+
/** Absolute path to the root of the npm package directory. */
|
|
28
|
+
packagePath: string;
|
|
29
|
+
/** The npm package name as declared in package.json. */
|
|
30
|
+
packageName: string;
|
|
31
|
+
/** Semver version from package.json. */
|
|
32
|
+
version: string;
|
|
33
|
+
/** Source that found this package. */
|
|
34
|
+
source: PluginSource;
|
|
35
|
+
/** The parsed and validated manifest if available, null if discovery-only. */
|
|
36
|
+
manifest: PaperclipPluginManifestV1 | null;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Sources from which plugins can be discovered.
|
|
40
|
+
*
|
|
41
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
42
|
+
*/
|
|
43
|
+
export type PluginSource = "local-filesystem" | "npm" | "registry";
|
|
44
|
+
/**
|
|
45
|
+
* Result of a discovery scan.
|
|
46
|
+
*/
|
|
47
|
+
export interface PluginDiscoveryResult {
|
|
48
|
+
/** Plugins successfully discovered and validated. */
|
|
49
|
+
discovered: DiscoveredPlugin[];
|
|
50
|
+
/** Packages found but with validation errors. */
|
|
51
|
+
errors: Array<{
|
|
52
|
+
packagePath: string;
|
|
53
|
+
packageName: string;
|
|
54
|
+
error: string;
|
|
55
|
+
}>;
|
|
56
|
+
/** Source(s) that were scanned. */
|
|
57
|
+
sources: PluginSource[];
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Options for the plugin loader service.
|
|
61
|
+
*/
|
|
62
|
+
export interface PluginLoaderOptions {
|
|
63
|
+
/**
|
|
64
|
+
* Path to the local plugin directory to scan.
|
|
65
|
+
* Defaults to ~/.paperclip/plugins/
|
|
66
|
+
*/
|
|
67
|
+
localPluginDir?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Whether to scan the local filesystem directory for plugins.
|
|
70
|
+
* Defaults to true.
|
|
71
|
+
*/
|
|
72
|
+
enableLocalFilesystem?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Whether to discover installed npm packages matching the paperclip-plugin-*
|
|
75
|
+
* naming convention.
|
|
76
|
+
* Defaults to true.
|
|
77
|
+
*/
|
|
78
|
+
enableNpmDiscovery?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Future: URL of the remote plugin registry to query.
|
|
81
|
+
* When set, the loader will also fetch available plugins from this endpoint.
|
|
82
|
+
* Registry support is not yet implemented; this field is reserved.
|
|
83
|
+
*/
|
|
84
|
+
registryUrl?: string;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Options for installing a single plugin package.
|
|
88
|
+
*/
|
|
89
|
+
export interface PluginInstallOptions {
|
|
90
|
+
/**
|
|
91
|
+
* npm package name to install (e.g. "paperclip-plugin-linear" or "@acme/plugin-linear").
|
|
92
|
+
* Either packageName or localPath must be set.
|
|
93
|
+
*/
|
|
94
|
+
packageName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Absolute or relative path to a local plugin directory for development installs.
|
|
97
|
+
* When set, the plugin is loaded from this path without npm install.
|
|
98
|
+
* Either packageName or localPath must be set.
|
|
99
|
+
*/
|
|
100
|
+
localPath?: string;
|
|
101
|
+
/**
|
|
102
|
+
* Version specifier passed to npm install (e.g. "^1.2.0", "latest").
|
|
103
|
+
* Ignored when localPath is set.
|
|
104
|
+
*/
|
|
105
|
+
version?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Plugin install directory where packages are managed.
|
|
108
|
+
* Defaults to the localPluginDir configured on the service.
|
|
109
|
+
*/
|
|
110
|
+
installDir?: string;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Runtime services passed to the loader for plugin initialization.
|
|
114
|
+
*
|
|
115
|
+
* When these are provided, the loader can fully activate plugins (spawn
|
|
116
|
+
* workers, register event subscriptions, sync jobs, register tools).
|
|
117
|
+
* When omitted, the loader operates in discovery/install-only mode.
|
|
118
|
+
*
|
|
119
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
120
|
+
* @see PLUGIN_SPEC.md §12 — Process Model
|
|
121
|
+
*/
|
|
122
|
+
export interface PluginRuntimeServices {
|
|
123
|
+
/** Worker process manager for spawning and managing plugin workers. */
|
|
124
|
+
workerManager: PluginWorkerManager;
|
|
125
|
+
/** Event bus for registering plugin event subscriptions. */
|
|
126
|
+
eventBus: PluginEventBus;
|
|
127
|
+
/** Job scheduler for registering plugin cron jobs. */
|
|
128
|
+
jobScheduler: PluginJobScheduler;
|
|
129
|
+
/** Job store for syncing manifest job declarations to the DB. */
|
|
130
|
+
jobStore: PluginJobStore;
|
|
131
|
+
/** Tool dispatcher for registering plugin-contributed agent tools. */
|
|
132
|
+
toolDispatcher: PluginToolDispatcher;
|
|
133
|
+
/** Lifecycle manager for state transitions and worker lifecycle events. */
|
|
134
|
+
lifecycleManager: PluginLifecycleManager;
|
|
135
|
+
/**
|
|
136
|
+
* Factory that creates worker-to-host RPC handlers for a given plugin.
|
|
137
|
+
*
|
|
138
|
+
* The returned handlers service worker→host calls (e.g. state.get,
|
|
139
|
+
* events.emit, config.get). Each plugin gets its own set of handlers
|
|
140
|
+
* scoped to its capabilities and plugin ID.
|
|
141
|
+
*/
|
|
142
|
+
buildHostHandlers: (pluginId: string, manifest: PaperclipPluginManifestV1) => WorkerToHostHandlers;
|
|
143
|
+
/**
|
|
144
|
+
* Host instance information passed to the worker during initialization.
|
|
145
|
+
* Includes the instance ID and host version.
|
|
146
|
+
*/
|
|
147
|
+
instanceInfo: {
|
|
148
|
+
instanceId: string;
|
|
149
|
+
hostVersion: string;
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Result of activating (loading) a single plugin at runtime.
|
|
154
|
+
*
|
|
155
|
+
* Contains the plugin record, activation status, and any error that
|
|
156
|
+
* occurred during the process.
|
|
157
|
+
*/
|
|
158
|
+
export interface PluginLoadResult {
|
|
159
|
+
/** The plugin record from the database. */
|
|
160
|
+
plugin: PluginRecord;
|
|
161
|
+
/** Whether the plugin was successfully activated. */
|
|
162
|
+
success: boolean;
|
|
163
|
+
/** Error message if activation failed. */
|
|
164
|
+
error?: string;
|
|
165
|
+
/** Which subsystems were registered during activation. */
|
|
166
|
+
registered: {
|
|
167
|
+
/** True if the worker process was started. */
|
|
168
|
+
worker: boolean;
|
|
169
|
+
/** Number of event subscriptions registered (from manifest event declarations). */
|
|
170
|
+
eventSubscriptions: number;
|
|
171
|
+
/** Number of job declarations synced to the database. */
|
|
172
|
+
jobs: number;
|
|
173
|
+
/** Number of webhook endpoints declared in manifest. */
|
|
174
|
+
webhooks: number;
|
|
175
|
+
/** Number of agent tools registered. */
|
|
176
|
+
tools: number;
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* Result of activating all ready plugins at server startup.
|
|
181
|
+
*/
|
|
182
|
+
export interface PluginLoadAllResult {
|
|
183
|
+
/** Total number of plugins that were attempted. */
|
|
184
|
+
total: number;
|
|
185
|
+
/** Number of plugins successfully activated. */
|
|
186
|
+
succeeded: number;
|
|
187
|
+
/** Number of plugins that failed to activate. */
|
|
188
|
+
failed: number;
|
|
189
|
+
/** Per-plugin results. */
|
|
190
|
+
results: PluginLoadResult[];
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Normalized UI contribution metadata extracted from a plugin manifest.
|
|
194
|
+
*
|
|
195
|
+
* The host serves all plugin UI bundles from the manifest's `entrypoints.ui`
|
|
196
|
+
* directory and currently expects the bundle entry module to be `index.js`.
|
|
197
|
+
*/
|
|
198
|
+
export interface PluginUiContributionMetadata {
|
|
199
|
+
uiEntryFile: string;
|
|
200
|
+
slots: PluginUiSlotDeclaration[];
|
|
201
|
+
launchers: PluginLauncherDeclaration[];
|
|
202
|
+
}
|
|
203
|
+
export interface PluginLoader {
|
|
204
|
+
/**
|
|
205
|
+
* Discover all available plugins from configured sources.
|
|
206
|
+
*
|
|
207
|
+
* This performs a non-destructive scan of all enabled sources and returns
|
|
208
|
+
* the discovered plugins with their parsed manifests. No installs or DB
|
|
209
|
+
* writes happen during discovery.
|
|
210
|
+
*
|
|
211
|
+
* @param npmSearchDirs - Optional override for node_modules directories to search.
|
|
212
|
+
* Passed through to discoverFromNpm. When omitted the defaults are used.
|
|
213
|
+
*
|
|
214
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
215
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
216
|
+
*/
|
|
217
|
+
discoverAll(npmSearchDirs?: string[]): Promise<PluginDiscoveryResult>;
|
|
218
|
+
/**
|
|
219
|
+
* Scan the local filesystem plugin directory for installed plugin packages.
|
|
220
|
+
*
|
|
221
|
+
* Reads the plugin directory, attempts to load each subdirectory as an npm
|
|
222
|
+
* package, and validates the plugin manifest.
|
|
223
|
+
*
|
|
224
|
+
* @param dir - Directory to scan (defaults to configured localPluginDir).
|
|
225
|
+
*/
|
|
226
|
+
discoverFromLocalFilesystem(dir?: string): Promise<PluginDiscoveryResult>;
|
|
227
|
+
/**
|
|
228
|
+
* Discover Paperclip plugins installed as npm packages in the current
|
|
229
|
+
* Node.js environment matching the "paperclip-plugin-*" naming convention.
|
|
230
|
+
*
|
|
231
|
+
* Looks for packages in node_modules that match the naming convention.
|
|
232
|
+
*
|
|
233
|
+
* @param searchDirs - node_modules directories to search (defaults to process cwd resolution).
|
|
234
|
+
*/
|
|
235
|
+
discoverFromNpm(searchDirs?: string[]): Promise<PluginDiscoveryResult>;
|
|
236
|
+
/**
|
|
237
|
+
* Load and parse the plugin manifest from a package directory.
|
|
238
|
+
*
|
|
239
|
+
* Reads the package.json, finds the manifest entrypoint declared under
|
|
240
|
+
* the "paperclipPlugin.manifest" key, loads the manifest module, and
|
|
241
|
+
* validates it against the plugin manifest schema.
|
|
242
|
+
*
|
|
243
|
+
* Returns null if the package is not a Paperclip plugin.
|
|
244
|
+
* Throws if the package is a Paperclip plugin but the manifest is invalid.
|
|
245
|
+
*
|
|
246
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
247
|
+
*/
|
|
248
|
+
loadManifest(packagePath: string): Promise<PaperclipPluginManifestV1 | null>;
|
|
249
|
+
/**
|
|
250
|
+
* Install a plugin package and register it in the database.
|
|
251
|
+
*
|
|
252
|
+
* Follows the install process described in PLUGIN_SPEC.md §8.3:
|
|
253
|
+
* 1. Resolve npm package / local path.
|
|
254
|
+
* 2. Install into the plugin directory (npm install).
|
|
255
|
+
* 3. Read and validate plugin manifest.
|
|
256
|
+
* 4. Reject incompatible plugin API versions.
|
|
257
|
+
* 5. Validate manifest capabilities.
|
|
258
|
+
* 6. Persist install record in Postgres.
|
|
259
|
+
* 7. Return the discovered plugin for the caller to use.
|
|
260
|
+
*
|
|
261
|
+
* Worker spawning and lifecycle management are handled by the caller
|
|
262
|
+
* (pluginLifecycleManager and the server startup orchestration).
|
|
263
|
+
*
|
|
264
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
265
|
+
*/
|
|
266
|
+
installPlugin(options: PluginInstallOptions): Promise<DiscoveredPlugin>;
|
|
267
|
+
/**
|
|
268
|
+
* Upgrade an already-installed plugin to a newer version.
|
|
269
|
+
*
|
|
270
|
+
* Similar to installPlugin, but:
|
|
271
|
+
* 1. Requires the plugin to already exist in the database.
|
|
272
|
+
* 2. Uses the existing packageName if not provided in options.
|
|
273
|
+
* 3. Updates the existing plugin record instead of creating a new one.
|
|
274
|
+
* 4. Returns the old and new manifests for capability comparison.
|
|
275
|
+
*
|
|
276
|
+
* @see PLUGIN_SPEC.md §25.3 — Upgrade Lifecycle
|
|
277
|
+
*/
|
|
278
|
+
upgradePlugin(pluginId: string, options: Omit<PluginInstallOptions, "installDir">): Promise<{
|
|
279
|
+
oldManifest: PaperclipPluginManifestV1;
|
|
280
|
+
newManifest: PaperclipPluginManifestV1;
|
|
281
|
+
discovered: DiscoveredPlugin;
|
|
282
|
+
}>;
|
|
283
|
+
/**
|
|
284
|
+
* Check whether a plugin API version is supported by this host.
|
|
285
|
+
*/
|
|
286
|
+
isSupportedApiVersion(apiVersion: number): boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Remove runtime-managed on-disk install artifacts for a plugin.
|
|
289
|
+
*
|
|
290
|
+
* This only cleans files under the managed local plugin directory. Local-path
|
|
291
|
+
* source checkouts outside that directory are intentionally left alone.
|
|
292
|
+
*/
|
|
293
|
+
cleanupInstallArtifacts(plugin: PluginRecord): Promise<void>;
|
|
294
|
+
/**
|
|
295
|
+
* Get the local plugin directory this loader is configured to use.
|
|
296
|
+
*/
|
|
297
|
+
getLocalPluginDir(): string;
|
|
298
|
+
/**
|
|
299
|
+
* Load and activate all plugins that are in `ready` status.
|
|
300
|
+
*
|
|
301
|
+
* This is the main server-startup orchestration method. For each plugin
|
|
302
|
+
* that is persisted as `ready`, it:
|
|
303
|
+
* 1. Resolves the worker entrypoint from the manifest.
|
|
304
|
+
* 2. Spawns the worker process via the worker manager.
|
|
305
|
+
* 3. Syncs job declarations from the manifest to the `plugin_jobs` table.
|
|
306
|
+
* 4. Registers the plugin with the job scheduler.
|
|
307
|
+
* 5. Registers event subscriptions declared in the manifest (scoped via the event bus).
|
|
308
|
+
* 6. Registers agent tools from the manifest via the tool dispatcher.
|
|
309
|
+
*
|
|
310
|
+
* Plugins that fail to activate are marked as `error` in the database.
|
|
311
|
+
* Activation failures are non-fatal — other plugins continue loading.
|
|
312
|
+
*
|
|
313
|
+
* **Requires** `PluginRuntimeServices` to have been provided at construction.
|
|
314
|
+
* Throws if runtime services are not available.
|
|
315
|
+
*
|
|
316
|
+
* @returns Aggregated results for all attempted plugin loads.
|
|
317
|
+
*
|
|
318
|
+
* @see PLUGIN_SPEC.md §8.4 — Server-Start Plugin Loading
|
|
319
|
+
* @see PLUGIN_SPEC.md §12 — Process Model
|
|
320
|
+
*/
|
|
321
|
+
loadAll(): Promise<PluginLoadAllResult>;
|
|
322
|
+
/**
|
|
323
|
+
* Activate a single plugin that is in `installed` or `ready` status.
|
|
324
|
+
*
|
|
325
|
+
* Used after a fresh install (POST /api/plugins/install) or after
|
|
326
|
+
* enabling a previously disabled plugin. Performs the same subsystem
|
|
327
|
+
* registration as `loadAll()` but for a single plugin.
|
|
328
|
+
*
|
|
329
|
+
* If the plugin is in `installed` status, transitions it to `ready`
|
|
330
|
+
* via the lifecycle manager before spawning the worker.
|
|
331
|
+
*
|
|
332
|
+
* **Requires** `PluginRuntimeServices` to have been provided at construction.
|
|
333
|
+
*
|
|
334
|
+
* @param pluginId - UUID of the plugin to activate
|
|
335
|
+
* @returns The activation result for this plugin
|
|
336
|
+
*
|
|
337
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
338
|
+
*/
|
|
339
|
+
loadSingle(pluginId: string): Promise<PluginLoadResult>;
|
|
340
|
+
/**
|
|
341
|
+
* Deactivate a single plugin — stop its worker and unregister all
|
|
342
|
+
* subsystem registrations (events, jobs, tools).
|
|
343
|
+
*
|
|
344
|
+
* Used during plugin disable, uninstall, and before upgrade. Does NOT
|
|
345
|
+
* change the plugin's status in the database — that is the caller's
|
|
346
|
+
* responsibility (via the lifecycle manager).
|
|
347
|
+
*
|
|
348
|
+
* **Requires** `PluginRuntimeServices` to have been provided at construction.
|
|
349
|
+
*
|
|
350
|
+
* @param pluginId - UUID of the plugin to deactivate
|
|
351
|
+
* @param pluginKey - The plugin key (manifest ID) for scoped cleanup
|
|
352
|
+
*
|
|
353
|
+
* @see PLUGIN_SPEC.md §8.5 — Uninstall Process
|
|
354
|
+
*/
|
|
355
|
+
unloadSingle(pluginId: string, pluginKey: string): Promise<void>;
|
|
356
|
+
/**
|
|
357
|
+
* Stop all managed plugin workers. Called during server shutdown.
|
|
358
|
+
*
|
|
359
|
+
* Stops the job scheduler and then stops all workers via the worker
|
|
360
|
+
* manager. Does NOT change plugin statuses in the database — plugins
|
|
361
|
+
* remain in `ready` so they are restarted on next boot.
|
|
362
|
+
*
|
|
363
|
+
* **Requires** `PluginRuntimeServices` to have been provided at construction.
|
|
364
|
+
*/
|
|
365
|
+
shutdownAll(): Promise<void>;
|
|
366
|
+
/**
|
|
367
|
+
* Whether runtime services are available for plugin activation.
|
|
368
|
+
*/
|
|
369
|
+
hasRuntimeServices(): boolean;
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Check whether a package name matches the Paperclip plugin naming convention.
|
|
373
|
+
* Accepts both the "paperclip-plugin-" prefix and scoped "@scope/plugin-" packages.
|
|
374
|
+
*
|
|
375
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
376
|
+
*/
|
|
377
|
+
export declare function isPluginPackageName(name: string): boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Extract UI contribution metadata from a manifest for route serialization.
|
|
380
|
+
*
|
|
381
|
+
* Returns `null` when the plugin does not declare any UI slots or launchers.
|
|
382
|
+
* Launcher declarations are aggregated from both the legacy top-level
|
|
383
|
+
* `launchers` field and the preferred `ui.launchers` field.
|
|
384
|
+
*/
|
|
385
|
+
export declare function getPluginUiContributionMetadata(manifest: PaperclipPluginManifestV1): PluginUiContributionMetadata | null;
|
|
386
|
+
/**
|
|
387
|
+
* Create a PluginLoader service.
|
|
388
|
+
*
|
|
389
|
+
* The loader is responsible for plugin discovery, installation, and runtime
|
|
390
|
+
* activation. It reads plugin packages from the local filesystem and npm,
|
|
391
|
+
* validates their manifests, registers them in the database, and — when
|
|
392
|
+
* runtime services are provided — initialises worker processes, event
|
|
393
|
+
* subscriptions, job schedules, webhook endpoints, and agent tools.
|
|
394
|
+
*
|
|
395
|
+
* Usage (discovery & install only):
|
|
396
|
+
* ```ts
|
|
397
|
+
* const loader = pluginLoader(db, { enableLocalFilesystem: true });
|
|
398
|
+
*
|
|
399
|
+
* // Discover all available plugins
|
|
400
|
+
* const result = await loader.discoverAll();
|
|
401
|
+
* for (const plugin of result.discovered) {
|
|
402
|
+
* console.log(plugin.packageName, plugin.manifest?.id);
|
|
403
|
+
* }
|
|
404
|
+
*
|
|
405
|
+
* // Install a specific plugin
|
|
406
|
+
* const discovered = await loader.installPlugin({
|
|
407
|
+
* packageName: "paperclip-plugin-linear",
|
|
408
|
+
* version: "^1.0.0",
|
|
409
|
+
* });
|
|
410
|
+
* ```
|
|
411
|
+
*
|
|
412
|
+
* Usage (full runtime activation at server startup):
|
|
413
|
+
* ```ts
|
|
414
|
+
* const loader = pluginLoader(db, loaderOpts, {
|
|
415
|
+
* workerManager,
|
|
416
|
+
* eventBus,
|
|
417
|
+
* jobScheduler,
|
|
418
|
+
* jobStore,
|
|
419
|
+
* toolDispatcher,
|
|
420
|
+
* lifecycleManager,
|
|
421
|
+
* buildHostHandlers: (pluginId, manifest) => ({ ... }),
|
|
422
|
+
* instanceInfo: { instanceId: "inst-1", hostVersion: "1.0.0" },
|
|
423
|
+
* });
|
|
424
|
+
*
|
|
425
|
+
* // Load all ready plugins at startup
|
|
426
|
+
* const loadResult = await loader.loadAll();
|
|
427
|
+
* console.log(`Loaded ${loadResult.succeeded}/${loadResult.total} plugins`);
|
|
428
|
+
*
|
|
429
|
+
* // Load a single plugin after install
|
|
430
|
+
* const singleResult = await loader.loadSingle(pluginId);
|
|
431
|
+
*
|
|
432
|
+
* // Shutdown all plugin workers on server exit
|
|
433
|
+
* await loader.shutdownAll();
|
|
434
|
+
* ```
|
|
435
|
+
*
|
|
436
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
437
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
438
|
+
* @see PLUGIN_SPEC.md §12 — Process Model
|
|
439
|
+
*/
|
|
440
|
+
export declare function pluginLoader(db: Db, options?: PluginLoaderOptions, runtimeServices?: PluginRuntimeServices): PluginLoader;
|
|
441
|
+
//# sourceMappingURL=plugin-loader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-loader.d.ts","sourceRoot":"","sources":["../../src/services/plugin-loader.ts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EACV,yBAAyB,EACzB,yBAAyB,EACzB,YAAY,EACZ,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,KAAK,EAAE,mBAAmB,EAAsB,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAChH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AASpE;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,sBAAsB,CAAC;AAE7D;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,QAIpC,CAAC;AAQF;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,wDAAwD;IACxD,WAAW,EAAE,MAAM,CAAC;IACpB,wCAAwC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,sCAAsC;IACtC,MAAM,EAAE,YAAY,CAAC;IACrB,8EAA8E;IAC9E,QAAQ,EAAE,yBAAyB,GAAG,IAAI,CAAC;CAC5C;AAED;;;;GAIG;AACH,MAAM,MAAM,YAAY,GACpB,kBAAkB,GAClB,KAAK,GACL,UAAU,CAAC;AASf;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,qDAAqD;IACrD,UAAU,EAAE,gBAAgB,EAAE,CAAC;IAC/B,iDAAiD;IACjD,MAAM,EAAE,KAAK,CAAC;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC3E,mCAAmC;IACnC,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB;AAYD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAMD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAMD;;;;;;;;;GASG;AACH,MAAM,WAAW,qBAAqB;IACpC,uEAAuE;IACvE,aAAa,EAAE,mBAAmB,CAAC;IACnC,4DAA4D;IAC5D,QAAQ,EAAE,cAAc,CAAC;IACzB,sDAAsD;IACtD,YAAY,EAAE,kBAAkB,CAAC;IACjC,iEAAiE;IACjE,QAAQ,EAAE,cAAc,CAAC;IACzB,sEAAsE;IACtE,cAAc,EAAE,oBAAoB,CAAC;IACrC,2EAA2E;IAC3E,gBAAgB,EAAE,sBAAsB,CAAC;IACzC;;;;;;OAMG;IACH,iBAAiB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,yBAAyB,KAAK,oBAAoB,CAAC;IACnG;;;OAGG;IACH,YAAY,EAAE;QACZ,UAAU,EAAE,MAAM,CAAC;QACnB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CACH;AAMD;;;;;GAKG;AACH,MAAM,WAAW,gBAAgB;IAC/B,2CAA2C;IAC3C,MAAM,EAAE,YAAY,CAAC;IACrB,qDAAqD;IACrD,OAAO,EAAE,OAAO,CAAC;IACjB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,UAAU,EAAE;QACV,8CAA8C;QAC9C,MAAM,EAAE,OAAO,CAAC;QAChB,mFAAmF;QACnF,kBAAkB,EAAE,MAAM,CAAC;QAC3B,yDAAyD;QACzD,IAAI,EAAE,MAAM,CAAC;QACb,wDAAwD;QACxD,QAAQ,EAAE,MAAM,CAAC;QACjB,wCAAwC;QACxC,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,mDAAmD;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,gDAAgD;IAChD,SAAS,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,MAAM,EAAE,MAAM,CAAC;IACf,0BAA0B;IAC1B,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B;AAED;;;;;GAKG;AACH,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,uBAAuB,EAAE,CAAC;IACjC,SAAS,EAAE,yBAAyB,EAAE,CAAC;CACxC;AAMD,MAAM,WAAW,YAAY;IAC3B;;;;;;;;;;;;OAYG;IACH,WAAW,CAAC,aAAa,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAEtE;;;;;;;OAOG;IACH,2BAA2B,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAE1E;;;;;;;OAOG;IACH,eAAe,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAEvE;;;;;;;;;;;OAWG;IACH,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,yBAAyB,GAAG,IAAI,CAAC,CAAC;IAE7E;;;;;;;;;;;;;;;;OAgBG;IACH,aAAa,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAExE;;;;;;;;;;OAUG;IACH,aAAa,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,CAAC,oBAAoB,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC;QAC1F,WAAW,EAAE,yBAAyB,CAAC;QACvC,WAAW,EAAE,yBAAyB,CAAC;QACvC,UAAU,EAAE,gBAAgB,CAAC;KAC9B,CAAC,CAAC;IAEH;;OAEG;IACH,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;IAEnD;;;;;OAKG;IACH,uBAAuB,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE7D;;OAEG;IACH,iBAAiB,IAAI,MAAM,CAAC;IAM5B;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,OAAO,IAAI,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAExC;;;;;;;;;;;;;;;;OAgBG;IACH,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAExD;;;;;;;;;;;;;;OAcG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjE;;;;;;;;OAQG;IACH,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE7B;;OAEG;IACH,kBAAkB,IAAI,OAAO,CAAC;CAC/B;AAMD;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAQzD;AAkID;;;;;;GAMG;AACH,wBAAgB,+BAA+B,CAC7C,QAAQ,EAAE,yBAAyB,GAClC,4BAA4B,GAAG,IAAI,CAgBrC;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,EAAE,EACN,OAAO,GAAE,mBAAwB,EACjC,eAAe,CAAC,EAAE,qBAAqB,GACtC,YAAY,CA6mCd"}
|