@pi-harness/pi-harness 0.1.5 → 0.1.7
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-CkGv0zrr.css +2 -0
- package/apps/web/dist/assets/index-pMtwuwHh.js +20 -0
- package/apps/web/dist/index.html +2 -2
- 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/apps/web/src/style.css +15 -8
- 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 +6 -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/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/dist/plugin-card.d.ts +8 -0
- package/packages/client-web/dist/plugin-card.d.ts.map +1 -0
- package/packages/client-web/dist/plugin-card.js +15 -0
- package/packages/client-web/dist/plugin-card.js.map +1 -0
- package/packages/client-web/dist/react-room.d.ts.map +1 -1
- package/packages/client-web/dist/react-room.js +9 -7
- package/packages/client-web/dist/react-room.js.map +1 -1
- package/packages/client-web/package.json +6 -5
- package/packages/client-web/src/plugin-card.ts +22 -0
- package/packages/client-web/src/react-room.tsx +35 -30
- package/packages/client-web/test/browser-session-view.test.ts +2 -2
- package/packages/client-web/test/plugin-card.test.ts +46 -0
- 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/apps/web/dist/assets/index-CihATCjR.css +0 -2
- package/apps/web/dist/assets/index-gDNnM9GK.js +0 -20
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "modlens",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/modlens",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "ModLens Vision Bridge",
|
|
6
|
+
"description": "Attach workspace images to the active model context with bounded metadata and preview support.",
|
|
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
|
+
"vision",
|
|
18
|
+
"image context"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"tool execution",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/modlens",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/module-search.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "module-search",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/module-search",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Module Search",
|
|
6
|
+
"description": "Find imports, exports, and declared symbols in bounded workspace source files without modifying them.",
|
|
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": "discovery",
|
|
14
|
+
"label": "发现与生态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"module discovery",
|
|
18
|
+
"symbol lookup",
|
|
19
|
+
"source navigation"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"workspace files",
|
|
23
|
+
"source scanning",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/module-search",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/obsidian-sync.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "obsidian-sync",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/obsidian-sync",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Obsidian Sync",
|
|
6
|
+
"description": "Write explicitly requested session notes to a bounded Obsidian vault path without reading unrelated vault files.",
|
|
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
|
+
"Obsidian notes",
|
|
18
|
+
"session export",
|
|
19
|
+
"knowledge capture"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"vault path",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/obsidian-sync",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "openpets",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/openpets",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "OpenPets",
|
|
6
|
+
"description": "Keep a small durable companion state in the workspace UI from session events without retaining message contents.",
|
|
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": "web",
|
|
14
|
+
"label": "网页"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"companion state",
|
|
18
|
+
"session events",
|
|
19
|
+
"ambient UI"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session events",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/openpets",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plan-execute.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plan-execute",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plan-execute",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plan Execute",
|
|
6
|
+
"description": "Track an explicit multi-step execution plan with progress, dependencies, and completion state in the current session.",
|
|
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
|
+
"planning",
|
|
18
|
+
"progress tracking",
|
|
19
|
+
"execution state"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session state",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/plan-execute",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-check.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plugin-check",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plugin-check",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plugin Check",
|
|
6
|
+
"description": "Inspect installed plugin manifests and report unsafe, malformed, or incompatible extension metadata before loading it.",
|
|
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
|
+
"plugin audit",
|
|
18
|
+
"manifest validation",
|
|
19
|
+
"compatibility check"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"plugin loader",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/plugin-check",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-dev.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plugin-dev",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plugin-dev",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plugin Dev",
|
|
6
|
+
"description": "Reload the active Pi session through the development bridge with bounded, explicit reload 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": "developer",
|
|
14
|
+
"label": "开发工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"plugin reload",
|
|
18
|
+
"development bridge",
|
|
19
|
+
"hot iteration"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"Pi runtime",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/plugin-dev",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-finder.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plugin-finder",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plugin-finder",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plugin Finder",
|
|
6
|
+
"description": "Search a configured npm-compatible registry for Pi plugins with bounded queries and explicit installation handoff.",
|
|
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": "discovery",
|
|
14
|
+
"label": "发现与生态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"plugin search",
|
|
18
|
+
"Pi registry keyword",
|
|
19
|
+
"registry lookup",
|
|
20
|
+
"install handoff"
|
|
21
|
+
],
|
|
22
|
+
"hooks": [
|
|
23
|
+
"npm registry",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/plugin-finder",
|
|
28
|
+
"config": {
|
|
29
|
+
"keyword": "pi-harness"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-radar.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plugin-radar",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plugin-radar",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plugin Radar",
|
|
6
|
+
"description": "Inspect installed and configured plugins with lifecycle state and source metadata.",
|
|
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": "discovery",
|
|
14
|
+
"label": "发现与生态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"plugin discovery",
|
|
18
|
+
"lifecycle"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"context lifecycle",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/plugin-radar",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-stars.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "plugin-stars",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/plugin-stars",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Plugin Stars",
|
|
6
|
+
"description": "Browse the public dsh-plugin-stars ranking with bounded metadata and source links.",
|
|
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": "discovery",
|
|
14
|
+
"label": "发现与生态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"ranking",
|
|
18
|
+
"search",
|
|
19
|
+
"ecosystem"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"network fetch",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/plugin-stars",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-guard.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "prompt-guard",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/prompt-guard",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Prompt Guard",
|
|
6
|
+
"description": "Detect prompt override, secret exfiltration, remote payloads, and hidden-instruction indicators without retaining input text.",
|
|
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
|
+
"prompt safety",
|
|
18
|
+
"injection detection"
|
|
19
|
+
],
|
|
20
|
+
"hooks": [
|
|
21
|
+
"session event",
|
|
22
|
+
"plugin UI"
|
|
23
|
+
],
|
|
24
|
+
"profile": {
|
|
25
|
+
"name": "@pi-harness/core/plugins/prompt-guard",
|
|
26
|
+
"config": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-library.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "prompt-library",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/prompt-library",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Prompt Library",
|
|
6
|
+
"description": "Save, search, update, and delete reusable prompt templates in the current Pi session.",
|
|
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
|
+
"prompt templates",
|
|
18
|
+
"tagged prompts",
|
|
19
|
+
"session persistence"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session storage",
|
|
23
|
+
"bounded input",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/prompt-library",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/readme-gen.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "readme-gen",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/readme-gen",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "README Gen",
|
|
6
|
+
"description": "Generate a bounded README report and write it to an explicitly confirmed workspace path.",
|
|
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": "developer",
|
|
14
|
+
"label": "开发工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"README report",
|
|
18
|
+
"project metadata",
|
|
19
|
+
"confirmed file write",
|
|
20
|
+
"atomic output"
|
|
21
|
+
],
|
|
22
|
+
"hooks": [
|
|
23
|
+
"workspace files",
|
|
24
|
+
"atomic workspace write",
|
|
25
|
+
"plugin UI"
|
|
26
|
+
],
|
|
27
|
+
"profile": {
|
|
28
|
+
"name": "@pi-harness/core/plugins/readme-gen",
|
|
29
|
+
"config": {}
|
|
30
|
+
}
|
|
31
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/recall-unread.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "recall-unread",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/recall-unread",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Recall Unread",
|
|
6
|
+
"description": "Find persisted Pi sessions that end with an unanswered user message without modifying their transcripts.",
|
|
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
|
+
"session recall",
|
|
18
|
+
"unanswered messages",
|
|
19
|
+
"search"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session storage",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/recall-unread",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reverse-skill.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "reverse-skill",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/reverse-skill",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Reverse Skill Firewall",
|
|
6
|
+
"description": "Inspect untrusted Skill text and inject it only through an explicit bounded data boundary.",
|
|
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
|
+
"skill isolation",
|
|
18
|
+
"prompt injection defense",
|
|
19
|
+
"safe context injection"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"skill guard",
|
|
23
|
+
"bounded content",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/reverse-skill",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reviewer-bot.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "reviewer-bot",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/reviewer-bot",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Reviewer Bot",
|
|
6
|
+
"description": "Review the current Git diff for risky changes, unfinished markers, and large files without modifying the workspace.",
|
|
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
|
+
"code review",
|
|
18
|
+
"git diff",
|
|
19
|
+
"risk detection"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"workspace Git",
|
|
23
|
+
"plugin UI"
|
|
24
|
+
],
|
|
25
|
+
"profile": {
|
|
26
|
+
"name": "@pi-harness/core/plugins/reviewer-bot",
|
|
27
|
+
"config": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/runtime-doctor.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "runtime-doctor",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/runtime-doctor",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Runtime Doctor",
|
|
6
|
+
"description": "Audit workspace, agent directory, model, runtime, MCP servers, and extension errors in one read-only report.",
|
|
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": "developer",
|
|
14
|
+
"label": "开发工具"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"runtime diagnostics",
|
|
18
|
+
"workspace health",
|
|
19
|
+
"MCP status",
|
|
20
|
+
"extension errors"
|
|
21
|
+
],
|
|
22
|
+
"hooks": [
|
|
23
|
+
"filesystem checks",
|
|
24
|
+
"runtime services",
|
|
25
|
+
"extension errors",
|
|
26
|
+
"plugin UI"
|
|
27
|
+
],
|
|
28
|
+
"profile": {
|
|
29
|
+
"name": "@pi-harness/core/plugins/runtime-doctor",
|
|
30
|
+
"config": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/secure-audit.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "secure-audit",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/secure-audit",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Secure Audit",
|
|
6
|
+
"description": "Read-only workspace scan for exposed credentials and dangerous shell commands with value-redacted findings.",
|
|
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
|
+
"secret detection",
|
|
18
|
+
"dangerous command scan",
|
|
19
|
+
"redacted findings"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"workspace files",
|
|
23
|
+
"plugin UI",
|
|
24
|
+
"agent tool"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/secure-audit",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "session-bookmarks",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/session-bookmarks",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Session Bookmarks",
|
|
6
|
+
"description": "Persist labels for important native Pi session entries without changing the underlying transcript.",
|
|
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
|
+
"session bookmarks",
|
|
18
|
+
"session navigation",
|
|
19
|
+
"durable labels"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session manager",
|
|
23
|
+
"native label entries",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/session-bookmarks",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-bridge.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "session-bridge",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/session-bridge",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Session Bridge",
|
|
6
|
+
"description": "Preview, export, and import bounded five-part session handoffs without modifying the source session.",
|
|
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
|
+
"session handoff",
|
|
18
|
+
"five-part preview",
|
|
19
|
+
"import/export"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session manager",
|
|
23
|
+
"plugin UI",
|
|
24
|
+
"agent tool"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/session-bridge",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-compare.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "session-compare",
|
|
3
|
+
"packageName": "@pi-harness/core/plugins/session-compare",
|
|
4
|
+
"version": "0.1.7",
|
|
5
|
+
"name": "Session Compare",
|
|
6
|
+
"description": "Compare two persisted Pi sessions by message role and text without modifying either session file.",
|
|
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": "discovery",
|
|
14
|
+
"label": "发现与生态"
|
|
15
|
+
},
|
|
16
|
+
"capabilities": [
|
|
17
|
+
"session diff",
|
|
18
|
+
"history comparison",
|
|
19
|
+
"read-only scan"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"session manager",
|
|
23
|
+
"JSONL sessions",
|
|
24
|
+
"plugin UI"
|
|
25
|
+
],
|
|
26
|
+
"profile": {
|
|
27
|
+
"name": "@pi-harness/core/plugins/session-compare",
|
|
28
|
+
"config": {}
|
|
29
|
+
}
|
|
30
|
+
}
|