@rudderhq/server 0.1.0-canary.0
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/LICENSE +14 -0
- package/dist/agent-auth-jwt.d.ts +14 -0
- package/dist/agent-auth-jwt.d.ts.map +1 -0
- package/dist/agent-auth-jwt.js +119 -0
- package/dist/agent-auth-jwt.js.map +1 -0
- package/dist/agent-runtimes/codex-models.d.ts +4 -0
- package/dist/agent-runtimes/codex-models.d.ts.map +1 -0
- package/dist/agent-runtimes/codex-models.js +98 -0
- package/dist/agent-runtimes/codex-models.js.map +1 -0
- package/dist/agent-runtimes/cursor-models.d.ts +13 -0
- package/dist/agent-runtimes/cursor-models.d.ts.map +1 -0
- package/dist/agent-runtimes/cursor-models.js +148 -0
- package/dist/agent-runtimes/cursor-models.js.map +1 -0
- package/dist/agent-runtimes/http/execute.d.ts +3 -0
- package/dist/agent-runtimes/http/execute.d.ts.map +1 -0
- package/dist/agent-runtimes/http/execute.js +39 -0
- package/dist/agent-runtimes/http/execute.js.map +1 -0
- package/dist/agent-runtimes/http/index.d.ts +3 -0
- package/dist/agent-runtimes/http/index.d.ts.map +1 -0
- package/dist/agent-runtimes/http/index.js +20 -0
- package/dist/agent-runtimes/http/index.js.map +1 -0
- package/dist/agent-runtimes/http/test.d.ts +3 -0
- package/dist/agent-runtimes/http/test.d.ts.map +1 -0
- package/dist/agent-runtimes/http/test.js +106 -0
- package/dist/agent-runtimes/http/test.js.map +1 -0
- package/dist/agent-runtimes/index.d.ts +4 -0
- package/dist/agent-runtimes/index.d.ts.map +1 -0
- package/dist/agent-runtimes/index.js +3 -0
- package/dist/agent-runtimes/index.js.map +1 -0
- package/dist/agent-runtimes/process/execute.d.ts +3 -0
- package/dist/agent-runtimes/process/execute.d.ts.map +1 -0
- package/dist/agent-runtimes/process/execute.js +63 -0
- package/dist/agent-runtimes/process/execute.js.map +1 -0
- package/dist/agent-runtimes/process/index.d.ts +3 -0
- package/dist/agent-runtimes/process/index.d.ts.map +1 -0
- package/dist/agent-runtimes/process/index.js +23 -0
- package/dist/agent-runtimes/process/index.js.map +1 -0
- package/dist/agent-runtimes/process/test.d.ts +3 -0
- package/dist/agent-runtimes/process/test.d.ts.map +1 -0
- package/dist/agent-runtimes/process/test.js +77 -0
- package/dist/agent-runtimes/process/test.js.map +1 -0
- package/dist/agent-runtimes/registry.d.ts +9 -0
- package/dist/agent-runtimes/registry.d.ts.map +1 -0
- package/dist/agent-runtimes/registry.js +189 -0
- package/dist/agent-runtimes/registry.js.map +1 -0
- package/dist/agent-runtimes/types.d.ts +2 -0
- package/dist/agent-runtimes/types.d.ts.map +1 -0
- package/dist/agent-runtimes/types.js +2 -0
- package/dist/agent-runtimes/types.js.map +1 -0
- package/dist/agent-runtimes/utils.d.ts +10 -0
- package/dist/agent-runtimes/utils.d.ts.map +1 -0
- package/dist/agent-runtimes/utils.js +14 -0
- package/dist/agent-runtimes/utils.js.map +1 -0
- package/dist/agent-workspace-key.d.ts +17 -0
- package/dist/agent-workspace-key.d.ts.map +1 -0
- package/dist/agent-workspace-key.js +49 -0
- package/dist/agent-workspace-key.js.map +1 -0
- package/dist/app.d.ts +14 -0
- package/dist/app.d.ts.map +1 -0
- package/dist/app.js +19 -0
- package/dist/app.js.map +1 -0
- package/dist/attachment-types.d.ts +33 -0
- package/dist/attachment-types.d.ts.map +1 -0
- package/dist/attachment-types.js +67 -0
- package/dist/attachment-types.js.map +1 -0
- package/dist/auth/better-auth.d.ts +24 -0
- package/dist/auth/better-auth.d.ts.map +1 -0
- package/dist/auth/better-auth.js +108 -0
- package/dist/auth/better-auth.js.map +1 -0
- package/dist/board-claim.d.ts +23 -0
- package/dist/board-claim.d.ts.map +1 -0
- package/dist/board-claim.js +115 -0
- package/dist/board-claim.js.map +1 -0
- package/dist/bootstrap/create-http-app.d.ts +6 -0
- package/dist/bootstrap/create-http-app.d.ts.map +1 -0
- package/dist/bootstrap/create-http-app.js +122 -0
- package/dist/bootstrap/create-http-app.js.map +1 -0
- package/dist/bootstrap/plugin-host-runtime.d.ts +116 -0
- package/dist/bootstrap/plugin-host-runtime.d.ts.map +1 -0
- package/dist/bootstrap/plugin-host-runtime.js +121 -0
- package/dist/bootstrap/plugin-host-runtime.js.map +1 -0
- package/dist/bootstrap/register-api-routes.d.ts +5 -0
- package/dist/bootstrap/register-api-routes.d.ts.map +1 -0
- package/dist/bootstrap/register-api-routes.js +65 -0
- package/dist/bootstrap/register-api-routes.js.map +1 -0
- package/dist/bootstrap/types.d.ts +24 -0
- package/dist/bootstrap/types.d.ts.map +1 -0
- package/dist/bootstrap/types.js +2 -0
- package/dist/bootstrap/types.js.map +1 -0
- package/dist/config-file.d.ts +5 -0
- package/dist/config-file.d.ts.map +1 -0
- package/dist/config-file.js +48 -0
- package/dist/config-file.js.map +1 -0
- package/dist/config.d.ts +45 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +233 -0
- package/dist/config.js.map +1 -0
- package/dist/dev-server-status.d.ts +29 -0
- package/dist/dev-server-status.d.ts.map +1 -0
- package/dist/dev-server-status.js +75 -0
- package/dist/dev-server-status.js.map +1 -0
- package/dist/errors.d.ts +12 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +28 -0
- package/dist/errors.js.map +1 -0
- package/dist/home-paths.d.ts +50 -0
- package/dist/home-paths.d.ts.map +1 -0
- package/dist/home-paths.js +183 -0
- package/dist/home-paths.js.map +1 -0
- package/dist/index.d.ts +69 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +827 -0
- package/dist/index.js.map +1 -0
- package/dist/langfuse-transcript.d.ts +32 -0
- package/dist/langfuse-transcript.d.ts.map +1 -0
- package/dist/langfuse-transcript.js +341 -0
- package/dist/langfuse-transcript.js.map +1 -0
- package/dist/langfuse.d.ts +93 -0
- package/dist/langfuse.d.ts.map +1 -0
- package/dist/langfuse.js +412 -0
- package/dist/langfuse.js.map +1 -0
- package/dist/local-runtime.d.ts +67 -0
- package/dist/local-runtime.d.ts.map +1 -0
- package/dist/local-runtime.js +302 -0
- package/dist/local-runtime.js.map +1 -0
- package/dist/log-redaction.d.ts +11 -0
- package/dist/log-redaction.d.ts.map +1 -0
- package/dist/log-redaction.js +118 -0
- package/dist/log-redaction.js.map +1 -0
- package/dist/middleware/auth.d.ts +12 -0
- package/dist/middleware/auth.d.ts.map +1 -0
- package/dist/middleware/auth.js +144 -0
- package/dist/middleware/auth.js.map +1 -0
- package/dist/middleware/board-mutation-guard.d.ts +3 -0
- package/dist/middleware/board-mutation-guard.d.ts.map +1 -0
- package/dist/middleware/board-mutation-guard.js +59 -0
- package/dist/middleware/board-mutation-guard.js.map +1 -0
- package/dist/middleware/error-handler.d.ts +17 -0
- package/dist/middleware/error-handler.d.ts.map +1 -0
- package/dist/middleware/error-handler.js +37 -0
- package/dist/middleware/error-handler.js.map +1 -0
- package/dist/middleware/index.d.ts +4 -0
- package/dist/middleware/index.d.ts.map +1 -0
- package/dist/middleware/index.js +4 -0
- package/dist/middleware/index.js.map +1 -0
- package/dist/middleware/logger.d.ts +4 -0
- package/dist/middleware/logger.d.ts.map +1 -0
- package/dist/middleware/logger.js +133 -0
- package/dist/middleware/logger.js.map +1 -0
- package/dist/middleware/private-hostname-guard.d.ts +11 -0
- package/dist/middleware/private-hostname-guard.d.ts.map +1 -0
- package/dist/middleware/private-hostname-guard.js +78 -0
- package/dist/middleware/private-hostname-guard.js.map +1 -0
- package/dist/middleware/validate.d.ts +4 -0
- package/dist/middleware/validate.d.ts.map +1 -0
- package/dist/middleware/validate.js +7 -0
- package/dist/middleware/validate.js.map +1 -0
- package/dist/onboarding-assets/ceo/AGENTS.md +33 -0
- package/dist/onboarding-assets/ceo/HEARTBEAT.md +77 -0
- package/dist/onboarding-assets/ceo/SOUL.md +33 -0
- package/dist/onboarding-assets/ceo/TOOLS.md +3 -0
- package/dist/onboarding-assets/default/AGENTS.md +9 -0
- package/dist/onboarding-assets/default/HEARTBEAT.md +36 -0
- package/dist/onboarding-assets/default/SOUL.md +23 -0
- package/dist/onboarding-assets/default/TOOLS.md +3 -0
- package/dist/paths.d.ts +3 -0
- package/dist/paths.d.ts.map +1 -0
- package/dist/paths.js +31 -0
- package/dist/paths.js.map +1 -0
- package/dist/realtime/live-events-ws.d.ts +28 -0
- package/dist/realtime/live-events-ws.d.ts.map +1 -0
- package/dist/realtime/live-events-ws.js +187 -0
- package/dist/realtime/live-events-ws.js.map +1 -0
- package/dist/redaction.d.ts +4 -0
- package/dist/redaction.d.ts.map +1 -0
- package/dist/redaction.js +63 -0
- package/dist/redaction.js.map +1 -0
- package/dist/routes/access.d.ts +57 -0
- package/dist/routes/access.d.ts.map +1 -0
- package/dist/routes/access.js +2266 -0
- package/dist/routes/access.js.map +1 -0
- package/dist/routes/activity.d.ts +3 -0
- package/dist/routes/activity.d.ts.map +1 -0
- package/dist/routes/activity.js +78 -0
- package/dist/routes/activity.js.map +1 -0
- package/dist/routes/agents.d.ts +3 -0
- package/dist/routes/agents.d.ts.map +1 -0
- package/dist/routes/agents.js +1913 -0
- package/dist/routes/agents.js.map +1 -0
- package/dist/routes/approvals.d.ts +3 -0
- package/dist/routes/approvals.d.ts.map +1 -0
- package/dist/routes/approvals.js +365 -0
- package/dist/routes/approvals.js.map +1 -0
- package/dist/routes/assets.d.ts +4 -0
- package/dist/routes/assets.d.ts.map +1 -0
- package/dist/routes/assets.js +309 -0
- package/dist/routes/assets.js.map +1 -0
- package/dist/routes/authz.d.ts +16 -0
- package/dist/routes/authz.d.ts.map +1 -0
- package/dist/routes/authz.js +47 -0
- package/dist/routes/authz.js.map +1 -0
- package/dist/routes/automations.d.ts +3 -0
- package/dist/routes/automations.d.ts.map +1 -0
- package/dist/routes/automations.js +277 -0
- package/dist/routes/automations.js.map +1 -0
- package/dist/routes/chats.d.ts +4 -0
- package/dist/routes/chats.d.ts.map +1 -0
- package/dist/routes/chats.js +1162 -0
- package/dist/routes/chats.js.map +1 -0
- package/dist/routes/costs.d.ts +3 -0
- package/dist/routes/costs.d.ts.map +1 -0
- package/dist/routes/costs.js +268 -0
- package/dist/routes/costs.js.map +1 -0
- package/dist/routes/dashboard.d.ts +3 -0
- package/dist/routes/dashboard.d.ts.map +1 -0
- package/dist/routes/dashboard.js +15 -0
- package/dist/routes/dashboard.js.map +1 -0
- package/dist/routes/execution-workspaces.d.ts +3 -0
- package/dist/routes/execution-workspaces.d.ts.map +1 -0
- package/dist/routes/execution-workspaces.js +165 -0
- package/dist/routes/execution-workspaces.js.map +1 -0
- package/dist/routes/goals.d.ts +3 -0
- package/dist/routes/goals.d.ts.map +1 -0
- package/dist/routes/goals.js +95 -0
- package/dist/routes/goals.js.map +1 -0
- package/dist/routes/health.d.ts +12 -0
- package/dist/routes/health.d.ts.map +1 -0
- package/dist/routes/health.js +85 -0
- package/dist/routes/health.js.map +1 -0
- package/dist/routes/index.d.ts +19 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +19 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/instance-settings.d.ts +6 -0
- package/dist/routes/instance-settings.d.ts.map +1 -0
- package/dist/routes/instance-settings.js +250 -0
- package/dist/routes/instance-settings.js.map +1 -0
- package/dist/routes/issues-checkout-wakeup.d.ts +9 -0
- package/dist/routes/issues-checkout-wakeup.d.ts.map +1 -0
- package/dist/routes/issues-checkout-wakeup.js +12 -0
- package/dist/routes/issues-checkout-wakeup.js.map +1 -0
- package/dist/routes/issues.d.ts +4 -0
- package/dist/routes/issues.d.ts.map +1 -0
- package/dist/routes/issues.js +1615 -0
- package/dist/routes/issues.js.map +1 -0
- package/dist/routes/llms.d.ts +3 -0
- package/dist/routes/llms.d.ts.map +1 -0
- package/dist/routes/llms.js +78 -0
- package/dist/routes/llms.js.map +1 -0
- package/dist/routes/messenger.d.ts +3 -0
- package/dist/routes/messenger.d.ts.map +1 -0
- package/dist/routes/messenger.js +108 -0
- package/dist/routes/messenger.js.map +1 -0
- package/dist/routes/org-chart-logo.d.ts +2 -0
- package/dist/routes/org-chart-logo.d.ts.map +1 -0
- package/dist/routes/org-chart-logo.js +2 -0
- package/dist/routes/org-chart-logo.js.map +1 -0
- package/dist/routes/org-chart-svg.d.ts +25 -0
- package/dist/routes/org-chart-svg.d.ts.map +1 -0
- package/dist/routes/org-chart-svg.js +652 -0
- package/dist/routes/org-chart-svg.js.map +1 -0
- package/dist/routes/organization-skills.d.ts +3 -0
- package/dist/routes/organization-skills.d.ts.map +1 -0
- package/dist/routes/organization-skills.js +253 -0
- package/dist/routes/organization-skills.js.map +1 -0
- package/dist/routes/orgs.d.ts +4 -0
- package/dist/routes/orgs.d.ts.map +1 -0
- package/dist/routes/orgs.js +575 -0
- package/dist/routes/orgs.js.map +1 -0
- package/dist/routes/plugin-ui-static.d.ts +69 -0
- package/dist/routes/plugin-ui-static.d.ts.map +1 -0
- package/dist/routes/plugin-ui-static.js +411 -0
- package/dist/routes/plugin-ui-static.js.map +1 -0
- package/dist/routes/plugins.d.ts +120 -0
- package/dist/routes/plugins.d.ts.map +1 -0
- package/dist/routes/plugins.js +1776 -0
- package/dist/routes/plugins.js.map +1 -0
- package/dist/routes/projects.d.ts +3 -0
- package/dist/routes/projects.d.ts.map +1 -0
- package/dist/routes/projects.js +235 -0
- package/dist/routes/projects.js.map +1 -0
- package/dist/routes/run-intelligence.d.ts +3 -0
- package/dist/routes/run-intelligence.d.ts.map +1 -0
- package/dist/routes/run-intelligence.js +58 -0
- package/dist/routes/run-intelligence.js.map +1 -0
- package/dist/routes/secrets.d.ts +3 -0
- package/dist/routes/secrets.d.ts.map +1 -0
- package/dist/routes/secrets.js +128 -0
- package/dist/routes/secrets.js.map +1 -0
- package/dist/routes/sidebar-badges.d.ts +3 -0
- package/dist/routes/sidebar-badges.d.ts.map +1 -0
- package/dist/routes/sidebar-badges.js +70 -0
- package/dist/routes/sidebar-badges.js.map +1 -0
- package/dist/secrets/external-stub-providers.d.ts +5 -0
- package/dist/secrets/external-stub-providers.d.ts.map +1 -0
- package/dist/secrets/external-stub-providers.js +21 -0
- package/dist/secrets/external-stub-providers.js.map +1 -0
- package/dist/secrets/local-encrypted-provider.d.ts +3 -0
- package/dist/secrets/local-encrypted-provider.d.ts.map +1 -0
- package/dist/secrets/local-encrypted-provider.js +116 -0
- package/dist/secrets/local-encrypted-provider.js.map +1 -0
- package/dist/secrets/provider-registry.d.ts +5 -0
- package/dist/secrets/provider-registry.d.ts.map +1 -0
- package/dist/secrets/provider-registry.js +20 -0
- package/dist/secrets/provider-registry.js.map +1 -0
- package/dist/secrets/types.d.ts +21 -0
- package/dist/secrets/types.d.ts.map +1 -0
- package/dist/secrets/types.js +2 -0
- package/dist/secrets/types.js.map +1 -0
- package/dist/services/access.d.ts +113 -0
- package/dist/services/access.d.ts.map +1 -0
- package/dist/services/access.js +247 -0
- package/dist/services/access.js.map +1 -0
- package/dist/services/activity-log.d.ts +17 -0
- package/dist/services/activity-log.d.ts.map +1 -0
- package/dist/services/activity-log.js +109 -0
- package/dist/services/activity-log.js.map +1 -0
- package/dist/services/activity.d.ts +472 -0
- package/dist/services/activity.d.ts.map +1 -0
- package/dist/services/activity.js +134 -0
- package/dist/services/activity.js.map +1 -0
- package/dist/services/agent-enabled-skills.d.ts +9 -0
- package/dist/services/agent-enabled-skills.d.ts.map +1 -0
- package/dist/services/agent-enabled-skills.js +89 -0
- package/dist/services/agent-enabled-skills.js.map +1 -0
- package/dist/services/agent-instructions.d.ts +98 -0
- package/dist/services/agent-instructions.d.ts.map +1 -0
- package/dist/services/agent-instructions.js +596 -0
- package/dist/services/agent-instructions.js.map +1 -0
- package/dist/services/agent-name-pool.d.ts +10 -0
- package/dist/services/agent-name-pool.d.ts.map +1 -0
- package/dist/services/agent-name-pool.js +230 -0
- package/dist/services/agent-name-pool.js.map +1 -0
- package/dist/services/agent-permissions.d.ts +6 -0
- package/dist/services/agent-permissions.d.ts.map +1 -0
- package/dist/services/agent-permissions.js +18 -0
- package/dist/services/agent-permissions.js.map +1 -0
- package/dist/services/agent-run-context.d.ts +142 -0
- package/dist/services/agent-run-context.d.ts.map +1 -0
- package/dist/services/agent-run-context.js +451 -0
- package/dist/services/agent-run-context.js.map +1 -0
- package/dist/services/agents.d.ts +1713 -0
- package/dist/services/agents.d.ts.map +1 -0
- package/dist/services/agents.js +750 -0
- package/dist/services/agents.js.map +1 -0
- package/dist/services/approvals.d.ts +546 -0
- package/dist/services/approvals.d.ts.map +1 -0
- package/dist/services/approvals.js +212 -0
- package/dist/services/approvals.js.map +1 -0
- package/dist/services/assets.d.ts +33 -0
- package/dist/services/assets.d.ts.map +1 -0
- package/dist/services/assets.js +17 -0
- package/dist/services/assets.js.map +1 -0
- package/dist/services/automations.d.ts +135 -0
- package/dist/services/automations.d.ts.map +1 -0
- package/dist/services/automations.js +1105 -0
- package/dist/services/automations.js.map +1 -0
- package/dist/services/board-auth.d.ts +234 -0
- package/dist/services/board-auth.d.ts.map +1 -0
- package/dist/services/board-auth.js +295 -0
- package/dist/services/board-auth.js.map +1 -0
- package/dist/services/budgets.d.ts +38 -0
- package/dist/services/budgets.d.ts.map +1 -0
- package/dist/services/budgets.js +784 -0
- package/dist/services/budgets.js.map +1 -0
- package/dist/services/chat-assistant.d.ts +62 -0
- package/dist/services/chat-assistant.d.ts.map +1 -0
- package/dist/services/chat-assistant.js +943 -0
- package/dist/services/chat-assistant.js.map +1 -0
- package/dist/services/chat-generation-locks.d.ts +3 -0
- package/dist/services/chat-generation-locks.d.ts.map +1 -0
- package/dist/services/chat-generation-locks.js +16 -0
- package/dist/services/chat-generation-locks.js.map +1 -0
- package/dist/services/chats.d.ts +723 -0
- package/dist/services/chats.d.ts.map +1 -0
- package/dist/services/chats.js +1188 -0
- package/dist/services/chats.js.map +1 -0
- package/dist/services/costs.d.ts +114 -0
- package/dist/services/costs.d.ts.map +1 -0
- package/dist/services/costs.js +326 -0
- package/dist/services/costs.js.map +1 -0
- package/dist/services/cron.d.ts +80 -0
- package/dist/services/cron.d.ts.map +1 -0
- package/dist/services/cron.js +300 -0
- package/dist/services/cron.js.map +1 -0
- package/dist/services/dashboard.d.ts +26 -0
- package/dist/services/dashboard.d.ts.map +1 -0
- package/dist/services/dashboard.js +98 -0
- package/dist/services/dashboard.js.map +1 -0
- package/dist/services/default-agent-instructions.d.ts +9 -0
- package/dist/services/default-agent-instructions.d.ts.map +1 -0
- package/dist/services/default-agent-instructions.js +20 -0
- package/dist/services/default-agent-instructions.js.map +1 -0
- package/dist/services/documents.d.ts +164 -0
- package/dist/services/documents.d.ts.map +1 -0
- package/dist/services/documents.js +382 -0
- package/dist/services/documents.js.map +1 -0
- package/dist/services/execution-workspace-policy.d.ts +20 -0
- package/dist/services/execution-workspace-policy.d.ts.map +1 -0
- package/dist/services/execution-workspace-policy.js +172 -0
- package/dist/services/execution-workspace-policy.js.map +1 -0
- package/dist/services/execution-workspaces.d.ts +19 -0
- package/dist/services/execution-workspaces.d.ts.map +1 -0
- package/dist/services/execution-workspaces.js +87 -0
- package/dist/services/execution-workspaces.js.map +1 -0
- package/dist/services/finance.d.ts +93 -0
- package/dist/services/finance.d.ts.map +1 -0
- package/dist/services/finance.js +120 -0
- package/dist/services/finance.js.map +1 -0
- package/dist/services/goals.d.ts +433 -0
- package/dist/services/goals.d.ts.map +1 -0
- package/dist/services/goals.js +54 -0
- package/dist/services/goals.js.map +1 -0
- package/dist/services/heartbeat-run-summary.d.ts +2 -0
- package/dist/services/heartbeat-run-summary.d.ts.map +1 -0
- package/dist/services/heartbeat-run-summary.js +131 -0
- package/dist/services/heartbeat-run-summary.js.map +1 -0
- package/dist/services/heartbeat.d.ts +2 -0
- package/dist/services/heartbeat.d.ts.map +1 -0
- package/dist/services/heartbeat.js +2 -0
- package/dist/services/heartbeat.js.map +1 -0
- package/dist/services/hire-hook.d.ts +14 -0
- package/dist/services/hire-hook.d.ts.map +1 -0
- package/dist/services/hire-hook.js +85 -0
- package/dist/services/hire-hook.js.map +1 -0
- package/dist/services/index.d.ts +38 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/index.js +38 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/instance-settings.d.ts +14 -0
- package/dist/services/instance-settings.d.ts.map +1 -0
- package/dist/services/instance-settings.js +158 -0
- package/dist/services/instance-settings.js.map +1 -0
- package/dist/services/issue-approvals.d.ts +56 -0
- package/dist/services/issue-approvals.d.ts.map +1 -0
- package/dist/services/issue-approvals.js +153 -0
- package/dist/services/issue-approvals.js.map +1 -0
- package/dist/services/issue-assignment-wakeup.d.ts +32 -0
- package/dist/services/issue-assignment-wakeup.d.ts.map +1 -0
- package/dist/services/issue-assignment-wakeup.js +43 -0
- package/dist/services/issue-assignment-wakeup.js.map +1 -0
- package/dist/services/issue-goal-fallback.d.ts +15 -0
- package/dist/services/issue-goal-fallback.d.ts.map +1 -0
- package/dist/services/issue-goal-fallback.js +15 -0
- package/dist/services/issue-goal-fallback.js.map +1 -0
- package/dist/services/issues.d.ts +580 -0
- package/dist/services/issues.d.ts.map +1 -0
- package/dist/services/issues.js +1464 -0
- package/dist/services/issues.js.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.d.ts +23 -0
- package/dist/services/knowledge-portability/organization-portability.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-portability.js +3795 -0
- package/dist/services/knowledge-portability/organization-portability.js.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.d.ts +105 -0
- package/dist/services/knowledge-portability/organization-skills.d.ts.map +1 -0
- package/dist/services/knowledge-portability/organization-skills.js +3172 -0
- package/dist/services/knowledge-portability/organization-skills.js.map +1 -0
- package/dist/services/live-events.d.ts +17 -0
- package/dist/services/live-events.d.ts.map +1 -0
- package/dist/services/live-events.js +33 -0
- package/dist/services/live-events.js.map +1 -0
- package/dist/services/messenger.d.ts +111 -0
- package/dist/services/messenger.d.ts.map +1 -0
- package/dist/services/messenger.js +774 -0
- package/dist/services/messenger.js.map +1 -0
- package/dist/services/native-path-picker.d.ts +18 -0
- package/dist/services/native-path-picker.d.ts.map +1 -0
- package/dist/services/native-path-picker.js +119 -0
- package/dist/services/native-path-picker.js.map +1 -0
- package/dist/services/operator-profile.d.ts +7 -0
- package/dist/services/operator-profile.d.ts.map +1 -0
- package/dist/services/operator-profile.js +66 -0
- package/dist/services/operator-profile.js.map +1 -0
- package/dist/services/organization-export-readme.d.ts +17 -0
- package/dist/services/organization-export-readme.d.ts.map +1 -0
- package/dist/services/organization-export-readme.js +148 -0
- package/dist/services/organization-export-readme.js.map +1 -0
- package/dist/services/organization-portability.d.ts +2 -0
- package/dist/services/organization-portability.d.ts.map +1 -0
- package/dist/services/organization-portability.js +2 -0
- package/dist/services/organization-portability.js.map +1 -0
- package/dist/services/organization-skills.d.ts +2 -0
- package/dist/services/organization-skills.d.ts.map +1 -0
- package/dist/services/organization-skills.js +2 -0
- package/dist/services/organization-skills.js.map +1 -0
- package/dist/services/organization-workspace-browser.d.ts +8 -0
- package/dist/services/organization-workspace-browser.d.ts.map +1 -0
- package/dist/services/organization-workspace-browser.js +229 -0
- package/dist/services/organization-workspace-browser.js.map +1 -0
- package/dist/services/organization-workspace.d.ts +5 -0
- package/dist/services/organization-workspace.d.ts.map +1 -0
- package/dist/services/organization-workspace.js +71 -0
- package/dist/services/organization-workspace.js.map +1 -0
- package/dist/services/orgs.d.ts +163 -0
- package/dist/services/orgs.d.ts.map +1 -0
- package/dist/services/orgs.js +327 -0
- package/dist/services/orgs.js.map +1 -0
- package/dist/services/plugin-capability-validator.d.ts +108 -0
- package/dist/services/plugin-capability-validator.d.ts.map +1 -0
- package/dist/services/plugin-capability-validator.js +268 -0
- package/dist/services/plugin-capability-validator.js.map +1 -0
- package/dist/services/plugin-config-validator.d.ts +26 -0
- package/dist/services/plugin-config-validator.d.ts.map +1 -0
- package/dist/services/plugin-config-validator.js +41 -0
- package/dist/services/plugin-config-validator.js.map +1 -0
- package/dist/services/plugin-dev-watcher.d.ts +30 -0
- package/dist/services/plugin-dev-watcher.d.ts.map +1 -0
- package/dist/services/plugin-dev-watcher.js +241 -0
- package/dist/services/plugin-dev-watcher.js.map +1 -0
- package/dist/services/plugin-event-bus.d.ts +149 -0
- package/dist/services/plugin-event-bus.d.ts.map +1 -0
- package/dist/services/plugin-event-bus.js +258 -0
- package/dist/services/plugin-event-bus.js.map +1 -0
- package/dist/services/plugin-host-service-cleanup.d.ts +14 -0
- package/dist/services/plugin-host-service-cleanup.d.ts.map +1 -0
- package/dist/services/plugin-host-service-cleanup.js +37 -0
- package/dist/services/plugin-host-service-cleanup.js.map +1 -0
- package/dist/services/plugin-host-services.d.ts +13 -0
- package/dist/services/plugin-host-services.d.ts.map +1 -0
- package/dist/services/plugin-host-services.js +973 -0
- package/dist/services/plugin-host-services.js.map +1 -0
- package/dist/services/plugin-job-coordinator.d.ts +81 -0
- package/dist/services/plugin-job-coordinator.d.ts.map +1 -0
- package/dist/services/plugin-job-coordinator.js +172 -0
- package/dist/services/plugin-job-coordinator.js.map +1 -0
- package/dist/services/plugin-job-scheduler.d.ts +163 -0
- package/dist/services/plugin-job-scheduler.d.ts.map +1 -0
- package/dist/services/plugin-job-scheduler.js +564 -0
- package/dist/services/plugin-job-scheduler.js.map +1 -0
- package/dist/services/plugin-job-store.d.ts +208 -0
- package/dist/services/plugin-job-store.d.ts.map +1 -0
- package/dist/services/plugin-job-store.js +350 -0
- package/dist/services/plugin-job-store.js.map +1 -0
- package/dist/services/plugin-lifecycle.d.ts +203 -0
- package/dist/services/plugin-lifecycle.d.ts.map +1 -0
- package/dist/services/plugin-lifecycle.js +476 -0
- package/dist/services/plugin-lifecycle.js.map +1 -0
- package/dist/services/plugin-loader.d.ts +441 -0
- package/dist/services/plugin-loader.d.ts.map +1 -0
- package/dist/services/plugin-loader.js +1192 -0
- package/dist/services/plugin-loader.js.map +1 -0
- package/dist/services/plugin-log-retention.d.ts +20 -0
- package/dist/services/plugin-log-retention.d.ts.map +1 -0
- package/dist/services/plugin-log-retention.js +63 -0
- package/dist/services/plugin-log-retention.js.map +1 -0
- package/dist/services/plugin-manifest-validator.d.ts +79 -0
- package/dist/services/plugin-manifest-validator.d.ts.map +1 -0
- package/dist/services/plugin-manifest-validator.js +84 -0
- package/dist/services/plugin-manifest-validator.js.map +1 -0
- package/dist/services/plugin-registry.d.ts +2542 -0
- package/dist/services/plugin-registry.d.ts.map +1 -0
- package/dist/services/plugin-registry.js +539 -0
- package/dist/services/plugin-registry.js.map +1 -0
- package/dist/services/plugin-runtime-sandbox.d.ts +40 -0
- package/dist/services/plugin-runtime-sandbox.d.ts.map +1 -0
- package/dist/services/plugin-runtime-sandbox.js +154 -0
- package/dist/services/plugin-runtime-sandbox.js.map +1 -0
- package/dist/services/plugin-secrets-handler.d.ts +81 -0
- package/dist/services/plugin-secrets-handler.d.ts.map +1 -0
- package/dist/services/plugin-secrets-handler.js +275 -0
- package/dist/services/plugin-secrets-handler.js.map +1 -0
- package/dist/services/plugin-state-store.d.ts +92 -0
- package/dist/services/plugin-state-store.d.ts.map +1 -0
- package/dist/services/plugin-state-store.js +190 -0
- package/dist/services/plugin-state-store.js.map +1 -0
- package/dist/services/plugin-stream-bus.d.ts +29 -0
- package/dist/services/plugin-stream-bus.d.ts.map +1 -0
- package/dist/services/plugin-stream-bus.js +48 -0
- package/dist/services/plugin-stream-bus.js.map +1 -0
- package/dist/services/plugin-tool-dispatcher.d.ts +180 -0
- package/dist/services/plugin-tool-dispatcher.d.ts.map +1 -0
- package/dist/services/plugin-tool-dispatcher.js +224 -0
- package/dist/services/plugin-tool-dispatcher.js.map +1 -0
- package/dist/services/plugin-tool-registry.d.ts +192 -0
- package/dist/services/plugin-tool-registry.d.ts.map +1 -0
- package/dist/services/plugin-tool-registry.js +224 -0
- package/dist/services/plugin-tool-registry.js.map +1 -0
- package/dist/services/plugin-worker-manager.d.ts +260 -0
- package/dist/services/plugin-worker-manager.d.ts.map +1 -0
- package/dist/services/plugin-worker-manager.js +835 -0
- package/dist/services/plugin-worker-manager.js.map +1 -0
- package/dist/services/projects.d.ts +92 -0
- package/dist/services/projects.d.ts.map +1 -0
- package/dist/services/projects.js +705 -0
- package/dist/services/projects.js.map +1 -0
- package/dist/services/quota-windows.d.ts +9 -0
- package/dist/services/quota-windows.d.ts.map +1 -0
- package/dist/services/quota-windows.js +56 -0
- package/dist/services/quota-windows.js.map +1 -0
- package/dist/services/resource-catalog.d.ts +29 -0
- package/dist/services/resource-catalog.d.ts.map +1 -0
- package/dist/services/resource-catalog.js +298 -0
- package/dist/services/resource-catalog.js.map +1 -0
- package/dist/services/run-intelligence.d.ts +31 -0
- package/dist/services/run-intelligence.d.ts.map +1 -0
- package/dist/services/run-intelligence.js +315 -0
- package/dist/services/run-intelligence.js.map +1 -0
- package/dist/services/run-log-store.d.ts +36 -0
- package/dist/services/run-log-store.d.ts.map +1 -0
- package/dist/services/run-log-store.js +114 -0
- package/dist/services/run-log-store.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.d.ts +882 -0
- package/dist/services/runtime-kernel/heartbeat.d.ts.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.js +4345 -0
- package/dist/services/runtime-kernel/heartbeat.js.map +1 -0
- package/dist/services/runtime-trace-metadata.d.ts +12 -0
- package/dist/services/runtime-trace-metadata.d.ts.map +1 -0
- package/dist/services/runtime-trace-metadata.js +13 -0
- package/dist/services/runtime-trace-metadata.js.map +1 -0
- package/dist/services/secrets.d.ts +511 -0
- package/dist/services/secrets.d.ts.map +1 -0
- package/dist/services/secrets.js +289 -0
- package/dist/services/secrets.js.map +1 -0
- package/dist/services/sidebar-badges.d.ts +11 -0
- package/dist/services/sidebar-badges.d.ts.map +1 -0
- package/dist/services/sidebar-badges.js +43 -0
- package/dist/services/sidebar-badges.js.map +1 -0
- package/dist/services/work-products.d.ts +14 -0
- package/dist/services/work-products.d.ts.map +1 -0
- package/dist/services/work-products.js +100 -0
- package/dist/services/work-products.js.map +1 -0
- package/dist/services/workspace-operation-log-store.d.ts +35 -0
- package/dist/services/workspace-operation-log-store.d.ts.map +1 -0
- package/dist/services/workspace-operation-log-store.js +115 -0
- package/dist/services/workspace-operation-log-store.js.map +1 -0
- package/dist/services/workspace-operations.d.ts +46 -0
- package/dist/services/workspace-operations.d.ts.map +1 -0
- package/dist/services/workspace-operations.js +237 -0
- package/dist/services/workspace-operations.js.map +1 -0
- package/dist/services/workspace-runtime.d.ts +164 -0
- package/dist/services/workspace-runtime.d.ts.map +1 -0
- package/dist/services/workspace-runtime.js +1235 -0
- package/dist/services/workspace-runtime.js.map +1 -0
- package/dist/startup-banner.d.ts +31 -0
- package/dist/startup-banner.d.ts.map +1 -0
- package/dist/startup-banner.js +121 -0
- package/dist/startup-banner.js.map +1 -0
- package/dist/storage/index.d.ts +6 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/index.js +29 -0
- package/dist/storage/index.js.map +1 -0
- package/dist/storage/local-disk-provider.d.ts +3 -0
- package/dist/storage/local-disk-provider.d.ts.map +1 -0
- package/dist/storage/local-disk-provider.js +79 -0
- package/dist/storage/local-disk-provider.js.map +1 -0
- package/dist/storage/provider-registry.d.ts +4 -0
- package/dist/storage/provider-registry.d.ts.map +1 -0
- package/dist/storage/provider-registry.js +15 -0
- package/dist/storage/provider-registry.js.map +1 -0
- package/dist/storage/s3-provider.d.ts +11 -0
- package/dist/storage/s3-provider.d.ts.map +1 -0
- package/dist/storage/s3-provider.js +123 -0
- package/dist/storage/s3-provider.js.map +1 -0
- package/dist/storage/service.d.ts +3 -0
- package/dist/storage/service.d.ts.map +1 -0
- package/dist/storage/service.js +120 -0
- package/dist/storage/service.js.map +1 -0
- package/dist/storage/types.d.ts +55 -0
- package/dist/storage/types.d.ts.map +1 -0
- package/dist/storage/types.js +2 -0
- package/dist/storage/types.js.map +1 -0
- package/dist/ui-branding.d.ts +14 -0
- package/dist/ui-branding.d.ts.map +1 -0
- package/dist/ui-branding.js +201 -0
- package/dist/ui-branding.js.map +1 -0
- package/dist/version.d.ts +2 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +5 -0
- package/dist/version.js.map +1 -0
- package/package.json +101 -0
- package/resources/bundled-skills/para-memory-files/SKILL.md +114 -0
- package/resources/bundled-skills/para-memory-files/references/schemas.md +35 -0
- package/resources/bundled-skills/rudder/SKILL.md +265 -0
- package/resources/bundled-skills/rudder/references/api-reference.md +253 -0
- package/resources/bundled-skills/rudder/references/cli-reference.md +67 -0
- package/resources/bundled-skills/rudder/references/organization-skills.md +155 -0
- package/resources/bundled-skills/rudder-create-agent/SKILL.md +166 -0
- package/resources/bundled-skills/rudder-create-agent/references/api-reference.md +172 -0
- package/resources/bundled-skills/rudder-create-agent/references/cli-reference.md +126 -0
- package/resources/bundled-skills/rudder-create-plugin/SKILL.md +103 -0
- package/resources/community-skills/deep-research/README.md +124 -0
- package/resources/community-skills/deep-research/SKILL.md +107 -0
- package/resources/community-skills/deep-research/reference/continuation.md +169 -0
- package/resources/community-skills/deep-research/reference/html-generation.md +103 -0
- package/resources/community-skills/deep-research/reference/methodology.md +421 -0
- package/resources/community-skills/deep-research/reference/quality-gates.md +197 -0
- package/resources/community-skills/deep-research/reference/report-assembly.md +119 -0
- package/resources/community-skills/deep-research/reference/weasyprint_guidelines.md +324 -0
- package/resources/community-skills/deep-research/requirements.txt +14 -0
- package/resources/community-skills/deep-research/scripts/citation_manager.py +177 -0
- package/resources/community-skills/deep-research/scripts/md_to_html.py +330 -0
- package/resources/community-skills/deep-research/scripts/research_engine.py +582 -0
- package/resources/community-skills/deep-research/scripts/source_evaluator.py +292 -0
- package/resources/community-skills/deep-research/scripts/validate_report.py +403 -0
- package/resources/community-skills/deep-research/scripts/verify_citations.py +426 -0
- package/resources/community-skills/deep-research/scripts/verify_html.py +220 -0
- package/resources/community-skills/deep-research/templates/mckinsey_report_template.html +443 -0
- package/resources/community-skills/deep-research/templates/report_template.md +433 -0
- package/resources/community-skills/skill-creator/SKILL.md +9 -0
- package/resources/community-skills/software-product-advisor/SKILL.md +290 -0
- package/skills/para-memory-files/SKILL.md +114 -0
- package/skills/para-memory-files/references/schemas.md +35 -0
- package/skills/rudder/SKILL.md +265 -0
- package/skills/rudder/references/api-reference.md +253 -0
- package/skills/rudder/references/cli-reference.md +67 -0
- package/skills/rudder/references/organization-skills.md +155 -0
- package/skills/rudder-create-agent/SKILL.md +166 -0
- package/skills/rudder-create-agent/references/api-reference.md +172 -0
- package/skills/rudder-create-agent/references/cli-reference.md +126 -0
- package/skills/rudder-create-plugin/SKILL.md +103 -0
- package/ui-dist/android-chrome-192x192.png +0 -0
- package/ui-dist/android-chrome-512x512.png +0 -0
- package/ui-dist/android-chrome-maskable-512x512.png +0 -0
- package/ui-dist/apple-touch-icon.png +0 -0
- package/ui-dist/assets/_basePickBy-CjUu04_e.js +1 -0
- package/ui-dist/assets/_baseUniq-C9YNlrVG.js +1 -0
- package/ui-dist/assets/apl-B4CMkyY2.js +1 -0
- package/ui-dist/assets/arc-CSSZfktq.js +1 -0
- package/ui-dist/assets/architectureDiagram-2XIMDMQ5-Co78JKUi.js +36 -0
- package/ui-dist/assets/asciiarmor-Df11BRmG.js +1 -0
- package/ui-dist/assets/asn1-EdZsLKOL.js +1 -0
- package/ui-dist/assets/asterisk-B-8jnY81.js +1 -0
- package/ui-dist/assets/blockDiagram-WCTKOSBZ-2KUUIzzz.js +132 -0
- package/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
- package/ui-dist/assets/c4Diagram-IC4MRINW-C6pq8tPP.js +10 -0
- package/ui-dist/assets/channel-BEODbRMk.js +1 -0
- package/ui-dist/assets/chunk-4BX2VUAB-ojCLkixe.js +1 -0
- package/ui-dist/assets/chunk-55IACEB6-MGONqzmz.js +1 -0
- package/ui-dist/assets/chunk-FMBD7UC4-CmGuLv2P.js +15 -0
- package/ui-dist/assets/chunk-JSJVCQXG-BNBefVr6.js +1 -0
- package/ui-dist/assets/chunk-KX2RTZJC-DIGBQLn5.js +1 -0
- package/ui-dist/assets/chunk-NQ4KR5QH-_KEutsaQ.js +220 -0
- package/ui-dist/assets/chunk-QZHKN3VN-B6pzyuwm.js +1 -0
- package/ui-dist/assets/chunk-WL4C6EOR-B8NDzcfm.js +189 -0
- package/ui-dist/assets/classDiagram-VBA2DB6C-CsSqaaRj.js +1 -0
- package/ui-dist/assets/classDiagram-v2-RAHNMMFH-CsSqaaRj.js +1 -0
- package/ui-dist/assets/clike-B9uivgTg.js +1 -0
- package/ui-dist/assets/clojure-BMjYHr_A.js +1 -0
- package/ui-dist/assets/clone-5oWMCI0u.js +1 -0
- package/ui-dist/assets/cmake-BQqOBYOt.js +1 -0
- package/ui-dist/assets/cobol-CWcv1MsR.js +1 -0
- package/ui-dist/assets/coffeescript-S37ZYGWr.js +1 -0
- package/ui-dist/assets/commonlisp-DBKNyK5s.js +1 -0
- package/ui-dist/assets/cose-bilkent-S5V4N54A-B1t6ulcV.js +1 -0
- package/ui-dist/assets/crystal-SjHAIU92.js +1 -0
- package/ui-dist/assets/css-BnMrqG3P.js +1 -0
- package/ui-dist/assets/cypher-C_CwsFkJ.js +1 -0
- package/ui-dist/assets/cytoscape.esm-BQaXIfA_.js +331 -0
- package/ui-dist/assets/d-pRatUO7H.js +1 -0
- package/ui-dist/assets/dagre-KLK3FWXG-DWVC5_HJ.js +4 -0
- package/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/ui-dist/assets/diagram-E7M64L7V-C4ztYLox.js +24 -0
- package/ui-dist/assets/diagram-IFDJBPK2-DtWBGLnA.js +43 -0
- package/ui-dist/assets/diagram-P4PSJMXO-BiqiI4Df.js +24 -0
- package/ui-dist/assets/diff-DbItnlRl.js +1 -0
- package/ui-dist/assets/dockerfile-BKs6k2Af.js +1 -0
- package/ui-dist/assets/dtd-DF_7sFjM.js +1 -0
- package/ui-dist/assets/dylan-DwRh75JA.js +1 -0
- package/ui-dist/assets/ebnf-CDyGwa7X.js +1 -0
- package/ui-dist/assets/ecl-Cabwm37j.js +1 -0
- package/ui-dist/assets/eiffel-CnydiIhH.js +1 -0
- package/ui-dist/assets/elm-vLlmbW-K.js +1 -0
- package/ui-dist/assets/erDiagram-INFDFZHY-CUhr9rIh.js +70 -0
- package/ui-dist/assets/erlang-BNw1qcRV.js +1 -0
- package/ui-dist/assets/factor-kuTfRLto.js +1 -0
- package/ui-dist/assets/fcl-Kvtd6kyn.js +1 -0
- package/ui-dist/assets/flowDiagram-PKNHOUZH-BEqBmNL-.js +162 -0
- package/ui-dist/assets/forth-Ffai-XNe.js +1 -0
- package/ui-dist/assets/fortran-DYz_wnZ1.js +1 -0
- package/ui-dist/assets/ganttDiagram-A5KZAMGK-CdeWhdno.js +292 -0
- package/ui-dist/assets/gas-Bneqetm1.js +1 -0
- package/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
- package/ui-dist/assets/gitGraphDiagram-K3NZZRJ6-CgG66QFg.js +65 -0
- package/ui-dist/assets/graph-rmownl79.js +1 -0
- package/ui-dist/assets/groovy-D9Dt4D0W.js +1 -0
- package/ui-dist/assets/haskell-Cw1EW3IL.js +1 -0
- package/ui-dist/assets/haxe-H-WmDvRZ.js +1 -0
- package/ui-dist/assets/http-DBlCnlav.js +1 -0
- package/ui-dist/assets/idl-BEugSyMb.js +1 -0
- package/ui-dist/assets/index-B1YyDqaG.js +1 -0
- package/ui-dist/assets/index-B7exNxYd.js +1 -0
- package/ui-dist/assets/index-BIuriVDl.js +1 -0
- package/ui-dist/assets/index-BT9rfwYt.js +1 -0
- package/ui-dist/assets/index-BZhmacJG.js +1 -0
- package/ui-dist/assets/index-B_ebS3U_.js +3 -0
- package/ui-dist/assets/index-BnQqZOsc.js +1 -0
- package/ui-dist/assets/index-BwPbAax6.js +1 -0
- package/ui-dist/assets/index-C5i670o5.js +1 -0
- package/ui-dist/assets/index-C9KwE7Yr.js +1 -0
- package/ui-dist/assets/index-CDId_UjP.js +1 -0
- package/ui-dist/assets/index-CI9ydSGM.js +1 -0
- package/ui-dist/assets/index-CKpm3WGI.css +1 -0
- package/ui-dist/assets/index-CMP_bzP3.js +2 -0
- package/ui-dist/assets/index-CRcHIoCW.js +1 -0
- package/ui-dist/assets/index-DZqNY-Lg.js +1 -0
- package/ui-dist/assets/index-DbDKJhW-.js +7 -0
- package/ui-dist/assets/index-Dkg6MwQ_.js +1 -0
- package/ui-dist/assets/index-Dn0iitKg.js +1 -0
- package/ui-dist/assets/index-GvHywIOA.js +1323 -0
- package/ui-dist/assets/index-WtX4Y4Fx.js +13 -0
- package/ui-dist/assets/index-iyC5PHC3.js +6 -0
- package/ui-dist/assets/index-jMlzlqoV.js +1 -0
- package/ui-dist/assets/index-pTIOLGTe.js +1 -0
- package/ui-dist/assets/infoDiagram-LFFYTUFH-CEhdbTYQ.js +2 -0
- package/ui-dist/assets/init-Gi6I4Gst.js +1 -0
- package/ui-dist/assets/ishikawaDiagram-PHBUUO56-g9GiiXI2.js +70 -0
- package/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
- package/ui-dist/assets/journeyDiagram-4ABVD52K-CheeZzlg.js +139 -0
- package/ui-dist/assets/julia-DuME0IfC.js +1 -0
- package/ui-dist/assets/kanban-definition-K7BYSVSG-BTpuAgUJ.js +89 -0
- package/ui-dist/assets/katex-B1X10hvy.js +261 -0
- package/ui-dist/assets/layout-CuBgufef.js +1 -0
- package/ui-dist/assets/linear-CnXO6wXw.js +1 -0
- package/ui-dist/assets/livescript-BwQOo05w.js +1 -0
- package/ui-dist/assets/lua-BgMRiT3U.js +1 -0
- package/ui-dist/assets/mathematica-DTrFuWx2.js +1 -0
- package/ui-dist/assets/mbox-CNhZ1qSd.js +1 -0
- package/ui-dist/assets/mermaid.core-DVaYxfh9.js +255 -0
- package/ui-dist/assets/mindmap-definition-YRQLILUH-00nAuexq.js +68 -0
- package/ui-dist/assets/mirc-CjQqDB4T.js +1 -0
- package/ui-dist/assets/mllike-CXdrOF99.js +1 -0
- package/ui-dist/assets/modelica-Dc1JOy9r.js +1 -0
- package/ui-dist/assets/mscgen-BA5vi2Kp.js +1 -0
- package/ui-dist/assets/mumps-BT43cFF4.js +1 -0
- package/ui-dist/assets/nginx-DdIZxoE0.js +1 -0
- package/ui-dist/assets/nsis-LdVXkNf5.js +1 -0
- package/ui-dist/assets/ntriples-BfvgReVJ.js +1 -0
- package/ui-dist/assets/octave-Ck1zUtKM.js +1 -0
- package/ui-dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/ui-dist/assets/oz-BzwKVEFT.js +1 -0
- package/ui-dist/assets/pascal--L3eBynH.js +1 -0
- package/ui-dist/assets/perl-CdXCOZ3F.js +1 -0
- package/ui-dist/assets/pieDiagram-SKSYHLDU-NaOgRqIj.js +30 -0
- package/ui-dist/assets/pig-CevX1Tat.js +1 -0
- package/ui-dist/assets/powershell-CFHJl5sT.js +1 -0
- package/ui-dist/assets/properties-C78fOPTZ.js +1 -0
- package/ui-dist/assets/protobuf-ChK-085T.js +1 -0
- package/ui-dist/assets/pug-DeIclll2.js +1 -0
- package/ui-dist/assets/puppet-DMA9R1ak.js +1 -0
- package/ui-dist/assets/python-BuPzkPfP.js +1 -0
- package/ui-dist/assets/q-pXgVlZs6.js +1 -0
- package/ui-dist/assets/quadrantDiagram-337W2JSQ-Bnf9OCW0.js +7 -0
- package/ui-dist/assets/r-B6wPVr8A.js +1 -0
- package/ui-dist/assets/requirementDiagram-Z7DCOOCP-BiacZTTh.js +73 -0
- package/ui-dist/assets/rpm-CTu-6PCP.js +1 -0
- package/ui-dist/assets/ruby-B2Rjki9n.js +1 -0
- package/ui-dist/assets/sankeyDiagram-WA2Y5GQK-DOuD4D2Q.js +10 -0
- package/ui-dist/assets/sas-B4kiWyti.js +1 -0
- package/ui-dist/assets/scheme-C41bIUwD.js +1 -0
- package/ui-dist/assets/sequenceDiagram-2WXFIKYE-oV3M_w-H.js +145 -0
- package/ui-dist/assets/shell-CjFT_Tl9.js +1 -0
- package/ui-dist/assets/sieve-C3Gn_uJK.js +1 -0
- package/ui-dist/assets/simple-mode-GW_nhZxv.js +1 -0
- package/ui-dist/assets/smalltalk-CnHTOXQT.js +1 -0
- package/ui-dist/assets/solr-DehyRSwq.js +1 -0
- package/ui-dist/assets/sparql-DkYu6x3z.js +1 -0
- package/ui-dist/assets/spreadsheet-BCZA_wO0.js +1 -0
- package/ui-dist/assets/sql-D0XecflT.js +1 -0
- package/ui-dist/assets/stateDiagram-RAJIS63D-CdRc2Pqb.js +1 -0
- package/ui-dist/assets/stateDiagram-v2-FVOUBMTO-CIMHFJYg.js +1 -0
- package/ui-dist/assets/stex-C3f8Ysf7.js +1 -0
- package/ui-dist/assets/stylus-B533Al4x.js +1 -0
- package/ui-dist/assets/swift-BzpIVaGY.js +1 -0
- package/ui-dist/assets/tcl-DVfN8rqt.js +1 -0
- package/ui-dist/assets/textile-CnDTJFAw.js +1 -0
- package/ui-dist/assets/tiddlywiki-DO-Gjzrf.js +1 -0
- package/ui-dist/assets/tiki-DGYXhP31.js +1 -0
- package/ui-dist/assets/timeline-definition-YZTLITO2-BCWQDIwt.js +61 -0
- package/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
- package/ui-dist/assets/treemap-KZPCXAKY-BvsIxXAi.js +162 -0
- package/ui-dist/assets/troff-wAsdV37c.js +1 -0
- package/ui-dist/assets/ttcn-CfJYG6tj.js +1 -0
- package/ui-dist/assets/ttcn-cfg-B9xdYoR4.js +1 -0
- package/ui-dist/assets/turtle-B1tBg_DP.js +1 -0
- package/ui-dist/assets/vb-CmGdzxic.js +1 -0
- package/ui-dist/assets/vbscript-BuJXcnF6.js +1 -0
- package/ui-dist/assets/velocity-D8B20fx6.js +1 -0
- package/ui-dist/assets/vennDiagram-LZ73GAT5-BzibHs4r.js +34 -0
- package/ui-dist/assets/verilog-C6RDOZhf.js +1 -0
- package/ui-dist/assets/vhdl-lSbBsy5d.js +1 -0
- package/ui-dist/assets/webidl-ZXfAyPTL.js +1 -0
- package/ui-dist/assets/xquery-DzFWVndE.js +1 -0
- package/ui-dist/assets/xychartDiagram-JWTSCODW-CX_Xt_y-.js +7 -0
- package/ui-dist/assets/yacas-BJ4BC0dw.js +1 -0
- package/ui-dist/assets/z80-Hz9HOZM7.js +1 -0
- package/ui-dist/brands/opencode-logo-dark-square.svg +18 -0
- package/ui-dist/brands/opencode-logo-light-square.svg +18 -0
- package/ui-dist/favicon-16x16.png +0 -0
- package/ui-dist/favicon-32x32.png +0 -0
- package/ui-dist/favicon-dev-16x16.png +0 -0
- package/ui-dist/favicon-dev-32x32.png +0 -0
- package/ui-dist/favicon-dev.ico +0 -0
- package/ui-dist/favicon.ico +0 -0
- package/ui-dist/favicon.svg +1 -0
- package/ui-dist/index.html +61 -0
- package/ui-dist/rudder-logo.png +0 -0
- package/ui-dist/site.webmanifest +30 -0
- package/ui-dist/sw.js +42 -0
- package/ui-dist/worktree-favicon-16x16.png +0 -0
- package/ui-dist/worktree-favicon-32x32.png +0 -0
- package/ui-dist/worktree-favicon.ico +0 -0
- package/ui-dist/worktree-favicon.svg +1 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rudder-create-plugin
|
|
3
|
+
description: Create new Rudder plugins with the current alpha SDK/runtime. Use when scaffolding a plugin package, adding a new example plugin, or updating plugin authoring docs. Covers the supported worker/UI surface, route conventions, scaffold flow, and verification steps.
|
|
4
|
+
Create new Rudder plugins with the current alpha SDK/runtime. Use when
|
|
5
|
+
scaffolding a plugin package, adding a new example plugin, or updating plugin
|
|
6
|
+
authoring docs. Covers the supported worker/UI surface, route conventions,
|
|
7
|
+
scaffold flow, and verification steps.
|
|
8
|
+
allowed-tools:
|
|
9
|
+
disable: true
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Create a Rudder Plugin
|
|
13
|
+
|
|
14
|
+
Use this skill when the task is to create, scaffold, or document a Rudder plugin.
|
|
15
|
+
|
|
16
|
+
## 1. Ground rules
|
|
17
|
+
|
|
18
|
+
Read these first when needed:
|
|
19
|
+
|
|
20
|
+
1. `doc/plugins/PLUGIN_AUTHORING_GUIDE.md`
|
|
21
|
+
2. `packages/plugins/sdk/README.md`
|
|
22
|
+
3. `doc/plugins/PLUGIN_SPEC.md` only for future-looking context
|
|
23
|
+
|
|
24
|
+
Current runtime assumptions:
|
|
25
|
+
|
|
26
|
+
- plugin workers are trusted code
|
|
27
|
+
- plugin UI is trusted same-origin host code
|
|
28
|
+
- worker APIs are capability-gated
|
|
29
|
+
- plugin UI is not sandboxed by manifest capabilities
|
|
30
|
+
- no host-provided shared plugin UI component kit yet
|
|
31
|
+
- `ctx.assets` is not supported in the current runtime
|
|
32
|
+
|
|
33
|
+
## 2. Preferred workflow
|
|
34
|
+
|
|
35
|
+
Use the scaffold package instead of hand-writing the boilerplate:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
pnpm --filter @rudderhq/create-rudder-plugin build
|
|
39
|
+
node packages/plugins/create-rudder-plugin/dist/index.js <npm-package-name> --output <target-dir>
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
For a plugin that lives outside the Rudder repo, pass `--sdk-path` and let the scaffold snapshot the local SDK/shared packages into `.rudder-sdk/`:
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
pnpm --filter @rudderhq/create-rudder-plugin build
|
|
46
|
+
node packages/plugins/create-rudder-plugin/dist/index.js @acme/plugin-name \
|
|
47
|
+
--output /absolute/path/to/plugin-repos \
|
|
48
|
+
--sdk-path /absolute/path/to/rudder/packages/plugins/sdk
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Recommended target inside this repo:
|
|
52
|
+
|
|
53
|
+
- `packages/plugins/examples/` for example plugins
|
|
54
|
+
- another `packages/plugins/<name>/` folder if it is becoming a real package
|
|
55
|
+
|
|
56
|
+
## 3. After scaffolding
|
|
57
|
+
|
|
58
|
+
Check and adjust:
|
|
59
|
+
|
|
60
|
+
- `src/manifest.ts`
|
|
61
|
+
- `src/worker.ts`
|
|
62
|
+
- `src/ui/index.tsx`
|
|
63
|
+
- `tests/plugin.spec.ts`
|
|
64
|
+
- `package.json`
|
|
65
|
+
|
|
66
|
+
Make sure the plugin:
|
|
67
|
+
|
|
68
|
+
- declares only supported capabilities
|
|
69
|
+
- does not use `ctx.assets`
|
|
70
|
+
- does not import host UI component stubs
|
|
71
|
+
- keeps UI self-contained
|
|
72
|
+
- uses `routePath` only on `page` slots
|
|
73
|
+
- is installed into Rudder from an absolute local path during development
|
|
74
|
+
|
|
75
|
+
## 4. If the plugin should appear in the app
|
|
76
|
+
|
|
77
|
+
For bundled example/discoverable behavior, update the relevant host wiring:
|
|
78
|
+
|
|
79
|
+
- bundled example list in `server/src/routes/plugins.ts`
|
|
80
|
+
- any docs that list in-repo examples
|
|
81
|
+
|
|
82
|
+
Only do this if the user wants the plugin surfaced as a bundled example.
|
|
83
|
+
|
|
84
|
+
## 5. Verification
|
|
85
|
+
|
|
86
|
+
Always run:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
pnpm --filter <plugin-package> typecheck
|
|
90
|
+
pnpm --filter <plugin-package> test
|
|
91
|
+
pnpm --filter <plugin-package> build
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
If you changed SDK/host/plugin runtime code too, also run broader repo checks as appropriate.
|
|
95
|
+
|
|
96
|
+
## 6. Documentation expectations
|
|
97
|
+
|
|
98
|
+
When authoring or updating plugin docs:
|
|
99
|
+
|
|
100
|
+
- distinguish current implementation from future spec ideas
|
|
101
|
+
- be explicit about the trusted-code model
|
|
102
|
+
- do not promise host UI components or asset APIs
|
|
103
|
+
- prefer npm-package deployment guidance over repo-local workflows for production
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Deep Research Skill for Claude Code
|
|
2
|
+
|
|
3
|
+
Enterprise-grade research engine for Claude Code. Produces citation-backed reports with source credibility scoring, multi-provider search, automated validation, and concrete cases/examples that make abstract findings easier to grasp.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# Clone into Claude Code skills directory
|
|
9
|
+
git clone https://github.com/199-biotechnologies/claude-deep-research-skill.git ~/.claude/skills/deep-research
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
No additional dependencies required for basic usage.
|
|
13
|
+
|
|
14
|
+
### Optional: search-cli (multi-provider search)
|
|
15
|
+
|
|
16
|
+
For aggregated search across Brave, Serper, Exa, Jina, and Firecrawl:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
brew tap 199-biotechnologies/tap && brew install search-cli
|
|
20
|
+
search config set keys.brave YOUR_KEY # configure at least one provider
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Usage
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
deep research on the current state of quantum computing
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
deep research in ultradeep mode: compare PostgreSQL vs Supabase for our stack
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Research Modes
|
|
34
|
+
|
|
35
|
+
| Mode | Phases | Duration | Best For |
|
|
36
|
+
|------|--------|----------|----------|
|
|
37
|
+
| Quick | 3 | 2-5 min | Initial exploration |
|
|
38
|
+
| Standard | 6 | 5-10 min | Most research questions |
|
|
39
|
+
| Deep | 8 | 10-20 min | Complex topics, critical decisions |
|
|
40
|
+
| UltraDeep | 8+ | 20-45 min | Comprehensive reports, maximum rigor |
|
|
41
|
+
|
|
42
|
+
## Pipeline
|
|
43
|
+
|
|
44
|
+
Scope → Plan → **Retrieve** (parallel search + agents) → Triangulate → Outline Refinement → Synthesize → Critique (with loop-back) → Refine → Package
|
|
45
|
+
|
|
46
|
+
Key features:
|
|
47
|
+
- **Step 0**: Retrieves current date before searches (prevents stale training-data year assumptions)
|
|
48
|
+
- **Parallel retrieval**: 5-10 concurrent searches + 2-3 focused sub-agents returning structured evidence objects
|
|
49
|
+
- **First Finish Search**: Adaptive quality thresholds by mode
|
|
50
|
+
- **Critique loop-back**: Phase 6 can return to Phase 3 with delta-queries if critical gaps found
|
|
51
|
+
- **Multi-persona red teaming**: Skeptical Practitioner, Adversarial Reviewer, Implementation Engineer (Deep/UltraDeep)
|
|
52
|
+
- **Disk-persisted citations**: `sources.json` survives context compaction and continuation agents
|
|
53
|
+
- **Case-grounded synthesis**: Encourages source-grounded examples, mini-cases, counterexamples, and labeled hypotheticals for technical or abstract findings
|
|
54
|
+
|
|
55
|
+
## Output
|
|
56
|
+
|
|
57
|
+
Reports saved to `~/Documents/[Topic]_Research_[Date]/`:
|
|
58
|
+
- Markdown (primary source of truth)
|
|
59
|
+
- HTML (McKinsey-style, auto-opened in browser)
|
|
60
|
+
- PDF (professional print via WeasyPrint)
|
|
61
|
+
|
|
62
|
+
Major findings should be grounded in concrete examples or mini-cases when that improves readability. Prefer real sourced cases; if only a hypothetical illustration is possible, label it explicitly.
|
|
63
|
+
|
|
64
|
+
Reports >18K words auto-continue via recursive agent spawning with context preservation.
|
|
65
|
+
|
|
66
|
+
## Quality Standards
|
|
67
|
+
|
|
68
|
+
- 10+ sources, 3+ per major claim
|
|
69
|
+
- Executive summary 200-400 words
|
|
70
|
+
- Findings 600-2,000 words each, prose-first (>=80%)
|
|
71
|
+
- Major findings grounded in concrete examples, cases, counterexamples, or applied scenarios when helpful
|
|
72
|
+
- Full bibliography with URLs, no placeholders
|
|
73
|
+
- Automated validation: `validate_report.py` (10 checks) + `verify_citations.py` (DOI/URL/hallucination detection)
|
|
74
|
+
- Validation loop: validate → fix → retry (max 3 cycles)
|
|
75
|
+
|
|
76
|
+
## Search Tools
|
|
77
|
+
|
|
78
|
+
| Tool | When | Setup |
|
|
79
|
+
|------|------|-------|
|
|
80
|
+
| WebSearch | Default, always available | None |
|
|
81
|
+
| Exa MCP | Semantic/neural search | MCP config |
|
|
82
|
+
| search-cli | Multi-provider aggregation | `brew install search-cli` + API keys |
|
|
83
|
+
|
|
84
|
+
## Architecture
|
|
85
|
+
|
|
86
|
+
```
|
|
87
|
+
deep-research/
|
|
88
|
+
├── SKILL.md # Skill entry point (lean, ~100 lines)
|
|
89
|
+
├── reference/
|
|
90
|
+
│ ├── methodology.md # 8-phase pipeline details
|
|
91
|
+
│ ├── report-assembly.md # Progressive generation strategy
|
|
92
|
+
│ ├── quality-gates.md # Validation standards
|
|
93
|
+
│ ├── html-generation.md # McKinsey HTML conversion
|
|
94
|
+
│ ├── continuation.md # Auto-continuation protocol
|
|
95
|
+
│ └── weasyprint_guidelines.md # PDF generation
|
|
96
|
+
├── templates/
|
|
97
|
+
│ ├── report_template.md # Report structure template
|
|
98
|
+
│ └── mckinsey_report_template.html # HTML report template
|
|
99
|
+
├── scripts/
|
|
100
|
+
│ ├── validate_report.py # 10-check structure validator
|
|
101
|
+
│ ├── verify_citations.py # DOI/URL/hallucination checker
|
|
102
|
+
│ ├── source_evaluator.py # Source credibility scoring
|
|
103
|
+
│ ├── citation_manager.py # Citation tracking
|
|
104
|
+
│ ├── md_to_html.py # Markdown to HTML converter
|
|
105
|
+
│ ├── verify_html.py # HTML verification
|
|
106
|
+
│ └── research_engine.py # Core orchestration engine
|
|
107
|
+
└── tests/
|
|
108
|
+
└── fixtures/ # Test report fixtures
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## Version History
|
|
112
|
+
|
|
113
|
+
| Version | Date | Changes |
|
|
114
|
+
|---------|------|---------|
|
|
115
|
+
| 2.3.2 | 2026-04-05 | Case-grounded readability improvements across skill instructions, templates, and validation heuristics |
|
|
116
|
+
| 2.3.1 | 2026-03-19 | Template/validator harmonization, structured evidence, critique loop-back, multi-persona red teaming |
|
|
117
|
+
| 2.3 | 2026-03-19 | Contract harmonization, search-cli integration, dynamic year detection, disk-persisted citations, validation loops |
|
|
118
|
+
| 2.2 | 2025-11-05 | Auto-continuation system for unlimited length |
|
|
119
|
+
| 2.1 | 2025-11-05 | Progressive file assembly |
|
|
120
|
+
| 1.0 | 2025-11-04 | Initial release |
|
|
121
|
+
|
|
122
|
+
## License
|
|
123
|
+
|
|
124
|
+
MIT - modify as needed for your workflow.
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: deep-research
|
|
3
|
+
description: Conducts enterprise-grade research with multi-source synthesis, citation tracking, and verification. Produces citation-backed reports through a structured pipeline with source credibility scoring, and grounds abstract findings in concrete examples, cases, counterexamples, or mini-scenarios when helpful. Triggers on "deep research", "comprehensive analysis", "research report", "compare X vs Y", "analyze trends", or "state of the art". Not for simple lookups, debugging, or questions answerable with 1-2 searches.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Deep Research
|
|
7
|
+
|
|
8
|
+
## Core Purpose
|
|
9
|
+
|
|
10
|
+
Deliver citation-backed, verified research reports through a structured pipeline with source credibility scoring, evidence persistence, and progressive context management.
|
|
11
|
+
|
|
12
|
+
**Autonomy Principle:** Operate independently. Infer assumptions from context. Only stop for critical errors or incomprehensible queries.
|
|
13
|
+
|
|
14
|
+
**Accessibility Principle:** Make dense analysis easier to grasp. When a finding is abstract, architectural, process-heavy, or strategically subtle, ground it in a concrete example, mini-case, counterexample, implementation scenario, or failure mode. Prefer real source-grounded cases; if you use an illustrative hypothetical, label it clearly as hypothetical and do not cite it as if it were sourced fact.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Decision Tree
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Request Analysis
|
|
22
|
+
+-- Simple lookup? --> STOP: Use WebSearch
|
|
23
|
+
+-- Debugging? --> STOP: Use standard tools
|
|
24
|
+
+-- Complex analysis needed? --> CONTINUE
|
|
25
|
+
|
|
26
|
+
Mode Selection
|
|
27
|
+
+-- Initial exploration --> quick (3 phases, 2-5 min)
|
|
28
|
+
+-- Standard research --> standard (6 phases, 5-10 min) [DEFAULT]
|
|
29
|
+
+-- Critical decision --> deep (8 phases, 10-20 min)
|
|
30
|
+
+-- Comprehensive review --> ultradeep (8+ phases, 20-45 min)
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**Default assumptions:** Technical query = technical audience. Comparison = balanced perspective. Trend = recent 1-2 years.
|
|
34
|
+
|
|
35
|
+
**Default readability rule:** For Standard mode and above, try to include at least one concrete case/example for each major finding unless the topic is purely numeric, the source material provides no credible case material, or confidentiality/safety considerations make cases inappropriate.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Workflow Overview
|
|
40
|
+
|
|
41
|
+
| Phase | Name | Quick | Standard | Deep | UltraDeep |
|
|
42
|
+
|-------|------|-------|----------|------|-----------|
|
|
43
|
+
| 1 | SCOPE | Y | Y | Y | Y |
|
|
44
|
+
| 2 | PLAN | - | Y | Y | Y |
|
|
45
|
+
| 3 | RETRIEVE | Y | Y | Y | Y |
|
|
46
|
+
| 4 | TRIANGULATE | - | Y | Y | Y |
|
|
47
|
+
| 4.5 | OUTLINE REFINEMENT | - | Y | Y | Y |
|
|
48
|
+
| 5 | SYNTHESIZE | - | Y | Y | Y |
|
|
49
|
+
| 6 | CRITIQUE | - | - | Y | Y |
|
|
50
|
+
| 7 | REFINE | - | - | Y | Y |
|
|
51
|
+
| 8 | PACKAGE | Y | Y | Y | Y |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Execution
|
|
56
|
+
|
|
57
|
+
**On invocation, load relevant reference files:**
|
|
58
|
+
|
|
59
|
+
1. **Phase 1-7:** Load [methodology.md](./reference/methodology.md) for detailed phase instructions
|
|
60
|
+
2. **Phase 8 (Report):** Load [report-assembly.md](./reference/report-assembly.md) for progressive generation
|
|
61
|
+
3. **HTML/PDF output:** Load [html-generation.md](./reference/html-generation.md)
|
|
62
|
+
4. **Quality checks:** Load [quality-gates.md](./reference/quality-gates.md)
|
|
63
|
+
5. **Long reports (>18K words):** Load [continuation.md](./reference/continuation.md)
|
|
64
|
+
|
|
65
|
+
**Templates:**
|
|
66
|
+
- Report structure: [report_template.md](./templates/report_template.md)
|
|
67
|
+
- HTML styling: [mckinsey_report_template.html](./templates/mckinsey_report_template.html)
|
|
68
|
+
|
|
69
|
+
**Scripts:**
|
|
70
|
+
- `python scripts/validate_report.py --report [path]`
|
|
71
|
+
- `python scripts/verify_citations.py --report [path]`
|
|
72
|
+
- `python scripts/md_to_html.py [markdown_path]`
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Output Contract
|
|
77
|
+
|
|
78
|
+
**Required sections:**
|
|
79
|
+
- Executive Summary (200-400 words)
|
|
80
|
+
- Introduction (scope, methodology, assumptions)
|
|
81
|
+
- Main Analysis (4-8 findings, 600-2,000 words each, cited, each grounded in concrete examples/cases when helpful)
|
|
82
|
+
- Synthesis & Insights (patterns, implications)
|
|
83
|
+
- Limitations & Caveats
|
|
84
|
+
- Recommendations
|
|
85
|
+
- Bibliography (COMPLETE - every citation, no placeholders)
|
|
86
|
+
- Methodology Appendix
|
|
87
|
+
|
|
88
|
+
**Output files (all to `~/Documents/[Topic]_Research_[YYYYMMDD]/`):**
|
|
89
|
+
- Markdown (primary source)
|
|
90
|
+
- HTML (McKinsey style, auto-opened)
|
|
91
|
+
- PDF (professional print, auto-opened)
|
|
92
|
+
|
|
93
|
+
**Quality standards:**
|
|
94
|
+
- 10+ sources, 3+ per major claim
|
|
95
|
+
- All claims cited immediately [N]
|
|
96
|
+
- No placeholders, no fabricated citations
|
|
97
|
+
- Prose-first (>=80%), bullets sparingly
|
|
98
|
+
- Use concrete examples, mini-cases, counterexamples, or applied scenarios to make major findings easier to understand
|
|
99
|
+
- Source-ground real cases when available; clearly label hypothetical illustrative examples instead of citing them as factual evidence
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## When to Use / NOT Use
|
|
104
|
+
|
|
105
|
+
**Use:** Comprehensive analysis, technology comparisons, state-of-the-art reviews, multi-perspective investigation, market analysis.
|
|
106
|
+
|
|
107
|
+
**Do NOT use:** Simple lookups, debugging, 1-2 search answers, quick time-sensitive queries.
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# Auto-Continuation Protocol
|
|
2
|
+
|
|
3
|
+
## When to Use
|
|
4
|
+
|
|
5
|
+
Trigger auto-continuation when report exceeds 18,000 words in single run.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Strategy Overview
|
|
10
|
+
|
|
11
|
+
1. Generate sections 1-10 (stay under 18K words)
|
|
12
|
+
2. Save continuation state file with context preservation
|
|
13
|
+
3. Spawn continuation agent via Task tool
|
|
14
|
+
4. Continuation agent: Reads state -> Generates next batch -> Spawns next if needed
|
|
15
|
+
5. Chain continues recursively until complete
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Continuation State File
|
|
20
|
+
|
|
21
|
+
**Location:** `~/.claude/research_output/continuation_state_[report_id].json`
|
|
22
|
+
|
|
23
|
+
```json
|
|
24
|
+
{
|
|
25
|
+
"version": "2.1.1",
|
|
26
|
+
"report_id": "[unique_id]",
|
|
27
|
+
"file_path": "[absolute_path_to_report.md]",
|
|
28
|
+
"mode": "[quick|standard|deep|ultradeep]",
|
|
29
|
+
|
|
30
|
+
"progress": {
|
|
31
|
+
"sections_completed": ["list of section IDs"],
|
|
32
|
+
"total_planned_sections": 15,
|
|
33
|
+
"word_count_so_far": 12000,
|
|
34
|
+
"continuation_count": 1
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"citations": {
|
|
38
|
+
"used": [1, 2, 3, "...", "N"],
|
|
39
|
+
"next_number": 45,
|
|
40
|
+
"bibliography_entries": [
|
|
41
|
+
"[1] Full citation entry",
|
|
42
|
+
"[2] Full citation entry"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
"research_context": {
|
|
47
|
+
"research_question": "[original question]",
|
|
48
|
+
"key_themes": ["theme1", "theme2"],
|
|
49
|
+
"main_findings_summary": [
|
|
50
|
+
"Finding 1: [100-word summary]",
|
|
51
|
+
"Finding 2: [100-word summary]"
|
|
52
|
+
],
|
|
53
|
+
"narrative_arc": "middle"
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
"quality_metrics": {
|
|
57
|
+
"avg_words_per_finding": 1500,
|
|
58
|
+
"citation_density": 5.2,
|
|
59
|
+
"prose_vs_bullets_ratio": "85% prose",
|
|
60
|
+
"writing_style": "technical-precise-data-driven"
|
|
61
|
+
},
|
|
62
|
+
|
|
63
|
+
"next_sections": [
|
|
64
|
+
{"id": 11, "type": "finding", "title": "Finding X", "target_words": 1500},
|
|
65
|
+
{"id": 12, "type": "synthesis", "title": "Synthesis", "target_words": 1000}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Spawning Continuation Agent
|
|
73
|
+
|
|
74
|
+
Use Task tool:
|
|
75
|
+
|
|
76
|
+
```
|
|
77
|
+
Task(
|
|
78
|
+
subagent_type="general-purpose",
|
|
79
|
+
description="Continue deep-research report generation",
|
|
80
|
+
prompt="""
|
|
81
|
+
CONTINUATION TASK: Continue existing deep-research report.
|
|
82
|
+
|
|
83
|
+
CRITICAL INSTRUCTIONS:
|
|
84
|
+
1. Read continuation state: ~/.claude/research_output/continuation_state_[report_id].json
|
|
85
|
+
2. Read existing report: [file_path from state]
|
|
86
|
+
3. Read LAST 3 completed sections for flow/style
|
|
87
|
+
4. Load research context: themes, narrative arc, writing style
|
|
88
|
+
5. Continue citation numbering from state.citations.next_number
|
|
89
|
+
6. Maintain quality metrics (avg words, citation density, prose ratio)
|
|
90
|
+
|
|
91
|
+
YOUR TASK:
|
|
92
|
+
Generate next batch (stay under 18,000 words):
|
|
93
|
+
[List next_sections from state]
|
|
94
|
+
|
|
95
|
+
Use Write/Edit to append to: [file_path]
|
|
96
|
+
|
|
97
|
+
QUALITY GATES:
|
|
98
|
+
- Words per section: Within +/-20% of avg_words_per_finding
|
|
99
|
+
- Citation density: Match +/-0.5 per 1K words
|
|
100
|
+
- Prose ratio: Maintain >=80%
|
|
101
|
+
- Theme alignment: Section ties to key_themes
|
|
102
|
+
|
|
103
|
+
After generating:
|
|
104
|
+
- If more sections remain: Update state, spawn next agent
|
|
105
|
+
- If final sections: Generate bibliography, verify report, cleanup state
|
|
106
|
+
"""
|
|
107
|
+
)
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Continuation Agent Quality Protocol
|
|
113
|
+
|
|
114
|
+
### Context Loading (CRITICAL)
|
|
115
|
+
|
|
116
|
+
1. Read continuation_state.json -> Load ALL context
|
|
117
|
+
2. Read existing report file -> Review last 3 sections
|
|
118
|
+
3. Extract patterns:
|
|
119
|
+
- Sentence structure complexity
|
|
120
|
+
- Technical terminology used
|
|
121
|
+
- Citation placement patterns
|
|
122
|
+
- Paragraph transition style
|
|
123
|
+
|
|
124
|
+
### Pre-Generation Checklist
|
|
125
|
+
|
|
126
|
+
- [ ] Loaded research context (themes, question, narrative arc)
|
|
127
|
+
- [ ] Reviewed previous sections for flow
|
|
128
|
+
- [ ] Loaded citation numbering (start from N+1)
|
|
129
|
+
- [ ] Loaded quality targets (words, density, style)
|
|
130
|
+
- [ ] Understand narrative position (beginning/middle/end)
|
|
131
|
+
|
|
132
|
+
### Per-Section Generation
|
|
133
|
+
|
|
134
|
+
1. Generate section content
|
|
135
|
+
2. Quality checks:
|
|
136
|
+
- Word count within +/-20%
|
|
137
|
+
- Citation density matches
|
|
138
|
+
- Prose ratio >=80%
|
|
139
|
+
- Theme connection verified
|
|
140
|
+
- Style consistent
|
|
141
|
+
3. If ANY fails: Regenerate
|
|
142
|
+
4. If passes: Write to file, update state
|
|
143
|
+
|
|
144
|
+
### Handoff Decision
|
|
145
|
+
|
|
146
|
+
Calculate: Current words + remaining sections x avg_words_per_section
|
|
147
|
+
- If total < 18K: Generate all + finish
|
|
148
|
+
- If total > 18K: Generate partial, update state, spawn next agent
|
|
149
|
+
|
|
150
|
+
### Final Agent Responsibilities
|
|
151
|
+
|
|
152
|
+
- Generate final content sections
|
|
153
|
+
- Generate COMPLETE bibliography from state.citations.bibliography_entries
|
|
154
|
+
- Read entire assembled report
|
|
155
|
+
- Run validation: `python scripts/validate_report.py --report [path]`
|
|
156
|
+
- Delete continuation_state.json (cleanup)
|
|
157
|
+
- Report complete to user
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## User Communication
|
|
162
|
+
|
|
163
|
+
After spawning continuation:
|
|
164
|
+
```
|
|
165
|
+
Report Generation: Part 1 Complete (N sections, X words)
|
|
166
|
+
Auto-continuing via spawned agent...
|
|
167
|
+
Next batch: [section list]
|
|
168
|
+
Progress: [X%] complete
|
|
169
|
+
```
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# HTML Generation: McKinsey Style Report
|
|
2
|
+
|
|
3
|
+
## Design Principles
|
|
4
|
+
|
|
5
|
+
- Sharp corners (NO border-radius)
|
|
6
|
+
- Muted corporate colors (navy #003d5c, gray #f8f9fa)
|
|
7
|
+
- Ultra-compact layout
|
|
8
|
+
- Info-first structure
|
|
9
|
+
- 14px base font, compact spacing
|
|
10
|
+
- No decorative gradients or colors
|
|
11
|
+
- NO EMOJIS in final HTML
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Generation Steps
|
|
16
|
+
|
|
17
|
+
### Step 1: Read McKinsey Template
|
|
18
|
+
Load template from: `./templates/mckinsey_report_template.html`
|
|
19
|
+
|
|
20
|
+
### Step 2: Extract Key Metrics
|
|
21
|
+
Extract 3-4 key quantitative findings for dashboard display at top.
|
|
22
|
+
|
|
23
|
+
### Step 3: Convert MD to HTML
|
|
24
|
+
|
|
25
|
+
Use Python script:
|
|
26
|
+
```bash
|
|
27
|
+
cd ~/.claude/skills/deep-research
|
|
28
|
+
python scripts/md_to_html.py [markdown_report_path]
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
**Script outputs two parts:**
|
|
32
|
+
- **Part A ({{CONTENT}}):** All sections except Bibliography
|
|
33
|
+
- **Part B ({{BIBLIOGRAPHY}}):** Bibliography section only
|
|
34
|
+
|
|
35
|
+
**Script handles all conversion:**
|
|
36
|
+
- Headers: `##` -> `<div class="section"><h2 class="section-title">`
|
|
37
|
+
- Headers: `###` -> `<h3 class="subsection-title">`
|
|
38
|
+
- Lists: Markdown bullets -> `<ul><li>` with nesting
|
|
39
|
+
- Tables: Markdown tables -> `<table>` with thead/tbody
|
|
40
|
+
- Paragraphs: Text wrapped in `<p>` tags
|
|
41
|
+
- Bold/italic: `**text**` -> `<strong>`, `*text*` -> `<em>`
|
|
42
|
+
- Citations: [N] preserved for tooltip conversion
|
|
43
|
+
|
|
44
|
+
### Step 4: Add Citation Tooltips (Optional)
|
|
45
|
+
|
|
46
|
+
Attribution Gradients - wrap each [N] citation:
|
|
47
|
+
```html
|
|
48
|
+
<span class="citation">[N]
|
|
49
|
+
<span class="citation-tooltip">
|
|
50
|
+
<div class="tooltip-title">[Source Title]</div>
|
|
51
|
+
<div class="tooltip-source">[Author/Publisher]</div>
|
|
52
|
+
<div class="tooltip-claim">
|
|
53
|
+
<div class="tooltip-claim-label">Supports Claim:</div>
|
|
54
|
+
[Extract sentence with this citation]
|
|
55
|
+
</div>
|
|
56
|
+
</span>
|
|
57
|
+
</span>
|
|
58
|
+
```
|
|
59
|
+
NOTE: This step is optional for speed. Basic [N] citations are sufficient.
|
|
60
|
+
|
|
61
|
+
### Step 5: Replace Template Placeholders
|
|
62
|
+
|
|
63
|
+
| Placeholder | Content |
|
|
64
|
+
|-------------|---------|
|
|
65
|
+
| {{TITLE}} | Report title (from first ## heading) |
|
|
66
|
+
| {{DATE}} | Generation date (YYYY-MM-DD) |
|
|
67
|
+
| {{SOURCE_COUNT}} | Number of unique sources |
|
|
68
|
+
| {{METRICS_DASHBOARD}} | Metrics HTML from step 2 |
|
|
69
|
+
| {{CONTENT}} | HTML from Part A |
|
|
70
|
+
| {{BIBLIOGRAPHY}} | HTML from Part B |
|
|
71
|
+
|
|
72
|
+
### Step 6: Verify HTML
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
python scripts/verify_html.py --html [html_path] --md [md_path]
|
|
76
|
+
```
|
|
77
|
+
- Pass: Proceed to open
|
|
78
|
+
- Fail: Fix errors and re-run
|
|
79
|
+
|
|
80
|
+
### Step 7: Open in Browser
|
|
81
|
+
```bash
|
|
82
|
+
open [html_path]
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## PDF Generation
|
|
88
|
+
|
|
89
|
+
**Option A: WeasyPrint Direct (Preferred)**
|
|
90
|
+
|
|
91
|
+
1. Create print-optimized HTML following `./reference/weasyprint_guidelines.md`
|
|
92
|
+
2. Critical CSS:
|
|
93
|
+
- `page-break-inside: avoid` on tables, boxes
|
|
94
|
+
- `page-break-after: avoid` on headings
|
|
95
|
+
- `orphans: 3; widows: 3` on paragraphs
|
|
96
|
+
- Use `display: table` not Flexbox/Grid
|
|
97
|
+
- Font sizes in pt (10pt body, 8pt citations)
|
|
98
|
+
3. Generate: `weasyprint [html_path] [pdf_path]`
|
|
99
|
+
4. Open: `open [pdf_path]`
|
|
100
|
+
|
|
101
|
+
**Option B: generating-pdf Skill**
|
|
102
|
+
|
|
103
|
+
Use Task tool with general-purpose agent, invoke generating-pdf skill.
|