@pi-harness/pi-harness 0.1.4 → 0.1.6
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/README.md +1 -1
- package/apps/web/dist/assets/{index-NzapJoGa.js → index-CxqGqqZh.js} +1 -1
- package/apps/web/dist/index.html +1 -1
- package/apps/web/package.json +6 -6
- package/apps/web/profile/cordis.yml +1 -1
- package/apps/web/server-dist/bin.js +1 -1
- package/apps/web/src/server/bin.ts +1 -1
- package/node_modules/@pi-harness/api-gateway/LICENSE +9 -0
- package/node_modules/@pi-harness/api-gateway/dist/index.d.ts +8 -0
- package/node_modules/@pi-harness/api-gateway/dist/index.d.ts.map +1 -0
- package/node_modules/@pi-harness/api-gateway/dist/index.js +1747 -0
- package/node_modules/@pi-harness/api-gateway/dist/index.js.map +1 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/agent-teams.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/anchored-standard.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/annotation.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/archify.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/at-file.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/auto-mode.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/better-sidebar.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/browser-fetch.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/browser-session.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/canvas-draw.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/change-verifier.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cleaner.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cli-notifier.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/code2skill.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/colleague-skill.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/context-doctor.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/context.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cordis-group.json +16 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cordis-logger-console.json +16 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cordis-timer.json +16 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cost-meter.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/dependency-checker.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/docker-sandbox.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/fail-logger.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/genui.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/graph-memory.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/history-compressor.json +33 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/hol-guard.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/i18n-pair.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/image-compressor.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/llm-verifier.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mcp-client.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mcp-panel.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/memory.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +33 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mock-server.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/modlens.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/module-search.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/obsidian-sync.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/openpets.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plan-execute.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-check.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-dev.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-finder.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-radar.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-stars.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-guard.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-library.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/readme-gen.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/recall-unread.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reverse-skill.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/runtime-doctor.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/secure-audit.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-bookmarks.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-bridge.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-compare.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-export.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-insights.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-search.json +30 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/skill-catalog.json +31 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/skill-guard.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/sql-lens.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/synapse.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/tab-manager.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/taskboard.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/telemetry-blocker.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/test-harness.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/theme-studio.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/token-guard.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/turn-rewind.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/undo-savepoint.json +28 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/vision-toolkit.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/web-research.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/workspace-navigator.json +32 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/workspace-search.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/yaml-validator.json +29 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace.d.ts +60 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace.d.ts.map +1 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace.js +235 -0
- package/node_modules/@pi-harness/api-gateway/dist/marketplace.js.map +1 -0
- package/node_modules/@pi-harness/api-gateway/dist/workspaces.d.ts +8 -0
- package/node_modules/@pi-harness/api-gateway/dist/workspaces.d.ts.map +1 -0
- package/node_modules/@pi-harness/api-gateway/dist/workspaces.js +14 -0
- package/node_modules/@pi-harness/api-gateway/dist/workspaces.js.map +1 -0
- package/node_modules/@pi-harness/api-gateway/package.json +36 -0
- package/node_modules/@pi-harness/cli/LICENSE +9 -0
- package/node_modules/@pi-harness/cli/dist/args.d.ts +16 -0
- package/node_modules/@pi-harness/cli/dist/args.d.ts.map +1 -0
- package/node_modules/@pi-harness/cli/dist/args.js +60 -0
- package/node_modules/@pi-harness/cli/dist/args.js.map +1 -0
- package/node_modules/@pi-harness/cli/dist/bin.d.ts +3 -0
- package/node_modules/@pi-harness/cli/dist/bin.d.ts.map +1 -0
- package/node_modules/@pi-harness/cli/dist/bin.js +49 -0
- package/node_modules/@pi-harness/cli/dist/bin.js.map +1 -0
- package/node_modules/@pi-harness/cli/dist/main.d.ts +15 -0
- package/node_modules/@pi-harness/cli/dist/main.d.ts.map +1 -0
- package/node_modules/@pi-harness/cli/dist/main.js +188 -0
- package/node_modules/@pi-harness/cli/dist/main.js.map +1 -0
- package/node_modules/@pi-harness/cli/dist/node-stdio.d.ts +12 -0
- package/node_modules/@pi-harness/cli/dist/node-stdio.d.ts.map +1 -0
- package/node_modules/@pi-harness/cli/dist/node-stdio.js +112 -0
- package/node_modules/@pi-harness/cli/dist/node-stdio.js.map +1 -0
- package/node_modules/@pi-harness/cli/dist/relaunch.d.ts +5 -0
- package/node_modules/@pi-harness/cli/dist/relaunch.d.ts.map +1 -0
- package/node_modules/@pi-harness/cli/dist/relaunch.js +65 -0
- package/node_modules/@pi-harness/cli/dist/relaunch.js.map +1 -0
- package/node_modules/@pi-harness/cli/package.json +33 -0
- package/node_modules/@pi-harness/core/LICENSE +9 -0
- package/node_modules/@pi-harness/core/dist/boot.d.ts +13 -0
- package/node_modules/@pi-harness/core/dist/boot.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/boot.js +135 -0
- package/node_modules/@pi-harness/core/dist/boot.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/config.d.ts +2 -0
- package/node_modules/@pi-harness/core/dist/config.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/config.js +8 -0
- package/node_modules/@pi-harness/core/dist/config.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/context.d.ts +3 -0
- package/node_modules/@pi-harness/core/dist/context.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/context.js +2 -0
- package/node_modules/@pi-harness/core/dist/context.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/http.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/http.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/http.js +27 -0
- package/node_modules/@pi-harness/core/dist/http.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/index.d.ts +9 -0
- package/node_modules/@pi-harness/core/dist/index.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/index.js +8 -0
- package/node_modules/@pi-harness/core/dist/index.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/agent-teams.d.ts +17 -0
- package/node_modules/@pi-harness/core/dist/plugins/agent-teams.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/agent-teams.js +298 -0
- package/node_modules/@pi-harness/core/dist/plugins/agent-teams.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/anchored-standard.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/anchored-standard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/anchored-standard.js +84 -0
- package/node_modules/@pi-harness/core/dist/plugins/anchored-standard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/annotation.d.ts +18 -0
- package/node_modules/@pi-harness/core/dist/plugins/annotation.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/annotation.js +94 -0
- package/node_modules/@pi-harness/core/dist/plugins/annotation.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/archify.d.ts +23 -0
- package/node_modules/@pi-harness/core/dist/plugins/archify.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/archify.js +98 -0
- package/node_modules/@pi-harness/core/dist/plugins/archify.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/at-file.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/at-file.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/at-file.js +52 -0
- package/node_modules/@pi-harness/core/dist/plugins/at-file.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/auto-mode.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/auto-mode.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/auto-mode.js +114 -0
- package/node_modules/@pi-harness/core/dist/plugins/auto-mode.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/better-sidebar.d.ts +37 -0
- package/node_modules/@pi-harness/core/dist/plugins/better-sidebar.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/better-sidebar.js +89 -0
- package/node_modules/@pi-harness/core/dist/plugins/better-sidebar.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-fetch.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-fetch.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-fetch.js +167 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-fetch.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-session.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-session.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-session.js +265 -0
- package/node_modules/@pi-harness/core/dist/plugins/browser-session.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/canvas-draw.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/canvas-draw.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/canvas-draw.js +88 -0
- package/node_modules/@pi-harness/core/dist/plugins/canvas-draw.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/change-verifier.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/change-verifier.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/change-verifier.js +67 -0
- package/node_modules/@pi-harness/core/dist/plugins/change-verifier.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cleaner.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/cleaner.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cleaner.js +56 -0
- package/node_modules/@pi-harness/core/dist/plugins/cleaner.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cli-notifier.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/cli-notifier.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cli-notifier.js +110 -0
- package/node_modules/@pi-harness/core/dist/plugins/cli-notifier.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/code2skill.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/code2skill.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/code2skill.js +95 -0
- package/node_modules/@pi-harness/core/dist/plugins/code2skill.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/colleague-skill.d.ts +27 -0
- package/node_modules/@pi-harness/core/dist/plugins/colleague-skill.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/colleague-skill.js +99 -0
- package/node_modules/@pi-harness/core/dist/plugins/colleague-skill.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/context-doctor.d.ts +30 -0
- package/node_modules/@pi-harness/core/dist/plugins/context-doctor.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/context-doctor.js +95 -0
- package/node_modules/@pi-harness/core/dist/plugins/context-doctor.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/context.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/context.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/context.js +87 -0
- package/node_modules/@pi-harness/core/dist/plugins/context.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cost-meter.d.ts +32 -0
- package/node_modules/@pi-harness/core/dist/plugins/cost-meter.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/cost-meter.js +204 -0
- package/node_modules/@pi-harness/core/dist/plugins/cost-meter.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/dependency-checker.d.ts +27 -0
- package/node_modules/@pi-harness/core/dist/plugins/dependency-checker.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/dependency-checker.js +221 -0
- package/node_modules/@pi-harness/core/dist/plugins/dependency-checker.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/docker-sandbox.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/docker-sandbox.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/docker-sandbox.js +102 -0
- package/node_modules/@pi-harness/core/dist/plugins/docker-sandbox.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/fail-logger.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/fail-logger.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/fail-logger.js +51 -0
- package/node_modules/@pi-harness/core/dist/plugins/fail-logger.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/genui.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/genui.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/genui.js +79 -0
- package/node_modules/@pi-harness/core/dist/plugins/genui.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/git-time-capsule.d.ts +9 -0
- package/node_modules/@pi-harness/core/dist/plugins/git-time-capsule.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/git-time-capsule.js +90 -0
- package/node_modules/@pi-harness/core/dist/plugins/git-time-capsule.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/graph-memory.d.ts +16 -0
- package/node_modules/@pi-harness/core/dist/plugins/graph-memory.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/graph-memory.js +382 -0
- package/node_modules/@pi-harness/core/dist/plugins/graph-memory.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/history-compressor.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/history-compressor.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/history-compressor.js +80 -0
- package/node_modules/@pi-harness/core/dist/plugins/history-compressor.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/hol-guard.d.ts +29 -0
- package/node_modules/@pi-harness/core/dist/plugins/hol-guard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/hol-guard.js +139 -0
- package/node_modules/@pi-harness/core/dist/plugins/hol-guard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/i18n-pair.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/i18n-pair.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/i18n-pair.js +76 -0
- package/node_modules/@pi-harness/core/dist/plugins/i18n-pair.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/image-compressor.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/image-compressor.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/image-compressor.js +150 -0
- package/node_modules/@pi-harness/core/dist/plugins/image-compressor.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/llm-verifier.d.ts +42 -0
- package/node_modules/@pi-harness/core/dist/plugins/llm-verifier.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/llm-verifier.js +128 -0
- package/node_modules/@pi-harness/core/dist/plugins/llm-verifier.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-client.d.ts +19 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-client.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-client.js +534 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-client.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-panel.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-panel.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-panel.js +180 -0
- package/node_modules/@pi-harness/core/dist/plugins/mcp-panel.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/memory.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/memory.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/memory.js +161 -0
- package/node_modules/@pi-harness/core/dist/plugins/memory.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mirage-bridge.d.ts +23 -0
- package/node_modules/@pi-harness/core/dist/plugins/mirage-bridge.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mirage-bridge.js +149 -0
- package/node_modules/@pi-harness/core/dist/plugins/mirage-bridge.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mock-server.d.ts +22 -0
- package/node_modules/@pi-harness/core/dist/plugins/mock-server.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/mock-server.js +149 -0
- package/node_modules/@pi-harness/core/dist/plugins/mock-server.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/model.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/model.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/model.js +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/model.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/models.d.ts +16 -0
- package/node_modules/@pi-harness/core/dist/plugins/models.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/models.js +27 -0
- package/node_modules/@pi-harness/core/dist/plugins/models.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/modlens.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/modlens.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/modlens.js +63 -0
- package/node_modules/@pi-harness/core/dist/plugins/modlens.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/module-search.d.ts +27 -0
- package/node_modules/@pi-harness/core/dist/plugins/module-search.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/module-search.js +174 -0
- package/node_modules/@pi-harness/core/dist/plugins/module-search.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/obsidian-sync.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/obsidian-sync.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/obsidian-sync.js +79 -0
- package/node_modules/@pi-harness/core/dist/plugins/obsidian-sync.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/openpets.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/openpets.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/openpets.js +99 -0
- package/node_modules/@pi-harness/core/dist/plugins/openpets.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plan-execute.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/plan-execute.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plan-execute.js +70 -0
- package/node_modules/@pi-harness/core/dist/plugins/plan-execute.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-check.d.ts +38 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-check.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-check.js +227 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-check.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-dev.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-dev.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-dev.js +44 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-dev.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-finder.d.ts +16 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-finder.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-finder.js +98 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-finder.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-radar.d.ts +29 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-radar.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-radar.js +146 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-radar.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-stars.d.ts +45 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-stars.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-stars.js +165 -0
- package/node_modules/@pi-harness/core/dist/plugins/plugin-stars.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-guard.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-guard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-guard.js +114 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-guard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-library.d.ts +25 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-library.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-library.js +142 -0
- package/node_modules/@pi-harness/core/dist/plugins/prompt-library.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/readme-gen.d.ts +25 -0
- package/node_modules/@pi-harness/core/dist/plugins/readme-gen.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/readme-gen.js +139 -0
- package/node_modules/@pi-harness/core/dist/plugins/readme-gen.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/recall-unread.d.ts +24 -0
- package/node_modules/@pi-harness/core/dist/plugins/recall-unread.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/recall-unread.js +124 -0
- package/node_modules/@pi-harness/core/dist/plugins/recall-unread.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/resources.d.ts +19 -0
- package/node_modules/@pi-harness/core/dist/plugins/resources.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/resources.js +57 -0
- package/node_modules/@pi-harness/core/dist/plugins/resources.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/reverse-skill.d.ts +23 -0
- package/node_modules/@pi-harness/core/dist/plugins/reverse-skill.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/reverse-skill.js +60 -0
- package/node_modules/@pi-harness/core/dist/plugins/reverse-skill.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/reviewer-bot.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/reviewer-bot.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/reviewer-bot.js +133 -0
- package/node_modules/@pi-harness/core/dist/plugins/reviewer-bot.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime-doctor.d.ts +33 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime-doctor.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime-doctor.js +114 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime-doctor.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime.d.ts +14 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime.js +117 -0
- package/node_modules/@pi-harness/core/dist/plugins/runtime.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/secure-audit.d.ts +31 -0
- package/node_modules/@pi-harness/core/dist/plugins/secure-audit.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/secure-audit.js +121 -0
- package/node_modules/@pi-harness/core/dist/plugins/secure-audit.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bookmarks.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bookmarks.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bookmarks.js +87 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bookmarks.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bridge.d.ts +44 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bridge.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bridge.js +265 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-bridge.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-compare.d.ts +33 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-compare.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-compare.js +150 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-compare.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-export.d.ts +9 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-export.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-export.js +93 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-export.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-insights.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-insights.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-insights.js +47 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-insights.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-search.d.ts +20 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-search.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-search.js +122 -0
- package/node_modules/@pi-harness/core/dist/plugins/session-search.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/session.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/session.js +22 -0
- package/node_modules/@pi-harness/core/dist/plugins/session.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-catalog.d.ts +26 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-catalog.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-catalog.js +97 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-catalog.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-guard.d.ts +26 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-guard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-guard.js +139 -0
- package/node_modules/@pi-harness/core/dist/plugins/skill-guard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/sql-lens.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/sql-lens.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/sql-lens.js +85 -0
- package/node_modules/@pi-harness/core/dist/plugins/sql-lens.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/stdio.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/stdio.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/stdio.js +22 -0
- package/node_modules/@pi-harness/core/dist/plugins/stdio.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/synapse.d.ts +38 -0
- package/node_modules/@pi-harness/core/dist/plugins/synapse.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/synapse.js +93 -0
- package/node_modules/@pi-harness/core/dist/plugins/synapse.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/tab-manager.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/tab-manager.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/tab-manager.js +135 -0
- package/node_modules/@pi-harness/core/dist/plugins/tab-manager.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/taskboard.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/taskboard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/taskboard.js +347 -0
- package/node_modules/@pi-harness/core/dist/plugins/taskboard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/telemetry-blocker.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/telemetry-blocker.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/telemetry-blocker.js +57 -0
- package/node_modules/@pi-harness/core/dist/plugins/telemetry-blocker.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/test-harness.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/test-harness.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/test-harness.js +64 -0
- package/node_modules/@pi-harness/core/dist/plugins/test-harness.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/theme-studio.d.ts +29 -0
- package/node_modules/@pi-harness/core/dist/plugins/theme-studio.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/theme-studio.js +141 -0
- package/node_modules/@pi-harness/core/dist/plugins/theme-studio.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/token-guard.d.ts +15 -0
- package/node_modules/@pi-harness/core/dist/plugins/token-guard.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/token-guard.js +78 -0
- package/node_modules/@pi-harness/core/dist/plugins/token-guard.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/tools.d.ts +13 -0
- package/node_modules/@pi-harness/core/dist/plugins/tools.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/tools.js +20 -0
- package/node_modules/@pi-harness/core/dist/plugins/tools.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/turn-rewind.d.ts +19 -0
- package/node_modules/@pi-harness/core/dist/plugins/turn-rewind.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/turn-rewind.js +74 -0
- package/node_modules/@pi-harness/core/dist/plugins/turn-rewind.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/undo-savepoint.d.ts +17 -0
- package/node_modules/@pi-harness/core/dist/plugins/undo-savepoint.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/undo-savepoint.js +247 -0
- package/node_modules/@pi-harness/core/dist/plugins/undo-savepoint.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/vision-toolkit.d.ts +17 -0
- package/node_modules/@pi-harness/core/dist/plugins/vision-toolkit.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/vision-toolkit.js +145 -0
- package/node_modules/@pi-harness/core/dist/plugins/vision-toolkit.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/web-research.d.ts +17 -0
- package/node_modules/@pi-harness/core/dist/plugins/web-research.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/web-research.js +275 -0
- package/node_modules/@pi-harness/core/dist/plugins/web-research.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-navigator.d.ts +36 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-navigator.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-navigator.js +150 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-navigator.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-search.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-search.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-search.js +134 -0
- package/node_modules/@pi-harness/core/dist/plugins/workspace-search.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/yaml-validator.d.ts +8 -0
- package/node_modules/@pi-harness/core/dist/plugins/yaml-validator.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/plugins/yaml-validator.js +94 -0
- package/node_modules/@pi-harness/core/dist/plugins/yaml-validator.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/profile.d.ts +9 -0
- package/node_modules/@pi-harness/core/dist/profile.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/profile.js +31 -0
- package/node_modules/@pi-harness/core/dist/profile.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/runtime.d.ts +16 -0
- package/node_modules/@pi-harness/core/dist/runtime.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/runtime.js +42 -0
- package/node_modules/@pi-harness/core/dist/runtime.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/services.d.ts +118 -0
- package/node_modules/@pi-harness/core/dist/services.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/services.js +95 -0
- package/node_modules/@pi-harness/core/dist/services.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/stdio.d.ts +36 -0
- package/node_modules/@pi-harness/core/dist/stdio.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/stdio.js +140 -0
- package/node_modules/@pi-harness/core/dist/stdio.js.map +1 -0
- package/node_modules/@pi-harness/core/dist/workspace-path.d.ts +12 -0
- package/node_modules/@pi-harness/core/dist/workspace-path.d.ts.map +1 -0
- package/node_modules/@pi-harness/core/dist/workspace-path.js +62 -0
- package/node_modules/@pi-harness/core/dist/workspace-path.js.map +1 -0
- package/node_modules/@pi-harness/core/package.json +42 -0
- package/node_modules/@pi-harness/core/profiles/default/cordis.yml +120 -0
- package/node_modules/@pi-harness/core/profiles/development/cordis.yml +47 -0
- package/node_modules/@pi-harness/host-webserver/LICENSE +9 -0
- package/node_modules/@pi-harness/host-webserver/dist/index.d.ts +29 -0
- package/node_modules/@pi-harness/host-webserver/dist/index.d.ts.map +1 -0
- package/node_modules/@pi-harness/host-webserver/dist/index.js +73 -0
- package/node_modules/@pi-harness/host-webserver/dist/index.js.map +1 -0
- package/node_modules/@pi-harness/host-webserver/package.json +35 -0
- package/node_modules/@pi-harness/web-app/LICENSE +9 -0
- package/node_modules/@pi-harness/web-app/cordis.patch.yml +12 -0
- package/node_modules/@pi-harness/web-app/dist/index.d.ts +12 -0
- package/node_modules/@pi-harness/web-app/dist/index.d.ts.map +1 -0
- package/node_modules/@pi-harness/web-app/dist/index.js +63 -0
- package/node_modules/@pi-harness/web-app/dist/index.js.map +1 -0
- package/node_modules/@pi-harness/web-app/package.json +37 -0
- package/package.json +29 -10
- package/packages/api-gateway/dist/marketplace-entries/official/agent-teams.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/anchored-standard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/annotation.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/archify.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/at-file.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/auto-mode.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/better-sidebar.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/browser-fetch.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/browser-session.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/canvas-draw.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/change-verifier.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/cleaner.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/cli-notifier.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/code2skill.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/colleague-skill.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/context-doctor.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/context.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/cost-meter.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/dependency-checker.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/docker-sandbox.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/fail-logger.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/genui.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/graph-memory.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/history-compressor.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/hol-guard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/i18n-pair.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/image-compressor.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/llm-verifier.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/mcp-client.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/mcp-panel.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/memory.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/mock-server.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/modlens.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/module-search.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/obsidian-sync.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/openpets.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plan-execute.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plugin-check.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plugin-dev.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plugin-finder.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plugin-radar.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/plugin-stars.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/prompt-guard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/prompt-library.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/readme-gen.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/recall-unread.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/reverse-skill.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/runtime-doctor.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/secure-audit.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-bookmarks.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-bridge.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-compare.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-export.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-insights.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-search.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/skill-catalog.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/skill-guard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/sql-lens.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/synapse.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/tab-manager.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/taskboard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/telemetry-blocker.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/test-harness.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/theme-studio.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/token-guard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/turn-rewind.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/undo-savepoint.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/vision-toolkit.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/web-research.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/workspace-navigator.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/workspace-search.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/yaml-validator.json +1 -1
- package/packages/api-gateway/package.json +7 -10
- package/packages/api-gateway/src/marketplace-entries/official/agent-teams.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/anchored-standard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/annotation.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/archify.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/at-file.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/auto-mode.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/better-sidebar.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/browser-fetch.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/browser-session.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/canvas-draw.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/change-verifier.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/cleaner.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/cli-notifier.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/code2skill.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/colleague-skill.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/context-doctor.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/context.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/cost-meter.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/dependency-checker.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/docker-sandbox.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/fail-logger.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/genui.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/git-time-capsule.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/graph-memory.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/history-compressor.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/hol-guard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/i18n-pair.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/image-compressor.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/llm-verifier.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/mcp-client.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/mcp-panel.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/memory.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/mirage-bridge.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/mock-server.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/modlens.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/module-search.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/obsidian-sync.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/openpets.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plan-execute.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plugin-check.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plugin-dev.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plugin-finder.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plugin-radar.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/plugin-stars.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/prompt-guard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/prompt-library.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/readme-gen.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/recall-unread.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/reverse-skill.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/reviewer-bot.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/runtime-doctor.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/secure-audit.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-bookmarks.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-bridge.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-compare.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-export.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-insights.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-search.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/skill-catalog.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/skill-guard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/sql-lens.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/synapse.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/tab-manager.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/taskboard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/telemetry-blocker.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/test-harness.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/theme-studio.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/token-guard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/turn-rewind.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/undo-savepoint.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/vision-toolkit.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/web-research.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/workspace-navigator.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/workspace-search.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/yaml-validator.json +1 -1
- package/packages/api-gateway/test/release-package.test.ts +33 -0
- package/packages/api-gateway/test/release-version.test.ts +8 -0
- package/packages/bundle-web-app/cordis.patch.yml +1 -1
- package/packages/bundle-web-app/package.json +6 -9
- package/packages/cli/package.json +6 -8
- package/packages/client-web/package.json +6 -5
- package/packages/client-web/test/browser-session-view.test.ts +2 -2
- package/packages/core/package.json +6 -18
- package/packages/host-webserver/dist/index.js +1 -1
- package/packages/host-webserver/package.json +6 -8
- package/packages/host-webserver/src/index.ts +1 -1
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/context-doctor.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "context-doctor",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/context-doctor",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Context Doctor",
|
|
6
|
+
"description": "Audit context pressure, oversized messages, and tool errors before a long task runs out of context.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "observability",
|
|
14
|
+
"label": "可观测性"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"context audit",
|
|
18
|
+
"compaction guidance",
|
|
19
|
+
"tool error detection"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session messages",
|
|
23
|
+
"context usage",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/context-doctor",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "context-insights",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/context",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Context Insights",
|
|
6
|
+
"description": "Expose bounded runtime context diagnostics so agents can reason about loaded resources and session state.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "context",
|
|
14
|
+
"label": "上下文管理"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"context",
|
|
18
|
+
"diagnostics"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"session event",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/context",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cordis-group.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "cordis-group",
|
|
3
|
+
"packageName": "@deepseek-ai/cordis-plugin-group",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"name": "Plugin groups",
|
|
6
|
+
"description": "Composes nested plugin trees with explicit ownership and rollback.",
|
|
7
|
+
"author": "DeepSeek AI",
|
|
8
|
+
"repository": "https://github.com/deepseek-ai/deepseek-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": { "id": "composition", "label": "组合编排" },
|
|
13
|
+
"capabilities": ["composition", "lifecycle"],
|
|
14
|
+
"hooks": ["nested plugin tree"],
|
|
15
|
+
"profile": { "name": "@deepseek-ai/cordis-plugin-group", "group": true, "config": [] }
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "cordis-logger-console",
|
|
3
|
+
"packageName": "@deepseek-ai/cordis-plugin-logger-console",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"name": "Console logger",
|
|
6
|
+
"description": "Exports lifecycle and runtime diagnostics to the host console.",
|
|
7
|
+
"author": "DeepSeek AI",
|
|
8
|
+
"repository": "https://github.com/deepseek-ai/deepseek-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": { "id": "observability", "label": "可观测性" },
|
|
13
|
+
"capabilities": ["logging", "diagnostics"],
|
|
14
|
+
"hooks": ["context lifecycle"],
|
|
15
|
+
"profile": { "name": "@deepseek-ai/cordis-plugin-logger-console", "config": {} }
|
|
16
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cordis-timer.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "cordis-timer",
|
|
3
|
+
"packageName": "@deepseek-ai/cordis-plugin-timer",
|
|
4
|
+
"version": "1.1.3",
|
|
5
|
+
"name": "Timer",
|
|
6
|
+
"description": "Provides a lifecycle-owned timer service to runtime plugins.",
|
|
7
|
+
"author": "DeepSeek AI",
|
|
8
|
+
"repository": "https://github.com/deepseek-ai/deepseek-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": { "id": "runtime", "label": "运行时" },
|
|
13
|
+
"capabilities": ["runtime", "scheduling"],
|
|
14
|
+
"hooks": ["context lifecycle"],
|
|
15
|
+
"profile": { "name": "@deepseek-ai/cordis-plugin-timer", "config": {} }
|
|
16
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cost-meter.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "cost-meter",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/cost-meter",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Cost Meter",
|
|
6
|
+
"description": "Track current-session, daily, and persisted model costs with optional budget thresholds.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "observability",
|
|
14
|
+
"label": "可观测性"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"cost",
|
|
18
|
+
"budget",
|
|
19
|
+
"usage"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"agent end",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/cost-meter",
|
|
27
|
+
"config": {
|
|
28
|
+
"dailyBudget": 0
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "dependency-checker",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/dependency-checker",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Dependency Checker",
|
|
6
|
+
"description": "Inspect package.json or requirements.txt, report missing dependencies, and flag conflicting version constraints.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "workflow",
|
|
14
|
+
"label": "工作流"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"npm dependencies",
|
|
18
|
+
"Python requirements",
|
|
19
|
+
"version conflicts",
|
|
20
|
+
"package health"
|
|
21
|
+
],
|
|
22
|
+
"hooks": [
|
|
23
|
+
"workspace access",
|
|
24
|
+
"virtualenv scan",
|
|
25
|
+
"plugin UI"
|
|
26
|
+
],
|
|
27
|
+
"profile": {
|
|
28
|
+
"name": "@pi-harness/core/plugins/dependency-checker",
|
|
29
|
+
"config": {}
|
|
30
|
+
}
|
|
31
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/docker-sandbox.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "docker-sandbox",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/docker-sandbox",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Docker Sandbox",
|
|
6
|
+
"description": "Run approved commands inside an isolated Docker container with bounded resources and explicit image settings.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "security",
|
|
14
|
+
"label": "安全"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"container isolation",
|
|
18
|
+
"resource limits",
|
|
19
|
+
"safe execution"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"Docker CLI",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/docker-sandbox",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/fail-logger.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fail-logger",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/fail-logger",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Failure Logger",
|
|
6
|
+
"description": "Deduplicate extension and runtime failures into a bounded diagnostic panel without retaining full message payloads.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "observability",
|
|
14
|
+
"label": "可观测性"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"error deduplication",
|
|
18
|
+
"runtime diagnostics",
|
|
19
|
+
"failure panel"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"extension errors",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/fail-logger",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "genui",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/genui",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "GenUI",
|
|
6
|
+
"description": "Render bounded structured UI blocks from agent output without executing arbitrary HTML or scripts.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "interface",
|
|
14
|
+
"label": "界面增强"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"structured UI",
|
|
18
|
+
"rendering"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"session event",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/genui",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/git-time-capsule.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "git-time-capsule",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/git-time-capsule",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Git Time Capsule",
|
|
6
|
+
"description": "Create lightweight Git savepoints before agent changes so a task can be reviewed or restored safely.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "workflow",
|
|
14
|
+
"label": "工作流"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"git savepoint",
|
|
18
|
+
"change recovery",
|
|
19
|
+
"rollback"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"Git repository",
|
|
23
|
+
"explicit restore",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/git-time-capsule",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/graph-memory.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "graph-memory",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/graph-memory",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Graph Memory",
|
|
6
|
+
"description": "Store bounded entities and relations across sessions for inspectable project memory.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "memory",
|
|
14
|
+
"label": "记忆与上下文"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"memory",
|
|
18
|
+
"relations",
|
|
19
|
+
"search"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session lifecycle",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/graph-memory",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "history-compressor",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/history-compressor",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "History Compressor",
|
|
6
|
+
"description": "Compact the current Pi session automatically when context usage approaches a configured threshold.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "context",
|
|
14
|
+
"label": "上下文"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"history compaction",
|
|
18
|
+
"context budget",
|
|
19
|
+
"automatic cleanup"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"agent end",
|
|
23
|
+
"context usage",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/history-compressor",
|
|
28
|
+
"config": {
|
|
29
|
+
"enabled": true,
|
|
30
|
+
"thresholdPercent": 85
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "hol-guard",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/hol-guard",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "HOL Guard",
|
|
6
|
+
"description": "Preflight tool arguments for destructive commands, sensitive paths, credentials, and remote exfiltration.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "security",
|
|
14
|
+
"label": "安全防护"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"command safety",
|
|
18
|
+
"credential detection",
|
|
19
|
+
"audit"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"tool execution",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/hol-guard",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "i18n-pair",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/i18n-pair",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "I18n Pair",
|
|
6
|
+
"description": "Generate paired translation suggestions from explicit source text while preserving keys and locale boundaries.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "workflow",
|
|
14
|
+
"label": "工作流"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"translation pairs",
|
|
18
|
+
"locale workflow",
|
|
19
|
+
"key preservation"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"locale files",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/i18n-pair",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/image-compressor.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "image-compressor",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/image-compressor",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Image Compressor",
|
|
6
|
+
"description": "Create bounded image copies for model context while preserving the original file and reporting saved bytes.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "multimodal",
|
|
14
|
+
"label": "多模态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"image compression",
|
|
18
|
+
"context hygiene",
|
|
19
|
+
"asset safety"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"workspace files",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/image-compressor",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/llm-verifier.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "llm-verifier",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/llm-verifier",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "LLM Verifier",
|
|
6
|
+
"description": "Ask a configured verifier model to judge a claim against bounded, untrusted evidence.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "testing",
|
|
14
|
+
"label": "测试与质量"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"model verification",
|
|
18
|
+
"batch verification",
|
|
19
|
+
"evidence review",
|
|
20
|
+
"audit history",
|
|
21
|
+
"release confidence"
|
|
22
|
+
],
|
|
23
|
+
"hooks": [
|
|
24
|
+
"model runtime",
|
|
25
|
+
"structured verdict",
|
|
26
|
+
"plugin UI"
|
|
27
|
+
],
|
|
28
|
+
"profile": {
|
|
29
|
+
"name": "@pi-harness/core/plugins/llm-verifier",
|
|
30
|
+
"config": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mcp-client.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "mcp-client",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/mcp-client",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "MCP Client",
|
|
6
|
+
"description": "Manage explicitly configured MCP servers and expose bounded connection status to the agent and UI.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "tools",
|
|
14
|
+
"label": "工具集成"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"MCP",
|
|
18
|
+
"tools",
|
|
19
|
+
"server lifecycle"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session lifecycle",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/mcp-client",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "mcp-panel",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/mcp-panel",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "MCP Panel",
|
|
6
|
+
"description": "Inspect MCP server health and tools, preview profile patches, and apply changes only with an explicit confirmation and backup.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "tools",
|
|
14
|
+
"label": "工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"MCP health",
|
|
18
|
+
"tool inspection",
|
|
19
|
+
"profile patch preview"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"MCP runtime",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/mcp-panel",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "memory",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/memory",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Memory",
|
|
6
|
+
"description": "Persist bounded cross-session notes with explicit recall and update operations.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "memory",
|
|
14
|
+
"label": "记忆与上下文"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"memory",
|
|
18
|
+
"notes"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"session lifecycle",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/memory",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mirage-bridge.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "mirage-bridge",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/mirage-bridge",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Mirage Bridge",
|
|
6
|
+
"description": "Connect Pi Harness to the official Mirage virtual-terminal CLI without adding a second host shell.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "tools",
|
|
14
|
+
"label": "工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"virtual terminal",
|
|
18
|
+
"CLI bridge",
|
|
19
|
+
"workspace execution"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"Mirage CLI",
|
|
23
|
+
"argv execution",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/mirage-bridge",
|
|
28
|
+
"config": {
|
|
29
|
+
"executable": "mirage",
|
|
30
|
+
"workspaceId": ""
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mock-server.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "mock-server",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/mock-server",
|
|
4
|
+
"version": "0.1.6",
|
|
5
|
+
"name": "Mock Server",
|
|
6
|
+
"description": "Start a local, bounded HTTP mock server from explicit routes for integration testing without external services.",
|
|
7
|
+
"author": "Pi Harness",
|
|
8
|
+
"repository": "https://github.com/pi-harness/pi-harness",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"source": "official",
|
|
11
|
+
"status": "verified",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "tools",
|
|
14
|
+
"label": "工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"HTTP mocks",
|
|
18
|
+
"integration testing",
|
|
19
|
+
"local fixtures"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"local HTTP server",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/mock-server",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|