@rudderhq/server 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-runtimes/registry.d.ts.map +1 -1
- package/dist/agent-runtimes/registry.js +0 -2
- package/dist/agent-runtimes/registry.js.map +1 -1
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +1 -5
- package/dist/app.js.map +1 -1
- package/dist/bootstrap/create-http-app.d.ts +1 -2
- package/dist/bootstrap/create-http-app.d.ts.map +1 -1
- package/dist/bootstrap/create-http-app.js +13 -12
- package/dist/bootstrap/create-http-app.js.map +1 -1
- package/dist/bootstrap/register-api-routes.d.ts +1 -2
- package/dist/bootstrap/register-api-routes.d.ts.map +1 -1
- package/dist/bootstrap/register-api-routes.js +22 -4
- package/dist/bootstrap/register-api-routes.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/middleware/logger.js +2 -2
- package/dist/middleware/logger.js.map +1 -1
- package/dist/middleware/logger.test.js +26 -10
- package/dist/middleware/logger.test.js.map +1 -1
- package/dist/redaction.d.ts +4 -0
- package/dist/redaction.d.ts.map +1 -1
- package/dist/redaction.js +15 -0
- package/dist/redaction.js.map +1 -1
- package/dist/routes/agent-issue-creation.d.ts +25 -0
- package/dist/routes/agent-issue-creation.d.ts.map +1 -0
- package/dist/routes/agent-issue-creation.js +201 -0
- package/dist/routes/agent-issue-creation.js.map +1 -0
- package/dist/routes/app-builder.d.ts +3 -1
- package/dist/routes/app-builder.d.ts.map +1 -1
- package/dist/routes/app-builder.js +30 -22
- package/dist/routes/app-builder.js.map +1 -1
- package/dist/routes/approvals.d.ts.map +1 -1
- package/dist/routes/approvals.js +36 -9
- package/dist/routes/approvals.js.map +1 -1
- package/dist/routes/chats.d.ts.map +1 -1
- package/dist/routes/chats.js +23 -4
- package/dist/routes/chats.js.map +1 -1
- package/dist/routes/chats.preflight.d.ts +2 -1
- package/dist/routes/chats.preflight.d.ts.map +1 -1
- package/dist/routes/chats.preflight.js +7 -0
- package/dist/routes/chats.preflight.js.map +1 -1
- package/dist/routes/chats.stream-routes.d.ts.map +1 -1
- package/dist/routes/chats.stream-routes.js +14 -3
- package/dist/routes/chats.stream-routes.js.map +1 -1
- package/dist/routes/chats.stream-support.d.ts.map +1 -1
- package/dist/routes/chats.stream-support.js +8 -0
- package/dist/routes/chats.stream-support.js.map +1 -1
- package/dist/routes/computer.d.ts +30 -0
- package/dist/routes/computer.d.ts.map +1 -0
- package/dist/routes/computer.js +231 -0
- package/dist/routes/computer.js.map +1 -0
- package/dist/routes/goals.d.ts.map +1 -1
- package/dist/routes/goals.js +176 -27
- package/dist/routes/goals.js.map +1 -1
- package/dist/routes/health.d.ts.map +1 -1
- package/dist/routes/health.js +2 -0
- package/dist/routes/health.js.map +1 -1
- package/dist/routes/index.d.ts +1 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +1 -0
- package/dist/routes/index.js.map +1 -1
- package/dist/routes/instance-settings.d.ts.map +1 -1
- package/dist/routes/instance-settings.js +3 -0
- package/dist/routes/instance-settings.js.map +1 -1
- package/dist/routes/issues.comments-attachments.d.ts.map +1 -1
- package/dist/routes/issues.comments-attachments.js +90 -8
- package/dist/routes/issues.comments-attachments.js.map +1 -1
- package/dist/routes/issues.d.ts.map +1 -1
- package/dist/routes/issues.js +14 -2
- package/dist/routes/issues.js.map +1 -1
- package/dist/routes/issues.mutations.d.ts.map +1 -1
- package/dist/routes/issues.mutations.js +206 -52
- package/dist/routes/issues.mutations.js.map +1 -1
- package/dist/routes/managed-mcp-runtime.d.ts.map +1 -1
- package/dist/routes/managed-mcp-runtime.js +109 -7
- package/dist/routes/managed-mcp-runtime.js.map +1 -1
- package/dist/routes/organization-skills.d.ts.map +1 -1
- package/dist/routes/organization-skills.js +23 -1
- package/dist/routes/organization-skills.js.map +1 -1
- package/dist/routes/requests.d.ts +3 -0
- package/dist/routes/requests.d.ts.map +1 -0
- package/dist/routes/requests.js +122 -0
- package/dist/routes/requests.js.map +1 -0
- package/dist/routes/rudder-plugins.d.ts +4 -0
- package/dist/routes/rudder-plugins.d.ts.map +1 -0
- package/dist/routes/rudder-plugins.js +203 -0
- package/dist/routes/rudder-plugins.js.map +1 -0
- package/dist/services/activity-log.d.ts +0 -3
- package/dist/services/activity-log.d.ts.map +1 -1
- package/dist/services/activity-log.js +19 -42
- package/dist/services/activity-log.js.map +1 -1
- package/dist/services/activity.d.ts +3 -3
- package/dist/services/agent-issue-creation.d.ts +344 -0
- package/dist/services/agent-issue-creation.d.ts.map +1 -0
- package/dist/services/agent-issue-creation.js +675 -0
- package/dist/services/agent-issue-creation.js.map +1 -0
- package/dist/services/agent-run-context.d.ts.map +1 -1
- package/dist/services/agent-run-context.js +10 -4
- package/dist/services/agent-run-context.js.map +1 -1
- package/dist/services/agents.d.ts +14 -14
- package/dist/services/agents.d.ts.map +1 -1
- package/dist/services/agents.js +2 -1
- package/dist/services/agents.js.map +1 -1
- package/dist/services/app-builder.d.ts.map +1 -1
- package/dist/services/app-builder.js +24 -3
- package/dist/services/app-builder.js.map +1 -1
- package/dist/services/chat-agent-runs.d.ts +1 -0
- package/dist/services/chat-agent-runs.d.ts.map +1 -1
- package/dist/services/chat-agent-runs.js +1 -0
- package/dist/services/chat-agent-runs.js.map +1 -1
- package/dist/services/chat-assistant.d.ts.map +1 -1
- package/dist/services/chat-assistant.helpers.d.ts +3 -1
- package/dist/services/chat-assistant.helpers.d.ts.map +1 -1
- package/dist/services/chat-assistant.helpers.js +25 -0
- package/dist/services/chat-assistant.helpers.js.map +1 -1
- package/dist/services/chat-assistant.js +57 -11
- package/dist/services/chat-assistant.js.map +1 -1
- package/dist/services/chat-generation-protocol.test.js +2 -2
- package/dist/services/chat-generation-protocol.test.js.map +1 -1
- package/dist/services/chat-queued-message-materialization.d.ts +1 -1
- package/dist/services/chats.create.d.ts +2 -2
- package/dist/services/chats.create.d.ts.map +1 -1
- package/dist/services/chats.d.ts +15 -15
- package/dist/services/chats.d.ts.map +1 -1
- package/dist/services/chats.helpers.d.ts +2 -2
- package/dist/services/chats.helpers.d.ts.map +1 -1
- package/dist/services/chats.helpers.goal-context.test.d.ts +2 -0
- package/dist/services/chats.helpers.goal-context.test.d.ts.map +1 -0
- package/dist/services/chats.helpers.goal-context.test.js +40 -0
- package/dist/services/chats.helpers.goal-context.test.js.map +1 -0
- package/dist/services/chats.helpers.js +27 -2
- package/dist/services/chats.helpers.js.map +1 -1
- package/dist/services/chats.js.map +1 -1
- package/dist/services/computer-broker.d.ts +35 -0
- package/dist/services/computer-broker.d.ts.map +1 -0
- package/dist/services/computer-broker.js +211 -0
- package/dist/services/computer-broker.js.map +1 -0
- package/dist/services/computer-broker.test.d.ts +2 -0
- package/dist/services/computer-broker.test.d.ts.map +1 -0
- package/dist/services/computer-broker.test.js +70 -0
- package/dist/services/computer-broker.test.js.map +1 -0
- package/dist/services/computer-capability.d.ts +13 -0
- package/dist/services/computer-capability.d.ts.map +1 -0
- package/dist/services/computer-capability.js +11 -0
- package/dist/services/computer-capability.js.map +1 -0
- package/dist/services/computer-capability.test.d.ts +2 -0
- package/dist/services/computer-capability.test.d.ts.map +1 -0
- package/dist/services/computer-capability.test.js +27 -0
- package/dist/services/computer-capability.test.js.map +1 -0
- package/dist/services/finance.d.ts +2 -2
- package/dist/services/goals.d.ts +267 -244
- package/dist/services/goals.d.ts.map +1 -1
- package/dist/services/goals.js +1279 -297
- package/dist/services/goals.js.map +1 -1
- package/dist/services/index.d.ts +3 -0
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/index.js +3 -0
- package/dist/services/index.js.map +1 -1
- package/dist/services/instance-settings.d.ts.map +1 -1
- package/dist/services/instance-settings.js +8 -3
- package/dist/services/instance-settings.js.map +1 -1
- package/dist/services/integrations/agent-integrations.d.ts +1 -1
- package/dist/services/issues.d.ts +86 -1
- package/dist/services/issues.d.ts.map +1 -1
- package/dist/services/issues.helpers.d.ts +4 -0
- package/dist/services/issues.helpers.d.ts.map +1 -1
- package/dist/services/issues.helpers.js +28 -6
- package/dist/services/issues.helpers.js.map +1 -1
- package/dist/services/issues.js +207 -127
- package/dist/services/issues.js.map +1 -1
- package/dist/services/knowledge-portability/organization-portability.files.d.ts +1 -1
- package/dist/services/knowledge-portability/organization-skills.catalog.d.ts +7 -1
- package/dist/services/knowledge-portability/organization-skills.catalog.d.ts.map +1 -1
- package/dist/services/knowledge-portability/organization-skills.catalog.js +10 -0
- package/dist/services/knowledge-portability/organization-skills.catalog.js.map +1 -1
- package/dist/services/knowledge-portability/organization-skills.d.ts +3 -1
- package/dist/services/knowledge-portability/organization-skills.d.ts.map +1 -1
- package/dist/services/knowledge-portability/organization-skills.js +80 -12
- package/dist/services/knowledge-portability/organization-skills.js.map +1 -1
- package/dist/services/mcp/managed-bindings.d.ts.map +1 -1
- package/dist/services/mcp/managed-bindings.js +18 -2
- package/dist/services/mcp/managed-bindings.js.map +1 -1
- package/dist/services/mcp/managed-client.d.ts +15 -0
- package/dist/services/mcp/managed-client.d.ts.map +1 -1
- package/dist/services/mcp/managed-client.js +23 -1
- package/dist/services/mcp/managed-client.js.map +1 -1
- package/dist/services/mcp/managed-client.test.js +73 -9
- package/dist/services/mcp/managed-client.test.js.map +1 -1
- package/dist/services/messenger.d.ts +3 -3
- package/dist/services/messenger.d.ts.map +1 -1
- package/dist/services/messenger.js +201 -65
- package/dist/services/messenger.js.map +1 -1
- package/dist/services/orgs.d.ts.map +1 -1
- package/dist/services/orgs.js +3 -1
- package/dist/services/orgs.js.map +1 -1
- package/dist/services/product-analytics.d.ts +2 -2
- package/dist/services/requests.d.ts +919 -0
- package/dist/services/requests.d.ts.map +1 -0
- package/dist/services/requests.js +532 -0
- package/dist/services/requests.js.map +1 -0
- package/dist/services/rudder-plugins.d.ts +107 -0
- package/dist/services/rudder-plugins.d.ts.map +1 -0
- package/dist/services/rudder-plugins.js +1760 -0
- package/dist/services/rudder-plugins.js.map +1 -0
- package/dist/services/rudder-plugins.test.d.ts +2 -0
- package/dist/services/rudder-plugins.test.d.ts.map +1 -0
- package/dist/services/rudder-plugins.test.js +191 -0
- package/dist/services/rudder-plugins.test.js.map +1 -0
- package/dist/services/runtime-kernel/heartbeat.core.d.ts +1 -0
- package/dist/services/runtime-kernel/heartbeat.core.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.core.js +1 -1
- package/dist/services/runtime-kernel/heartbeat.core.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.d.ts +65 -0
- package/dist/services/runtime-kernel/heartbeat.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.execute.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.execute.js +21 -5
- package/dist/services/runtime-kernel/heartbeat.execute.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.js +320 -108
- package/dist/services/runtime-kernel/heartbeat.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.recovery.d.ts +1 -0
- package/dist/services/runtime-kernel/heartbeat.recovery.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.recovery.js +39 -4
- package/dist/services/runtime-kernel/heartbeat.recovery.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.sessions.js +1 -1
- package/dist/services/runtime-kernel/heartbeat.sessions.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.terminal.d.ts +14 -1
- package/dist/services/runtime-kernel/heartbeat.terminal.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.terminal.js +46 -1
- package/dist/services/runtime-kernel/heartbeat.terminal.js.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.wakeup.d.ts +1 -0
- package/dist/services/runtime-kernel/heartbeat.wakeup.d.ts.map +1 -1
- package/dist/services/runtime-kernel/heartbeat.wakeup.js +124 -6
- package/dist/services/runtime-kernel/heartbeat.wakeup.js.map +1 -1
- package/dist/services/workspace-runtime.services.d.ts +1 -1
- package/package.json +18 -18
- package/resources/bundled-skills/app-builder/SKILL.md +39 -9
- package/resources/bundled-skills/app-builder/assets/scaffold/app/globals.css +109 -16
- package/resources/bundled-skills/app-builder/assets/scaffold/components/contacts-workspace.tsx +176 -152
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/alert.tsx +12 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/badge.tsx +27 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/button.tsx +9 -7
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/card.tsx +15 -3
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/empty.tsx +18 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/field.tsx +23 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/input.tsx +1 -1
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/label.tsx +1 -1
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/separator.tsx +6 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/skeleton.tsx +6 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components/ui/table.tsx +30 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/components.json +20 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/next-env.d.ts +1 -1
- package/resources/bundled-skills/app-builder/assets/scaffold/next.config.ts +19 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/package.json +2 -1
- package/resources/bundled-skills/app-builder/assets/scaffold/rudder.app.json +1 -1
- package/resources/bundled-skills/app-builder/assets/scaffold/rudder.ui.json +13 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/scripts/validate-rudder-ui.mjs +50 -0
- package/resources/bundled-skills/app-builder/assets/scaffold/tests/e2e/app.spec.ts +35 -1
- package/resources/bundled-skills/app-builder/evals/evals.json +2 -1
- package/resources/bundled-skills/app-builder/references/design-guidelines.md +19 -2
- package/resources/bundled-skills/app-builder/references/rudder-ui-preset.md +73 -0
- package/resources/bundled-skills/app-builder/references/scaffold-contract.md +12 -0
- package/resources/bundled-skills/app-builder/references/verification.md +6 -0
- package/resources/bundled-skills/app-builder/scripts/report-build-status.mjs +83 -0
- package/resources/bundled-skills/rudder-docs/SKILL.md +2 -2
- package/resources/bundled-skills/rudder-docs/evals/retrieval-authority-evals.json +40 -0
- package/resources/bundled-skills/rudder-docs/evals/trigger-evals.json +2 -2
- package/resources/bundled-skills/rudder-docs/references/api-reference.md +0 -2
- package/resources/bundled-skills/rudder-docs/references/cli-reference.md +7 -2
- package/resources/bundled-skills/rudder-docs/references/operating-practices.md +10 -6
- package/resources/bundled-skills/rudder-docs/references/plugin-authoring.md +38 -114
- package/resources/bundled-skills/rudder-docs/references/source-map.md +2 -0
- package/skills/app-builder/SKILL.md +39 -9
- package/skills/app-builder/assets/scaffold/app/globals.css +109 -16
- package/skills/app-builder/assets/scaffold/components/contacts-workspace.tsx +176 -152
- package/skills/app-builder/assets/scaffold/components/ui/alert.tsx +12 -0
- package/skills/app-builder/assets/scaffold/components/ui/badge.tsx +27 -0
- package/skills/app-builder/assets/scaffold/components/ui/button.tsx +9 -7
- package/skills/app-builder/assets/scaffold/components/ui/card.tsx +15 -3
- package/skills/app-builder/assets/scaffold/components/ui/empty.tsx +18 -0
- package/skills/app-builder/assets/scaffold/components/ui/field.tsx +23 -0
- package/skills/app-builder/assets/scaffold/components/ui/input.tsx +1 -1
- package/skills/app-builder/assets/scaffold/components/ui/label.tsx +1 -1
- package/skills/app-builder/assets/scaffold/components/ui/separator.tsx +6 -0
- package/skills/app-builder/assets/scaffold/components/ui/skeleton.tsx +6 -0
- package/skills/app-builder/assets/scaffold/components/ui/table.tsx +30 -0
- package/skills/app-builder/assets/scaffold/components.json +20 -0
- package/skills/app-builder/assets/scaffold/next-env.d.ts +1 -1
- package/skills/app-builder/assets/scaffold/next.config.ts +19 -0
- package/skills/app-builder/assets/scaffold/package.json +2 -1
- package/skills/app-builder/assets/scaffold/rudder.app.json +1 -1
- package/skills/app-builder/assets/scaffold/rudder.ui.json +13 -0
- package/skills/app-builder/assets/scaffold/scripts/validate-rudder-ui.mjs +50 -0
- package/skills/app-builder/assets/scaffold/tests/e2e/app.spec.ts +35 -1
- package/skills/app-builder/evals/evals.json +2 -1
- package/skills/app-builder/references/design-guidelines.md +19 -2
- package/skills/app-builder/references/rudder-ui-preset.md +73 -0
- package/skills/app-builder/references/scaffold-contract.md +12 -0
- package/skills/app-builder/references/verification.md +6 -0
- package/skills/app-builder/scripts/report-build-status.mjs +83 -0
- package/skills/rudder-docs/SKILL.md +2 -2
- package/skills/rudder-docs/evals/retrieval-authority-evals.json +40 -0
- package/skills/rudder-docs/evals/trigger-evals.json +2 -2
- package/skills/rudder-docs/references/api-reference.md +0 -2
- package/skills/rudder-docs/references/cli-reference.md +7 -2
- package/skills/rudder-docs/references/operating-practices.md +10 -6
- package/skills/rudder-docs/references/plugin-authoring.md +38 -114
- package/skills/rudder-docs/references/source-map.md +2 -0
- package/ui-dist/assets/{LibraryLiveSurface-cHCJmmsl.js → LibraryLiveSurface-D4uCo0l0.js} +1 -1
- package/ui-dist/assets/{abnfDiagram-VRR7QNED-BORJvkew.js → abnfDiagram-VRR7QNED-FF2qcR6A.js} +1 -1
- package/ui-dist/assets/addon-fit-4gL7JXzc.js +1 -0
- package/ui-dist/assets/{arc-DPUzhx87.js → arc-D5pLjh6B.js} +1 -1
- package/ui-dist/assets/{architectureDiagram-ZJ3FMSHR-Bz_hY8LM.js → architectureDiagram-ZJ3FMSHR-BvqY-HXg.js} +1 -1
- package/ui-dist/assets/{blockDiagram-677ZJIJ3-Bq1X3YkP.js → blockDiagram-677ZJIJ3-BU6ZbJ0s.js} +1 -1
- package/ui-dist/assets/{c4Diagram-LMCZKHZV-BawEM9Pc.js → c4Diagram-LMCZKHZV-Cl5Gsovj.js} +1 -1
- package/ui-dist/assets/channel-HcmprA3I.js +1 -0
- package/ui-dist/assets/{chunk-2Q5K7J3B-D0D5ZOaA.js → chunk-2Q5K7J3B-4a2agt_p.js} +1 -1
- package/ui-dist/assets/{chunk-32BRIVSS-T90P7lug.js → chunk-32BRIVSS-CF0oOO2T.js} +1 -1
- package/ui-dist/assets/{chunk-5VM5RSS4-jcAERTgh.js → chunk-5VM5RSS4-CsSq2zX2.js} +1 -1
- package/ui-dist/assets/{chunk-EX3LRPZG-t9-JXwnR.js → chunk-EX3LRPZG-B6riETVZ.js} +1 -1
- package/ui-dist/assets/{chunk-JWPE2WC7-hqgD1saC.js → chunk-JWPE2WC7-S-p1xu0r.js} +1 -1
- package/ui-dist/assets/{chunk-MOJQB5TN-BsSUoYzd.js → chunk-MOJQB5TN-mVE4v_LV.js} +1 -1
- package/ui-dist/assets/{chunk-RYQCIY6F-YcdDh2Zn.js → chunk-RYQCIY6F-CElbgpgs.js} +1 -1
- package/ui-dist/assets/{chunk-V7JOEXUC-ChFyH9Su.js → chunk-V7JOEXUC-8XM3povP.js} +1 -1
- package/ui-dist/assets/{chunk-VR4S4FIN-BjVK8IyX.js → chunk-VR4S4FIN-LrThp3ht.js} +1 -1
- package/ui-dist/assets/{chunk-XXDRQBXY-D-TvO9vT.js → chunk-XXDRQBXY-D38vLb4t.js} +1 -1
- package/ui-dist/assets/classDiagram-OUVF2IWQ-Dpe8LaLf.js +1 -0
- package/ui-dist/assets/classDiagram-v2-EOCWNBFH-Dpe8LaLf.js +1 -0
- package/ui-dist/assets/{cose-bilkent-JH36ORCC-DBwhASJG.js → cose-bilkent-JH36ORCC-CmpZMaDV.js} +1 -1
- package/ui-dist/assets/{cynefin-VYW2F7L2-SlCRmwl2.js → cynefin-VYW2F7L2-D3RnbBvI.js} +1 -1
- package/ui-dist/assets/{cynefinDiagram-TSTJHNR4-DImV6N_p.js → cynefinDiagram-TSTJHNR4-DZTcUojp.js} +1 -1
- package/ui-dist/assets/{dagre-VKFMJZFB-FH4Wv8Zn.js → dagre-VKFMJZFB-6jXSDi0S.js} +1 -1
- package/ui-dist/assets/{diagram-FQU43EPY-CrZvQjId.js → diagram-FQU43EPY-DIMm3mfS.js} +1 -1
- package/ui-dist/assets/{diagram-G47NLZAW-B7IGl_T3.js → diagram-G47NLZAW-Cyo22v0_.js} +1 -1
- package/ui-dist/assets/{diagram-NH7WQ7WH-CB4i7H1a.js → diagram-NH7WQ7WH-CHDV0nSL.js} +1 -1
- package/ui-dist/assets/{diagram-OA4YK3LP-DNyWPYY9.js → diagram-OA4YK3LP-Jijx9vQO.js} +1 -1
- package/ui-dist/assets/{diagram-WEI45ONY-BAhxbhpi.js → diagram-WEI45ONY-CcL19HLE.js} +1 -1
- package/ui-dist/assets/{ebnfDiagram-CCIWWBDH-ClXtQ9qt.js → ebnfDiagram-CCIWWBDH-D94h-RFQ.js} +1 -1
- package/ui-dist/assets/{erDiagram-Q63AITRT-DGXiMYfn.js → erDiagram-Q63AITRT-B3ypUGZX.js} +1 -1
- package/ui-dist/assets/{flowDiagram-23GEKE2U-CdZ-02zc.js → flowDiagram-23GEKE2U-DjCT6Y1o.js} +1 -1
- package/ui-dist/assets/{ganttDiagram-NO4QXBWP-TxhzNpta.js → ganttDiagram-NO4QXBWP-C3QVhTc9.js} +1 -1
- package/ui-dist/assets/{gitGraphDiagram-IHSO6WYX-D6Q_w6wR.js → gitGraphDiagram-IHSO6WYX-D0trBzU5.js} +1 -1
- package/ui-dist/assets/{graph-CxNmbpl9.js → graph-D1zFmVUP.js} +1 -1
- package/ui-dist/assets/{index-Cx6oIZPm.js → index-B0GEsWui.js} +568 -593
- package/ui-dist/assets/{index-BA9tMBhO.js → index-B8bxQLfN.js} +1 -1
- package/ui-dist/assets/{index-C_nwI4Yj.js → index-BFktZ2tu.js} +1 -1
- package/ui-dist/assets/index-BT7dphT4.css +32 -0
- package/ui-dist/assets/{index-BoTz5S-X.js → index-Bk_yesiO.js} +1 -1
- package/ui-dist/assets/{index-CXnqg1Oq.js → index-BwutQLG1.js} +1 -1
- package/ui-dist/assets/{index-AkhgKOxC.js → index-CB4zr_Ku.js} +1 -1
- package/ui-dist/assets/{index-Rau2cGm0.js → index-CC89UPa-.js} +1 -1
- package/ui-dist/assets/{index-kbWUQ1um.js → index-CFWOO6yn.js} +1 -1
- package/ui-dist/assets/{index-DU2LI7f9.js → index-CK8u9b07.js} +1 -1
- package/ui-dist/assets/{index-C12QC1Ex.js → index-CRolpP90.js} +1 -1
- package/ui-dist/assets/{index-Bxz75ICF.js → index-CiCRRUVV.js} +1 -1
- package/ui-dist/assets/{index-Do78GymY.js → index-D8JG-IU9.js} +1 -1
- package/ui-dist/assets/{index-CW21qWFm.js → index-DKCiVvJo.js} +1 -1
- package/ui-dist/assets/{index-BujwWE3j.js → index-G2yfKEf_.js} +1 -1
- package/ui-dist/assets/{index-BQ87dGIq.js → index-or2C22bw.js} +1 -1
- package/ui-dist/assets/{infoDiagram-FWYZ7A6U-CnJd4-Jq.js → infoDiagram-FWYZ7A6U-Co0nkcV4.js} +1 -1
- package/ui-dist/assets/{ishikawaDiagram-FXEZZL3T-Bq-qc3pD.js → ishikawaDiagram-FXEZZL3T-CkIg1Jdu.js} +1 -1
- package/ui-dist/assets/{journeyDiagram-5HDEW3XC-NSmpUGUA.js → journeyDiagram-5HDEW3XC-AYUT6JuJ.js} +1 -1
- package/ui-dist/assets/{kanban-definition-HUTT4EX6-D7pgWtfA.js → kanban-definition-HUTT4EX6-C3H2XW08.js} +1 -1
- package/ui-dist/assets/{layout-BRuo6LWe.js → layout-sZWyqNOu.js} +1 -1
- package/ui-dist/assets/{linear-CkaWI9Nd.js → linear-BLTYou8N.js} +1 -1
- package/ui-dist/assets/{map-CgA6tTpZ.js → map-zKBdHkX8.js} +1 -1
- package/ui-dist/assets/{mermaid.core-DrXOt-P6.js → mermaid.core-DbjdFip8.js} +4 -4
- package/ui-dist/assets/{mindmap-definition-LN4V7U3C-D9ImeWBe.js → mindmap-definition-LN4V7U3C-DcDNQ4GQ.js} +1 -1
- package/ui-dist/assets/{pegDiagram-2B236MQR-Cq-zZ_zz.js → pegDiagram-2B236MQR-BGq1PngU.js} +1 -1
- package/ui-dist/assets/{pieDiagram-ENE6RG2P-FgNgy726.js → pieDiagram-ENE6RG2P-BfXWRzNb.js} +1 -1
- package/ui-dist/assets/{quadrantDiagram-ABIIQ3AL-BxQbmGmi.js → quadrantDiagram-ABIIQ3AL-AYMVAbo1.js} +1 -1
- package/ui-dist/assets/{railroadDiagram-RFXS5EU6-CrpbkPH2.js → railroadDiagram-RFXS5EU6-B0PoG0Ih.js} +1 -1
- package/ui-dist/assets/{requirementDiagram-TGXJPOKE-DQ-65ZW6.js → requirementDiagram-TGXJPOKE-Cuuu9wfw.js} +1 -1
- package/ui-dist/assets/{sankeyDiagram-HTMAVEWB-Bom0lMZm.js → sankeyDiagram-HTMAVEWB-BceAc42f.js} +1 -1
- package/ui-dist/assets/{sequenceDiagram-DBY2YBRQ-C1MSDLDj.js → sequenceDiagram-DBY2YBRQ-cqJ71-Rw.js} +1 -1
- package/ui-dist/assets/{sizeCapture-X5ZJPWSS-Bn1vxebD.js → sizeCapture-X5ZJPWSS-DQ6MibbA.js} +1 -1
- package/ui-dist/assets/{stateDiagram-2N3HPSRC-GRRQpmzI.js → stateDiagram-2N3HPSRC-Bdl-XY7t.js} +1 -1
- package/ui-dist/assets/stateDiagram-v2-6OUMAXLB-Cjj7yPIO.js +1 -0
- package/ui-dist/assets/{swimlanes-5IMT3BWC-BcOOCZ4q.js → swimlanes-5IMT3BWC-Dpo2HDtE.js} +2 -2
- package/ui-dist/assets/swimlanesDiagram-G3AALYLV-CPmIkNCu.js +8 -0
- package/ui-dist/assets/{timeline-definition-FHXFAJF6-gi6amswh.js → timeline-definition-FHXFAJF6-BzmJ-xnC.js} +1 -1
- package/ui-dist/assets/{vennDiagram-L72KCM5P-B9uqeyQt.js → vennDiagram-L72KCM5P-BF2EI7vn.js} +1 -1
- package/ui-dist/assets/{wardleyDiagram-EHGQE667-BnqWAMiE.js → wardleyDiagram-EHGQE667-DM65x1i1.js} +1 -1
- package/ui-dist/assets/xterm-DZP7bLZ5.js +9 -0
- package/ui-dist/assets/{xychartDiagram-FW5EYKEG-BJXKltIN.js → xychartDiagram-FW5EYKEG-3Q2t9pdU.js} +1 -1
- package/ui-dist/index.html +2 -2
- package/dist/bootstrap/plugin-host-runtime.d.ts +0 -116
- package/dist/bootstrap/plugin-host-runtime.d.ts.map +0 -1
- package/dist/bootstrap/plugin-host-runtime.js +0 -179
- package/dist/bootstrap/plugin-host-runtime.js.map +0 -1
- package/dist/bundled-plugins/plugin-linear/README.md +0 -22
- package/dist/bundled-plugins/plugin-linear/dist/manifest.js +0 -183
- package/dist/bundled-plugins/plugin-linear/dist/manifest.js.map +0 -7
- package/dist/bundled-plugins/plugin-linear/dist/ui/index.js +0 -1285
- package/dist/bundled-plugins/plugin-linear/dist/ui/index.js.map +0 -7
- package/dist/bundled-plugins/plugin-linear/dist/worker.js +0 -10699
- package/dist/bundled-plugins/plugin-linear/dist/worker.js.map +0 -7
- package/dist/bundled-plugins/plugin-linear/package.json +0 -42
- package/dist/routes/plugin-ui-static.d.ts +0 -70
- package/dist/routes/plugin-ui-static.d.ts.map +0 -1
- package/dist/routes/plugin-ui-static.js +0 -375
- package/dist/routes/plugin-ui-static.js.map +0 -1
- package/dist/routes/plugins.d.ts +0 -120
- package/dist/routes/plugins.d.ts.map +0 -1
- package/dist/routes/plugins.js +0 -1125
- package/dist/routes/plugins.js.map +0 -1
- package/dist/routes/plugins.operations-routes.d.ts +0 -28
- package/dist/routes/plugins.operations-routes.d.ts.map +0 -1
- package/dist/routes/plugins.operations-routes.js +0 -720
- package/dist/routes/plugins.operations-routes.js.map +0 -1
- package/dist/services/plugin-capability-validator.d.ts +0 -108
- package/dist/services/plugin-capability-validator.d.ts.map +0 -1
- package/dist/services/plugin-capability-validator.js +0 -268
- package/dist/services/plugin-capability-validator.js.map +0 -1
- package/dist/services/plugin-config-validator.d.ts +0 -26
- package/dist/services/plugin-config-validator.d.ts.map +0 -1
- package/dist/services/plugin-config-validator.js +0 -41
- package/dist/services/plugin-config-validator.js.map +0 -1
- package/dist/services/plugin-dev-watcher.d.ts +0 -47
- package/dist/services/plugin-dev-watcher.d.ts.map +0 -1
- package/dist/services/plugin-dev-watcher.js +0 -275
- package/dist/services/plugin-dev-watcher.js.map +0 -1
- package/dist/services/plugin-event-bus.d.ts +0 -149
- package/dist/services/plugin-event-bus.d.ts.map +0 -1
- package/dist/services/plugin-event-bus.js +0 -258
- package/dist/services/plugin-event-bus.js.map +0 -1
- package/dist/services/plugin-host-service-cleanup.d.ts +0 -14
- package/dist/services/plugin-host-service-cleanup.d.ts.map +0 -1
- package/dist/services/plugin-host-service-cleanup.js +0 -37
- package/dist/services/plugin-host-service-cleanup.js.map +0 -1
- package/dist/services/plugin-host-services.d.ts +0 -13
- package/dist/services/plugin-host-services.d.ts.map +0 -1
- package/dist/services/plugin-host-services.js +0 -933
- package/dist/services/plugin-host-services.js.map +0 -1
- package/dist/services/plugin-job-coordinator.d.ts +0 -81
- package/dist/services/plugin-job-coordinator.d.ts.map +0 -1
- package/dist/services/plugin-job-coordinator.js +0 -172
- package/dist/services/plugin-job-coordinator.js.map +0 -1
- package/dist/services/plugin-job-scheduler.d.ts +0 -163
- package/dist/services/plugin-job-scheduler.d.ts.map +0 -1
- package/dist/services/plugin-job-scheduler.js +0 -452
- package/dist/services/plugin-job-scheduler.js.map +0 -1
- package/dist/services/plugin-job-store.d.ts +0 -208
- package/dist/services/plugin-job-store.d.ts.map +0 -1
- package/dist/services/plugin-job-store.js +0 -350
- package/dist/services/plugin-job-store.js.map +0 -1
- package/dist/services/plugin-lifecycle.d.ts +0 -240
- package/dist/services/plugin-lifecycle.d.ts.map +0 -1
- package/dist/services/plugin-lifecycle.js +0 -439
- package/dist/services/plugin-lifecycle.js.map +0 -1
- package/dist/services/plugin-loader.core.d.ts +0 -40
- package/dist/services/plugin-loader.core.d.ts.map +0 -1
- package/dist/services/plugin-loader.core.js +0 -879
- package/dist/services/plugin-loader.core.js.map +0 -1
- package/dist/services/plugin-loader.d.ts +0 -30
- package/dist/services/plugin-loader.d.ts.map +0 -1
- package/dist/services/plugin-loader.helpers.d.ts +0 -495
- package/dist/services/plugin-loader.helpers.d.ts.map +0 -1
- package/dist/services/plugin-loader.helpers.js +0 -238
- package/dist/services/plugin-loader.helpers.js.map +0 -1
- package/dist/services/plugin-loader.js +0 -30
- package/dist/services/plugin-loader.js.map +0 -1
- package/dist/services/plugin-loader.worker-paths.d.ts +0 -37
- package/dist/services/plugin-loader.worker-paths.d.ts.map +0 -1
- package/dist/services/plugin-loader.worker-paths.js +0 -62
- package/dist/services/plugin-loader.worker-paths.js.map +0 -1
- package/dist/services/plugin-log-retention.d.ts +0 -20
- package/dist/services/plugin-log-retention.d.ts.map +0 -1
- package/dist/services/plugin-log-retention.js +0 -63
- package/dist/services/plugin-log-retention.js.map +0 -1
- package/dist/services/plugin-manifest-validator.d.ts +0 -90
- package/dist/services/plugin-manifest-validator.d.ts.map +0 -1
- package/dist/services/plugin-manifest-validator.js +0 -72
- package/dist/services/plugin-manifest-validator.js.map +0 -1
- package/dist/services/plugin-registry.d.ts +0 -2542
- package/dist/services/plugin-registry.d.ts.map +0 -1
- package/dist/services/plugin-registry.js +0 -536
- package/dist/services/plugin-registry.js.map +0 -1
- package/dist/services/plugin-runtime-sandbox.d.ts +0 -40
- package/dist/services/plugin-runtime-sandbox.d.ts.map +0 -1
- package/dist/services/plugin-runtime-sandbox.js +0 -154
- package/dist/services/plugin-runtime-sandbox.js.map +0 -1
- package/dist/services/plugin-secrets-handler.d.ts +0 -81
- package/dist/services/plugin-secrets-handler.d.ts.map +0 -1
- package/dist/services/plugin-secrets-handler.js +0 -275
- package/dist/services/plugin-secrets-handler.js.map +0 -1
- package/dist/services/plugin-state-store.d.ts +0 -92
- package/dist/services/plugin-state-store.d.ts.map +0 -1
- package/dist/services/plugin-state-store.js +0 -190
- package/dist/services/plugin-state-store.js.map +0 -1
- package/dist/services/plugin-stream-bus.d.ts +0 -29
- package/dist/services/plugin-stream-bus.d.ts.map +0 -1
- package/dist/services/plugin-stream-bus.js +0 -48
- package/dist/services/plugin-stream-bus.js.map +0 -1
- package/dist/services/plugin-tool-dispatcher.d.ts +0 -180
- package/dist/services/plugin-tool-dispatcher.d.ts.map +0 -1
- package/dist/services/plugin-tool-dispatcher.js +0 -224
- package/dist/services/plugin-tool-dispatcher.js.map +0 -1
- package/dist/services/plugin-tool-registry.d.ts +0 -192
- package/dist/services/plugin-tool-registry.d.ts.map +0 -1
- package/dist/services/plugin-tool-registry.js +0 -224
- package/dist/services/plugin-tool-registry.js.map +0 -1
- package/dist/services/plugin-worker-manager.d.ts +0 -260
- package/dist/services/plugin-worker-manager.d.ts.map +0 -1
- package/dist/services/plugin-worker-manager.js +0 -836
- package/dist/services/plugin-worker-manager.js.map +0 -1
- package/ui-dist/assets/channel-C08AyYJr.js +0 -1
- package/ui-dist/assets/classDiagram-OUVF2IWQ-BIXq6fec.js +0 -1
- package/ui-dist/assets/classDiagram-v2-EOCWNBFH-BIXq6fec.js +0 -1
- package/ui-dist/assets/index-BmXb0yC1.css +0 -1
- package/ui-dist/assets/stateDiagram-v2-6OUMAXLB-KvSJhiLM.js +0 -1
- package/ui-dist/assets/swimlanesDiagram-G3AALYLV-Cr92NnJ4.js +0 -8
|
@@ -52,6 +52,11 @@ operating-practices guide for operating behavior:
|
|
|
52
52
|
| `rudder_agent_skills_create` | `rudder agent skills create [agent-id] --name <name> [--enable]` | Create an agent-private skill package under AGENT_HOME/skills. | yes | no | no | attached when available |
|
|
53
53
|
| `rudder_agent_skills_enable` | `rudder agent skills enable <agent-id> <selection-ref...>` | Add skill selections to an agent without replacing existing enabled skills. | yes | no | no | attached when available |
|
|
54
54
|
| `rudder_agent_skills_sync` | `rudder agent skills sync <agent-id>` | Sync the desired enabled skill set for an agent. | yes | no | no | attached when available |
|
|
55
|
+
| `rudder_goal_list` | `rudder goal list [--lifecycle <draft|active|closed|all>] [--focus <true|false>] [--facet <facet>] [--limit <n>]` | Discover Goals owned by the authenticated Agent; defaults to active Goals and returns current progress, next step, and attention state. | no | required | required | no |
|
|
56
|
+
| `rudder_goal_context` | `rudder goal context <goal-id>` | Read the owned Goal agreement and current operating context before acting: contract revision, criteria, boundaries, progress, next step, attention, proposals, and recent feedback. | no | no | required | no |
|
|
57
|
+
| `rudder_goal_progress` | `rudder goal progress <goal-id> --summary <text> --evidence-refs <json> --idempotency-key <key>` | Record evidence-backed progress for a Goal owned by the authenticated Agent and attribute it to the current Run. | yes | no | required | required |
|
|
58
|
+
| `rudder_goal_change_propose` | `rudder goal change propose <goal-id> --contract-revision <n> --after-contract <json> --rationale <text> --idempotency-key <key>` | Propose a reviewable change to the current Goal contract when evidence shows its outcome, criteria, boundaries, or deadlines should change. | yes | no | required | required |
|
|
59
|
+
| `rudder_goal_result_propose` | `rudder goal result propose <goal-id> --contract-revision <n> --criteria <json> --evidence-refs <json> --risk-summary <text> --idempotency-key <key>` | Submit an evidence-backed Goal result for mandatory human acceptance without closing the Goal. | yes | no | required | required |
|
|
55
60
|
| `rudder_issue_get` | `rudder issue get <issue>` | Read a full issue by UUID or identifier. | no | no | no | no |
|
|
56
61
|
| `rudder_issue_list` | `rudder issue list --org-id <id>` | List issues with optional status, assignee, and project filters without requiring a search query. | no | required | no | no |
|
|
57
62
|
| `rudder_issue_search` | `rudder issue search <query> [--org-id <id>]` | Search issues with the server-side issue index across title, identifier, description, and comments. | no | required | no | no |
|
|
@@ -64,7 +69,7 @@ operating-practices guide for operating behavior:
|
|
|
64
69
|
| `rudder_issue_review` | `rudder issue review <issue> --decision <decision> --comment-file <path>` | Record a structured reviewer decision with a required comment. | yes | no | no | attached when available |
|
|
65
70
|
| `rudder_issue_commit` | `rudder issue commit <issue> --sha <sha> --message <subject>` | Report a code commit created during issue work as structured issue activity. | yes | no | no | attached when available |
|
|
66
71
|
| `rudder_issue_done` | `rudder issue done <issue> --comment-file <path> [--image <path>]` | Mark an issue done with a required completion comment, optionally uploading images. | yes | no | no | attached when available |
|
|
67
|
-
| `rudder_issue_block` | `rudder issue block <issue> --comment-file <path> [--image <path>]` |
|
|
72
|
+
| `rudder_issue_block` | `rudder issue block <issue> --comment-file <path> [--image <path>]` | Request human assistance after bounded recovery attempts; repeated matching claims are audited before the Issue becomes blocked. | yes | no | no | attached when available |
|
|
68
73
|
| `rudder_project_list` | `rudder project list --org-id <id>` | List projects in an organization. | no | required | no | no |
|
|
69
74
|
| `rudder_project_get` | `rudder project get <project-id-or-shortname> [--org-id <id>]` | Read one project by ID or shortname. | no | no | no | no |
|
|
70
75
|
| `rudder_project_create` | `rudder project create --org-id <id> --name <name>` | Create a project in the organization. | yes | required | no | attached when available |
|
|
@@ -147,7 +152,7 @@ Operating rules live in [ownership, checkout, and wake scope](operating-practice
|
|
|
147
152
|
|
|
148
153
|
- progress: `rudder issue comment <issue> --body-file <path> [--image <path>]`
|
|
149
154
|
- done: `rudder issue done <issue> --comment-file <path> [--image <path>]`
|
|
150
|
-
-
|
|
155
|
+
- assistance/block audit: `rudder issue block <issue> --comment-file <path> [--image <path>]`
|
|
151
156
|
|
|
152
157
|
Issue comment and close-out commands accept comment bodies only from files or stdin. For multiline Markdown, command names, code spans, code blocks, test summaries, or screenshot evidence, pass `--body-file <path>` or `--comment-file <path>`, or pass `-` to read the body from stdin.
|
|
153
158
|
|
|
@@ -83,12 +83,16 @@ because work is executable, durable, long-running, or reviewable.
|
|
|
83
83
|
## Review And Close-Out
|
|
84
84
|
|
|
85
85
|
Use the close-out signal matching the outcome: a progress comment when work
|
|
86
|
-
remains, done with completion evidence,
|
|
87
|
-
explicit handoff comment with an ownership change.
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
86
|
+
remains, done with completion evidence, a blocker claim after bounded recovery,
|
|
87
|
+
or an explicit handoff comment with an ownership change.
|
|
88
|
+
|
|
89
|
+
Complete the real task. If an action fails, investigate and try a bounded,
|
|
90
|
+
materially different recovery path before requesting human help. A blocker
|
|
91
|
+
claim must identify the blocker and exact human input or action required.
|
|
92
|
+
Rudder records the Assistance Request and audits the same blocker across
|
|
93
|
+
separate execution Runs; the first claim does not directly establish a blocked
|
|
94
|
+
Issue. Do not repeat a failed action inside one Run merely to increase the
|
|
95
|
+
audit count, and do not present partial work as complete.
|
|
92
96
|
|
|
93
97
|
A reviewer does not take over implementation unless explicitly asked. Ordinary
|
|
94
98
|
explicit reviewer work may happen in any issue status while preserving
|
|
@@ -1,116 +1,40 @@
|
|
|
1
1
|
# Plugin Authoring
|
|
2
2
|
|
|
3
|
-
Use this
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
`doc/engineering/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
Use `create-rudder-plugin` instead of hand-writing boilerplate. In a Rudder
|
|
42
|
-
checkout, first build the scaffold package, then run its generated CLI for the
|
|
43
|
-
requested npm package name and output root. `--output` names the parent
|
|
44
|
-
directory; the CLI appends the package basename, and that destination must not
|
|
45
|
-
already exist. Verify the exact commands in
|
|
46
|
-
the current authoring guide before execution.
|
|
47
|
-
|
|
48
|
-
For a repository-local package, the scaffold uses `workspace:*` for
|
|
49
|
-
`@rudderhq/plugin-sdk`. For an external package, pass `--sdk-path` pointing to
|
|
50
|
-
the checkout's `packages/plugins/sdk`; the scaffold snapshots the SDK/shared
|
|
51
|
-
packages into `.rudder-sdk/` so the Plugin can build and test before an npm
|
|
52
|
-
publication exists.
|
|
53
|
-
|
|
54
|
-
The generated package should include:
|
|
55
|
-
|
|
56
|
-
- `src/manifest.ts`;
|
|
57
|
-
- `src/worker.ts`;
|
|
58
|
-
- `src/ui/index.tsx` when UI is used;
|
|
59
|
-
- `tests/plugin.spec.ts`;
|
|
60
|
-
- `package.json` and current build configuration.
|
|
61
|
-
|
|
62
|
-
Scaffold only under the explicit output root and confirm the derived package
|
|
63
|
-
directory before execution. Do not install the generated Plugin into a running
|
|
64
|
-
Rudder instance unless the user also requested that host mutation.
|
|
65
|
-
|
|
66
|
-
## Implement Within Current Boundaries
|
|
67
|
-
|
|
68
|
-
Review the manifest, worker, UI, and tests together:
|
|
69
|
-
|
|
70
|
-
- Declare only capabilities used by the worker-side host APIs.
|
|
71
|
-
- Keep tool names Plugin-namespaced; they must not shadow core or other Plugin
|
|
72
|
-
tools.
|
|
73
|
-
- Keep UI self-contained. Rudder does not provide a shared Plugin React
|
|
74
|
-
component kit yet.
|
|
75
|
-
- Do not use `ctx.assets`; it is not supported in the current runtime.
|
|
76
|
-
- Use `routePath` only for a `page` slot. It must be one lowercase slug and may
|
|
77
|
-
not collide with a reserved host route or another installed Plugin page.
|
|
78
|
-
- Use the SDK's declared worker, UI, testing, bundler, and dev-server surfaces
|
|
79
|
-
rather than undocumented application internals.
|
|
80
|
-
- Treat jobs and webhooks as namespaced external execution surfaces and keep
|
|
81
|
-
their capabilities, ownership, logs, and failure evidence explicit.
|
|
82
|
-
|
|
83
|
-
Local development installs must use an absolute filesystem path. The server
|
|
84
|
-
can watch a local-path Plugin and restart its worker after rebuilds, but that
|
|
85
|
-
does not make a repo-local checkout a production deployment artifact.
|
|
86
|
-
|
|
87
|
-
## Wire A Bundled Example Only When Requested
|
|
88
|
-
|
|
89
|
-
Only if the user explicitly asks for bundled example or discoverable host
|
|
90
|
-
wiring, update the host's bundled-example list and the documentation that
|
|
91
|
-
enumerates in-repo examples. A request to scaffold or develop a Plugin alone
|
|
92
|
-
does not authorize changing `server/src/routes/plugins.ts` or other host
|
|
93
|
-
registration surfaces.
|
|
94
|
-
|
|
95
|
-
If host runtime, SDK, capability validation, static UI serving, or lifecycle
|
|
96
|
-
code changes, follow the repository's Plugin engineering and Product Logic
|
|
97
|
-
rules in addition to the package workflow.
|
|
98
|
-
|
|
99
|
-
## Verify The Package And Host
|
|
100
|
-
|
|
101
|
-
At minimum, run the generated or existing Plugin package's:
|
|
102
|
-
|
|
103
|
-
- `typecheck`;
|
|
104
|
-
- `test`; and
|
|
105
|
-
- `build`.
|
|
106
|
-
|
|
107
|
-
Use the package scripts or the monorepo's `pnpm --filter <plugin-package>`
|
|
108
|
-
forms. For a new scaffold, execute them in a temporary or explicitly requested
|
|
109
|
-
target and confirm that its worker, manifest, UI bundle, and
|
|
110
|
-
`tests/plugin.spec.ts` compile against the selected SDK layout.
|
|
111
|
-
|
|
112
|
-
When host or SDK code changed, also run the relevant host integration tests,
|
|
113
|
-
repository typecheck, test suite, and build. If the user asked to install the
|
|
114
|
-
Plugin, verify the real host from its absolute local path and surface worker
|
|
115
|
-
health, logs, route behavior, and capability failures. Package creation alone
|
|
116
|
-
is not evidence that a Plugin is installed or active in Rudder.
|
|
3
|
+
Use this reference for explicit requests to create, inspect, import, or verify a
|
|
4
|
+
Rudder Plugin. Rudder V1 consumes the Codex Plugin package format and does not
|
|
5
|
+
provide a Plugin worker SDK or extension runtime.
|
|
6
|
+
|
|
7
|
+
## Before Writing
|
|
8
|
+
|
|
9
|
+
- Confirm the requested target directory and whether the package needs Skills,
|
|
10
|
+
MCP definitions, App aliases, or a combination.
|
|
11
|
+
- Read `doc/engineering/PLUGIN_AUTHORING_GUIDE.md` and the current upstream
|
|
12
|
+
Codex Plugin manifest specification.
|
|
13
|
+
- Keep the required manifest at `.codex-plugin/plugin.json` with a lower-case
|
|
14
|
+
hyphenated name and strict semantic version.
|
|
15
|
+
- Do not recreate legacy Rudder workers, jobs, webhooks, UI slots, generic
|
|
16
|
+
state, host tools, or SDK dependencies.
|
|
17
|
+
|
|
18
|
+
## Component Rules
|
|
19
|
+
|
|
20
|
+
- Put Skills at the default `skills/<slug>/SKILL.md` location or declare the
|
|
21
|
+
custom root in the manifest. Keep each Skill's scripts and references inside
|
|
22
|
+
its root.
|
|
23
|
+
- Declare MCP servers inline or through `.mcp.json`. Use environment references
|
|
24
|
+
for credentials; never embed tokens, passwords, authorization headers, or API
|
|
25
|
+
keys in the package.
|
|
26
|
+
- Treat `.app.json` as OpenAI registered App aliases only. It is not a Rudder
|
|
27
|
+
Local App definition or an MCP endpoint.
|
|
28
|
+
- Hooks, assets, and unknown fields may be preserved but are not executable in
|
|
29
|
+
Rudder V1.
|
|
30
|
+
|
|
31
|
+
## Rudder Verification
|
|
32
|
+
|
|
33
|
+
Import only when the user requested that Organization mutation. Use Plugins >
|
|
34
|
+
Import and review the compatibility report. Verify inspection executes nothing.
|
|
35
|
+
After installation, verify the public workflow relevant to the
|
|
36
|
+
package: Agent Skill assignment, Managed MCP setup, Local App launch,
|
|
37
|
+
disable/re-enable, and non-destructive uninstall.
|
|
38
|
+
|
|
39
|
+
Package creation is not evidence of installation. Installation is not evidence
|
|
40
|
+
that MCP credentials or Agent access are active. Keep those states explicit.
|
|
@@ -48,6 +48,8 @@ Other lookup pages are similarly narrow:
|
|
|
48
48
|
| Workspace and file placement | `https://docs.rudderhq.dev/reference/workspace-boundaries` | `https://docs.rudderhq.dev/zh/reference/workspace-boundaries` |
|
|
49
49
|
| Automation result destinations | `https://docs.rudderhq.dev/reference/automation-output-routing` | `https://docs.rudderhq.dev/zh/reference/automation-output-routing` |
|
|
50
50
|
| Deployment trust, credentials, Browser, and platform behavior | `https://docs.rudderhq.dev/reference/permissions-and-platforms` | `https://docs.rudderhq.dev/zh/reference/permissions-and-platforms` |
|
|
51
|
+
| Windows Desktop release signing policy | `https://docs.rudderhq.dev/reference/code-signing-policy` | `https://docs.rudderhq.dev/zh/reference/code-signing-policy` |
|
|
52
|
+
| Local data and optional service privacy | `https://docs.rudderhq.dev/reference/privacy` | `https://docs.rudderhq.dev/zh/reference/privacy` |
|
|
51
53
|
|
|
52
54
|
## Product Logic Registry
|
|
53
55
|
|
|
@@ -28,6 +28,9 @@ loopback attestation, and embedded opening.
|
|
|
28
28
|
manager, development script, data boundary, and tests before editing.
|
|
29
29
|
Preserve its stack and conventions; never replace it with the maintained
|
|
30
30
|
scaffold merely to make it a Rudder App.
|
|
31
|
+
When the originating prompt includes `Rudder App handoff`, retain its App ID
|
|
32
|
+
for the completion protocol below. Do not guess an App ID or use one from a
|
|
33
|
+
different conversation.
|
|
31
34
|
3. Read [references/scaffold-contract.md](references/scaffold-contract.md)
|
|
32
35
|
before changing the runtime, database foundation, manifest, health endpoint,
|
|
33
36
|
import/export contract, or background-job runner.
|
|
@@ -37,27 +40,51 @@ loopback attestation, and embedded opening.
|
|
|
37
40
|
already has data, imports user data, changes its schema, or needs a real-data
|
|
38
41
|
diagnosis.
|
|
39
42
|
6. Follow [references/design-guidelines.md](references/design-guidelines.md)
|
|
40
|
-
for visible UI work.
|
|
41
|
-
|
|
43
|
+
for visible UI work. For a new App, also read
|
|
44
|
+
[references/rudder-ui-preset.md](references/rudder-ui-preset.md) and start
|
|
45
|
+
from the versioned Rudder UI preset already present in the maintained
|
|
46
|
+
scaffold. Keep its semantic tokens and source-owned shadcn primitives unless
|
|
47
|
+
the brief explicitly requires a different product identity. For an existing
|
|
48
|
+
project, preserve its design system by default; align it to Rudder only when
|
|
49
|
+
the user asks for that change. Prefer coherent workflow screens over a
|
|
50
|
+
generic dashboard assembled from decorative cards.
|
|
42
51
|
7. Run migrations against development or snapshot data, then run typecheck,
|
|
43
|
-
unit tests, build, and relevant app E2E tests.
|
|
52
|
+
unit tests, build, and relevant app E2E tests. Review the final source and
|
|
53
|
+
rendered product for correctness, regressions, usability, data safety, and
|
|
54
|
+
evidence integrity; resolve every blocking finding before handoff.
|
|
44
55
|
8. Prepare the website for its Rudder Apps handoff:
|
|
45
|
-
- A new managed App created from Apps Home keeps its typed manifest
|
|
46
|
-
|
|
47
|
-
|
|
56
|
+
- A new managed App created from Apps Home keeps its typed manifest. After
|
|
57
|
+
the completion gate passes, report `verified_source_ready` with the
|
|
58
|
+
originating App ID so Rudder Desktop can verify, start, and open that App
|
|
59
|
+
automatically. Do not load the same source through the manual Local App
|
|
60
|
+
path.
|
|
48
61
|
- An independently authored existing project keeps a direct supported
|
|
49
62
|
development script. Add the `package.json` `rudder` readiness or open-path
|
|
50
63
|
fields only when discovery cannot infer them safely, then direct the
|
|
51
64
|
operator to **Apps + > Add local web project** to select the folder and
|
|
52
65
|
review the launch definition.
|
|
53
|
-
The Agent writes and verifies source; Desktop alone owns runtime
|
|
54
|
-
process start. Do not invent a public URL, tunnel, cloud deployment, or
|
|
66
|
+
The Agent writes and verifies source; Desktop alone owns runtime admission
|
|
67
|
+
and process start. Do not invent a public URL, tunnel, cloud deployment, or
|
|
55
68
|
unreviewed launch command.
|
|
56
69
|
9. Read [references/verification.md](references/verification.md), then verify
|
|
57
70
|
the rendered app with Rudder Browser. Exercise the main workflow plus at
|
|
58
71
|
least one production-shaped edge case and inspect console errors.
|
|
59
72
|
10. Materialize final screenshots and validation evidence in the originating
|
|
60
73
|
Chat or Run. A localhost URL or tool-only screenshot is not durable output.
|
|
74
|
+
11. For an originating managed App handoff, use the injected run context without
|
|
75
|
+
printing or requesting credentials:
|
|
76
|
+
- Run `node scripts/report-build-status.mjs building <app-id>` when
|
|
77
|
+
implementation begins.
|
|
78
|
+
- Run `node scripts/report-build-status.mjs verified_source_ready <app-id>`
|
|
79
|
+
only after every Completion Gate item passes. This is the machine-visible
|
|
80
|
+
signal that authorizes Desktop to verify, start, and open the exact
|
|
81
|
+
assigned source root.
|
|
82
|
+
- Run `node scripts/report-build-status.mjs failed <app-id>` when work ends
|
|
83
|
+
in a terminal failure. Do not emit `verified_source_ready` for a question,
|
|
84
|
+
partial implementation, canceled run, missing evidence, or blocker.
|
|
85
|
+
Finish by telling the user the App is opening and that they can continue
|
|
86
|
+
improving it in this Chat. If the status command fails, report that failure
|
|
87
|
+
honestly instead of claiming the App opened.
|
|
61
88
|
|
|
62
89
|
## Real Data Decision
|
|
63
90
|
|
|
@@ -86,7 +113,8 @@ controls and least-data workflow choices; explain the boundary honestly.
|
|
|
86
113
|
screenshots, test fixtures, or logs. V1 does not provide a Rudder Secret
|
|
87
114
|
binding UI, so ask the user how the App should obtain any required
|
|
88
115
|
integration credential.
|
|
89
|
-
- Opening Chat, Apps
|
|
116
|
+
- Opening Chat, Apps Home, or a saved view must not passively start an app. A
|
|
117
|
+
run-scoped `verified_source_ready` handoff may start and open its managed App.
|
|
90
118
|
- Cloud builds, hosted runtimes, public preview links, custom domains, managed
|
|
91
119
|
cloud databases, and cross-device synchronization are outside this skill.
|
|
92
120
|
|
|
@@ -96,8 +124,10 @@ Do not call the app complete until:
|
|
|
96
124
|
|
|
97
125
|
- source and any required manifest or `package.json` Rudder configuration are durable;
|
|
98
126
|
- typecheck, unit tests, and build pass;
|
|
127
|
+
- blocking code and product review findings are resolved;
|
|
99
128
|
- the reviewed readiness path is ready on an attested loopback process;
|
|
100
129
|
- Browser verification covers the primary workflow and a relevant edge case;
|
|
130
|
+
- the versioned Rudder UI preset check passes for a new maintained App;
|
|
101
131
|
- persistence behavior is verified against development or snapshot data;
|
|
102
132
|
- current screenshot evidence is attached to the work;
|
|
103
133
|
- user data was not modified without explicit intent; and
|
|
@@ -1,32 +1,125 @@
|
|
|
1
1
|
@import "tailwindcss";
|
|
2
2
|
|
|
3
|
+
@custom-variant dark (&:is(.dark *));
|
|
4
|
+
|
|
3
5
|
:root {
|
|
4
|
-
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--card
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
--
|
|
11
|
-
--primary
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
6
|
+
color-scheme: light;
|
|
7
|
+
--background: oklch(0.975 0.008 80);
|
|
8
|
+
--foreground: oklch(0.22 0.012 75);
|
|
9
|
+
--card: oklch(0.992 0.004 80);
|
|
10
|
+
--card-foreground: oklch(0.22 0.012 75);
|
|
11
|
+
--popover: oklch(0.992 0.004 80);
|
|
12
|
+
--popover-foreground: oklch(0.22 0.012 75);
|
|
13
|
+
--primary: oklch(0.53 0.135 162);
|
|
14
|
+
--primary-foreground: oklch(0.985 0.01 160);
|
|
15
|
+
--secondary: oklch(0.94 0.009 78);
|
|
16
|
+
--secondary-foreground: oklch(0.29 0.012 75);
|
|
17
|
+
--muted: oklch(0.945 0.008 78);
|
|
18
|
+
--muted-foreground: oklch(0.52 0.014 75);
|
|
19
|
+
--accent: oklch(0.925 0.025 162);
|
|
20
|
+
--accent-foreground: oklch(0.32 0.08 162);
|
|
21
|
+
--destructive: oklch(0.56 0.2 27);
|
|
22
|
+
--destructive-foreground: oklch(0.985 0.005 27);
|
|
23
|
+
--border: oklch(0.875 0.01 75);
|
|
24
|
+
--input: oklch(0.875 0.01 75);
|
|
25
|
+
--ring: oklch(0.58 0.12 162);
|
|
26
|
+
--radius: 0.375rem;
|
|
16
27
|
}
|
|
17
28
|
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
.dark {
|
|
30
|
+
color-scheme: dark;
|
|
31
|
+
--background: oklch(0.18 0.012 75);
|
|
32
|
+
--foreground: oklch(0.93 0.008 75);
|
|
33
|
+
--card: oklch(0.215 0.012 75);
|
|
34
|
+
--card-foreground: oklch(0.93 0.008 75);
|
|
35
|
+
--popover: oklch(0.215 0.012 75);
|
|
36
|
+
--popover-foreground: oklch(0.93 0.008 75);
|
|
37
|
+
--primary: oklch(0.68 0.135 162);
|
|
38
|
+
--primary-foreground: oklch(0.17 0.03 162);
|
|
39
|
+
--secondary: oklch(0.27 0.012 75);
|
|
40
|
+
--secondary-foreground: oklch(0.91 0.008 75);
|
|
41
|
+
--muted: oklch(0.255 0.011 75);
|
|
42
|
+
--muted-foreground: oklch(0.69 0.012 75);
|
|
43
|
+
--accent: oklch(0.29 0.05 162);
|
|
44
|
+
--accent-foreground: oklch(0.88 0.06 162);
|
|
45
|
+
--destructive: oklch(0.66 0.18 27);
|
|
46
|
+
--destructive-foreground: oklch(0.98 0.005 27);
|
|
47
|
+
--border: oklch(0.34 0.012 75);
|
|
48
|
+
--input: oklch(0.34 0.012 75);
|
|
49
|
+
--ring: oklch(0.68 0.11 162);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@media (prefers-color-scheme: dark) {
|
|
53
|
+
:root:not(.light) {
|
|
54
|
+
color-scheme: dark;
|
|
55
|
+
--background: oklch(0.18 0.012 75);
|
|
56
|
+
--foreground: oklch(0.93 0.008 75);
|
|
57
|
+
--card: oklch(0.215 0.012 75);
|
|
58
|
+
--card-foreground: oklch(0.93 0.008 75);
|
|
59
|
+
--popover: oklch(0.215 0.012 75);
|
|
60
|
+
--popover-foreground: oklch(0.93 0.008 75);
|
|
61
|
+
--primary: oklch(0.68 0.135 162);
|
|
62
|
+
--primary-foreground: oklch(0.17 0.03 162);
|
|
63
|
+
--secondary: oklch(0.27 0.012 75);
|
|
64
|
+
--secondary-foreground: oklch(0.91 0.008 75);
|
|
65
|
+
--muted: oklch(0.255 0.011 75);
|
|
66
|
+
--muted-foreground: oklch(0.69 0.012 75);
|
|
67
|
+
--accent: oklch(0.29 0.05 162);
|
|
68
|
+
--accent-foreground: oklch(0.88 0.06 162);
|
|
69
|
+
--destructive: oklch(0.66 0.18 27);
|
|
70
|
+
--destructive-foreground: oklch(0.98 0.005 27);
|
|
71
|
+
--border: oklch(0.34 0.012 75);
|
|
72
|
+
--input: oklch(0.34 0.012 75);
|
|
73
|
+
--ring: oklch(0.68 0.11 162);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@theme inline {
|
|
78
|
+
--color-background: var(--background);
|
|
79
|
+
--color-foreground: var(--foreground);
|
|
80
|
+
--color-card: var(--card);
|
|
81
|
+
--color-card-foreground: var(--card-foreground);
|
|
82
|
+
--color-popover: var(--popover);
|
|
83
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
84
|
+
--color-primary: var(--primary);
|
|
85
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
86
|
+
--color-secondary: var(--secondary);
|
|
87
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
88
|
+
--color-muted: var(--muted);
|
|
89
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
90
|
+
--color-accent: var(--accent);
|
|
91
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
92
|
+
--color-destructive: var(--destructive);
|
|
93
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
94
|
+
--color-border: var(--border);
|
|
95
|
+
--color-input: var(--input);
|
|
96
|
+
--color-ring: var(--ring);
|
|
97
|
+
--radius-sm: calc(var(--radius) - 2px);
|
|
98
|
+
--radius-md: var(--radius);
|
|
99
|
+
--radius-lg: calc(var(--radius) + 2px);
|
|
20
100
|
}
|
|
21
101
|
|
|
22
102
|
body {
|
|
23
103
|
margin: 0;
|
|
104
|
+
min-width: 320px;
|
|
24
105
|
background: var(--background);
|
|
25
106
|
color: var(--foreground);
|
|
26
107
|
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
108
|
+
text-rendering: optimizeLegibility;
|
|
27
109
|
}
|
|
28
110
|
|
|
29
111
|
button,
|
|
30
|
-
input
|
|
31
|
-
|
|
112
|
+
input,
|
|
113
|
+
select,
|
|
114
|
+
textarea {
|
|
115
|
+
color: inherit;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
* {
|
|
119
|
+
border-color: var(--border);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
::selection {
|
|
123
|
+
background: var(--accent);
|
|
124
|
+
color: var(--accent-foreground);
|
|
32
125
|
}
|