@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,290 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: software-product-advisor
|
|
3
|
+
description: >
|
|
4
|
+
Cross-functional advisor for software product work when a feature, workflow,
|
|
5
|
+
UI, spec, or implementation feels wrong but the user cannot yet express a
|
|
6
|
+
precise critique. Use this whenever the user says a result feels off, too
|
|
7
|
+
complex, too noisy, too generic, or not ready for another blind iteration;
|
|
8
|
+
whenever they want a professional diagnosis before more implementation; or
|
|
9
|
+
whenever vague discomfort needs to become explicit standards, evaluation
|
|
10
|
+
criteria, realistic options, and a clear next move. Also use it when a team
|
|
11
|
+
is stuck deciding whether to patch the current solution, rewrite the spec,
|
|
12
|
+
revise the architecture, or establish a missing standard first.
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Software Product Advisor
|
|
16
|
+
|
|
17
|
+
This skill exists for the moments during software product development when the
|
|
18
|
+
current direction is weak, wrong, or under-specified, but the problem is still
|
|
19
|
+
fuzzy.
|
|
20
|
+
|
|
21
|
+
It is not an implementation skill first.
|
|
22
|
+
It is a diagnosis, translation, and routing skill.
|
|
23
|
+
|
|
24
|
+
Use it when the user needs an expert advisor to turn fuzzy discomfort into:
|
|
25
|
+
|
|
26
|
+
- a clearer problem statement
|
|
27
|
+
- a professional diagnosis
|
|
28
|
+
- explicit evaluation criteria
|
|
29
|
+
- 2-3 realistic options
|
|
30
|
+
- one recommended next move
|
|
31
|
+
|
|
32
|
+
## What This Skill Does
|
|
33
|
+
|
|
34
|
+
This skill acts like a cross-functional advisor spanning:
|
|
35
|
+
|
|
36
|
+
- product framing
|
|
37
|
+
- user journey and information architecture
|
|
38
|
+
- interaction design and UX
|
|
39
|
+
- visual design and trust signals
|
|
40
|
+
- engineering shape and delivery strategy
|
|
41
|
+
- standards and review quality
|
|
42
|
+
|
|
43
|
+
Its main job is to identify which layer is actually broken.
|
|
44
|
+
|
|
45
|
+
Examples:
|
|
46
|
+
|
|
47
|
+
- "This feature technically works, but it still feels wrong."
|
|
48
|
+
- "The team keeps iterating, but every version feels off. Help me critique it professionally."
|
|
49
|
+
- "Before we keep building, research best practices and tell me what we're missing."
|
|
50
|
+
- "Should we keep patching this or rewrite the spec, flow, or architecture?"
|
|
51
|
+
- "I know the result is too big, too noisy, or too complicated, but I need better language."
|
|
52
|
+
|
|
53
|
+
## What This Skill Does Not Do
|
|
54
|
+
|
|
55
|
+
Do not treat this as a direct code-writing skill by default.
|
|
56
|
+
|
|
57
|
+
It should not:
|
|
58
|
+
|
|
59
|
+
- jump into implementation before diagnosis
|
|
60
|
+
- assume every problem is visual polish
|
|
61
|
+
- replace a clear debugging or root-cause investigation when the issue is mainly correctness
|
|
62
|
+
- produce vague advice like "make it cleaner" without criteria
|
|
63
|
+
- stay at the strategy level when a local critique would be enough
|
|
64
|
+
|
|
65
|
+
If the correct outcome is to route to a more specialized skill, say so clearly.
|
|
66
|
+
|
|
67
|
+
## Distinguish From Nearby Skills
|
|
68
|
+
|
|
69
|
+
Use this skill when the user is blocked on judgment, articulation, or deciding
|
|
70
|
+
which layer of the problem to fix first.
|
|
71
|
+
|
|
72
|
+
Do not use it as the first tool when the main need is already clear:
|
|
73
|
+
|
|
74
|
+
- use an ideation or market-framing skill when the product is still pre-build
|
|
75
|
+
- use a visual QA or design-review skill when the issue is clearly a live UI quality problem
|
|
76
|
+
- use an engineering plan or architecture-review skill when the main concern is system design
|
|
77
|
+
- use a debugging or investigation skill when the issue is mainly a bug, regression, or correctness failure
|
|
78
|
+
- use a workflow-routing skill when the user mainly needs help choosing a process, toolchain, or review chain
|
|
79
|
+
|
|
80
|
+
## Default Workflow
|
|
81
|
+
|
|
82
|
+
Follow this sequence unless the user explicitly narrows the task.
|
|
83
|
+
|
|
84
|
+
### 1. Reframe The Ask
|
|
85
|
+
|
|
86
|
+
State plainly:
|
|
87
|
+
|
|
88
|
+
- what the user is trying to do
|
|
89
|
+
- what feels wrong
|
|
90
|
+
- what kind of help they actually need
|
|
91
|
+
|
|
92
|
+
Example:
|
|
93
|
+
"You do not need another blind iteration. You need a professional diagnosis of why this result feels wrong, plus the right next move."
|
|
94
|
+
|
|
95
|
+
### 2. Diagnose The Layer
|
|
96
|
+
|
|
97
|
+
Classify the problem into one primary layer, and one optional secondary layer:
|
|
98
|
+
|
|
99
|
+
- product framing
|
|
100
|
+
- information architecture
|
|
101
|
+
- interaction design
|
|
102
|
+
- visual design
|
|
103
|
+
- engineering architecture
|
|
104
|
+
- correctness / debugging
|
|
105
|
+
- standards or governance gap
|
|
106
|
+
- workflow or review gap
|
|
107
|
+
|
|
108
|
+
If several are plausible, pick the most upstream one.
|
|
109
|
+
|
|
110
|
+
Rule:
|
|
111
|
+
If a standards gap is causing repeated low-quality output, call that out explicitly.
|
|
112
|
+
|
|
113
|
+
### 3. Search Before Advising
|
|
114
|
+
|
|
115
|
+
Before giving recommendations, inspect the most relevant local context:
|
|
116
|
+
|
|
117
|
+
- repo instructions or team guidelines
|
|
118
|
+
- product specs, PRDs, or tickets
|
|
119
|
+
- design systems, interaction standards, or past reviews
|
|
120
|
+
- the specific screen, flow, doc, code, or artifact under discussion
|
|
121
|
+
- nearby skills, templates, or review checklists that may already solve the problem
|
|
122
|
+
|
|
123
|
+
When the topic is unstable or best-practice-driven, inspect primary external guidance before concluding.
|
|
124
|
+
|
|
125
|
+
Do not guess if you can verify quickly.
|
|
126
|
+
|
|
127
|
+
### 4. Translate Vague Dissatisfaction Into Professional Language
|
|
128
|
+
|
|
129
|
+
Turn the user's intuition into explicit critique.
|
|
130
|
+
|
|
131
|
+
Examples:
|
|
132
|
+
|
|
133
|
+
- "too big" -> poor surface ratio, oversized controls, inflated internal whitespace
|
|
134
|
+
- "too noisy" -> weak hierarchy, too many competing accents, helper copy overexposed
|
|
135
|
+
- "too complicated" -> poor progressive disclosure, secondary settings shown too early
|
|
136
|
+
- "feels generic" -> no product thesis, weak differentiation, interchangeable patterns
|
|
137
|
+
- "hard to trust" -> unclear states, weak feedback, missing context, poor error handling
|
|
138
|
+
- "keeps getting patched" -> local fixes are masking an upstream framing or standards problem
|
|
139
|
+
|
|
140
|
+
This translation step is mandatory.
|
|
141
|
+
It is the main value of the skill.
|
|
142
|
+
|
|
143
|
+
### 5. Build An Evaluation Frame
|
|
144
|
+
|
|
145
|
+
Create a short decision rubric tailored to the problem.
|
|
146
|
+
|
|
147
|
+
Good rubrics usually have 4-6 dimensions, for example:
|
|
148
|
+
|
|
149
|
+
- hierarchy
|
|
150
|
+
- density or information economy
|
|
151
|
+
- state clarity
|
|
152
|
+
- task focus
|
|
153
|
+
- trust and feedback
|
|
154
|
+
- implementation risk
|
|
155
|
+
- extensibility or reuse
|
|
156
|
+
|
|
157
|
+
Do not stay abstract.
|
|
158
|
+
Say what good and bad look like in this context.
|
|
159
|
+
|
|
160
|
+
### 6. Produce Options
|
|
161
|
+
|
|
162
|
+
Always provide at least 2 options:
|
|
163
|
+
|
|
164
|
+
- one minimal or local fix
|
|
165
|
+
- one more structural or upstream fix
|
|
166
|
+
|
|
167
|
+
A third option is useful when there is a meaningful reframing.
|
|
168
|
+
|
|
169
|
+
For each option include:
|
|
170
|
+
|
|
171
|
+
- what changes
|
|
172
|
+
- what problem it solves
|
|
173
|
+
- what risk remains
|
|
174
|
+
|
|
175
|
+
### 7. Recommend The Next Move
|
|
176
|
+
|
|
177
|
+
Choose one option.
|
|
178
|
+
Say why.
|
|
179
|
+
|
|
180
|
+
Possible next moves:
|
|
181
|
+
|
|
182
|
+
- revise the current implementation directly
|
|
183
|
+
- rewrite or tighten the product spec
|
|
184
|
+
- simplify the user flow or information architecture
|
|
185
|
+
- write or update a design standard
|
|
186
|
+
- write or update an architecture note or decision record
|
|
187
|
+
- invoke a specialized review, design, or debugging skill
|
|
188
|
+
- stop implementation and gather missing evidence first
|
|
189
|
+
|
|
190
|
+
The recommendation should be explicit, not "it depends" by default.
|
|
191
|
+
|
|
192
|
+
## Standard-Gap Heuristic
|
|
193
|
+
|
|
194
|
+
Escalate from local fix to standards work when at least one is true:
|
|
195
|
+
|
|
196
|
+
- the same class of mistake has happened more than once
|
|
197
|
+
- multiple contributors or models will touch similar surfaces
|
|
198
|
+
- the feedback is recurring but still informal
|
|
199
|
+
- quality depends on taste, product judgment, or architecture principles that have not been codified
|
|
200
|
+
- the disagreement is really about principles, not one screen or one implementation detail
|
|
201
|
+
|
|
202
|
+
Typical outputs of a standards intervention:
|
|
203
|
+
|
|
204
|
+
- a design standard
|
|
205
|
+
- a page or flow spec
|
|
206
|
+
- a product decision memo
|
|
207
|
+
- an architecture note or ADR
|
|
208
|
+
- a review checklist
|
|
209
|
+
- updated contributor instructions
|
|
210
|
+
|
|
211
|
+
## Output Format
|
|
212
|
+
|
|
213
|
+
Default to this structure:
|
|
214
|
+
|
|
215
|
+
### What You're Actually Asking
|
|
216
|
+
|
|
217
|
+
One short paragraph reframing the real need.
|
|
218
|
+
|
|
219
|
+
### Diagnosis
|
|
220
|
+
|
|
221
|
+
- primary layer
|
|
222
|
+
- secondary layer, if any
|
|
223
|
+
- one sentence on why this is the real issue
|
|
224
|
+
|
|
225
|
+
### Professional Translation
|
|
226
|
+
|
|
227
|
+
3-6 bullets translating the user's discomfort into explicit critique.
|
|
228
|
+
|
|
229
|
+
### Evaluation Criteria
|
|
230
|
+
|
|
231
|
+
3-6 bullets defining how to judge the next iteration.
|
|
232
|
+
|
|
233
|
+
### Options
|
|
234
|
+
|
|
235
|
+
- Option A
|
|
236
|
+
- Option B
|
|
237
|
+
- Option C, if meaningful
|
|
238
|
+
|
|
239
|
+
### Recommendation
|
|
240
|
+
|
|
241
|
+
One short paragraph with the recommended next move.
|
|
242
|
+
|
|
243
|
+
### Next Move
|
|
244
|
+
|
|
245
|
+
A concrete action:
|
|
246
|
+
|
|
247
|
+
- a doc to create
|
|
248
|
+
- a review to run
|
|
249
|
+
- a code area to revisit
|
|
250
|
+
- a spec to rewrite
|
|
251
|
+
- a measurement or evidence gap to close
|
|
252
|
+
|
|
253
|
+
## Advisor Style
|
|
254
|
+
|
|
255
|
+
Be direct and specific.
|
|
256
|
+
|
|
257
|
+
Good:
|
|
258
|
+
|
|
259
|
+
- "This is not mainly a styling problem. It is a missing product-structure problem."
|
|
260
|
+
- "The flow is asking users to make decisions before they have enough context."
|
|
261
|
+
- "Your complaint is valid, but it needs to be translated into hierarchy, trust, and state rules."
|
|
262
|
+
|
|
263
|
+
Bad:
|
|
264
|
+
|
|
265
|
+
- "There are many possible improvements."
|
|
266
|
+
- "It could maybe use some polish."
|
|
267
|
+
- "Let's just try another version."
|
|
268
|
+
|
|
269
|
+
## Routing Rules
|
|
270
|
+
|
|
271
|
+
After diagnosis, route decisively:
|
|
272
|
+
|
|
273
|
+
- If the issue is mostly idea quality before implementation, recommend product exploration or framing work first
|
|
274
|
+
- If the issue is mostly visual quality on a concrete surface, recommend a dedicated visual design or design-review pass
|
|
275
|
+
- If the issue is mostly engineering plan quality, recommend architecture or execution-plan review
|
|
276
|
+
- If the issue is mostly missing local standards, recommend writing the missing doc or checklist first
|
|
277
|
+
- If the issue is mainly a bug or regression, recommend root-cause investigation
|
|
278
|
+
|
|
279
|
+
When a direct local answer is enough, provide it.
|
|
280
|
+
When a specialist is the right next move, say so clearly.
|
|
281
|
+
|
|
282
|
+
## Completion Standard
|
|
283
|
+
|
|
284
|
+
This skill has done its job when the user can answer all three:
|
|
285
|
+
|
|
286
|
+
1. What is actually wrong?
|
|
287
|
+
2. How should we judge the next iteration?
|
|
288
|
+
3. What should we do next?
|
|
289
|
+
|
|
290
|
+
If any of those remain fuzzy, keep working the diagnosis.
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: para-memory-files
|
|
3
|
+
description: >
|
|
4
|
+
File-based memory system using Tiago Forte's PARA method. Use this skill
|
|
5
|
+
whenever you need to store, retrieve, update, or organize knowledge across
|
|
6
|
+
sessions. Covers three memory layers: (1) Knowledge graph in PARA folders
|
|
7
|
+
with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit
|
|
8
|
+
knowledge about user patterns. Also handles planning files, memory decay,
|
|
9
|
+
weekly synthesis, and file-based recall. Trigger on any memory operation:
|
|
10
|
+
saving facts, writing daily notes, creating entities, running weekly
|
|
11
|
+
synthesis, recalling past context, or managing plans.
|
|
12
|
+
allowed-tools: []
|
|
13
|
+
disable: true
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# PARA Memory Files
|
|
17
|
+
|
|
18
|
+
Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to `$AGENT_HOME`.
|
|
19
|
+
|
|
20
|
+
## Three Memory Layers
|
|
21
|
+
|
|
22
|
+
### Layer 1: Knowledge Graph (`$AGENT_HOME/life/` -- PARA)
|
|
23
|
+
|
|
24
|
+
Entity-based storage. Each entity gets a folder with two tiers:
|
|
25
|
+
|
|
26
|
+
1. `summary.md` -- quick context, load first.
|
|
27
|
+
2. `items.yaml` -- atomic facts, load on demand.
|
|
28
|
+
|
|
29
|
+
```text
|
|
30
|
+
$AGENT_HOME/life/
|
|
31
|
+
projects/ # Active work with clear goals/deadlines
|
|
32
|
+
<name>/
|
|
33
|
+
summary.md
|
|
34
|
+
items.yaml
|
|
35
|
+
areas/ # Ongoing responsibilities, no end date
|
|
36
|
+
people/<name>/
|
|
37
|
+
companies/<name>/
|
|
38
|
+
resources/ # Reference material, topics of interest
|
|
39
|
+
<topic>/
|
|
40
|
+
archives/ # Inactive items from the other three
|
|
41
|
+
index.md
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
**PARA rules:**
|
|
45
|
+
|
|
46
|
+
- **Projects** -- active work with a goal or deadline. Move to archives when complete.
|
|
47
|
+
- **Areas** -- ongoing (people, companies, responsibilities). No end date.
|
|
48
|
+
- **Resources** -- reference material, topics of interest.
|
|
49
|
+
- **Archives** -- inactive items from any category.
|
|
50
|
+
|
|
51
|
+
**Fact rules:**
|
|
52
|
+
|
|
53
|
+
- Save durable facts immediately to `items.yaml`.
|
|
54
|
+
- Weekly: rewrite `summary.md` from active facts.
|
|
55
|
+
- Never delete facts. Supersede instead (`status: superseded`, add `superseded_by`).
|
|
56
|
+
- When an entity goes inactive, move its folder to `$AGENT_HOME/life/archives/`.
|
|
57
|
+
|
|
58
|
+
**When to create an entity:**
|
|
59
|
+
|
|
60
|
+
- Mentioned 3+ times, OR
|
|
61
|
+
- Direct relationship to the user (family, coworker, partner, client), OR
|
|
62
|
+
- Significant project or company in the user's life.
|
|
63
|
+
- Otherwise, note it in daily notes.
|
|
64
|
+
|
|
65
|
+
For the atomic fact YAML schema and memory decay rules, see [references/schemas.md](references/schemas.md).
|
|
66
|
+
|
|
67
|
+
### Layer 2: Daily Notes (`$AGENT_HOME/memory/YYYY-MM-DD.md`)
|
|
68
|
+
|
|
69
|
+
Raw timeline of events -- the "when" layer.
|
|
70
|
+
|
|
71
|
+
- Write continuously during conversations.
|
|
72
|
+
- Extract durable facts to Layer 1 during heartbeats.
|
|
73
|
+
|
|
74
|
+
### Layer 3: Tacit Knowledge (`$AGENT_HOME/MEMORY.md`)
|
|
75
|
+
|
|
76
|
+
How the user operates -- patterns, preferences, lessons learned.
|
|
77
|
+
|
|
78
|
+
- Not facts about the world; facts about the user.
|
|
79
|
+
- Update whenever you learn new operating patterns.
|
|
80
|
+
|
|
81
|
+
## Write It Down -- No Mental Notes
|
|
82
|
+
|
|
83
|
+
Memory does not survive session restarts. Files do.
|
|
84
|
+
|
|
85
|
+
- Want to remember something -> WRITE IT TO A FILE.
|
|
86
|
+
- "Remember this" -> update `$AGENT_HOME/memory/YYYY-MM-DD.md` or the relevant entity file.
|
|
87
|
+
- Learn a lesson -> update AGENTS.md, TOOLS.md, or the relevant skill file.
|
|
88
|
+
- Make a mistake -> document it so future-you does not repeat it.
|
|
89
|
+
- On-disk text files are always better than holding it in temporary context.
|
|
90
|
+
|
|
91
|
+
## Memory Recall -- Use The Files Directly
|
|
92
|
+
|
|
93
|
+
Use the on-disk structure directly. Do not require a semantic index just to
|
|
94
|
+
recall memory.
|
|
95
|
+
|
|
96
|
+
Recall order:
|
|
97
|
+
|
|
98
|
+
1. If you already know the entity, open `summary.md` first, then `items.yaml`
|
|
99
|
+
only if the summary is insufficient.
|
|
100
|
+
2. For recent events, read today's and nearby `memory/YYYY-MM-DD.md` files.
|
|
101
|
+
3. For unknown keywords or broad recall, use `rg` across `$AGENT_HOME/life/`
|
|
102
|
+
and `$AGENT_HOME/memory/`.
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
rg -n "Christmas" "$AGENT_HOME/life" "$AGENT_HOME/memory"
|
|
106
|
+
rg -n "specific phrase" "$AGENT_HOME/life" "$AGENT_HOME/memory"
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
The files are the source of truth. Search is only a way to locate the right
|
|
110
|
+
file, then verify against the stored fact or note.
|
|
111
|
+
|
|
112
|
+
## Planning
|
|
113
|
+
|
|
114
|
+
Keep shared plans in timestamped files under `$RUDDER_ORG_PLANS_DIR` when that path is available, not in ad-hoc repo or project-root `plans/` folders. These plan files are shared workspace artifacts, not personal memory. Use `rg` to search plan files and prefer the newest dated file when several match. Plans go stale -- if a newer plan exists, do not confuse yourself with an older version. If you notice staleness, update the file to note what it is supersededBy.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Schemas and Memory Decay
|
|
2
|
+
|
|
3
|
+
## Atomic Fact Schema (items.yaml)
|
|
4
|
+
|
|
5
|
+
```yaml
|
|
6
|
+
- id: entity-001
|
|
7
|
+
fact: "The actual fact"
|
|
8
|
+
category: relationship | milestone | status | preference
|
|
9
|
+
timestamp: "YYYY-MM-DD"
|
|
10
|
+
source: "YYYY-MM-DD"
|
|
11
|
+
status: active # active | superseded
|
|
12
|
+
superseded_by: null # e.g. entity-002
|
|
13
|
+
related_entities:
|
|
14
|
+
- companies/acme
|
|
15
|
+
- people/jeff
|
|
16
|
+
last_accessed: "YYYY-MM-DD"
|
|
17
|
+
access_count: 0
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Memory Decay
|
|
21
|
+
|
|
22
|
+
Facts decay in retrieval priority over time so stale info does not crowd out recent context.
|
|
23
|
+
|
|
24
|
+
**Access tracking:** When a fact is used in conversation, bump `access_count` and set `last_accessed` to today. During heartbeat extraction, scan the session for referenced entity facts and update their access metadata.
|
|
25
|
+
|
|
26
|
+
**Recency tiers (for summary.md rewriting):**
|
|
27
|
+
|
|
28
|
+
- **Hot** (accessed in last 7 days) -- include prominently in summary.md.
|
|
29
|
+
- **Warm** (8-30 days ago) -- include at lower priority.
|
|
30
|
+
- **Cold** (30+ days or never accessed) -- omit from summary.md. Still in items.yaml, retrievable on demand.
|
|
31
|
+
- High `access_count` resists decay -- frequently used facts stay warm longer.
|
|
32
|
+
|
|
33
|
+
**Weekly synthesis:** Sort by recency tier, then by access_count within tier. Cold facts drop out of the summary but remain in items.yaml. Accessing a cold fact reheats it.
|
|
34
|
+
|
|
35
|
+
No deletion. Decay only affects retrieval priority via summary.md curation. The full record always lives in items.yaml.
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rudder
|
|
3
|
+
description: Interact with the Rudder control plane through the `rudder` CLI to manage tasks, approvals, comments, issue documents, and organization skills during heartbeats. Use for Rudder coordination only, not for the domain work itself.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Rudder Skill
|
|
7
|
+
|
|
8
|
+
You run in **heartbeats**: short execution windows triggered by Rudder. Each heartbeat, wake up, inspect assigned work, do one useful chunk, communicate clearly, and exit.
|
|
9
|
+
|
|
10
|
+
This skill is now **CLI-first**.
|
|
11
|
+
|
|
12
|
+
- Use `rudder ... --json` for control-plane work.
|
|
13
|
+
- Use `rudder agent capabilities --json` when you need machine-readable discovery of supported commands.
|
|
14
|
+
- Use `references/cli-reference.md` for the stable command catalog.
|
|
15
|
+
- Treat `references/api-reference.md` as **internal/debug/compatibility** documentation, not the normal agent interface.
|
|
16
|
+
- If a remote runtime wake text explicitly says **HTTP compatibility mode**, follow that wake text for that run. Otherwise use the CLI.
|
|
17
|
+
|
|
18
|
+
## Authentication
|
|
19
|
+
|
|
20
|
+
Rudder injects the runtime context for you. Common env vars:
|
|
21
|
+
|
|
22
|
+
- `RUDDER_AGENT_ID`
|
|
23
|
+
- `RUDDER_ORG_ID`
|
|
24
|
+
- `RUDDER_API_URL`
|
|
25
|
+
- `RUDDER_API_KEY`
|
|
26
|
+
- `RUDDER_RUN_ID`
|
|
27
|
+
|
|
28
|
+
Optional wake-context vars may also appear:
|
|
29
|
+
|
|
30
|
+
- `RUDDER_TASK_ID`
|
|
31
|
+
- `RUDDER_WAKE_REASON`
|
|
32
|
+
- `RUDDER_WAKE_COMMENT_ID`
|
|
33
|
+
- `RUDDER_APPROVAL_ID`
|
|
34
|
+
- `RUDDER_APPROVAL_STATUS`
|
|
35
|
+
- `RUDDER_LINKED_ISSUE_IDS`
|
|
36
|
+
|
|
37
|
+
Rules:
|
|
38
|
+
|
|
39
|
+
- Never ask for `RUDDER_API_KEY` inside a normal heartbeat.
|
|
40
|
+
- Never hard-code the API URL.
|
|
41
|
+
- For local adapters and packaged desktop, `rudder` is expected to already be on `PATH`.
|
|
42
|
+
- In manual local CLI mode outside heartbeats, use `rudder agent local-cli <agent-ref> --org-id <org-id>` to mint an agent key, optionally install bundled Rudder skills locally, and print the required `RUDDER_*` exports.
|
|
43
|
+
|
|
44
|
+
## Shared Workspace
|
|
45
|
+
|
|
46
|
+
Each organization has one system-managed shared workspace root at:
|
|
47
|
+
|
|
48
|
+
- `~/.rudder/instances/<instance>/organizations/<org-id>/workspaces`
|
|
49
|
+
|
|
50
|
+
Important files and conventions:
|
|
51
|
+
|
|
52
|
+
- Structured shared references live in the org `Resources` catalog. Agents receive those catalog entries in run context automatically.
|
|
53
|
+
- Use Workspaces for disk-backed shared files, plans, and skill packages.
|
|
54
|
+
- When you need to place shared output on disk, prefer the managed workspace paths Rudder injected for this run such as `$RUDDER_ORG_PLANS_DIR`, `$RUDDER_ORG_SKILLS_DIR`, and the active `$RUDDER_WORKSPACE_CWD` or `$RUDDER_ORG_WORKSPACE_ROOT`. Do not invent new top-level `projects/` folders.
|
|
55
|
+
- If a `resources.md` file exists, treat it like a normal workspace file rather than a reserved Rudder surface.
|
|
56
|
+
- Agent-specific files live under `workspaces/agents/<workspace-key>/...`.
|
|
57
|
+
- New projects do not create or configure their own workspace roots.
|
|
58
|
+
|
|
59
|
+
## Heartbeat Procedure
|
|
60
|
+
|
|
61
|
+
Follow this order unless the wake context clearly requires a different first step.
|
|
62
|
+
|
|
63
|
+
**Step 1 — Identity.** If identity is not already known, run:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
rudder agent me --json
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Use the result for your id, org, role, budget, and `chainOfCommand`.
|
|
70
|
+
|
|
71
|
+
**Step 2 — Approval follow-up.** If `RUDDER_APPROVAL_ID` is set, review it first:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
rudder approval get "$RUDDER_APPROVAL_ID" --json
|
|
75
|
+
rudder approval issues "$RUDDER_APPROVAL_ID" --json
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
For each linked issue:
|
|
79
|
+
|
|
80
|
+
- mark it done if the approval fully resolves the work
|
|
81
|
+
- or add a comment explaining what remains open and what happens next
|
|
82
|
+
|
|
83
|
+
**Step 3 — Get assignments.** Prefer the compact inbox:
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
rudder agent inbox --json
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Work `in_progress` first, then `todo`. Skip `blocked` unless you can actually unblock it.
|
|
90
|
+
|
|
91
|
+
If `RUDDER_TASK_ID` is set and the task is assigned to you, prioritize it first.
|
|
92
|
+
|
|
93
|
+
**Step 4 — Mention-triggered wakes.** If `RUDDER_WAKE_COMMENT_ID` is set, read the relevant issue context before doing anything else on that task:
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
rudder issue context "$RUDDER_TASK_ID" --wake-comment-id "$RUDDER_WAKE_COMMENT_ID" --json
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
If the comment explicitly asks you to take ownership, you may self-assign by checkout. Otherwise respond only if useful and continue with your assigned work.
|
|
100
|
+
|
|
101
|
+
**Step 5 — Checkout before work.** Never start work without checkout.
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
rudder issue checkout "<issue-id-or-identifier>" --json
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
Rules:
|
|
108
|
+
|
|
109
|
+
- `issue checkout` defaults `--agent-id` from `RUDDER_AGENT_ID`
|
|
110
|
+
- mutating CLI commands automatically attach `RUDDER_RUN_ID` when present
|
|
111
|
+
- a `409` means another agent owns the task; do not retry it
|
|
112
|
+
|
|
113
|
+
**Step 6 — Understand context.** Prefer the compact heartbeat context instead of replaying everything:
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
rudder issue context "<issue-id-or-identifier>" --json
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
Comment reading rules:
|
|
120
|
+
|
|
121
|
+
- if `RUDDER_WAKE_COMMENT_ID` is set, fetch context with that wake comment first
|
|
122
|
+
- if you already know the thread and only need updates, use:
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
rudder issue comments list "<issue-id-or-identifier>" --after "<last-comment-id>" --order asc --json
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
- use the full comment list only when cold-starting or when incremental context is not enough
|
|
129
|
+
|
|
130
|
+
**Step 7 — Do the work.** Use your normal tools for the domain task itself.
|
|
131
|
+
|
|
132
|
+
**Step 8 — Communicate outcome.**
|
|
133
|
+
|
|
134
|
+
Before exiting an active `todo` or `in_progress` issue run, leave exactly one clear close-out signal. Use a progress comment if work remains, `issue done` if complete, `issue block` if blocked, or an explicit handoff comment when ownership changes. Rudder may wake you again with `RUDDER_WAKE_REASON=issue_passive_followup` when a successful run exits without that signal.
|
|
135
|
+
|
|
136
|
+
- progress-only update:
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
rudder issue comment "<issue-id-or-identifier>" --body "<markdown>" --json
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
- completion:
|
|
143
|
+
|
|
144
|
+
```bash
|
|
145
|
+
rudder issue done "<issue-id-or-identifier>" --comment "<markdown>" --json
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
- blocker:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
rudder issue block "<issue-id-or-identifier>" --comment "<markdown>" --json
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
- generic patch when workflow commands are not enough:
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
rudder issue update "<issue-id-or-identifier>" ... --json
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
**Step 9 — Delegate if needed.** Create subtasks with the generic create surface only when the workflow really needs a new task:
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
rudder issue create --org-id "$RUDDER_ORG_ID" ... --json
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Always set `parentId`. Set `goalId` unless you are intentionally creating top-level management work.
|
|
167
|
+
|
|
168
|
+
## Organization Skills Workflow
|
|
169
|
+
|
|
170
|
+
When a board user, CEO, or manager asks you to find, import, inspect, or assign organization skills:
|
|
171
|
+
|
|
172
|
+
1. Read `references/organization-skills.md`
|
|
173
|
+
2. Use the CLI surfaces in this order:
|
|
174
|
+
|
|
175
|
+
```bash
|
|
176
|
+
rudder skill scan-local --org-id "$RUDDER_ORG_ID" --json
|
|
177
|
+
rudder skill scan-projects --org-id "$RUDDER_ORG_ID" --json
|
|
178
|
+
rudder skill import --org-id "$RUDDER_ORG_ID" --source "<source>" --json
|
|
179
|
+
rudder skill list --org-id "$RUDDER_ORG_ID" --json
|
|
180
|
+
rudder skill get "<skill-id>" --org-id "$RUDDER_ORG_ID" --json
|
|
181
|
+
rudder skill file "<skill-id>" --org-id "$RUDDER_ORG_ID" --path SKILL.md --json
|
|
182
|
+
rudder agent skills sync "<agent-id>" --desired-skills "<csv>" --json
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
Do not fall back to raw `curl` for this workflow in local adapters or packaged desktop.
|
|
186
|
+
|
|
187
|
+
## Planning And Issue Documents
|
|
188
|
+
|
|
189
|
+
If asked to make or revise a plan, update the issue document with key `plan` instead of appending plan text to the issue description.
|
|
190
|
+
|
|
191
|
+
Typical flow:
|
|
192
|
+
|
|
193
|
+
```bash
|
|
194
|
+
rudder issue documents get "<issue-id-or-identifier>" plan --json
|
|
195
|
+
rudder issue documents revisions "<issue-id-or-identifier>" plan --json
|
|
196
|
+
rudder issue documents put "<issue-id-or-identifier>" plan --title "Plan" --format markdown --body "<markdown>" --json
|
|
197
|
+
rudder issue comment "<issue-id-or-identifier>" --body "<mention that the plan document was updated>" --json
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
Planning rules:
|
|
201
|
+
|
|
202
|
+
- do not mark the issue done when the request was only to create or revise a plan
|
|
203
|
+
- reassign back to the requester if that is the expected workflow
|
|
204
|
+
- when you reference the plan in comments, link directly to `#document-plan`
|
|
205
|
+
|
|
206
|
+
## Critical Rules
|
|
207
|
+
|
|
208
|
+
- Always checkout before doing task work.
|
|
209
|
+
- Never retry a `409` from checkout.
|
|
210
|
+
- Never look for unassigned work.
|
|
211
|
+
- Self-assign only on explicit @-mention handoff.
|
|
212
|
+
- Always communicate before exit on active work, except blocked issues with no new context.
|
|
213
|
+
- Treat `issue_passive_followup` as close-out governance, not a fresh assignment: inspect current state, then comment, finish, block, or hand off explicitly.
|
|
214
|
+
- If blocked, explicitly set the issue to `blocked` with a blocker comment before exit.
|
|
215
|
+
- Never cancel cross-team tasks. Reassign upward with explanation.
|
|
216
|
+
- Use `chainOfCommand` for escalation.
|
|
217
|
+
- Above 80% spend, focus on critical work only.
|
|
218
|
+
- Use `rudder-create-agent` for hiring or new-agent creation workflows.
|
|
219
|
+
- If you make a git commit you MUST add `Co-Authored-By: Rudder <noreply@github.com/Undertone0809/rudder>` to the end of each commit message.
|
|
220
|
+
|
|
221
|
+
## Comment Style (Required)
|
|
222
|
+
|
|
223
|
+
Use concise markdown with:
|
|
224
|
+
|
|
225
|
+
- a short status line
|
|
226
|
+
- bullets for what changed or what is blocked
|
|
227
|
+
- links to related issues, approvals, projects, agents, or documents when available
|
|
228
|
+
|
|
229
|
+
**Ticket references are links.** Never leave bare ticket ids like `PAP-224` in comments or descriptions when you can link them:
|
|
230
|
+
|
|
231
|
+
- `[PAP-224](/PAP/issues/PAP-224)`
|
|
232
|
+
- `[ZED-24](/ZED/issues/ZED-24)`
|
|
233
|
+
|
|
234
|
+
**Company-prefixed URLs are required.** Derive the prefix from the issue identifier and use it in all internal links:
|
|
235
|
+
|
|
236
|
+
- issues: `/<prefix>/issues/<issue-identifier>`
|
|
237
|
+
- issue comments: `/<prefix>/issues/<issue-identifier>#comment-<comment-id>`
|
|
238
|
+
- issue documents: `/<prefix>/issues/<issue-identifier>#document-<document-key>`
|
|
239
|
+
- agents: `/<prefix>/agents/<agent-url-key>`
|
|
240
|
+
- projects: `/<prefix>/projects/<project-url-key>`
|
|
241
|
+
- approvals: `/<prefix>/messenger/approvals/<approval-id>`
|
|
242
|
+
- runs: `/<prefix>/agents/<agent-url-key-or-id>/runs/<run-id>`
|
|
243
|
+
|
|
244
|
+
Example:
|
|
245
|
+
|
|
246
|
+
```md
|
|
247
|
+
## Update
|
|
248
|
+
|
|
249
|
+
Plan updated and ready for review.
|
|
250
|
+
|
|
251
|
+
- Plan: [PAP-142 plan](/PAP/issues/PAP-142#document-plan)
|
|
252
|
+
- Depends on: [PAP-224](/PAP/issues/PAP-224)
|
|
253
|
+
- Approval: [ca6ba09d](/PAP/messenger/approvals/ca6ba09d-b558-4a53-a552-e7ef87e54a1b)
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
## Discovery
|
|
257
|
+
|
|
258
|
+
When you are unsure which Rudder commands are supported in this runtime, use:
|
|
259
|
+
|
|
260
|
+
```bash
|
|
261
|
+
rudder agent capabilities --json
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
For the human-readable command catalog, read `references/cli-reference.md`.
|
|
265
|
+
For API debugging and compatibility investigations only, read `references/api-reference.md`.
|