@fidelios/server 0.0.1
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/adapters/codex-models.d.ts +4 -0
- package/dist/adapters/codex-models.d.ts.map +1 -0
- package/dist/adapters/codex-models.js +98 -0
- package/dist/adapters/codex-models.js.map +1 -0
- package/dist/adapters/cursor-models.d.ts +13 -0
- package/dist/adapters/cursor-models.d.ts.map +1 -0
- package/dist/adapters/cursor-models.js +148 -0
- package/dist/adapters/cursor-models.js.map +1 -0
- package/dist/adapters/http/execute.d.ts +3 -0
- package/dist/adapters/http/execute.d.ts.map +1 -0
- package/dist/adapters/http/execute.js +39 -0
- package/dist/adapters/http/execute.js.map +1 -0
- package/dist/adapters/http/index.d.ts +3 -0
- package/dist/adapters/http/index.d.ts.map +1 -0
- package/dist/adapters/http/index.js +20 -0
- package/dist/adapters/http/index.js.map +1 -0
- package/dist/adapters/http/test.d.ts +3 -0
- package/dist/adapters/http/test.d.ts.map +1 -0
- package/dist/adapters/http/test.js +106 -0
- package/dist/adapters/http/test.js.map +1 -0
- package/dist/adapters/index.d.ts +4 -0
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/index.js +3 -0
- package/dist/adapters/index.js.map +1 -0
- package/dist/adapters/process/execute.d.ts +3 -0
- package/dist/adapters/process/execute.d.ts.map +1 -0
- package/dist/adapters/process/execute.js +63 -0
- package/dist/adapters/process/execute.js.map +1 -0
- package/dist/adapters/process/index.d.ts +3 -0
- package/dist/adapters/process/index.d.ts.map +1 -0
- package/dist/adapters/process/index.js +23 -0
- package/dist/adapters/process/index.js.map +1 -0
- package/dist/adapters/process/test.d.ts +3 -0
- package/dist/adapters/process/test.d.ts.map +1 -0
- package/dist/adapters/process/test.js +77 -0
- package/dist/adapters/process/test.js.map +1 -0
- package/dist/adapters/registry.d.ts +14 -0
- package/dist/adapters/registry.d.ts.map +1 -0
- package/dist/adapters/registry.js +164 -0
- package/dist/adapters/registry.js.map +1 -0
- package/dist/adapters/types.d.ts +2 -0
- package/dist/adapters/types.d.ts.map +1 -0
- package/dist/adapters/types.js +2 -0
- package/dist/adapters/types.js.map +1 -0
- package/dist/adapters/utils.d.ts +10 -0
- package/dist/adapters/utils.d.ts.map +1 -0
- package/dist/adapters/utils.js +14 -0
- package/dist/adapters/utils.js.map +1 -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 +117 -0
- package/dist/agent-auth-jwt.js.map +1 -0
- package/dist/app.d.ts +25 -0
- package/dist/app.d.ts.map +1 -0
- package/dist/app.js +265 -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/config-file.d.ts +3 -0
- package/dist/config-file.d.ts.map +1 -0
- package/dist/config-file.js +16 -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 +171 -0
- package/dist/config.js.map +1 -0
- package/dist/dev-server-status.d.ts +27 -0
- package/dist/dev-server-status.d.ts.map +1 -0
- package/dist/dev-server-status.js +70 -0
- package/dist/dev-server-status.js.map +1 -0
- package/dist/dev-watch-ignore.d.ts +2 -0
- package/dist/dev-watch-ignore.d.ts.map +1 -0
- package/dist/dev-watch-ignore.js +33 -0
- package/dist/dev-watch-ignore.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 +17 -0
- package/dist/home-paths.d.ts.map +1 -0
- package/dist/home-paths.js +75 -0
- package/dist/home-paths.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +642 -0
- package/dist/index.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 +87 -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 +54 -0
- package/dist/onboarding-assets/ceo/HEARTBEAT.md +72 -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 +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 +61 -0
- package/dist/routes/access.d.ts.map +1 -0
- package/dist/routes/access.js +2265 -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 +1828 -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 +275 -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/companies.d.ts +4 -0
- package/dist/routes/companies.d.ts.map +1 -0
- package/dist/routes/companies.js +303 -0
- package/dist/routes/companies.js.map +1 -0
- package/dist/routes/company-skills.d.ts +3 -0
- package/dist/routes/company-skills.d.ts.map +1 -0
- package/dist/routes/company-skills.js +228 -0
- package/dist/routes/company-skills.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 +9 -0
- package/dist/routes/health.d.ts.map +1 -0
- package/dist/routes/health.js +69 -0
- package/dist/routes/health.js.map +1 -0
- package/dist/routes/index.d.ts +18 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +18 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/instance-settings.d.ts +3 -0
- package/dist/routes/instance-settings.d.ts.map +1 -0
- package/dist/routes/instance-settings.js +71 -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 +1520 -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/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 +656 -0
- package/dist/routes/org-chart-svg.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 +1784 -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 +257 -0
- package/dist/routes/projects.js.map +1 -0
- package/dist/routes/routines.d.ts +3 -0
- package/dist/routes/routines.d.ts.map +1 -0
- package/dist/routes/routines.js +277 -0
- package/dist/routes/routines.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 +45 -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 +74 -0
- package/dist/services/activity-log.js.map +1 -0
- package/dist/services/activity.d.ts +764 -0
- package/dist/services/activity.d.ts.map +1 -0
- package/dist/services/activity.js +105 -0
- package/dist/services/activity.js.map +1 -0
- package/dist/services/agent-instructions.d.ts +91 -0
- package/dist/services/agent-instructions.d.ts.map +1 -0
- package/dist/services/agent-instructions.js +580 -0
- package/dist/services/agent-instructions.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/agents.d.ts +1670 -0
- package/dist/services/agents.d.ts.map +1 -0
- package/dist/services/agents.js +566 -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/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/companies.d.ts +124 -0
- package/dist/services/companies.d.ts.map +1 -0
- package/dist/services/companies.js +256 -0
- package/dist/services/companies.js.map +1 -0
- package/dist/services/company-export-readme.d.ts +17 -0
- package/dist/services/company-export-readme.d.ts.map +1 -0
- package/dist/services/company-export-readme.js +148 -0
- package/dist/services/company-export-readme.js.map +1 -0
- package/dist/services/company-portability.d.ts +23 -0
- package/dist/services/company-portability.d.ts.map +1 -0
- package/dist/services/company-portability.js +3739 -0
- package/dist/services/company-portability.js.map +1 -0
- package/dist/services/company-skills.d.ts +77 -0
- package/dist/services/company-skills.d.ts.map +1 -0
- package/dist/services/company-skills.js +2042 -0
- package/dist/services/company-skills.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 +294 -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 +21 -0
- package/dist/services/execution-workspace-policy.d.ts.map +1 -0
- package/dist/services/execution-workspace-policy.js +177 -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 +30 -0
- package/dist/services/heartbeat-run-summary.js.map +1 -0
- package/dist/services/heartbeat.d.ts +812 -0
- package/dist/services/heartbeat.d.ts.map +1 -0
- package/dist/services/heartbeat.js +3156 -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 +33 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/index.js +33 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/instance-settings.d.ts +11 -0
- package/dist/services/instance-settings.d.ts.map +1 -0
- package/dist/services/instance-settings.js +116 -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 +29 -0
- package/dist/services/issue-assignment-wakeup.d.ts.map +1 -0
- package/dist/services/issue-assignment-wakeup.js +22 -0
- package/dist/services/issue-assignment-wakeup.js.map +1 -0
- package/dist/services/issue-goal-fallback.d.ts +18 -0
- package/dist/services/issue-goal-fallback.d.ts.map +1 -0
- package/dist/services/issue-goal-fallback.js +33 -0
- package/dist/services/issue-goal-fallback.js.map +1 -0
- package/dist/services/issues.d.ts +560 -0
- package/dist/services/issues.d.ts.map +1 -0
- package/dist/services/issues.js +1478 -0
- package/dist/services/issues.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/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 +969 -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 +454 -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 +87 -0
- package/dist/services/projects.d.ts.map +1 -0
- package/dist/services/projects.js +656 -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/routines.d.ts +135 -0
- package/dist/services/routines.d.ts.map +1 -0
- package/dist/services/routines.js +1105 -0
- package/dist/services/routines.js.map +1 -0
- package/dist/services/run-log-store.d.ts +34 -0
- package/dist/services/run-log-store.d.ts.map +1 -0
- package/dist/services/run-log-store.js +109 -0
- package/dist/services/run-log-store.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 +9 -0
- package/dist/services/sidebar-badges.d.ts.map +1 -0
- package/dist/services/sidebar-badges.js +33 -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 +33 -0
- package/dist/services/workspace-operation-log-store.d.ts.map +1 -0
- package/dist/services/workspace-operation-log-store.js +110 -0
- package/dist/services/workspace-operation-log-store.js.map +1 -0
- package/dist/services/workspace-operations.d.ts +44 -0
- package/dist/services/workspace-operations.d.ts.map +1 -0
- package/dist/services/workspace-operations.js +211 -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 +117 -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 +13 -0
- package/dist/ui-branding.d.ts.map +1 -0
- package/dist/ui-branding.js +187 -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/dist/worktree-config.d.ts +19 -0
- package/dist/worktree-config.d.ts.map +1 -0
- package/dist/worktree-config.js +365 -0
- package/dist/worktree-config.js.map +1 -0
- package/package.json +95 -0
- package/ui-dist/android-chrome-192x192.png +0 -0
- package/ui-dist/android-chrome-512x512.png +0 -0
- package/ui-dist/apple-touch-icon.png +0 -0
- package/ui-dist/assets/_basePickBy-BB1S19s0.js +1 -0
- package/ui-dist/assets/_baseUniq-BNk0p-bq.js +1 -0
- package/ui-dist/assets/apl-B4CMkyY2.js +1 -0
- package/ui-dist/assets/arc-Ds13x1NW.js +1 -0
- package/ui-dist/assets/architectureDiagram-VXUJARFQ-D8Br-_jt.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-VD42YOAC-CCYsAhQ5.js +122 -0
- package/ui-dist/assets/brainfuck-C4LP7Hcl.js +1 -0
- package/ui-dist/assets/c4Diagram-YG6GDRKO-CsrnTJYB.js +10 -0
- package/ui-dist/assets/channel-Df4ReTUQ.js +1 -0
- package/ui-dist/assets/chunk-4BX2VUAB-s-S3bm2a.js +1 -0
- package/ui-dist/assets/chunk-55IACEB6-AlPeSG3C.js +1 -0
- package/ui-dist/assets/chunk-B4BG7PRW-Dlv3zmp0.js +165 -0
- package/ui-dist/assets/chunk-DI55MBZ5-y3Hfc2F6.js +220 -0
- package/ui-dist/assets/chunk-FMBD7UC4-ZbmFZ8uD.js +15 -0
- package/ui-dist/assets/chunk-QN33PNHL-g7XrAaL5.js +1 -0
- package/ui-dist/assets/chunk-QZHKN3VN-DQz2X_ZR.js +1 -0
- package/ui-dist/assets/chunk-TZMSLE5B-NRbDhryd.js +1 -0
- package/ui-dist/assets/classDiagram-2ON5EDUG-CdLb01dH.js +1 -0
- package/ui-dist/assets/classDiagram-v2-WZHVMYZB-CdLb01dH.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-ycTwxHSX.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-CifA3UGC.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-6UL2VRFP-Cy4_402x.js +4 -0
- package/ui-dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/ui-dist/assets/diagram-PSM6KHXK-CUA-Vqxe.js +24 -0
- package/ui-dist/assets/diagram-QEK2KX5R-D763Ackt.js +43 -0
- package/ui-dist/assets/diagram-S2PKOQOG-Cu1xEKHt.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-Q2GNP2WA-9RlN9oCi.js +60 -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-NV44I4VS-Ddv1tq-H.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-JELNMOA3-DAw7UfVT.js +267 -0
- package/ui-dist/assets/gas-Bneqetm1.js +1 -0
- package/ui-dist/assets/gherkin-heZmZLOM.js +1 -0
- package/ui-dist/assets/gitGraphDiagram-V2S2FVAM-CLPkzwpF.js +65 -0
- package/ui-dist/assets/graph-B1ThnnK5.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-0DYmQxT3.js +2 -0
- package/ui-dist/assets/index-1BRIjwwa.js +1 -0
- package/ui-dist/assets/index-4pxn9bje.js +1 -0
- package/ui-dist/assets/index-B02pjBpR.js +7 -0
- package/ui-dist/assets/index-BGjMkZzC.js +1 -0
- package/ui-dist/assets/index-BHsjaYJ1.js +1 -0
- package/ui-dist/assets/index-BTwpjL-6.js +1 -0
- package/ui-dist/assets/index-BZ72uG4K.js +6 -0
- package/ui-dist/assets/index-BpC8VHcj.js +3 -0
- package/ui-dist/assets/index-BrvXvCkd.js +1 -0
- package/ui-dist/assets/index-CEBcI-2f.js +1 -0
- package/ui-dist/assets/index-CkmjCahV.js +1 -0
- package/ui-dist/assets/index-Cp84QmJD.css +1 -0
- package/ui-dist/assets/index-CpVjtxma.js +1 -0
- package/ui-dist/assets/index-D3AJPUjv.js +1 -0
- package/ui-dist/assets/index-DRkeP4vs.js +13 -0
- package/ui-dist/assets/index-DXeNhnre.js +1180 -0
- package/ui-dist/assets/index-DXvXmooU.js +1 -0
- package/ui-dist/assets/index-DZdwValG.js +1 -0
- package/ui-dist/assets/index-DbWj5-qO.js +1 -0
- package/ui-dist/assets/index-DbcKBTbp.js +1 -0
- package/ui-dist/assets/index-DdAQdjTR.js +1 -0
- package/ui-dist/assets/index-DlImcHKo.js +1 -0
- package/ui-dist/assets/index-X9LdJDbl.js +1 -0
- package/ui-dist/assets/infoDiagram-HS3SLOUP-CbJm6kuq.js +2 -0
- package/ui-dist/assets/init-Gi6I4Gst.js +1 -0
- package/ui-dist/assets/javascript-iXu5QeM3.js +1 -0
- package/ui-dist/assets/journeyDiagram-XKPGCS4Q-CeNVFpGu.js +139 -0
- package/ui-dist/assets/julia-DuME0IfC.js +1 -0
- package/ui-dist/assets/kanban-definition-3W4ZIXB7-DRqPoDRI.js +89 -0
- package/ui-dist/assets/katex-O9d3_IXG.js +261 -0
- package/ui-dist/assets/layout-CZTKj8OD.js +1 -0
- package/ui-dist/assets/linear-BDJjeIco.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-B5v7dPHY.js +256 -0
- package/ui-dist/assets/mindmap-definition-VGOIOE7T-zjw0AyzL.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-ADFJNKIX-ojNQ8Ukr.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-AYHSOK5B-B8K2F86x.js +7 -0
- package/ui-dist/assets/r-B6wPVr8A.js +1 -0
- package/ui-dist/assets/requirementDiagram-UZGBJVZJ-DA_Bjcpk.js +64 -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-TZEHDZUN-yQfMgroQ.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-WL72ISMW-CWQm0UQc.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-FKZM4ZOC-C9L_ELvE.js +1 -0
- package/ui-dist/assets/stateDiagram-v2-4FDKWEC3-D3i22gRM.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-IT6M3QCI-Bfva-2zq.js +61 -0
- package/ui-dist/assets/toml-Bm5Em-hy.js +1 -0
- package/ui-dist/assets/treemap-GDKQZRPO-6wTQWQt4.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/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-PRI3JC2R-DNsmIw3v.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.ico +0 -0
- package/ui-dist/favicon.svg +9 -0
- package/ui-dist/index.html +48 -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 +9 -0
|
@@ -0,0 +1,1192 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PluginLoader — discovery, installation, and runtime activation of plugins.
|
|
3
|
+
*
|
|
4
|
+
* This service is the entry point for the plugin system's I/O boundary:
|
|
5
|
+
*
|
|
6
|
+
* 1. **Discovery** — Scans the local plugin directory
|
|
7
|
+
* (`~/.fidelios/plugins/`) and `node_modules` for packages matching
|
|
8
|
+
* the `fidelios-plugin-*` naming convention. Aggregates results with
|
|
9
|
+
* path-based deduplication.
|
|
10
|
+
*
|
|
11
|
+
* 2. **Installation** — `installPlugin()` downloads from npm (or reads a
|
|
12
|
+
* local path), validates the manifest, checks capability consistency,
|
|
13
|
+
* and persists the install record.
|
|
14
|
+
*
|
|
15
|
+
* 3. **Runtime activation** — `activatePlugin()` wires up a loaded plugin
|
|
16
|
+
* with all runtime services: resolves its entrypoint, builds
|
|
17
|
+
* capability-gated host handlers, spawns a worker process, syncs job
|
|
18
|
+
* declarations, registers event subscriptions, and discovers tools.
|
|
19
|
+
*
|
|
20
|
+
* 4. **Shutdown** — `shutdownAll()` gracefully stops all active workers
|
|
21
|
+
* and unregisters runtime hooks.
|
|
22
|
+
*
|
|
23
|
+
* @see PLUGIN_SPEC.md §8 — Plugin Discovery
|
|
24
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
25
|
+
* @see PLUGIN_SPEC.md §12 — Process Model
|
|
26
|
+
*/
|
|
27
|
+
import { existsSync } from "node:fs";
|
|
28
|
+
import { readdir, readFile, rm, stat } from "node:fs/promises";
|
|
29
|
+
import { execFile } from "node:child_process";
|
|
30
|
+
import os from "node:os";
|
|
31
|
+
import path from "node:path";
|
|
32
|
+
import { fileURLToPath } from "node:url";
|
|
33
|
+
import { promisify } from "node:util";
|
|
34
|
+
import { logger } from "../middleware/logger.js";
|
|
35
|
+
import { pluginManifestValidator } from "./plugin-manifest-validator.js";
|
|
36
|
+
import { pluginCapabilityValidator } from "./plugin-capability-validator.js";
|
|
37
|
+
import { pluginRegistryService } from "./plugin-registry.js";
|
|
38
|
+
const execFileAsync = promisify(execFile);
|
|
39
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
40
|
+
// ---------------------------------------------------------------------------
|
|
41
|
+
// Constants
|
|
42
|
+
// ---------------------------------------------------------------------------
|
|
43
|
+
/**
|
|
44
|
+
* Naming convention for npm-published FideliOS plugins.
|
|
45
|
+
* Packages matching this pattern are considered FideliOS plugins.
|
|
46
|
+
*
|
|
47
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
48
|
+
*/
|
|
49
|
+
export const NPM_PLUGIN_PACKAGE_PREFIX = "fidelios-plugin-";
|
|
50
|
+
/**
|
|
51
|
+
* Default local plugin directory. The loader scans this directory for
|
|
52
|
+
* locally-installed plugin packages.
|
|
53
|
+
*
|
|
54
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
55
|
+
*/
|
|
56
|
+
export const DEFAULT_LOCAL_PLUGIN_DIR = path.join(os.homedir(), ".fidelios", "plugins");
|
|
57
|
+
const DEV_TSX_LOADER_PATH = path.resolve(__dirname, "../../../cli/node_modules/tsx/dist/loader.mjs");
|
|
58
|
+
function getDeclaredPageRoutePaths(manifest) {
|
|
59
|
+
return (manifest.ui?.slots ?? [])
|
|
60
|
+
.filter((slot) => slot.type === "page" && typeof slot.routePath === "string" && slot.routePath.length > 0)
|
|
61
|
+
.map((slot) => slot.routePath);
|
|
62
|
+
}
|
|
63
|
+
// ---------------------------------------------------------------------------
|
|
64
|
+
// Helpers
|
|
65
|
+
// ---------------------------------------------------------------------------
|
|
66
|
+
/**
|
|
67
|
+
* Check whether a package name matches the FideliOS plugin naming convention.
|
|
68
|
+
* Accepts both the "fidelios-plugin-" prefix and scoped "@scope/plugin-" packages.
|
|
69
|
+
*
|
|
70
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
71
|
+
*/
|
|
72
|
+
export function isPluginPackageName(name) {
|
|
73
|
+
if (name.startsWith(NPM_PLUGIN_PACKAGE_PREFIX))
|
|
74
|
+
return true;
|
|
75
|
+
// Also accept scoped packages like @acme/plugin-linear or @fidelios/plugin-*
|
|
76
|
+
if (name.includes("/")) {
|
|
77
|
+
const localPart = name.split("/")[1] ?? "";
|
|
78
|
+
return localPart.startsWith("plugin-");
|
|
79
|
+
}
|
|
80
|
+
return false;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Read and parse a package.json from a directory path.
|
|
84
|
+
* Returns null if no package.json exists.
|
|
85
|
+
*/
|
|
86
|
+
async function readPackageJson(dir) {
|
|
87
|
+
const pkgPath = path.join(dir, "package.json");
|
|
88
|
+
if (!existsSync(pkgPath))
|
|
89
|
+
return null;
|
|
90
|
+
try {
|
|
91
|
+
const raw = await readFile(pkgPath, "utf-8");
|
|
92
|
+
return JSON.parse(raw);
|
|
93
|
+
}
|
|
94
|
+
catch {
|
|
95
|
+
return null;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Resolve the manifest entrypoint from a package.json and package root.
|
|
100
|
+
*
|
|
101
|
+
* The spec defines a "fideliosPlugin" key in package.json with a "manifest"
|
|
102
|
+
* subkey pointing to the manifest module. This helper resolves the path.
|
|
103
|
+
*
|
|
104
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
105
|
+
*/
|
|
106
|
+
function resolveManifestPath(packageRoot, pkgJson) {
|
|
107
|
+
const fideliosPlugin = pkgJson["fideliosPlugin"];
|
|
108
|
+
if (fideliosPlugin !== null &&
|
|
109
|
+
typeof fideliosPlugin === "object" &&
|
|
110
|
+
!Array.isArray(fideliosPlugin)) {
|
|
111
|
+
const manifestRelPath = fideliosPlugin["manifest"];
|
|
112
|
+
if (typeof manifestRelPath === "string") {
|
|
113
|
+
// NOTE: the resolved path is returned as-is even if the file does not yet
|
|
114
|
+
// exist on disk (e.g. the package has not been built). Callers MUST guard
|
|
115
|
+
// with existsSync() before passing the path to loadManifestFromPath().
|
|
116
|
+
return path.resolve(packageRoot, manifestRelPath);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
// Fallback: look for dist/manifest.js as a convention
|
|
120
|
+
const conventionalPath = path.join(packageRoot, "dist", "manifest.js");
|
|
121
|
+
if (existsSync(conventionalPath)) {
|
|
122
|
+
return conventionalPath;
|
|
123
|
+
}
|
|
124
|
+
// Fallback: look for manifest.js at package root
|
|
125
|
+
const rootManifestPath = path.join(packageRoot, "manifest.js");
|
|
126
|
+
if (existsSync(rootManifestPath)) {
|
|
127
|
+
return rootManifestPath;
|
|
128
|
+
}
|
|
129
|
+
return null;
|
|
130
|
+
}
|
|
131
|
+
function parseSemver(version) {
|
|
132
|
+
const match = version.match(/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/);
|
|
133
|
+
if (!match)
|
|
134
|
+
return null;
|
|
135
|
+
return {
|
|
136
|
+
major: Number(match[1]),
|
|
137
|
+
minor: Number(match[2]),
|
|
138
|
+
patch: Number(match[3]),
|
|
139
|
+
prerelease: match[4] ? match[4].split(".") : [],
|
|
140
|
+
};
|
|
141
|
+
}
|
|
142
|
+
function compareIdentifiers(left, right) {
|
|
143
|
+
const leftIsNumeric = /^\d+$/.test(left);
|
|
144
|
+
const rightIsNumeric = /^\d+$/.test(right);
|
|
145
|
+
if (leftIsNumeric && rightIsNumeric) {
|
|
146
|
+
return Number(left) - Number(right);
|
|
147
|
+
}
|
|
148
|
+
if (leftIsNumeric)
|
|
149
|
+
return -1;
|
|
150
|
+
if (rightIsNumeric)
|
|
151
|
+
return 1;
|
|
152
|
+
return left.localeCompare(right);
|
|
153
|
+
}
|
|
154
|
+
function compareSemver(left, right) {
|
|
155
|
+
const leftParsed = parseSemver(left);
|
|
156
|
+
const rightParsed = parseSemver(right);
|
|
157
|
+
if (!leftParsed || !rightParsed) {
|
|
158
|
+
throw new Error(`Invalid semver comparison: '${left}' vs '${right}'`);
|
|
159
|
+
}
|
|
160
|
+
const coreOrder = ["major", "minor", "patch"].map((key) => leftParsed[key] - rightParsed[key]).find((delta) => delta !== 0);
|
|
161
|
+
if (coreOrder) {
|
|
162
|
+
return coreOrder;
|
|
163
|
+
}
|
|
164
|
+
if (leftParsed.prerelease.length === 0 && rightParsed.prerelease.length === 0) {
|
|
165
|
+
return 0;
|
|
166
|
+
}
|
|
167
|
+
if (leftParsed.prerelease.length === 0)
|
|
168
|
+
return 1;
|
|
169
|
+
if (rightParsed.prerelease.length === 0)
|
|
170
|
+
return -1;
|
|
171
|
+
const maxLength = Math.max(leftParsed.prerelease.length, rightParsed.prerelease.length);
|
|
172
|
+
for (let index = 0; index < maxLength; index += 1) {
|
|
173
|
+
const leftId = leftParsed.prerelease[index];
|
|
174
|
+
const rightId = rightParsed.prerelease[index];
|
|
175
|
+
if (leftId === undefined)
|
|
176
|
+
return -1;
|
|
177
|
+
if (rightId === undefined)
|
|
178
|
+
return 1;
|
|
179
|
+
const diff = compareIdentifiers(leftId, rightId);
|
|
180
|
+
if (diff !== 0)
|
|
181
|
+
return diff;
|
|
182
|
+
}
|
|
183
|
+
return 0;
|
|
184
|
+
}
|
|
185
|
+
function getMinimumHostVersion(manifest) {
|
|
186
|
+
return manifest.minimumHostVersion ?? manifest.minimumFideliOSVersion;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Extract UI contribution metadata from a manifest for route serialization.
|
|
190
|
+
*
|
|
191
|
+
* Returns `null` when the plugin does not declare any UI slots or launchers.
|
|
192
|
+
* Launcher declarations are aggregated from both the legacy top-level
|
|
193
|
+
* `launchers` field and the preferred `ui.launchers` field.
|
|
194
|
+
*/
|
|
195
|
+
export function getPluginUiContributionMetadata(manifest) {
|
|
196
|
+
const slots = manifest.ui?.slots ?? [];
|
|
197
|
+
const launchers = [
|
|
198
|
+
...(manifest.launchers ?? []),
|
|
199
|
+
...(manifest.ui?.launchers ?? []),
|
|
200
|
+
];
|
|
201
|
+
if (slots.length === 0 && launchers.length === 0) {
|
|
202
|
+
return null;
|
|
203
|
+
}
|
|
204
|
+
return {
|
|
205
|
+
uiEntryFile: "index.js",
|
|
206
|
+
slots,
|
|
207
|
+
launchers,
|
|
208
|
+
};
|
|
209
|
+
}
|
|
210
|
+
// ---------------------------------------------------------------------------
|
|
211
|
+
// Factory
|
|
212
|
+
// ---------------------------------------------------------------------------
|
|
213
|
+
/**
|
|
214
|
+
* Create a PluginLoader service.
|
|
215
|
+
*
|
|
216
|
+
* The loader is responsible for plugin discovery, installation, and runtime
|
|
217
|
+
* activation. It reads plugin packages from the local filesystem and npm,
|
|
218
|
+
* validates their manifests, registers them in the database, and — when
|
|
219
|
+
* runtime services are provided — initialises worker processes, event
|
|
220
|
+
* subscriptions, job schedules, webhook endpoints, and agent tools.
|
|
221
|
+
*
|
|
222
|
+
* Usage (discovery & install only):
|
|
223
|
+
* ```ts
|
|
224
|
+
* const loader = pluginLoader(db, { enableLocalFilesystem: true });
|
|
225
|
+
*
|
|
226
|
+
* // Discover all available plugins
|
|
227
|
+
* const result = await loader.discoverAll();
|
|
228
|
+
* for (const plugin of result.discovered) {
|
|
229
|
+
* console.log(plugin.packageName, plugin.manifest?.id);
|
|
230
|
+
* }
|
|
231
|
+
*
|
|
232
|
+
* // Install a specific plugin
|
|
233
|
+
* const discovered = await loader.installPlugin({
|
|
234
|
+
* packageName: "fidelios-plugin-linear",
|
|
235
|
+
* version: "^1.0.0",
|
|
236
|
+
* });
|
|
237
|
+
* ```
|
|
238
|
+
*
|
|
239
|
+
* Usage (full runtime activation at server startup):
|
|
240
|
+
* ```ts
|
|
241
|
+
* const loader = pluginLoader(db, loaderOpts, {
|
|
242
|
+
* workerManager,
|
|
243
|
+
* eventBus,
|
|
244
|
+
* jobScheduler,
|
|
245
|
+
* jobStore,
|
|
246
|
+
* toolDispatcher,
|
|
247
|
+
* lifecycleManager,
|
|
248
|
+
* buildHostHandlers: (pluginId, manifest) => ({ ... }),
|
|
249
|
+
* instanceInfo: { instanceId: "inst-1", hostVersion: "1.0.0" },
|
|
250
|
+
* });
|
|
251
|
+
*
|
|
252
|
+
* // Load all ready plugins at startup
|
|
253
|
+
* const loadResult = await loader.loadAll();
|
|
254
|
+
* console.log(`Loaded ${loadResult.succeeded}/${loadResult.total} plugins`);
|
|
255
|
+
*
|
|
256
|
+
* // Load a single plugin after install
|
|
257
|
+
* const singleResult = await loader.loadSingle(pluginId);
|
|
258
|
+
*
|
|
259
|
+
* // Shutdown all plugin workers on server exit
|
|
260
|
+
* await loader.shutdownAll();
|
|
261
|
+
* ```
|
|
262
|
+
*
|
|
263
|
+
* @see PLUGIN_SPEC.md §8.1 — On-Disk Layout
|
|
264
|
+
* @see PLUGIN_SPEC.md §8.3 — Install Process
|
|
265
|
+
* @see PLUGIN_SPEC.md §12 — Process Model
|
|
266
|
+
*/
|
|
267
|
+
export function pluginLoader(db, options = {}, runtimeServices) {
|
|
268
|
+
const { localPluginDir = DEFAULT_LOCAL_PLUGIN_DIR, enableLocalFilesystem = true, enableNpmDiscovery = true, } = options;
|
|
269
|
+
const registry = pluginRegistryService(db);
|
|
270
|
+
const manifestValidator = pluginManifestValidator();
|
|
271
|
+
const capabilityValidator = pluginCapabilityValidator();
|
|
272
|
+
const log = logger.child({ service: "plugin-loader" });
|
|
273
|
+
const hostVersion = runtimeServices?.instanceInfo.hostVersion;
|
|
274
|
+
async function assertPageRoutePathsAvailable(manifest) {
|
|
275
|
+
const requestedRoutePaths = getDeclaredPageRoutePaths(manifest);
|
|
276
|
+
if (requestedRoutePaths.length === 0)
|
|
277
|
+
return;
|
|
278
|
+
const uniqueRequested = new Set(requestedRoutePaths);
|
|
279
|
+
if (uniqueRequested.size !== requestedRoutePaths.length) {
|
|
280
|
+
throw new Error(`Plugin ${manifest.id} declares duplicate page routePath values`);
|
|
281
|
+
}
|
|
282
|
+
const installedPlugins = await registry.listInstalled();
|
|
283
|
+
for (const plugin of installedPlugins) {
|
|
284
|
+
if (plugin.pluginKey === manifest.id)
|
|
285
|
+
continue;
|
|
286
|
+
const installedManifest = plugin.manifestJson;
|
|
287
|
+
if (!installedManifest)
|
|
288
|
+
continue;
|
|
289
|
+
const installedRoutePaths = new Set(getDeclaredPageRoutePaths(installedManifest));
|
|
290
|
+
const conflictingRoute = requestedRoutePaths.find((routePath) => installedRoutePaths.has(routePath));
|
|
291
|
+
if (conflictingRoute) {
|
|
292
|
+
throw new Error(`Plugin ${manifest.id} routePath "${conflictingRoute}" conflicts with installed plugin ${plugin.pluginKey}`);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
// -------------------------------------------------------------------------
|
|
297
|
+
// Internal helpers
|
|
298
|
+
// -------------------------------------------------------------------------
|
|
299
|
+
/**
|
|
300
|
+
* Fetch a plugin from npm or local path, then parse and validate its manifest.
|
|
301
|
+
*
|
|
302
|
+
* This internal helper encapsulates the core plugin retrieval and validation
|
|
303
|
+
* logic used by both install and upgrade operations. It handles:
|
|
304
|
+
* 1. Resolving the package from npm or local filesystem.
|
|
305
|
+
* 2. Installing the package via npm if necessary.
|
|
306
|
+
* 3. Reading and parsing the plugin manifest.
|
|
307
|
+
* 4. Validating API version compatibility.
|
|
308
|
+
* 5. Validating manifest capabilities.
|
|
309
|
+
*
|
|
310
|
+
* @param installOptions - Options specifying the package to fetch.
|
|
311
|
+
* @returns A `DiscoveredPlugin` object containing the validated manifest.
|
|
312
|
+
*/
|
|
313
|
+
async function fetchAndValidate(installOptions) {
|
|
314
|
+
const { packageName, localPath, version, installDir } = installOptions;
|
|
315
|
+
if (!packageName && !localPath) {
|
|
316
|
+
throw new Error("Either packageName or localPath must be provided");
|
|
317
|
+
}
|
|
318
|
+
const targetInstallDir = installDir ?? localPluginDir;
|
|
319
|
+
// Step 1 & 2: Resolve and install package
|
|
320
|
+
let resolvedPackagePath;
|
|
321
|
+
let resolvedPackageName;
|
|
322
|
+
if (localPath) {
|
|
323
|
+
// Local path install — validate the directory exists
|
|
324
|
+
const absLocalPath = path.resolve(localPath);
|
|
325
|
+
if (!existsSync(absLocalPath)) {
|
|
326
|
+
throw new Error(`Local plugin path does not exist: ${absLocalPath}`);
|
|
327
|
+
}
|
|
328
|
+
resolvedPackagePath = absLocalPath;
|
|
329
|
+
const pkgJson = await readPackageJson(absLocalPath);
|
|
330
|
+
resolvedPackageName =
|
|
331
|
+
typeof pkgJson?.["name"] === "string"
|
|
332
|
+
? pkgJson["name"]
|
|
333
|
+
: path.basename(absLocalPath);
|
|
334
|
+
log.info({ localPath: absLocalPath, packageName: resolvedPackageName }, "plugin-loader: fetching plugin from local path");
|
|
335
|
+
}
|
|
336
|
+
else {
|
|
337
|
+
// npm install
|
|
338
|
+
const spec = version ? `${packageName}@${version}` : packageName;
|
|
339
|
+
log.info({ spec, installDir: targetInstallDir }, "plugin-loader: fetching plugin from npm");
|
|
340
|
+
try {
|
|
341
|
+
// Use execFile (not exec) to avoid shell injection from package name/version.
|
|
342
|
+
// --ignore-scripts prevents preinstall/install/postinstall hooks from
|
|
343
|
+
// executing arbitrary code on the host before manifest validation.
|
|
344
|
+
await execFileAsync("npm", ["install", spec, "--prefix", targetInstallDir, "--save", "--ignore-scripts"], { timeout: 120_000 });
|
|
345
|
+
}
|
|
346
|
+
catch (err) {
|
|
347
|
+
throw new Error(`npm install failed for ${spec}: ${String(err)}`);
|
|
348
|
+
}
|
|
349
|
+
// Resolve the package path after installation
|
|
350
|
+
const nodeModulesPath = path.join(targetInstallDir, "node_modules");
|
|
351
|
+
resolvedPackageName = packageName;
|
|
352
|
+
// Handle scoped packages
|
|
353
|
+
if (resolvedPackageName.startsWith("@")) {
|
|
354
|
+
const [scope, name] = resolvedPackageName.split("/");
|
|
355
|
+
resolvedPackagePath = path.join(nodeModulesPath, scope, name);
|
|
356
|
+
}
|
|
357
|
+
else {
|
|
358
|
+
resolvedPackagePath = path.join(nodeModulesPath, resolvedPackageName);
|
|
359
|
+
}
|
|
360
|
+
if (!existsSync(resolvedPackagePath)) {
|
|
361
|
+
throw new Error(`Package directory not found after installation: ${resolvedPackagePath}`);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
// Step 3: Read and validate plugin manifest
|
|
365
|
+
// Note: this.loadManifest (used via current context)
|
|
366
|
+
const pkgJson = await readPackageJson(resolvedPackagePath);
|
|
367
|
+
if (!pkgJson)
|
|
368
|
+
throw new Error(`Missing package.json at ${resolvedPackagePath}`);
|
|
369
|
+
const manifestPath = resolveManifestPath(resolvedPackagePath, pkgJson);
|
|
370
|
+
if (!manifestPath || !existsSync(manifestPath)) {
|
|
371
|
+
throw new Error(`Package ${resolvedPackageName} at ${resolvedPackagePath} does not appear to be a FideliOS plugin (no manifest found).`);
|
|
372
|
+
}
|
|
373
|
+
const manifest = await loadManifestFromPath(manifestPath);
|
|
374
|
+
// Step 4: Reject incompatible plugin API versions
|
|
375
|
+
if (!manifestValidator.getSupportedVersions().includes(manifest.apiVersion)) {
|
|
376
|
+
throw new Error(`Plugin ${manifest.id} declares apiVersion ${manifest.apiVersion} which is not supported by this host. ` +
|
|
377
|
+
`Supported versions: ${manifestValidator.getSupportedVersions().join(", ")}`);
|
|
378
|
+
}
|
|
379
|
+
// Step 5: Validate manifest capabilities are consistent
|
|
380
|
+
const capResult = capabilityValidator.validateManifestCapabilities(manifest);
|
|
381
|
+
if (!capResult.allowed) {
|
|
382
|
+
throw new Error(`Plugin ${manifest.id} manifest has inconsistent capabilities. ` +
|
|
383
|
+
`Missing required capabilities for declared features: ${capResult.missing.join(", ")}`);
|
|
384
|
+
}
|
|
385
|
+
await assertPageRoutePathsAvailable(manifest);
|
|
386
|
+
// Step 6: Reject plugins that require a newer host than the running server
|
|
387
|
+
const minimumHostVersion = getMinimumHostVersion(manifest);
|
|
388
|
+
if (minimumHostVersion && hostVersion) {
|
|
389
|
+
if (compareSemver(hostVersion, minimumHostVersion) < 0) {
|
|
390
|
+
throw new Error(`Plugin ${manifest.id} requires host version ${minimumHostVersion} or newer, ` +
|
|
391
|
+
`but this server is running ${hostVersion}`);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
// Use the version declared in the manifest (required field per the spec)
|
|
395
|
+
const resolvedVersion = manifest.version;
|
|
396
|
+
return {
|
|
397
|
+
packagePath: resolvedPackagePath,
|
|
398
|
+
packageName: resolvedPackageName,
|
|
399
|
+
version: resolvedVersion,
|
|
400
|
+
source: localPath ? "local-filesystem" : "npm",
|
|
401
|
+
manifest,
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
* Attempt to load and validate a plugin manifest from a resolved path.
|
|
406
|
+
* Returns the manifest on success or throws with a descriptive error.
|
|
407
|
+
*/
|
|
408
|
+
async function loadManifestFromPath(manifestPath) {
|
|
409
|
+
let raw;
|
|
410
|
+
try {
|
|
411
|
+
// Dynamic import works for both .js (ESM) and .cjs (CJS) manifests
|
|
412
|
+
const mod = await import(manifestPath);
|
|
413
|
+
// The manifest may be the default export or the module itself
|
|
414
|
+
raw = mod["default"] ?? mod;
|
|
415
|
+
}
|
|
416
|
+
catch (err) {
|
|
417
|
+
throw new Error(`Failed to load manifest module at ${manifestPath}: ${String(err)}`);
|
|
418
|
+
}
|
|
419
|
+
return manifestValidator.parseOrThrow(raw);
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Build a DiscoveredPlugin from a resolved package directory, or null
|
|
423
|
+
* if the package is not a FideliOS plugin.
|
|
424
|
+
*/
|
|
425
|
+
async function buildDiscoveredPlugin(packagePath, source) {
|
|
426
|
+
const pkgJson = await readPackageJson(packagePath);
|
|
427
|
+
if (!pkgJson)
|
|
428
|
+
return null;
|
|
429
|
+
const packageName = typeof pkgJson["name"] === "string" ? pkgJson["name"] : "";
|
|
430
|
+
const version = typeof pkgJson["version"] === "string" ? pkgJson["version"] : "0.0.0";
|
|
431
|
+
// Determine if this is a plugin package at all
|
|
432
|
+
const hasFideliOSPlugin = "fideliosPlugin" in pkgJson;
|
|
433
|
+
const nameMatchesConvention = isPluginPackageName(packageName);
|
|
434
|
+
if (!hasFideliOSPlugin && !nameMatchesConvention) {
|
|
435
|
+
return null;
|
|
436
|
+
}
|
|
437
|
+
const manifestPath = resolveManifestPath(packagePath, pkgJson);
|
|
438
|
+
if (!manifestPath || !existsSync(manifestPath)) {
|
|
439
|
+
// Found a potential plugin package but no manifest entry point — treat
|
|
440
|
+
// as a discovery-only result with no manifest
|
|
441
|
+
return {
|
|
442
|
+
packagePath,
|
|
443
|
+
packageName,
|
|
444
|
+
version,
|
|
445
|
+
source,
|
|
446
|
+
manifest: null,
|
|
447
|
+
};
|
|
448
|
+
}
|
|
449
|
+
try {
|
|
450
|
+
const manifest = await loadManifestFromPath(manifestPath);
|
|
451
|
+
return {
|
|
452
|
+
packagePath,
|
|
453
|
+
packageName,
|
|
454
|
+
version,
|
|
455
|
+
source,
|
|
456
|
+
manifest,
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
catch (err) {
|
|
460
|
+
// Rethrow with context — callers catch and route to the errors array
|
|
461
|
+
throw new Error(`Plugin ${packageName}: ${String(err)}`);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
// -------------------------------------------------------------------------
|
|
465
|
+
// Public API
|
|
466
|
+
// -------------------------------------------------------------------------
|
|
467
|
+
return {
|
|
468
|
+
// -----------------------------------------------------------------------
|
|
469
|
+
// discoverAll
|
|
470
|
+
// -----------------------------------------------------------------------
|
|
471
|
+
async discoverAll(npmSearchDirs) {
|
|
472
|
+
const allDiscovered = [];
|
|
473
|
+
const allErrors = [];
|
|
474
|
+
const sources = [];
|
|
475
|
+
if (enableLocalFilesystem) {
|
|
476
|
+
sources.push("local-filesystem");
|
|
477
|
+
const fsResult = await this.discoverFromLocalFilesystem();
|
|
478
|
+
allDiscovered.push(...fsResult.discovered);
|
|
479
|
+
allErrors.push(...fsResult.errors);
|
|
480
|
+
}
|
|
481
|
+
if (enableNpmDiscovery) {
|
|
482
|
+
sources.push("npm");
|
|
483
|
+
const npmResult = await this.discoverFromNpm(npmSearchDirs);
|
|
484
|
+
// Deduplicate against already-discovered packages (same package path)
|
|
485
|
+
const existingPaths = new Set(allDiscovered.map((d) => d.packagePath));
|
|
486
|
+
for (const plugin of npmResult.discovered) {
|
|
487
|
+
if (!existingPaths.has(plugin.packagePath)) {
|
|
488
|
+
allDiscovered.push(plugin);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
allErrors.push(...npmResult.errors);
|
|
492
|
+
}
|
|
493
|
+
// Future: registry source (options.registryUrl)
|
|
494
|
+
if (options.registryUrl) {
|
|
495
|
+
sources.push("registry");
|
|
496
|
+
log.warn({ registryUrl: options.registryUrl }, "plugin-loader: remote registry discovery is not yet implemented");
|
|
497
|
+
}
|
|
498
|
+
log.info({
|
|
499
|
+
discovered: allDiscovered.length,
|
|
500
|
+
errors: allErrors.length,
|
|
501
|
+
sources,
|
|
502
|
+
}, "plugin-loader: discovery complete");
|
|
503
|
+
return { discovered: allDiscovered, errors: allErrors, sources };
|
|
504
|
+
},
|
|
505
|
+
// -----------------------------------------------------------------------
|
|
506
|
+
// discoverFromLocalFilesystem
|
|
507
|
+
// -----------------------------------------------------------------------
|
|
508
|
+
async discoverFromLocalFilesystem(dir) {
|
|
509
|
+
const scanDir = dir ?? localPluginDir;
|
|
510
|
+
const discovered = [];
|
|
511
|
+
const errors = [];
|
|
512
|
+
if (!existsSync(scanDir)) {
|
|
513
|
+
log.debug({ dir: scanDir }, "plugin-loader: local plugin directory does not exist, skipping");
|
|
514
|
+
return { discovered, errors, sources: ["local-filesystem"] };
|
|
515
|
+
}
|
|
516
|
+
let entries;
|
|
517
|
+
try {
|
|
518
|
+
entries = await readdir(scanDir);
|
|
519
|
+
}
|
|
520
|
+
catch (err) {
|
|
521
|
+
log.warn({ dir: scanDir, err }, "plugin-loader: failed to read local plugin directory");
|
|
522
|
+
return { discovered, errors, sources: ["local-filesystem"] };
|
|
523
|
+
}
|
|
524
|
+
for (const entry of entries) {
|
|
525
|
+
const entryPath = path.join(scanDir, entry);
|
|
526
|
+
// Check if entry is a directory
|
|
527
|
+
let entryStat;
|
|
528
|
+
try {
|
|
529
|
+
entryStat = await stat(entryPath);
|
|
530
|
+
}
|
|
531
|
+
catch {
|
|
532
|
+
continue;
|
|
533
|
+
}
|
|
534
|
+
if (!entryStat.isDirectory())
|
|
535
|
+
continue;
|
|
536
|
+
// Handle scoped packages: @scope/plugin-name is a subdirectory
|
|
537
|
+
if (entry.startsWith("@")) {
|
|
538
|
+
let scopedEntries;
|
|
539
|
+
try {
|
|
540
|
+
scopedEntries = await readdir(entryPath);
|
|
541
|
+
}
|
|
542
|
+
catch {
|
|
543
|
+
continue;
|
|
544
|
+
}
|
|
545
|
+
for (const scopedEntry of scopedEntries) {
|
|
546
|
+
const scopedPath = path.join(entryPath, scopedEntry);
|
|
547
|
+
try {
|
|
548
|
+
const scopedStat = await stat(scopedPath);
|
|
549
|
+
if (!scopedStat.isDirectory())
|
|
550
|
+
continue;
|
|
551
|
+
const plugin = await buildDiscoveredPlugin(scopedPath, "local-filesystem");
|
|
552
|
+
if (plugin)
|
|
553
|
+
discovered.push(plugin);
|
|
554
|
+
}
|
|
555
|
+
catch (err) {
|
|
556
|
+
errors.push({
|
|
557
|
+
packagePath: scopedPath,
|
|
558
|
+
packageName: `${entry}/${scopedEntry}`,
|
|
559
|
+
error: String(err),
|
|
560
|
+
});
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
continue;
|
|
564
|
+
}
|
|
565
|
+
try {
|
|
566
|
+
const plugin = await buildDiscoveredPlugin(entryPath, "local-filesystem");
|
|
567
|
+
if (plugin)
|
|
568
|
+
discovered.push(plugin);
|
|
569
|
+
}
|
|
570
|
+
catch (err) {
|
|
571
|
+
const pkgJson = await readPackageJson(entryPath);
|
|
572
|
+
const packageName = typeof pkgJson?.["name"] === "string" ? pkgJson["name"] : entry;
|
|
573
|
+
errors.push({ packagePath: entryPath, packageName, error: String(err) });
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
log.debug({ dir: scanDir, discovered: discovered.length, errors: errors.length }, "plugin-loader: local filesystem scan complete");
|
|
577
|
+
return { discovered, errors, sources: ["local-filesystem"] };
|
|
578
|
+
},
|
|
579
|
+
// -----------------------------------------------------------------------
|
|
580
|
+
// discoverFromNpm
|
|
581
|
+
// -----------------------------------------------------------------------
|
|
582
|
+
async discoverFromNpm(searchDirs) {
|
|
583
|
+
const discovered = [];
|
|
584
|
+
const errors = [];
|
|
585
|
+
// Determine the node_modules directories to search.
|
|
586
|
+
// When searchDirs is undefined OR empty, fall back to the conventional
|
|
587
|
+
// defaults (cwd/node_modules and localPluginDir/node_modules).
|
|
588
|
+
// To search nowhere explicitly, pass a non-empty array of non-existent paths.
|
|
589
|
+
const dirsToSearch = searchDirs && searchDirs.length > 0 ? searchDirs : [];
|
|
590
|
+
if (dirsToSearch.length === 0) {
|
|
591
|
+
// Default: search node_modules relative to the process working directory
|
|
592
|
+
// and also the local plugin dir's node_modules
|
|
593
|
+
const cwdNodeModules = path.join(process.cwd(), "node_modules");
|
|
594
|
+
const localNodeModules = path.join(localPluginDir, "node_modules");
|
|
595
|
+
if (existsSync(cwdNodeModules))
|
|
596
|
+
dirsToSearch.push(cwdNodeModules);
|
|
597
|
+
if (existsSync(localNodeModules))
|
|
598
|
+
dirsToSearch.push(localNodeModules);
|
|
599
|
+
}
|
|
600
|
+
for (const nodeModulesDir of dirsToSearch) {
|
|
601
|
+
if (!existsSync(nodeModulesDir))
|
|
602
|
+
continue;
|
|
603
|
+
let entries;
|
|
604
|
+
try {
|
|
605
|
+
entries = await readdir(nodeModulesDir);
|
|
606
|
+
}
|
|
607
|
+
catch {
|
|
608
|
+
continue;
|
|
609
|
+
}
|
|
610
|
+
for (const entry of entries) {
|
|
611
|
+
const entryPath = path.join(nodeModulesDir, entry);
|
|
612
|
+
// Handle scoped packages (@scope/*)
|
|
613
|
+
if (entry.startsWith("@")) {
|
|
614
|
+
let scopedEntries;
|
|
615
|
+
try {
|
|
616
|
+
scopedEntries = await readdir(entryPath);
|
|
617
|
+
}
|
|
618
|
+
catch {
|
|
619
|
+
continue;
|
|
620
|
+
}
|
|
621
|
+
for (const scopedEntry of scopedEntries) {
|
|
622
|
+
const fullName = `${entry}/${scopedEntry}`;
|
|
623
|
+
if (!isPluginPackageName(fullName))
|
|
624
|
+
continue;
|
|
625
|
+
const scopedPath = path.join(entryPath, scopedEntry);
|
|
626
|
+
try {
|
|
627
|
+
const plugin = await buildDiscoveredPlugin(scopedPath, "npm");
|
|
628
|
+
if (plugin)
|
|
629
|
+
discovered.push(plugin);
|
|
630
|
+
}
|
|
631
|
+
catch (err) {
|
|
632
|
+
errors.push({
|
|
633
|
+
packagePath: scopedPath,
|
|
634
|
+
packageName: fullName,
|
|
635
|
+
error: String(err),
|
|
636
|
+
});
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
continue;
|
|
640
|
+
}
|
|
641
|
+
// Non-scoped packages: check naming convention
|
|
642
|
+
if (!isPluginPackageName(entry))
|
|
643
|
+
continue;
|
|
644
|
+
let entryStat;
|
|
645
|
+
try {
|
|
646
|
+
entryStat = await stat(entryPath);
|
|
647
|
+
}
|
|
648
|
+
catch {
|
|
649
|
+
continue;
|
|
650
|
+
}
|
|
651
|
+
if (!entryStat.isDirectory())
|
|
652
|
+
continue;
|
|
653
|
+
try {
|
|
654
|
+
const plugin = await buildDiscoveredPlugin(entryPath, "npm");
|
|
655
|
+
if (plugin)
|
|
656
|
+
discovered.push(plugin);
|
|
657
|
+
}
|
|
658
|
+
catch (err) {
|
|
659
|
+
const pkgJson = await readPackageJson(entryPath);
|
|
660
|
+
const packageName = typeof pkgJson?.["name"] === "string" ? pkgJson["name"] : entry;
|
|
661
|
+
errors.push({ packagePath: entryPath, packageName, error: String(err) });
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
log.debug({ searchDirs: dirsToSearch, discovered: discovered.length, errors: errors.length }, "plugin-loader: npm discovery scan complete");
|
|
666
|
+
return { discovered, errors, sources: ["npm"] };
|
|
667
|
+
},
|
|
668
|
+
// -----------------------------------------------------------------------
|
|
669
|
+
// loadManifest
|
|
670
|
+
// -----------------------------------------------------------------------
|
|
671
|
+
async loadManifest(packagePath) {
|
|
672
|
+
const pkgJson = await readPackageJson(packagePath);
|
|
673
|
+
if (!pkgJson)
|
|
674
|
+
return null;
|
|
675
|
+
const hasFideliOSPlugin = "fideliosPlugin" in pkgJson;
|
|
676
|
+
const packageName = typeof pkgJson["name"] === "string" ? pkgJson["name"] : "";
|
|
677
|
+
const nameMatchesConvention = isPluginPackageName(packageName);
|
|
678
|
+
if (!hasFideliOSPlugin && !nameMatchesConvention) {
|
|
679
|
+
return null;
|
|
680
|
+
}
|
|
681
|
+
const manifestPath = resolveManifestPath(packagePath, pkgJson);
|
|
682
|
+
if (!manifestPath || !existsSync(manifestPath))
|
|
683
|
+
return null;
|
|
684
|
+
return loadManifestFromPath(manifestPath);
|
|
685
|
+
},
|
|
686
|
+
// -----------------------------------------------------------------------
|
|
687
|
+
// installPlugin
|
|
688
|
+
// -----------------------------------------------------------------------
|
|
689
|
+
async installPlugin(installOptions) {
|
|
690
|
+
const discovered = await fetchAndValidate(installOptions);
|
|
691
|
+
// Step 6: Persist install record in Postgres (include packagePath for local installs so the worker can be resolved)
|
|
692
|
+
await registry.install({
|
|
693
|
+
packageName: discovered.packageName,
|
|
694
|
+
packagePath: discovered.source === "local-filesystem" ? discovered.packagePath : undefined,
|
|
695
|
+
}, discovered.manifest);
|
|
696
|
+
log.info({
|
|
697
|
+
pluginId: discovered.manifest.id,
|
|
698
|
+
packageName: discovered.packageName,
|
|
699
|
+
version: discovered.version,
|
|
700
|
+
capabilities: discovered.manifest.capabilities,
|
|
701
|
+
}, "plugin-loader: plugin installed successfully");
|
|
702
|
+
return discovered;
|
|
703
|
+
},
|
|
704
|
+
// -----------------------------------------------------------------------
|
|
705
|
+
// upgradePlugin
|
|
706
|
+
// -----------------------------------------------------------------------
|
|
707
|
+
/**
|
|
708
|
+
* Upgrade an already-installed plugin to a newer version.
|
|
709
|
+
*
|
|
710
|
+
* This method:
|
|
711
|
+
* 1. Fetches and validates the new plugin package using `fetchAndValidate`.
|
|
712
|
+
* 2. Ensures the new manifest ID matches the existing plugin ID for safety.
|
|
713
|
+
* 3. Updates the plugin record in the registry with the new version and manifest.
|
|
714
|
+
*
|
|
715
|
+
* @param pluginId - The UUID of the plugin to upgrade.
|
|
716
|
+
* @param upgradeOptions - Options for the upgrade (packageName, localPath, version).
|
|
717
|
+
* @returns The old and new manifests, along with the discovery metadata.
|
|
718
|
+
* @throws {Error} If the plugin is not found or if the new manifest ID differs.
|
|
719
|
+
*/
|
|
720
|
+
async upgradePlugin(pluginId, upgradeOptions) {
|
|
721
|
+
const plugin = (await registry.getById(pluginId));
|
|
722
|
+
if (!plugin)
|
|
723
|
+
throw new Error(`Plugin not found: ${pluginId}`);
|
|
724
|
+
const oldManifest = plugin.manifestJson;
|
|
725
|
+
const { packageName = plugin.packageName,
|
|
726
|
+
// For local-path installs, fall back to the stored packagePath so
|
|
727
|
+
// `upgradePlugin` can re-read the manifest from disk without needing
|
|
728
|
+
// the caller to re-supply the path every time.
|
|
729
|
+
localPath = plugin.packagePath ?? undefined, version, } = upgradeOptions;
|
|
730
|
+
log.info({ pluginId, packageName, version, localPath }, "plugin-loader: upgrading plugin");
|
|
731
|
+
// 1. Fetch/Install the new version
|
|
732
|
+
const discovered = await fetchAndValidate({
|
|
733
|
+
packageName,
|
|
734
|
+
localPath,
|
|
735
|
+
version,
|
|
736
|
+
installDir: localPluginDir,
|
|
737
|
+
});
|
|
738
|
+
const newManifest = discovered.manifest;
|
|
739
|
+
// 2. Validate it's the same plugin ID
|
|
740
|
+
if (newManifest.id !== oldManifest.id) {
|
|
741
|
+
throw new Error(`Upgrade failed: new manifest ID '${newManifest.id}' does not match existing plugin ID '${oldManifest.id}'`);
|
|
742
|
+
}
|
|
743
|
+
// 3. Detect capability escalation — new capabilities not in the old manifest
|
|
744
|
+
const oldCaps = new Set(oldManifest.capabilities ?? []);
|
|
745
|
+
const newCaps = newManifest.capabilities ?? [];
|
|
746
|
+
const escalated = newCaps.filter((c) => !oldCaps.has(c));
|
|
747
|
+
if (escalated.length > 0) {
|
|
748
|
+
log.warn({ pluginId, escalated, oldVersion: oldManifest.version, newVersion: newManifest.version }, "plugin-loader: upgrade introduces new capabilities — requires admin approval");
|
|
749
|
+
throw new Error(`Upgrade for "${pluginId}" introduces new capabilities that require approval: ${escalated.join(", ")}. ` +
|
|
750
|
+
`The previous version declared [${[...oldCaps].join(", ")}]. ` +
|
|
751
|
+
`Please review and approve the capability escalation before upgrading.`);
|
|
752
|
+
}
|
|
753
|
+
// 4. Update the existing record
|
|
754
|
+
await registry.update(pluginId, {
|
|
755
|
+
packageName: discovered.packageName,
|
|
756
|
+
version: discovered.version,
|
|
757
|
+
manifest: newManifest,
|
|
758
|
+
});
|
|
759
|
+
return {
|
|
760
|
+
oldManifest,
|
|
761
|
+
newManifest,
|
|
762
|
+
discovered,
|
|
763
|
+
};
|
|
764
|
+
},
|
|
765
|
+
// -----------------------------------------------------------------------
|
|
766
|
+
// isSupportedApiVersion
|
|
767
|
+
// -----------------------------------------------------------------------
|
|
768
|
+
isSupportedApiVersion(apiVersion) {
|
|
769
|
+
return manifestValidator.getSupportedVersions().includes(apiVersion);
|
|
770
|
+
},
|
|
771
|
+
// -----------------------------------------------------------------------
|
|
772
|
+
// cleanupInstallArtifacts
|
|
773
|
+
// -----------------------------------------------------------------------
|
|
774
|
+
async cleanupInstallArtifacts(plugin) {
|
|
775
|
+
const managedTargets = new Set();
|
|
776
|
+
const managedNodeModulesDir = resolveManagedInstallPackageDir(localPluginDir, plugin.packageName);
|
|
777
|
+
const directManagedDir = path.join(localPluginDir, plugin.packageName);
|
|
778
|
+
managedTargets.add(managedNodeModulesDir);
|
|
779
|
+
if (isPathInsideDir(directManagedDir, localPluginDir)) {
|
|
780
|
+
managedTargets.add(directManagedDir);
|
|
781
|
+
}
|
|
782
|
+
if (plugin.packagePath && isPathInsideDir(plugin.packagePath, localPluginDir)) {
|
|
783
|
+
managedTargets.add(path.resolve(plugin.packagePath));
|
|
784
|
+
}
|
|
785
|
+
const packageJsonPath = path.join(localPluginDir, "package.json");
|
|
786
|
+
if (existsSync(packageJsonPath)) {
|
|
787
|
+
try {
|
|
788
|
+
await execFileAsync("npm", ["uninstall", plugin.packageName, "--prefix", localPluginDir, "--ignore-scripts"], { timeout: 120_000 });
|
|
789
|
+
}
|
|
790
|
+
catch (err) {
|
|
791
|
+
log.warn({
|
|
792
|
+
pluginId: plugin.id,
|
|
793
|
+
pluginKey: plugin.pluginKey,
|
|
794
|
+
packageName: plugin.packageName,
|
|
795
|
+
err: err instanceof Error ? err.message : String(err),
|
|
796
|
+
}, "plugin-loader: npm uninstall failed during cleanup, falling back to direct removal");
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
for (const target of managedTargets) {
|
|
800
|
+
if (!existsSync(target))
|
|
801
|
+
continue;
|
|
802
|
+
await rm(target, { recursive: true, force: true });
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
// -----------------------------------------------------------------------
|
|
806
|
+
// getLocalPluginDir
|
|
807
|
+
// -----------------------------------------------------------------------
|
|
808
|
+
getLocalPluginDir() {
|
|
809
|
+
return localPluginDir;
|
|
810
|
+
},
|
|
811
|
+
// -----------------------------------------------------------------------
|
|
812
|
+
// hasRuntimeServices
|
|
813
|
+
// -----------------------------------------------------------------------
|
|
814
|
+
hasRuntimeServices() {
|
|
815
|
+
return runtimeServices !== undefined;
|
|
816
|
+
},
|
|
817
|
+
// -----------------------------------------------------------------------
|
|
818
|
+
// -----------------------------------------------------------------------
|
|
819
|
+
// loadAll
|
|
820
|
+
// -----------------------------------------------------------------------
|
|
821
|
+
/**
|
|
822
|
+
* loadAll — Loads and activates all plugins that are currently in 'ready' status.
|
|
823
|
+
*
|
|
824
|
+
* This method is typically called during server startup. It fetches all ready
|
|
825
|
+
* plugins from the registry and attempts to activate them in parallel using
|
|
826
|
+
* Promise.allSettled. Failures in individual plugins do not prevent others from loading.
|
|
827
|
+
*
|
|
828
|
+
* @returns A promise that resolves with summary statistics of the load operation.
|
|
829
|
+
*/
|
|
830
|
+
async loadAll() {
|
|
831
|
+
if (!runtimeServices) {
|
|
832
|
+
throw new Error("Cannot loadAll: no PluginRuntimeServices provided. " +
|
|
833
|
+
"Pass runtime services as the third argument to pluginLoader().");
|
|
834
|
+
}
|
|
835
|
+
log.info("plugin-loader: loading all ready plugins");
|
|
836
|
+
// Fetch all plugins in ready status, ordered by installOrder
|
|
837
|
+
const readyPlugins = (await registry.listByStatus("ready"));
|
|
838
|
+
if (readyPlugins.length === 0) {
|
|
839
|
+
log.info("plugin-loader: no ready plugins to load");
|
|
840
|
+
return { total: 0, succeeded: 0, failed: 0, results: [] };
|
|
841
|
+
}
|
|
842
|
+
log.info({ count: readyPlugins.length }, "plugin-loader: found ready plugins to load");
|
|
843
|
+
// Load plugins in parallel
|
|
844
|
+
const results = await Promise.allSettled(readyPlugins.map((plugin) => activatePlugin(plugin)));
|
|
845
|
+
const loadResults = results.map((r, i) => {
|
|
846
|
+
if (r.status === "fulfilled")
|
|
847
|
+
return r.value;
|
|
848
|
+
return {
|
|
849
|
+
plugin: readyPlugins[i],
|
|
850
|
+
success: false,
|
|
851
|
+
error: String(r.reason),
|
|
852
|
+
registered: { worker: false, eventSubscriptions: 0, jobs: 0, webhooks: 0, tools: 0 },
|
|
853
|
+
};
|
|
854
|
+
});
|
|
855
|
+
const succeeded = loadResults.filter((r) => r.success).length;
|
|
856
|
+
const failed = loadResults.filter((r) => !r.success).length;
|
|
857
|
+
log.info({
|
|
858
|
+
total: readyPlugins.length,
|
|
859
|
+
succeeded,
|
|
860
|
+
failed,
|
|
861
|
+
}, "plugin-loader: loadAll complete");
|
|
862
|
+
return {
|
|
863
|
+
total: readyPlugins.length,
|
|
864
|
+
succeeded,
|
|
865
|
+
failed,
|
|
866
|
+
results: loadResults,
|
|
867
|
+
};
|
|
868
|
+
},
|
|
869
|
+
// -----------------------------------------------------------------------
|
|
870
|
+
// loadSingle
|
|
871
|
+
// -----------------------------------------------------------------------
|
|
872
|
+
/**
|
|
873
|
+
* loadSingle — Loads and activates a single plugin by its ID.
|
|
874
|
+
*
|
|
875
|
+
* This method retrieves the plugin from the registry, ensures it's in a valid
|
|
876
|
+
* state, and then calls activatePlugin to start its worker and register its
|
|
877
|
+
* capabilities (tools, jobs, etc.).
|
|
878
|
+
*
|
|
879
|
+
* @param pluginId - The UUID of the plugin to load.
|
|
880
|
+
* @returns A promise that resolves with the result of the activation.
|
|
881
|
+
*/
|
|
882
|
+
async loadSingle(pluginId) {
|
|
883
|
+
if (!runtimeServices) {
|
|
884
|
+
throw new Error("Cannot loadSingle: no PluginRuntimeServices provided. " +
|
|
885
|
+
"Pass runtime services as the third argument to pluginLoader().");
|
|
886
|
+
}
|
|
887
|
+
const plugin = (await registry.getById(pluginId));
|
|
888
|
+
if (!plugin) {
|
|
889
|
+
throw new Error(`Plugin not found: ${pluginId}`);
|
|
890
|
+
}
|
|
891
|
+
// If the plugin is in 'installed' status, transition it to 'ready' first.
|
|
892
|
+
// lifecycleManager.load() transitions the status AND activates the plugin
|
|
893
|
+
// via activateReadyPlugin() → loadSingle() (recursive call with 'ready'
|
|
894
|
+
// status) → activatePlugin(). We must NOT call activatePlugin() again here,
|
|
895
|
+
// as that would double-start the worker and duplicate registrations.
|
|
896
|
+
if (plugin.status === "installed") {
|
|
897
|
+
await runtimeServices.lifecycleManager.load(pluginId);
|
|
898
|
+
const updated = (await registry.getById(pluginId));
|
|
899
|
+
if (!updated)
|
|
900
|
+
throw new Error(`Plugin not found after status update: ${pluginId}`);
|
|
901
|
+
return {
|
|
902
|
+
plugin: updated,
|
|
903
|
+
success: true,
|
|
904
|
+
registered: { worker: true, eventSubscriptions: 0, jobs: 0, webhooks: 0, tools: 0 },
|
|
905
|
+
};
|
|
906
|
+
}
|
|
907
|
+
if (plugin.status !== "ready") {
|
|
908
|
+
throw new Error(`Cannot load plugin in status '${plugin.status}'. ` +
|
|
909
|
+
`Plugin must be in 'installed' or 'ready' status.`);
|
|
910
|
+
}
|
|
911
|
+
return activatePlugin(plugin);
|
|
912
|
+
},
|
|
913
|
+
// -----------------------------------------------------------------------
|
|
914
|
+
// unloadSingle
|
|
915
|
+
// -----------------------------------------------------------------------
|
|
916
|
+
async unloadSingle(pluginId, pluginKey) {
|
|
917
|
+
if (!runtimeServices) {
|
|
918
|
+
throw new Error("Cannot unloadSingle: no PluginRuntimeServices provided.");
|
|
919
|
+
}
|
|
920
|
+
log.info({ pluginId, pluginKey }, "plugin-loader: unloading single plugin");
|
|
921
|
+
const { workerManager, eventBus, jobScheduler, toolDispatcher, } = runtimeServices;
|
|
922
|
+
// 1. Unregister from job scheduler (cancels in-flight runs)
|
|
923
|
+
try {
|
|
924
|
+
await jobScheduler.unregisterPlugin(pluginId);
|
|
925
|
+
}
|
|
926
|
+
catch (err) {
|
|
927
|
+
log.warn({ pluginId, err: err instanceof Error ? err.message : String(err) }, "plugin-loader: failed to unregister from job scheduler (best-effort)");
|
|
928
|
+
}
|
|
929
|
+
// 2. Clear event subscriptions
|
|
930
|
+
eventBus.clearPlugin(pluginKey);
|
|
931
|
+
// 3. Unregister agent tools
|
|
932
|
+
toolDispatcher.unregisterPluginTools(pluginKey);
|
|
933
|
+
// 4. Stop the worker process
|
|
934
|
+
try {
|
|
935
|
+
if (workerManager.isRunning(pluginId)) {
|
|
936
|
+
await workerManager.stopWorker(pluginId);
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
catch (err) {
|
|
940
|
+
log.warn({ pluginId, err: err instanceof Error ? err.message : String(err) }, "plugin-loader: failed to stop worker during unload (best-effort)");
|
|
941
|
+
}
|
|
942
|
+
log.info({ pluginId, pluginKey }, "plugin-loader: plugin unloaded successfully");
|
|
943
|
+
},
|
|
944
|
+
// -----------------------------------------------------------------------
|
|
945
|
+
// shutdownAll
|
|
946
|
+
// -----------------------------------------------------------------------
|
|
947
|
+
async shutdownAll() {
|
|
948
|
+
if (!runtimeServices) {
|
|
949
|
+
throw new Error("Cannot shutdownAll: no PluginRuntimeServices provided.");
|
|
950
|
+
}
|
|
951
|
+
log.info("plugin-loader: shutting down all plugins");
|
|
952
|
+
const { workerManager, jobScheduler } = runtimeServices;
|
|
953
|
+
// 1. Stop the job scheduler tick loop
|
|
954
|
+
jobScheduler.stop();
|
|
955
|
+
// 2. Stop all worker processes
|
|
956
|
+
await workerManager.stopAll();
|
|
957
|
+
log.info("plugin-loader: all plugins shut down");
|
|
958
|
+
},
|
|
959
|
+
};
|
|
960
|
+
// -------------------------------------------------------------------------
|
|
961
|
+
// Internal: activatePlugin — shared logic for loadAll and loadSingle
|
|
962
|
+
// -------------------------------------------------------------------------
|
|
963
|
+
/**
|
|
964
|
+
* Activate a single plugin: spawn its worker, register event subscriptions,
|
|
965
|
+
* sync jobs, register tools.
|
|
966
|
+
*
|
|
967
|
+
* This is the core orchestration logic shared by `loadAll()` and `loadSingle()`.
|
|
968
|
+
* Failures are caught and reported in the result; the plugin is marked as
|
|
969
|
+
* `error` in the database when activation fails.
|
|
970
|
+
*/
|
|
971
|
+
async function activatePlugin(plugin) {
|
|
972
|
+
const manifest = plugin.manifestJson;
|
|
973
|
+
const pluginId = plugin.id;
|
|
974
|
+
const pluginKey = plugin.pluginKey;
|
|
975
|
+
const registered = {
|
|
976
|
+
worker: false,
|
|
977
|
+
eventSubscriptions: 0,
|
|
978
|
+
jobs: 0,
|
|
979
|
+
webhooks: 0,
|
|
980
|
+
tools: 0,
|
|
981
|
+
};
|
|
982
|
+
// Guard: runtime services must exist (callers already checked)
|
|
983
|
+
if (!runtimeServices) {
|
|
984
|
+
return {
|
|
985
|
+
plugin,
|
|
986
|
+
success: false,
|
|
987
|
+
error: "No runtime services available",
|
|
988
|
+
registered,
|
|
989
|
+
};
|
|
990
|
+
}
|
|
991
|
+
const { workerManager, eventBus, jobScheduler, jobStore, toolDispatcher, lifecycleManager, buildHostHandlers, instanceInfo, } = runtimeServices;
|
|
992
|
+
try {
|
|
993
|
+
log.info({ pluginId, pluginKey, version: plugin.version }, "plugin-loader: activating plugin");
|
|
994
|
+
// ------------------------------------------------------------------
|
|
995
|
+
// 1. Resolve worker entrypoint
|
|
996
|
+
// ------------------------------------------------------------------
|
|
997
|
+
const workerEntrypoint = resolveWorkerEntrypoint(plugin, localPluginDir);
|
|
998
|
+
// ------------------------------------------------------------------
|
|
999
|
+
// 2. Build host handlers for this plugin
|
|
1000
|
+
// ------------------------------------------------------------------
|
|
1001
|
+
const hostHandlers = buildHostHandlers(pluginId, manifest);
|
|
1002
|
+
// ------------------------------------------------------------------
|
|
1003
|
+
// 3. Retrieve plugin config (if any)
|
|
1004
|
+
// ------------------------------------------------------------------
|
|
1005
|
+
let config = {};
|
|
1006
|
+
try {
|
|
1007
|
+
const configRow = await registry.getConfig(pluginId);
|
|
1008
|
+
if (configRow && typeof configRow === "object" && "configJson" in configRow) {
|
|
1009
|
+
config = configRow.configJson ?? {};
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
catch {
|
|
1013
|
+
// Config may not exist yet — use empty object
|
|
1014
|
+
log.debug({ pluginId }, "plugin-loader: no config found, using empty config");
|
|
1015
|
+
}
|
|
1016
|
+
// ------------------------------------------------------------------
|
|
1017
|
+
// 4. Spawn worker process
|
|
1018
|
+
// ------------------------------------------------------------------
|
|
1019
|
+
const workerOptions = {
|
|
1020
|
+
entrypointPath: workerEntrypoint,
|
|
1021
|
+
manifest,
|
|
1022
|
+
config,
|
|
1023
|
+
instanceInfo,
|
|
1024
|
+
apiVersion: manifest.apiVersion,
|
|
1025
|
+
hostHandlers,
|
|
1026
|
+
autoRestart: true,
|
|
1027
|
+
};
|
|
1028
|
+
// Repo-local plugin installs can resolve workspace TS sources at runtime
|
|
1029
|
+
// (for example @fidelios/shared exports). Run those workers through
|
|
1030
|
+
// the tsx loader so first-party example plugins work in development.
|
|
1031
|
+
if (plugin.packagePath && existsSync(DEV_TSX_LOADER_PATH)) {
|
|
1032
|
+
workerOptions.execArgv = ["--import", DEV_TSX_LOADER_PATH];
|
|
1033
|
+
}
|
|
1034
|
+
await workerManager.startWorker(pluginId, workerOptions);
|
|
1035
|
+
registered.worker = true;
|
|
1036
|
+
log.info({ pluginId, pluginKey }, "plugin-loader: worker started");
|
|
1037
|
+
// ------------------------------------------------------------------
|
|
1038
|
+
// 5. Sync job declarations and register with scheduler
|
|
1039
|
+
// ------------------------------------------------------------------
|
|
1040
|
+
const jobDeclarations = manifest.jobs ?? [];
|
|
1041
|
+
if (jobDeclarations.length > 0) {
|
|
1042
|
+
await jobStore.syncJobDeclarations(pluginId, jobDeclarations);
|
|
1043
|
+
await jobScheduler.registerPlugin(pluginId);
|
|
1044
|
+
registered.jobs = jobDeclarations.length;
|
|
1045
|
+
log.info({ pluginId, pluginKey, jobs: jobDeclarations.length }, "plugin-loader: job declarations synced and plugin registered with scheduler");
|
|
1046
|
+
}
|
|
1047
|
+
// ------------------------------------------------------------------
|
|
1048
|
+
// 6. Register event subscriptions
|
|
1049
|
+
//
|
|
1050
|
+
// Note: Event subscriptions are declared at runtime by the plugin
|
|
1051
|
+
// worker via the SDK's ctx.events.on() calls. The event bus manages
|
|
1052
|
+
// per-plugin subscription scoping. Here we ensure the event bus has
|
|
1053
|
+
// a scoped handle ready for this plugin — the actual subscriptions
|
|
1054
|
+
// are registered by the host handler layer when the worker calls
|
|
1055
|
+
// events.subscribe via RPC.
|
|
1056
|
+
//
|
|
1057
|
+
// The bus.forPlugin() call creates the scoped handle if needed;
|
|
1058
|
+
// any previous subscriptions for this plugin are preserved if the
|
|
1059
|
+
// worker is restarting.
|
|
1060
|
+
// ------------------------------------------------------------------
|
|
1061
|
+
const _scopedBus = eventBus.forPlugin(pluginKey);
|
|
1062
|
+
registered.eventSubscriptions = eventBus.subscriptionCount(pluginKey);
|
|
1063
|
+
log.debug({ pluginId, pluginKey }, "plugin-loader: event bus scoped handle ready");
|
|
1064
|
+
// ------------------------------------------------------------------
|
|
1065
|
+
// 7. Register webhook endpoints (manifest-declared)
|
|
1066
|
+
//
|
|
1067
|
+
// Webhooks are statically declared in the manifest. The actual
|
|
1068
|
+
// endpoint routing is handled by the plugin routes module which
|
|
1069
|
+
// checks the manifest for declared webhooks. No explicit
|
|
1070
|
+
// registration step is needed here — the manifest is persisted
|
|
1071
|
+
// in the DB and the route handler reads it at request time.
|
|
1072
|
+
//
|
|
1073
|
+
// We track the count for the result reporting.
|
|
1074
|
+
// ------------------------------------------------------------------
|
|
1075
|
+
const webhookDeclarations = manifest.webhooks ?? [];
|
|
1076
|
+
registered.webhooks = webhookDeclarations.length;
|
|
1077
|
+
if (webhookDeclarations.length > 0) {
|
|
1078
|
+
log.info({ pluginId, pluginKey, webhooks: webhookDeclarations.length }, "plugin-loader: webhook endpoints declared in manifest");
|
|
1079
|
+
}
|
|
1080
|
+
// ------------------------------------------------------------------
|
|
1081
|
+
// 8. Register agent tools
|
|
1082
|
+
// ------------------------------------------------------------------
|
|
1083
|
+
const toolDeclarations = manifest.tools ?? [];
|
|
1084
|
+
if (toolDeclarations.length > 0) {
|
|
1085
|
+
toolDispatcher.registerPluginTools(pluginKey, manifest);
|
|
1086
|
+
registered.tools = toolDeclarations.length;
|
|
1087
|
+
log.info({ pluginId, pluginKey, tools: toolDeclarations.length }, "plugin-loader: agent tools registered");
|
|
1088
|
+
}
|
|
1089
|
+
// ------------------------------------------------------------------
|
|
1090
|
+
// Done — plugin fully activated
|
|
1091
|
+
// ------------------------------------------------------------------
|
|
1092
|
+
log.info({
|
|
1093
|
+
pluginId,
|
|
1094
|
+
pluginKey,
|
|
1095
|
+
version: plugin.version,
|
|
1096
|
+
registered,
|
|
1097
|
+
}, "plugin-loader: plugin activated successfully");
|
|
1098
|
+
return { plugin, success: true, registered };
|
|
1099
|
+
}
|
|
1100
|
+
catch (err) {
|
|
1101
|
+
const errorMessage = err instanceof Error ? err.message : String(err);
|
|
1102
|
+
log.error({ pluginId, pluginKey, err: errorMessage }, "plugin-loader: failed to activate plugin");
|
|
1103
|
+
// Mark the plugin as errored in the database so it is not retried
|
|
1104
|
+
// automatically on next startup without operator intervention.
|
|
1105
|
+
try {
|
|
1106
|
+
await lifecycleManager.markError(pluginId, `Activation failed: ${errorMessage}`);
|
|
1107
|
+
}
|
|
1108
|
+
catch (markErr) {
|
|
1109
|
+
log.error({
|
|
1110
|
+
pluginId,
|
|
1111
|
+
err: markErr instanceof Error ? markErr.message : String(markErr),
|
|
1112
|
+
}, "plugin-loader: failed to mark plugin as error after activation failure");
|
|
1113
|
+
}
|
|
1114
|
+
return {
|
|
1115
|
+
plugin,
|
|
1116
|
+
success: false,
|
|
1117
|
+
error: errorMessage,
|
|
1118
|
+
registered,
|
|
1119
|
+
};
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
// ---------------------------------------------------------------------------
|
|
1124
|
+
// Worker entrypoint resolution
|
|
1125
|
+
// ---------------------------------------------------------------------------
|
|
1126
|
+
/**
|
|
1127
|
+
* Resolve the absolute path to a plugin's worker entrypoint from its manifest
|
|
1128
|
+
* and known install locations.
|
|
1129
|
+
*
|
|
1130
|
+
* The manifest `entrypoints.worker` field is relative to the package root.
|
|
1131
|
+
* We check the local plugin directory (where the package was installed) and
|
|
1132
|
+
* also the package directory if it was a local-path install.
|
|
1133
|
+
*
|
|
1134
|
+
* @see PLUGIN_SPEC.md §10 — Package Contract
|
|
1135
|
+
*/
|
|
1136
|
+
function resolveWorkerEntrypoint(plugin, localPluginDir) {
|
|
1137
|
+
const manifest = plugin.manifestJson;
|
|
1138
|
+
const workerRelPath = manifest.entrypoints.worker;
|
|
1139
|
+
// For local-path installs we persist the resolved package path; use it first
|
|
1140
|
+
if (plugin.packagePath && existsSync(plugin.packagePath)) {
|
|
1141
|
+
const entrypoint = path.resolve(plugin.packagePath, workerRelPath);
|
|
1142
|
+
if (entrypoint.startsWith(path.resolve(plugin.packagePath)) && existsSync(entrypoint)) {
|
|
1143
|
+
return entrypoint;
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
// Try the local plugin directory (standard npm install location)
|
|
1147
|
+
const packageName = plugin.packageName;
|
|
1148
|
+
let packageDir;
|
|
1149
|
+
if (packageName.startsWith("@")) {
|
|
1150
|
+
// Scoped package: @scope/plugin-name → localPluginDir/node_modules/@scope/plugin-name
|
|
1151
|
+
const [scope, name] = packageName.split("/");
|
|
1152
|
+
packageDir = path.join(localPluginDir, "node_modules", scope, name);
|
|
1153
|
+
}
|
|
1154
|
+
else {
|
|
1155
|
+
packageDir = path.join(localPluginDir, "node_modules", packageName);
|
|
1156
|
+
}
|
|
1157
|
+
// Also check if the package exists directly under localPluginDir
|
|
1158
|
+
// (for direct local-path installs or symlinked packages)
|
|
1159
|
+
const directDir = path.join(localPluginDir, packageName);
|
|
1160
|
+
// Try in order: node_modules path, direct path
|
|
1161
|
+
for (const dir of [packageDir, directDir]) {
|
|
1162
|
+
const entrypoint = path.resolve(dir, workerRelPath);
|
|
1163
|
+
// Security: ensure entrypoint is actually inside the directory (prevent path traversal)
|
|
1164
|
+
if (!entrypoint.startsWith(path.resolve(dir))) {
|
|
1165
|
+
continue;
|
|
1166
|
+
}
|
|
1167
|
+
if (existsSync(entrypoint)) {
|
|
1168
|
+
return entrypoint;
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
// Fallback: try the worker path as-is (absolute or relative to cwd)
|
|
1172
|
+
// ONLY if it's already an absolute path and we trust the manifest (which we've already validated)
|
|
1173
|
+
if (path.isAbsolute(workerRelPath) && existsSync(workerRelPath)) {
|
|
1174
|
+
return workerRelPath;
|
|
1175
|
+
}
|
|
1176
|
+
throw new Error(`Worker entrypoint not found for plugin "${plugin.pluginKey}". ` +
|
|
1177
|
+
`Checked: ${path.resolve(packageDir, workerRelPath)}, ` +
|
|
1178
|
+
`${path.resolve(directDir, workerRelPath)}`);
|
|
1179
|
+
}
|
|
1180
|
+
function resolveManagedInstallPackageDir(localPluginDir, packageName) {
|
|
1181
|
+
if (packageName.startsWith("@")) {
|
|
1182
|
+
return path.join(localPluginDir, "node_modules", ...packageName.split("/"));
|
|
1183
|
+
}
|
|
1184
|
+
return path.join(localPluginDir, "node_modules", packageName);
|
|
1185
|
+
}
|
|
1186
|
+
function isPathInsideDir(candidatePath, parentDir) {
|
|
1187
|
+
const resolvedCandidate = path.resolve(candidatePath);
|
|
1188
|
+
const resolvedParent = path.resolve(parentDir);
|
|
1189
|
+
const relative = path.relative(resolvedParent, resolvedCandidate);
|
|
1190
|
+
return relative === "" || (!relative.startsWith("..") && !path.isAbsolute(relative));
|
|
1191
|
+
}
|
|
1192
|
+
//# sourceMappingURL=plugin-loader.js.map
|