@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "plugin-stars",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/plugin-stars",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Plugin Stars",
|
|
6
6
|
"description": "Browse the public dsh-plugin-stars ranking with bounded metadata and source links.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "prompt-guard",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/prompt-guard",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Prompt Guard",
|
|
6
6
|
"description": "Detect prompt override, secret exfiltration, remote payloads, and hidden-instruction indicators without retaining input text.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "prompt-library",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/prompt-library",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Prompt Library",
|
|
6
6
|
"description": "Save, search, update, and delete reusable prompt templates in the current Pi session.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "readme-gen",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/readme-gen",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "README Gen",
|
|
6
6
|
"description": "Generate a bounded README report and write it to an explicitly confirmed workspace path.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "recall-unread",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/recall-unread",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Recall Unread",
|
|
6
6
|
"description": "Find persisted Pi sessions that end with an unanswered user message without modifying their transcripts.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reverse-skill",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/reverse-skill",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Reverse Skill Firewall",
|
|
6
6
|
"description": "Inspect untrusted Skill text and inject it only through an explicit bounded data boundary.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "reviewer-bot",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/reviewer-bot",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Reviewer Bot",
|
|
6
6
|
"description": "Review the current Git diff for risky changes, unfinished markers, and large files without modifying the workspace.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "runtime-doctor",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/runtime-doctor",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Runtime Doctor",
|
|
6
6
|
"description": "Audit workspace, agent directory, model, runtime, MCP servers, and extension errors in one read-only report.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "secure-audit",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/secure-audit",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Secure Audit",
|
|
6
6
|
"description": "Read-only workspace scan for exposed credentials and dangerous shell commands with value-redacted findings.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-bookmarks",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-bookmarks",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Bookmarks",
|
|
6
6
|
"description": "Persist labels for important native Pi session entries without changing the underlying transcript.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-bridge",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-bridge",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Bridge",
|
|
6
6
|
"description": "Preview, export, and import bounded five-part session handoffs without modifying the source session.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-compare",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-compare",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Compare",
|
|
6
6
|
"description": "Compare two persisted Pi sessions by message role and text without modifying either session file.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-export",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-export",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Export",
|
|
6
6
|
"description": "Export the current Pi conversation to a bounded Markdown file inside the workspace without changing session history.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-insights",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-insights",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Insights",
|
|
6
6
|
"description": "Report current-session messages, token usage, tool calls, cost, and context statistics with an optional explicit compaction action.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-search",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/session-search",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Search",
|
|
6
6
|
"description": "Search persisted Pi JSONL sessions for matching user or assistant text without modifying session files.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "skill-catalog",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/skill-catalog",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Skills Catalog",
|
|
6
6
|
"description": "List loaded Agent Skills and safely inspect one through a bounded untrusted-data boundary, plus managed MCP status.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "skill-guard",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/skill-guard",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Skill Guard",
|
|
6
6
|
"description": "Audit loaded Skills for instruction override, secret exfiltration, destructive commands, and obfuscated payloads.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "sql-lens",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/sql-lens",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "SQL Lens",
|
|
6
6
|
"description": "Inspect SQLite schemas and run constrained read-only queries without mutating the database.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "synapse",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/synapse",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Synapse",
|
|
6
6
|
"description": "Visualize session relationships and linked work items without changing the transcript.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "tab-manager",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/tab-manager",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Session Tabs",
|
|
6
6
|
"description": "Organize active Pi sessions into named tabs and switch between them without losing session identity.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "telemetry-blocker",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/telemetry-blocker",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Telemetry Blocker",
|
|
6
6
|
"description": "Block configured outbound telemetry destinations and report blocked attempts without collecting payload contents.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "test-harness",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/test-harness",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Test Harness",
|
|
6
6
|
"description": "Run bounded project test commands and report exit status, output, and duration without shell interpolation.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "theme-studio",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/theme-studio",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Theme Studio",
|
|
6
6
|
"description": "Apply bounded Light, Midnight, Paper, and High Contrast presets to the Pi Harness web surface.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "token-guard",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/token-guard",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Token Guard",
|
|
6
6
|
"description": "Monitor context usage and stop runs when the configured token budget threshold is reached.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "turn-rewind",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/turn-rewind",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Turn Rewind",
|
|
6
6
|
"description": "Navigate the native Pi session tree back to a prior user turn while preserving the abandoned branch.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "undo-savepoint",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/undo-savepoint",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Undo Savepoints",
|
|
6
6
|
"description": "Create inspectable savepoints before agent changes so the workspace can be restored safely.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "vision-toolkit",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/vision-toolkit",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Vision Toolkit",
|
|
6
6
|
"description": "Catalog workspace images and inspect safe metadata such as MIME type, size, and dimensions.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "web-research",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/web-research",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Web Research",
|
|
6
6
|
"description": "Search the public web through a configurable provider and return bounded, cited source evidence.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "workspace-navigator",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/workspace-navigator",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Workspace Navigator",
|
|
6
6
|
"description": "Show a bounded workspace tree and read-only Git status for a high-signal coding sidebar.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "workspace-search",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/workspace-search",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Workspace Search",
|
|
6
6
|
"description": "Search bounded text files in the active workspace with ignored directories and binary content excluded.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "yaml-validator",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/yaml-validator",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "YAML Validator",
|
|
6
6
|
"description": "Validate bounded YAML configuration files and return precise parse errors without rewriting the source.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-harness/api-gateway",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"private": true,
|
|
4
5
|
"description": "Cordis HTTP API routes for the Pi Harness browser client",
|
|
6
|
+
"homepage": "https://github.com/pi-harness/pi-harness#readme",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/pi-harness/pi-harness/issues"
|
|
9
|
+
},
|
|
5
10
|
"license": "MIT",
|
|
6
11
|
"repository": {
|
|
7
12
|
"type": "git",
|
|
8
13
|
"url": "git+https://github.com/pi-harness/pi-harness.git",
|
|
9
14
|
"directory": "packages/api-gateway"
|
|
10
15
|
},
|
|
11
|
-
"homepage": "https://github.com/pi-harness/pi-harness#readme",
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/pi-harness/pi-harness/issues"
|
|
14
|
-
},
|
|
15
16
|
"files": [
|
|
16
17
|
"dist"
|
|
17
18
|
],
|
|
@@ -26,13 +27,9 @@
|
|
|
26
27
|
},
|
|
27
28
|
"scripts": {
|
|
28
29
|
"build": "tsc -p tsconfig.build.json && node scripts/copy-marketplace-entries.mjs",
|
|
30
|
+
"prepack": "node scripts/copy-marketplace-entries.mjs",
|
|
29
31
|
"typecheck": "tsc -p tsconfig.json"
|
|
30
32
|
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@deepseek-ai/cordis": "4.0.1",
|
|
33
|
-
"@pi-harness/core": "0.1.4",
|
|
34
|
-
"@pi-harness/host-webserver": "0.1.4"
|
|
35
|
-
},
|
|
36
33
|
"engines": {
|
|
37
34
|
"node": ">=22.19.0"
|
|
38
35
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "agent-teams",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/agent-teams",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Agent Teams",
|
|
6
6
|
"description": "Coordinate multiple named agents with durable tasks, dependencies, and mailbox messages.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "anchored-standard",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/anchored-standard",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Anchored Standard",
|
|
6
6
|
"description": "Audit agent trajectories against an explicit tool-call allowlist and flag activity outside the anchored run.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "annotation",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/annotation",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Annotations",
|
|
6
6
|
"description": "Capture bounded selections and notes from the conversation for later agent context.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "archify",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/archify",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Architecture Map",
|
|
6
6
|
"description": "Build a bounded, read-only architecture map from workspace components and package dependencies.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "at-file",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/at-file",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "@file Context",
|
|
6
6
|
"description": "Attach workspace files with a bounded @file reference and safe relative-path checks.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "auto-mode",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/auto-mode",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Auto Mode",
|
|
6
6
|
"description": "Execute argv commands under a safe policy that blocks shell wrappers and requires confirmation for risky operations.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "better-sidebar",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/better-sidebar",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Better Sidebar",
|
|
6
6
|
"description": "Show a compact workspace, Git, and session overview beside the conversation without modifying files.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "browser-fetch",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/browser-fetch",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Browser Fetch",
|
|
6
6
|
"description": "Fetch public HTTP and HTTPS pages as bounded text without executing page scripts or private network targets.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "browser-session",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/browser-session",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Browser Session",
|
|
6
6
|
"description": "Inspect and control a local Chrome DevTools session through a bounded browser endpoint without embedding browser credentials.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "canvas-draw",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/canvas-draw",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Canvas Draw",
|
|
6
6
|
"description": "Build structured nodes and edges for architecture, flow, and dependency diagrams in the workspace UI.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "change-verifier",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/change-verifier",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Change Verifier",
|
|
6
6
|
"description": "Combine project tests and Git change review into one explicit verification gate before handoff.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "cleaner",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/cleaner",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Cleaner",
|
|
6
6
|
"description": "Remove bounded Pi Harness cache and transient files through an explicit, previewable cleanup operation.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "cli-notifier",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/cli-notifier",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "CLI Notifier",
|
|
6
6
|
"description": "Notify a local command or webhook when a long-running Pi session finishes, fails, or is aborted.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "code2skill",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/code2skill",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Code2Skill",
|
|
6
6
|
"description": "Package a reviewed source snippet into a portable skill artifact with bounded input and explicit metadata.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "colleague-skill",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/colleague-skill",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Colleague Skill",
|
|
6
6
|
"description": "Create durable, structured handoff packets for another role without hidden agents or external message delivery.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "context-doctor",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/context-doctor",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Context Doctor",
|
|
6
6
|
"description": "Audit context pressure, oversized messages, and tool errors before a long task runs out of context.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "context-insights",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/context",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Context Insights",
|
|
6
6
|
"description": "Expose bounded runtime context diagnostics so agents can reason about loaded resources and session state.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "cost-meter",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/cost-meter",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Cost Meter",
|
|
6
6
|
"description": "Track current-session, daily, and persisted model costs with optional budget thresholds.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "dependency-checker",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/dependency-checker",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Dependency Checker",
|
|
6
6
|
"description": "Inspect package.json or requirements.txt, report missing dependencies, and flag conflicting version constraints.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "docker-sandbox",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/docker-sandbox",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Docker Sandbox",
|
|
6
6
|
"description": "Run approved commands inside an isolated Docker container with bounded resources and explicit image settings.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "fail-logger",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/fail-logger",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Failure Logger",
|
|
6
6
|
"description": "Deduplicate extension and runtime failures into a bounded diagnostic panel without retaining full message payloads.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "genui",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/genui",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "GenUI",
|
|
6
6
|
"description": "Render bounded structured UI blocks from agent output without executing arbitrary HTML or scripts.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "git-time-capsule",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/git-time-capsule",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Git Time Capsule",
|
|
6
6
|
"description": "Create lightweight Git savepoints before agent changes so a task can be reviewed or restored safely.",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "graph-memory",
|
|
3
3
|
"packageName": "@pi-harness/core/plugins/graph-memory",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"name": "Graph Memory",
|
|
6
6
|
"description": "Store bounded entities and relations across sessions for inspectable project memory.",
|
|
7
7
|
"author": "Pi Harness",
|