{ "name": "understanding-graph", "version": "0.1.31", "mcpName": "io.github.emergent-wisdom/understanding-graph", "description": "A persistent medium for recursive, revisable agent understanding", "author": "Henrik Westerberg", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/emergent-wisdom/understanding-graph.git" }, "homepage": "https://github.com/emergent-wisdom/understanding-graph#readme", "bugs": { "url": "https://github.com/emergent-wisdom/understanding-graph/issues" }, "keywords": [ "mcp", "model-context-protocol", "ai", "memory", "knowledge-graph", "understanding", "claude", "llm", "agent", "stigmergy", "swarm" ], "bin": { "understanding-graph": "./bin/cli.js" }, "files": [ ".claude-plugin/", ".codex-plugin/", ".mcp.json", "bin/", "packages/frontend/dist/", "skills/", "server.json", "README.md", "LICENSE" ], "workspaces": [ "packages/*" ], "scripts": { "build": "npm run build --workspaces", "build:core": "npm run build -w @emergent-wisdom/understanding-graph-core", "build:mcp": "npm run build -w @emergent-wisdom/understanding-graph-mcp-server", "build:web": "npm run build -w @emergent-wisdom/understanding-graph-web-server", "start": "npm run start -w @emergent-wisdom/understanding-graph-web-server", "start:web": "npm run start -w @emergent-wisdom/understanding-graph-web-server", "start:mcp": "npm run start -w @emergent-wisdom/understanding-graph-mcp-server", "dev": "npm run dev -w @emergent-wisdom/understanding-graph-web-server", "dev:web": "npm run dev -w @emergent-wisdom/understanding-graph-web-server", "clean": "rm -rf packages/*/dist", "test": "npm run test --workspaces --if-present", "typecheck": "npm run typecheck --workspaces --if-present", "smoke:mcp": "node scripts/smoke-mcp.mjs", "smoke:web-discovery": "node scripts/smoke-web-discovery.mjs", "lint": "biome check packages/*/src", "lint:fix": "biome check --write packages/*/src", "format": "biome format --write packages/*/src", "prepare": "husky", "prepack": "npm run build", "prepublishOnly": "npm run build", "worker": "npx tsx scripts/autonomous-worker.ts", "worker:parallel": "concurrently \"npm run worker\" \"npm run worker\" \"npm run worker\"", "daemon": "npx tsx scripts/project-daemon.ts", "daemon:all": "for dir in projects/*/; do PROJECT_ID=$(basename $dir) npm run daemon & done" }, "engines": { "node": ">=22.0.0" }, "devDependencies": { "@anthropic-ai/sdk": "^0.71.0", "@biomejs/biome": "^2.3.8", "husky": "^9.1.7", "nodemon": "^3.0.1", "typescript": "^5.3.0" }, "dependencies": { "@emergent-wisdom/understanding-graph-core": "0.1.15", "@emergent-wisdom/understanding-graph-mcp-server": "0.1.15", "@emergent-wisdom/understanding-graph-web-server": "0.1.14" } }