mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
111 lines
3.8 KiB
JSON
111 lines
3.8 KiB
JSON
{
|
|
"name": "@vectorize-io/hindsight-coding-agents",
|
|
"version": "0.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vectorize-io/hindsight.git",
|
|
"directory": "hindsight-integrations/coding-agents"
|
|
},
|
|
"description": "Reflect-only Hindsight long-term memory for coding agents (harness-pluggable: opencode, …), with automatic background ingestion (no setup CLI).",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"hindsight-coding-agents": "dist/installer.js",
|
|
"hindsight-claude-hook": "dist/claude-hook.js",
|
|
"hindsight-cursor-hook": "dist/cursor-hook.js",
|
|
"hindsight-cursor-sessionstart-hook": "dist/cursor-sessionstart-hook.js",
|
|
"hindsight-cursor-stop-hook": "dist/cursor-stop-hook.js",
|
|
"hindsight-copilot-hook": "dist/copilot-hook.js",
|
|
"hindsight-copilot-sessionstart-hook": "dist/copilot-sessionstart-hook.js",
|
|
"hindsight-copilot-stop-hook": "dist/copilot-stop-hook.js",
|
|
"hindsight-grok-hook": "dist/grok-hook.js",
|
|
"hindsight-grok-sessionstart-hook": "dist/grok-sessionstart-hook.js",
|
|
"hindsight-grok-stop-hook": "dist/grok-stop-hook.js",
|
|
"hindsight-codex-hook": "dist/codex-hook.js",
|
|
"hindsight-dcode-hook": "dist/dcode-hook.js",
|
|
"hindsight-dcode-sessionstart-hook": "dist/dcode-sessionstart-hook.js",
|
|
"hindsight-dcode-stop-hook": "dist/dcode-stop-hook.js",
|
|
"hindsight-antigravity-hook": "dist/antigravity-hook.js",
|
|
"hindsight-antigravity-statusline": "dist/antigravity-statusline.js",
|
|
"hindsight-devin-hook": "dist/devin-hook.js",
|
|
"hindsight-qwen-hook": "dist/qwen-hook.js",
|
|
"hindsight-qwen-sessionstart-hook": "dist/qwen-sessionstart-hook.js",
|
|
"hindsight-qwen-stop-hook": "dist/qwen-stop-hook.js",
|
|
"hindsight-zcode-hook": "dist/zcode-hook.js",
|
|
"hindsight-zcode-sessionstart-hook": "dist/zcode-sessionstart-hook.js",
|
|
"hindsight-zcode-stop-hook": "dist/zcode-stop-hook.js",
|
|
"hindsight-droid-hook": "dist/droid-hook.js",
|
|
"hindsight-droid-sessionstart-hook": "dist/droid-sessionstart-hook.js",
|
|
"hindsight-droid-stop-hook": "dist/droid-stop-hook.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./dsh": "./dist/dsh.js",
|
|
"./cordis.patch.yml": "./cordis.patch.yml",
|
|
"./package.json": "./package.json",
|
|
"./dist/*": "./dist/*"
|
|
},
|
|
"files": [
|
|
"skill",
|
|
"dist",
|
|
"index.js",
|
|
"cordis.patch.yml",
|
|
"plugin.json",
|
|
"hooks"
|
|
],
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./cordis.patch.yml"
|
|
}
|
|
},
|
|
"cline": {
|
|
"plugins": [
|
|
{
|
|
"paths": [
|
|
"./dist/cline.js"
|
|
],
|
|
"capabilities": [
|
|
"hooks"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"skill:build": "node scripts/build-skill.mjs",
|
|
"clean": "rm -rf dist",
|
|
"prepublishOnly": "npm run clean && npm run skill:build && npm run build",
|
|
"test": "vitest run --exclude '**/*.e2e.test.ts'",
|
|
"test:dcode-e2e": "npm run build && HINDSIGHT_DCODE_E2E=1 vitest run src/dcode-plugin.e2e.test.ts",
|
|
"test:harness-e2e": "npm run build && HINDSIGHT_HARNESS_E2E=1 vitest run src/harness.e2e.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"@vectorize-io/hindsight-all": "^0.8.6",
|
|
"jsonc-parser": "^3.3.1",
|
|
"smol-toml": "^1.8.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@opencode-ai/plugin": "^1.18.9",
|
|
"@opencode-ai/plugin-v2": "npm:@opencode-ai/plugin@0.0.0-beta-18743",
|
|
"@opencode-ai/sdk": "^1.18.9",
|
|
"@types/node": "^26.1.0",
|
|
"tsup": "^8.3.0",
|
|
"typescript": "^5.6.0",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"overrides": {
|
|
"esbuild": ">=0.25.0 <1.0.0",
|
|
"fast-uri": ">=3.1.6 <4.0.0",
|
|
"hono": ">=4.13.5 <5.0.0",
|
|
"ip-address": ">=10.3.1 <11.0.0",
|
|
"postcss": ">=8.5.23 <9.0.0",
|
|
"vite": ">=6.4.3 <7.0.0"
|
|
}
|
|
}
|