@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,421 @@
|
|
|
1
|
+
# Deep Research Methodology: 8-Phase Pipeline
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
This document contains the detailed methodology for conducting deep research. The 8 phases represent a comprehensive approach to gathering, verifying, and synthesizing information from multiple sources.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Phase 1: SCOPE - Research Framing
|
|
10
|
+
|
|
11
|
+
**Objective:** Define research boundaries and success criteria
|
|
12
|
+
|
|
13
|
+
**Activities:**
|
|
14
|
+
1. Decompose the question into core components
|
|
15
|
+
2. Identify stakeholder perspectives
|
|
16
|
+
3. Define scope boundaries (what's in/out)
|
|
17
|
+
4. Establish success criteria
|
|
18
|
+
5. List key assumptions to validate
|
|
19
|
+
|
|
20
|
+
**Ultrathink Application:** Use extended reasoning to explore multiple framings of the question before committing to scope.
|
|
21
|
+
|
|
22
|
+
**Output:** Structured scope document with research boundaries
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Phase 2: PLAN - Strategy Formulation
|
|
27
|
+
|
|
28
|
+
**Objective:** Create an intelligent research roadmap
|
|
29
|
+
|
|
30
|
+
**Activities:**
|
|
31
|
+
1. Identify primary and secondary sources
|
|
32
|
+
2. Map knowledge dependencies (what must be understood first)
|
|
33
|
+
3. Create search query strategy with variants
|
|
34
|
+
4. Plan triangulation approach
|
|
35
|
+
5. Estimate time/effort per phase
|
|
36
|
+
6. Define quality gates
|
|
37
|
+
|
|
38
|
+
**Graph-of-Thoughts:** Branch into multiple potential research paths, then converge on optimal strategy.
|
|
39
|
+
|
|
40
|
+
**Output:** Research plan with prioritized investigation paths
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## Phase 3: RETRIEVE - Parallel Information Gathering
|
|
45
|
+
|
|
46
|
+
**Objective:** Systematically collect information from multiple sources using parallel execution for maximum speed
|
|
47
|
+
|
|
48
|
+
**CRITICAL: Execute ALL searches in parallel using a single message with multiple tool calls**
|
|
49
|
+
|
|
50
|
+
### Query Decomposition Strategy
|
|
51
|
+
|
|
52
|
+
Before launching searches, decompose the research question into 5-10 independent search angles:
|
|
53
|
+
|
|
54
|
+
1. **Core topic (semantic search)** - Meaning-based exploration of main concept
|
|
55
|
+
2. **Technical details (keyword search)** - Specific terms, APIs, implementations
|
|
56
|
+
3. **Recent developments (date-filtered)** - What's new in last 12-18 months (use current date from Step 0)
|
|
57
|
+
4. **Academic sources (domain-specific)** - Papers, research, formal analysis
|
|
58
|
+
5. **Alternative perspectives (comparison)** - Competing approaches, criticisms
|
|
59
|
+
6. **Statistical/data sources** - Quantitative evidence, metrics, benchmarks
|
|
60
|
+
7. **Industry analysis** - Commercial applications, market trends
|
|
61
|
+
8. **Critical analysis/limitations** - Known problems, failure modes, edge cases
|
|
62
|
+
9. **Representative examples/cases** - Real implementations, concrete scenarios, postmortems, user stories, or counterexamples that make abstract findings legible
|
|
63
|
+
|
|
64
|
+
### Parallel Execution Protocol
|
|
65
|
+
|
|
66
|
+
**Step 0: Get the current date**
|
|
67
|
+
|
|
68
|
+
Before ANY searches, retrieve today's date using Bash: `date +%Y-%m-%d`
|
|
69
|
+
Use the returned year for all date-filtered queries and recency checks. Do NOT assume a year from training data.
|
|
70
|
+
|
|
71
|
+
**Step 1: Launch ALL searches concurrently (single message)**
|
|
72
|
+
|
|
73
|
+
**CRITICAL: Use correct tool and parameters to avoid errors**
|
|
74
|
+
|
|
75
|
+
Choose ONE search approach per research session:
|
|
76
|
+
|
|
77
|
+
**Option A: Use WebSearch (built-in, no MCP required)**
|
|
78
|
+
- Standard web search with simple query string
|
|
79
|
+
- Parameters: `query` (required)
|
|
80
|
+
- Optional: `allowed_domains`, `blocked_domains`
|
|
81
|
+
- Example: `WebSearch(query="quantum computing 2025")`
|
|
82
|
+
|
|
83
|
+
**Option B: Use Exa MCP (if available, more powerful)**
|
|
84
|
+
- Advanced semantic + keyword search
|
|
85
|
+
- Tool name: `mcp__Exa__exa_search`
|
|
86
|
+
- Parameters: `query` (required), `type` (auto/neural/keyword), `num_results`, `start_published_date`, `include_domains`
|
|
87
|
+
- Example: `mcp__Exa__exa_search(query="quantum computing", type="neural", num_results=10)`
|
|
88
|
+
|
|
89
|
+
**Option C: Use search-cli (if installed, multi-provider)**
|
|
90
|
+
- Unified CLI aggregating Brave, Serper, Exa, Jina, and Firecrawl
|
|
91
|
+
- Install: `brew tap 199-biotechnologies/tap && brew install search-cli`
|
|
92
|
+
- Requires API keys: `search config set keys.[provider] YOUR_KEY`
|
|
93
|
+
- Auto-detects best provider per query type (academic, news, general, people)
|
|
94
|
+
- JSON output for structured processing: `search "query" --json`
|
|
95
|
+
- Modes: general, news, academic, scholar, patents, people, images, extract, scrape
|
|
96
|
+
- Example: `search "quantum computing 2025" -m academic --json -c 15`
|
|
97
|
+
- **First-time setup:** Ask user if they want to install search-cli and configure API keys
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
**NEVER mix parameter styles** - this causes "Invalid tool parameters" errors.
|
|
101
|
+
|
|
102
|
+
**Step 2: Spawn parallel deep-dive agents**
|
|
103
|
+
|
|
104
|
+
Use Task tool with general-purpose agents (3-5 agents) for:
|
|
105
|
+
- Academic paper analysis (PDFs, detailed extraction)
|
|
106
|
+
- Documentation deep dives (technical specs, API docs)
|
|
107
|
+
- Repository analysis (code examples, implementations)
|
|
108
|
+
- Specialized domain research (requires multi-step investigation)
|
|
109
|
+
|
|
110
|
+
**Sub-agent output format:** Require all sub-agents to return structured evidence, not free text:
|
|
111
|
+
```json
|
|
112
|
+
{"claim": "specific claim text", "evidence_quote": "exact quote from source", "source_url": "https://...", "source_title": "...", "confidence": 0.85}
|
|
113
|
+
```
|
|
114
|
+
This prevents synthesis fatigue when merging results from 3-5 agents.
|
|
115
|
+
|
|
116
|
+
**Example parallel execution (using WebSearch):**
|
|
117
|
+
```
|
|
118
|
+
[Single message with multiple tool calls]
|
|
119
|
+
- WebSearch(query="quantum computing 2025 state of the art")
|
|
120
|
+
- WebSearch(query="quantum computing limitations challenges")
|
|
121
|
+
- WebSearch(query="quantum computing commercial applications [CURRENT_YEAR]")
|
|
122
|
+
- WebSearch(query="quantum computing vs classical comparison")
|
|
123
|
+
- WebSearch(query="quantum error correction research", allowed_domains=["arxiv.org", "scholar.google.com"])
|
|
124
|
+
- Task(subagent_type="general-purpose", description="Analyze quantum computing papers", prompt="Deep dive into quantum computing academic papers from [CURRENT_YEAR], extract key findings and methodologies")
|
|
125
|
+
- Task(subagent_type="general-purpose", description="Industry analysis", prompt="Analyze quantum computing industry reports and market data, identify commercial applications")
|
|
126
|
+
- Task(subagent_type="general-purpose", description="Technical challenges", prompt="Extract technical limitations and challenges from quantum computing research")
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
**Example parallel execution (using Exa MCP - if available):**
|
|
130
|
+
```
|
|
131
|
+
[Single message with multiple tool calls]
|
|
132
|
+
- mcp__Exa__exa_search(query="quantum computing state of the art", type="neural", num_results=10, start_published_date="[use current year from Step 0]")
|
|
133
|
+
- mcp__Exa__exa_search(query="quantum computing limitations", type="keyword", num_results=10)
|
|
134
|
+
- mcp__Exa__exa_search(query="quantum computing commercial", type="auto", num_results=10, start_published_date="[use current year from Step 0]")
|
|
135
|
+
- mcp__Exa__exa_search(query="quantum error correction", type="neural", num_results=10, include_domains=["arxiv.org"])
|
|
136
|
+
- Task(subagent_type="general-purpose", description="Academic analysis", prompt="Analyze quantum computing academic papers")
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
**Step 3: Collect and organize results**
|
|
140
|
+
|
|
141
|
+
As results arrive:
|
|
142
|
+
1. Extract key passages with source metadata (title, URL, date, credibility)
|
|
143
|
+
2. Track information gaps that emerge
|
|
144
|
+
3. Follow promising tangents with additional targeted searches
|
|
145
|
+
4. Maintain source diversity (mix academic, industry, news, technical docs)
|
|
146
|
+
5. Monitor for quality threshold (see FFS pattern below)
|
|
147
|
+
|
|
148
|
+
### First Finish Search (FFS) Pattern
|
|
149
|
+
|
|
150
|
+
**Adaptive completion based on quality threshold:**
|
|
151
|
+
|
|
152
|
+
**Quality gate:** Proceed to Phase 4 when FIRST threshold reached:
|
|
153
|
+
- **Quick mode:** 10+ sources with avg credibility >60/100 OR 2 minutes elapsed
|
|
154
|
+
- **Standard mode:** 15+ sources with avg credibility >60/100 OR 5 minutes elapsed
|
|
155
|
+
- **Deep mode:** 25+ sources with avg credibility >70/100 OR 10 minutes elapsed
|
|
156
|
+
- **UltraDeep mode:** 30+ sources with avg credibility >75/100 OR 15 minutes elapsed
|
|
157
|
+
|
|
158
|
+
**Continue background searches:**
|
|
159
|
+
- If threshold reached early, continue remaining parallel searches in background
|
|
160
|
+
- Additional sources used in Phase 5 (SYNTHESIZE) for depth and diversity
|
|
161
|
+
- Allows fast progression without sacrificing thoroughness
|
|
162
|
+
|
|
163
|
+
### Quality Standards
|
|
164
|
+
|
|
165
|
+
**Source diversity requirements:**
|
|
166
|
+
- Minimum 3 source types (academic, industry, news, technical docs)
|
|
167
|
+
- Temporal diversity (mix of recent 12-18 months + foundational older sources)
|
|
168
|
+
- Perspective diversity (proponents + critics + neutral analysis)
|
|
169
|
+
- Geographic diversity (not just US sources)
|
|
170
|
+
- When the topic is abstract or technical, include representative cases/examples or failure cases where possible
|
|
171
|
+
|
|
172
|
+
**Credibility tracking:**
|
|
173
|
+
- Score each source 0-100 using source_evaluator.py
|
|
174
|
+
- Flag low-credibility sources (<40) for additional verification
|
|
175
|
+
- Prioritize high-credibility sources (>80) for core claims
|
|
176
|
+
|
|
177
|
+
**Techniques:**
|
|
178
|
+
- Use WebSearch for current information (primary tool)
|
|
179
|
+
- Use search-cli for multi-provider aggregated search (if installed)
|
|
180
|
+
- Use WebFetch for deep dives into specific sources (secondary)
|
|
181
|
+
- Use Exa search (via WebSearch with type="neural") for semantic exploration
|
|
182
|
+
- Use Grep/Read for local documentation
|
|
183
|
+
- Execute code for computational analysis (when needed)
|
|
184
|
+
- Use Task tool to spawn parallel retrieval agents (3-5 agents)
|
|
185
|
+
|
|
186
|
+
**Output:** Organized information repository with source tracking, credibility scores, and coverage map
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## Phase 4: TRIANGULATE - Cross-Reference Verification
|
|
191
|
+
|
|
192
|
+
**Objective:** Validate information across multiple independent sources
|
|
193
|
+
|
|
194
|
+
**Activities:**
|
|
195
|
+
1. Identify claims requiring verification
|
|
196
|
+
2. Cross-reference facts across 3+ sources
|
|
197
|
+
3. Flag contradictions or uncertainties
|
|
198
|
+
4. Assess source credibility
|
|
199
|
+
5. Note consensus vs. debate areas
|
|
200
|
+
6. Document verification status per claim
|
|
201
|
+
|
|
202
|
+
**Quality Standards:**
|
|
203
|
+
- Core claims must have 3+ independent sources
|
|
204
|
+
- Flag any single-source information
|
|
205
|
+
- Note recency of information
|
|
206
|
+
- Identify potential biases
|
|
207
|
+
|
|
208
|
+
**Output:** Verified fact base with confidence levels
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Phase 4.5: OUTLINE REFINEMENT - Dynamic Evolution (WebWeaver 2025)
|
|
213
|
+
|
|
214
|
+
**Objective:** Adapt research direction based on evidence discovered
|
|
215
|
+
|
|
216
|
+
**Problem Solved:** Prevents "locked-in" research when evidence points to different conclusions or uncovers more important angles than initially planned.
|
|
217
|
+
|
|
218
|
+
**When to Execute:**
|
|
219
|
+
- **Standard/Deep/UltraDeep modes only** (Quick mode skips this)
|
|
220
|
+
- After Phase 4 (TRIANGULATE) completes
|
|
221
|
+
- Before Phase 5 (SYNTHESIZE)
|
|
222
|
+
|
|
223
|
+
**Activities:**
|
|
224
|
+
|
|
225
|
+
1. **Review Initial Scope vs. Actual Findings**
|
|
226
|
+
- Compare Phase 1 scope with Phase 3-4 discoveries
|
|
227
|
+
- Identify unexpected patterns or contradictions
|
|
228
|
+
- Note underexplored angles that emerged as critical
|
|
229
|
+
- Flag overexplored areas that proved less important
|
|
230
|
+
|
|
231
|
+
2. **Evaluate Outline Adaptation Need**
|
|
232
|
+
|
|
233
|
+
**Signals for adaptation (ANY triggers refinement):**
|
|
234
|
+
- Major findings contradict initial assumptions
|
|
235
|
+
- Evidence reveals more important angle than originally scoped
|
|
236
|
+
- Critical subtopic emerged that wasn't in original plan
|
|
237
|
+
- Original research question was too broad/narrow based on evidence
|
|
238
|
+
- Sources consistently discuss aspects not in initial outline
|
|
239
|
+
|
|
240
|
+
**Signals to keep current outline:**
|
|
241
|
+
- Evidence aligns with initial scope
|
|
242
|
+
- All key angles adequately covered
|
|
243
|
+
- No major gaps or surprises
|
|
244
|
+
|
|
245
|
+
3. **Refine Outline (if needed)**
|
|
246
|
+
|
|
247
|
+
**Update structure to reflect evidence:**
|
|
248
|
+
- Add sections for unexpected but important findings
|
|
249
|
+
- Demote/remove sections with insufficient evidence
|
|
250
|
+
- Reorder sections based on evidence strength and importance
|
|
251
|
+
- Adjust scope boundaries based on what's actually discoverable
|
|
252
|
+
|
|
253
|
+
**Example adaptation:**
|
|
254
|
+
```
|
|
255
|
+
Original outline:
|
|
256
|
+
1. Introduction
|
|
257
|
+
2. Technical Architecture
|
|
258
|
+
3. Performance Benchmarks
|
|
259
|
+
4. Conclusion
|
|
260
|
+
|
|
261
|
+
Refined after Phase 4 (evidence revealed security as critical):
|
|
262
|
+
1. Introduction
|
|
263
|
+
2. Technical Architecture
|
|
264
|
+
3. **Security Vulnerabilities (NEW - major finding)**
|
|
265
|
+
4. Performance Benchmarks (demoted - less critical than expected)
|
|
266
|
+
5. **Real-World Failure Modes (NEW - pattern emerged)**
|
|
267
|
+
6. Synthesis & Recommendations
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
4. **Targeted Gap Filling (if major gaps found)**
|
|
271
|
+
|
|
272
|
+
If outline refinement reveals critical knowledge gaps:
|
|
273
|
+
- Launch 2-3 targeted searches for newly identified angles
|
|
274
|
+
- Quick retrieval only (don't restart full Phase 3)
|
|
275
|
+
- Time-box to 2-5 minutes
|
|
276
|
+
- Update triangulation for new evidence only
|
|
277
|
+
|
|
278
|
+
5. **Document Adaptation Rationale**
|
|
279
|
+
|
|
280
|
+
Record in methodology appendix:
|
|
281
|
+
- What changed in outline
|
|
282
|
+
- Why it changed (evidence-driven reasons)
|
|
283
|
+
- What additional research was conducted (if any)
|
|
284
|
+
|
|
285
|
+
**Quality Standards:**
|
|
286
|
+
- Adaptation must be evidence-driven (cite specific sources that prompted change)
|
|
287
|
+
- No more than 50% outline restructuring (if more needed, scope was severely mis scoped)
|
|
288
|
+
- Retain original research question core (don't drift into different topic entirely)
|
|
289
|
+
- New sections must have supporting evidence already gathered
|
|
290
|
+
|
|
291
|
+
**Output:** Refined outline that accurately reflects evidence landscape, ready for synthesis
|
|
292
|
+
|
|
293
|
+
**Anti-Pattern Warning:**
|
|
294
|
+
- ❌ DON'T adapt outline based on speculation or "what would be interesting"
|
|
295
|
+
- ❌ DON'T add sections without supporting evidence already in hand
|
|
296
|
+
- ❌ DON'T completely abandon original research question
|
|
297
|
+
- ✅ DO adapt when evidence clearly indicates better structure
|
|
298
|
+
- ✅ DO document rationale for changes
|
|
299
|
+
- ✅ DO stay within original topic scope
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
## Phase 5: SYNTHESIZE - Deep Analysis
|
|
304
|
+
|
|
305
|
+
**Objective:** Connect insights and generate novel understanding
|
|
306
|
+
|
|
307
|
+
**Activities:**
|
|
308
|
+
1. Identify patterns across sources
|
|
309
|
+
2. Map relationships between concepts
|
|
310
|
+
3. Generate insights beyond source material
|
|
311
|
+
4. Create conceptual frameworks
|
|
312
|
+
5. Build argument structures
|
|
313
|
+
6. Develop evidence hierarchies
|
|
314
|
+
7. Translate abstract findings into concrete examples, mini-cases, failure modes, or implementation scenarios for readability
|
|
315
|
+
|
|
316
|
+
**Ultrathink Integration:** Use extended reasoning to explore non-obvious connections and second-order implications.
|
|
317
|
+
|
|
318
|
+
**Output:** Synthesized understanding with insight generation and reader-legible concrete cases/examples where appropriate
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
## Phase 6: CRITIQUE - Quality Assurance
|
|
323
|
+
|
|
324
|
+
**Objective:** Rigorously evaluate research quality
|
|
325
|
+
|
|
326
|
+
**Activities:**
|
|
327
|
+
1. Review for logical consistency
|
|
328
|
+
2. Check citation completeness
|
|
329
|
+
3. Identify gaps or weaknesses
|
|
330
|
+
4. Assess balance and objectivity
|
|
331
|
+
5. Verify claims against sources
|
|
332
|
+
6. Test alternative interpretations
|
|
333
|
+
|
|
334
|
+
**Red Team Questions:**
|
|
335
|
+
- What's missing?
|
|
336
|
+
- What could be wrong?
|
|
337
|
+
- What alternative explanations exist?
|
|
338
|
+
- What biases might be present?
|
|
339
|
+
- What counterfactuals should be considered?
|
|
340
|
+
|
|
341
|
+
**Persona-Based Critique (Deep/UltraDeep only):**
|
|
342
|
+
Simulate 2-3 specific critic personas relevant to the topic:
|
|
343
|
+
- "Skeptical Practitioner" — Would someone doing this daily trust these findings?
|
|
344
|
+
- "Adversarial Reviewer" — What would a peer reviewer reject?
|
|
345
|
+
- "Implementation Engineer" — Can these recommendations actually be executed?
|
|
346
|
+
|
|
347
|
+
**Critical Gap Loop-Back:**
|
|
348
|
+
If critique identifies a critical knowledge gap (not just a writing issue), return to Phase 3 with targeted "delta-queries" before proceeding to Phase 7. Time-box to 3-5 minutes. This prevents publishing reports with known blind spots.
|
|
349
|
+
|
|
350
|
+
**Output:** Critique report with improvement recommendations
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
## Phase 7: REFINE - Iterative Improvement
|
|
355
|
+
|
|
356
|
+
**Objective:** Address gaps and strengthen weak areas
|
|
357
|
+
|
|
358
|
+
**Activities:**
|
|
359
|
+
1. Conduct additional research for gaps
|
|
360
|
+
2. Strengthen weak arguments
|
|
361
|
+
3. Add missing perspectives
|
|
362
|
+
4. Resolve contradictions
|
|
363
|
+
5. Enhance clarity
|
|
364
|
+
6. Verify revised content
|
|
365
|
+
|
|
366
|
+
**Output:** Strengthened research with addressed deficiencies
|
|
367
|
+
|
|
368
|
+
---
|
|
369
|
+
|
|
370
|
+
## Phase 8: PACKAGE - Report Generation
|
|
371
|
+
|
|
372
|
+
**Objective:** Deliver professional, actionable research
|
|
373
|
+
|
|
374
|
+
**Activities:**
|
|
375
|
+
1. Structure report with clear hierarchy
|
|
376
|
+
2. Write executive summary
|
|
377
|
+
3. Develop detailed sections
|
|
378
|
+
4. Create visualizations (tables, diagrams)
|
|
379
|
+
5. Compile full bibliography
|
|
380
|
+
6. Add methodology appendix
|
|
381
|
+
7. Ensure each major finding includes a concrete example/case when it improves comprehension
|
|
382
|
+
8. Clearly label any hypothetical illustrative scenario so it is not mistaken for sourced evidence
|
|
383
|
+
|
|
384
|
+
**Output:** Complete research report ready for use
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## Advanced Features
|
|
389
|
+
|
|
390
|
+
### Graph-of-Thoughts Reasoning
|
|
391
|
+
|
|
392
|
+
Rather than linear thinking, branch into multiple reasoning paths:
|
|
393
|
+
- Explore alternative framings in parallel
|
|
394
|
+
- Pursue tangential leads that might be relevant
|
|
395
|
+
- Merge insights from different branches
|
|
396
|
+
- Backtrack and revise as new information emerges
|
|
397
|
+
|
|
398
|
+
### Parallel Agent Deployment
|
|
399
|
+
|
|
400
|
+
Use Task tool to spawn sub-agents for:
|
|
401
|
+
- Parallel source retrieval
|
|
402
|
+
- Independent verification paths
|
|
403
|
+
- Competing hypothesis evaluation
|
|
404
|
+
- Specialized domain analysis
|
|
405
|
+
|
|
406
|
+
### Adaptive Depth Control
|
|
407
|
+
|
|
408
|
+
Automatically adjust research depth based on:
|
|
409
|
+
- Information complexity
|
|
410
|
+
- Source availability
|
|
411
|
+
- Time constraints
|
|
412
|
+
- Confidence levels
|
|
413
|
+
|
|
414
|
+
### Citation Intelligence
|
|
415
|
+
|
|
416
|
+
Smart citation management:
|
|
417
|
+
- Track provenance of every claim
|
|
418
|
+
- Link to original sources
|
|
419
|
+
- Assess source credibility
|
|
420
|
+
- Handle conflicting sources
|
|
421
|
+
- Generate proper bibliographies
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
# Quality Gates and Standards
|
|
2
|
+
|
|
3
|
+
## Validation Scripts
|
|
4
|
+
|
|
5
|
+
### Citation Verification
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
python scripts/verify_citations.py --report [path]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
**Checks:**
|
|
12
|
+
- DOI resolution (verifies citation exists)
|
|
13
|
+
- Title/year matching (detects mismatched metadata)
|
|
14
|
+
- Flags suspicious entries (recent year without DOI, no URL, failed verification)
|
|
15
|
+
|
|
16
|
+
**On suspicious citations:** Review flagged, remove/replace fabricated, re-run until clean.
|
|
17
|
+
|
|
18
|
+
### Structure & Quality Validation
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
python scripts/validate_report.py --report [path]
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
**10 automated checks:**
|
|
25
|
+
1. Executive summary length (200-400 words)
|
|
26
|
+
2. Required sections present
|
|
27
|
+
3. Citations formatted [1], [2], [3]
|
|
28
|
+
4. Bibliography matches citations
|
|
29
|
+
5. No placeholder text (TBD, TODO)
|
|
30
|
+
6. No content truncation placeholders
|
|
31
|
+
7. Word count reasonable (500-10000)
|
|
32
|
+
8. Minimum 10 sources
|
|
33
|
+
9. No broken internal links
|
|
34
|
+
10. Concrete grounding check for abstract findings
|
|
35
|
+
|
|
36
|
+
**Failure handling:**
|
|
37
|
+
- Attempt 1: Auto-fix formatting/links
|
|
38
|
+
- Attempt 2: Manual review + correction
|
|
39
|
+
- After 2 failures: STOP, report issues, ask user
|
|
40
|
+
|
|
41
|
+
### Validation Loop Protocol
|
|
42
|
+
|
|
43
|
+
**After generating ANY report, run this loop:**
|
|
44
|
+
|
|
45
|
+
1. Run `python scripts/validate_report.py --report [path]`
|
|
46
|
+
2. Run `python scripts/verify_citations.py --report [path]`
|
|
47
|
+
3. If EITHER fails:
|
|
48
|
+
- Read error output carefully
|
|
49
|
+
- Fix the specific issues identified
|
|
50
|
+
- Re-run BOTH validators
|
|
51
|
+
4. Maximum 3 retry cycles. If still failing after 3 cycles: STOP and report issues to user.
|
|
52
|
+
|
|
53
|
+
**Do NOT skip validation.** Every report must pass both scripts before delivery.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Anti-Fatigue Protocol
|
|
58
|
+
|
|
59
|
+
### Quality Check (Apply to EVERY Section)
|
|
60
|
+
|
|
61
|
+
Before considering section complete:
|
|
62
|
+
- [ ] **Paragraph count:** >=3 paragraphs for major sections
|
|
63
|
+
- [ ] **Prose-first:** <20% bullets (>=80% flowing prose)
|
|
64
|
+
- [ ] **No placeholders:** Zero "Content continues", "Due to length", "[Sections X-Y]"
|
|
65
|
+
- [ ] **Evidence-rich:** Specific data points, statistics, quotes
|
|
66
|
+
- [ ] **Citation density:** Major claims cited in same sentence
|
|
67
|
+
- [ ] **Abstraction grounding:** If the section is abstract, strategic, architectural, or process-heavy, include at least one concrete example, mini-case, counterexample, failure mode, or applied scenario
|
|
68
|
+
- [ ] **Case labeling:** Hypothetical examples are clearly labeled as illustrative/hypothetical, never cited as sourced fact
|
|
69
|
+
|
|
70
|
+
**If ANY fails:** Regenerate section before continuing.
|
|
71
|
+
|
|
72
|
+
### Bullet Point Policy
|
|
73
|
+
|
|
74
|
+
- Use bullets SPARINGLY: Only for distinct lists (product names, company roster, enumerated steps)
|
|
75
|
+
- NEVER use bullets as primary content delivery
|
|
76
|
+
- Each finding requires substantive prose (3-5+ paragraphs)
|
|
77
|
+
- Convert: "* Market size: $2.4B" -> "The global market reached $2.4 billion in 2023, driven by increasing consumer demand [1]."
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Bibliography Requirements (ZERO TOLERANCE)
|
|
82
|
+
|
|
83
|
+
**Report is UNUSABLE without complete bibliography.**
|
|
84
|
+
|
|
85
|
+
**MUST:**
|
|
86
|
+
- Include EVERY citation [N] used in report body
|
|
87
|
+
- Format: [N] Author/Org (Year). "Title". Publication. URL (Retrieved: Date)
|
|
88
|
+
- Each entry on its own line, complete
|
|
89
|
+
|
|
90
|
+
**NEVER:**
|
|
91
|
+
- Placeholders: "[8-75] Additional citations", "...continue...", "etc."
|
|
92
|
+
- Ranges: "[3-50]" instead of individual entries
|
|
93
|
+
- Truncation: Stop at 10 when 30 cited
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Writing Standards
|
|
98
|
+
|
|
99
|
+
### Core Principles
|
|
100
|
+
|
|
101
|
+
| Principle | Description |
|
|
102
|
+
|-----------|-------------|
|
|
103
|
+
| Narrative-driven | Flowing prose, story with beginning/middle/end |
|
|
104
|
+
| Precision | Every word deliberately chosen |
|
|
105
|
+
| Economy | No fluff, eliminate fancy grammar |
|
|
106
|
+
| Clarity | Exact numbers embedded in sentences |
|
|
107
|
+
| Directness | State findings without embellishment |
|
|
108
|
+
| High signal-to-noise | Dense information, respect reader time |
|
|
109
|
+
| Accessibility | Use concrete examples/cases so abstract findings are easier to grasp |
|
|
110
|
+
|
|
111
|
+
### Precision Examples
|
|
112
|
+
|
|
113
|
+
| Bad | Good |
|
|
114
|
+
|-----|------|
|
|
115
|
+
| "significantly improved outcomes" | "reduced mortality 23% (p<0.01)" |
|
|
116
|
+
| "several studies suggest" | "5 RCTs (n=1,847) show" |
|
|
117
|
+
| "potentially beneficial" | "increased biomarker X by 15%" |
|
|
118
|
+
| "* Market: $2.4B" | "The market reached $2.4 billion in 2023 [1]." |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Source Attribution Standards
|
|
123
|
+
|
|
124
|
+
**Immediate citation:** Every factual claim followed by [N] in same sentence.
|
|
125
|
+
|
|
126
|
+
**Quote sources directly:**
|
|
127
|
+
- "According to [1]..."
|
|
128
|
+
- "[1] reports..."
|
|
129
|
+
|
|
130
|
+
**Distinguish fact from synthesis:**
|
|
131
|
+
- GOOD: "Mortality decreased 23% (p<0.01) in the treatment group [1]."
|
|
132
|
+
- BAD: "Studies show mortality improved significantly."
|
|
133
|
+
|
|
134
|
+
**No vague attributions:**
|
|
135
|
+
- NEVER: "Research suggests...", "Studies show...", "Experts believe..."
|
|
136
|
+
- ALWAYS: "Smith et al. (2024) found..." [1]
|
|
137
|
+
|
|
138
|
+
**Label speculation:**
|
|
139
|
+
- GOOD: "This suggests a potential mechanism..."
|
|
140
|
+
- BAD: "The mechanism is..." (presented as fact)
|
|
141
|
+
|
|
142
|
+
**Admit uncertainty:**
|
|
143
|
+
- GOOD: "No sources found addressing X directly."
|
|
144
|
+
- BAD: Fabricating a citation
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Anti-Hallucination Protocol
|
|
149
|
+
|
|
150
|
+
- **Source grounding:** Every factual claim MUST cite specific source immediately [N]
|
|
151
|
+
- **Clear boundaries:** Distinguish FACTS (from sources) from SYNTHESIS (your analysis)
|
|
152
|
+
- **Explicit markers:** Use "According to [1]..." for source-grounded statements
|
|
153
|
+
- **No speculation without labeling:** Mark inferences as "This suggests..."
|
|
154
|
+
- **Verify before citing:** If unsure source says X, do NOT fabricate citation
|
|
155
|
+
- **When uncertain:** Say "No sources found for X" rather than inventing references
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Report Quality Standards
|
|
160
|
+
|
|
161
|
+
**Every report must have:**
|
|
162
|
+
- 10+ sources (document if fewer)
|
|
163
|
+
- 3+ sources per major claim
|
|
164
|
+
- Executive summary 200-400 words
|
|
165
|
+
- Full citations with URLs
|
|
166
|
+
- Credibility assessment
|
|
167
|
+
- Limitations section
|
|
168
|
+
- Methodology documented
|
|
169
|
+
- No placeholders
|
|
170
|
+
- Major findings grounded in concrete examples, cases, counterexamples, or applied scenarios when helpful
|
|
171
|
+
- Hypothetical examples clearly labeled instead of presented as sourced evidence
|
|
172
|
+
|
|
173
|
+
**Priority:** Thoroughness over speed. Quality > speed.
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## Error Handling
|
|
178
|
+
|
|
179
|
+
**Stop immediately if:**
|
|
180
|
+
- 2 validation failures on same error
|
|
181
|
+
- <5 sources after exhaustive search
|
|
182
|
+
- User interrupts/changes scope
|
|
183
|
+
|
|
184
|
+
**Graceful degradation:**
|
|
185
|
+
- 5-10 sources: Note in limitations, extra verification
|
|
186
|
+
- Time constraint: Package partial, document gaps
|
|
187
|
+
- High-priority critique: Address immediately
|
|
188
|
+
|
|
189
|
+
**Error format:**
|
|
190
|
+
```
|
|
191
|
+
Issue: [Description]
|
|
192
|
+
Context: [What was attempted]
|
|
193
|
+
Tried: [Resolution attempts]
|
|
194
|
+
Options:
|
|
195
|
+
1. [Option 1]
|
|
196
|
+
2. [Option 2]
|
|
197
|
+
```
|