{
  "name": "@misabegovic/pi-brain",
  "version": "0.4.0",
  "description": "A cozy knowledge home for pi. Distributed as a global package; brain clones are content-only and inherit skills, prompts, themes, tools, and the extension from the install.",
  "keywords": [
    "pi-package",
    "brain",
    "knowledge-base",
    "wiki",
    "memory"
  ],
  "license": "MIT",
  "author": "Muhamed Isabegovic",
  "homepage": "https://github.com/misabegovic/pi-brain#readme",
  "bugs": {
    "url": "https://github.com/misabegovic/pi-brain/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/misabegovic/pi-brain.git"
  },
  "type": "module",
  "pi": {
    "extensions": [
      "./extensions/pi-brain/index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ],
    "themes": [
      "./themes"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "tsx tests/load.test.ts && tsx tests/integration.test.ts && tsx tests/commands.test.ts && tsx tests/refinement.test.ts && tsx tests/autonomy.test.ts && tsx tests/brain-home.test.ts && tsx tests/pre-push-hook.test.ts && tsx tests/brain-links.test.ts && tsx tests/brain-sync.test.ts && tsx tests/brain-state.test.ts && tsx tests/pre-commit-hook.test.ts && tsx tests/utils.test.ts && tsx tests/intent-blocks.test.ts && tsx tests/build-renderers.test.ts && tsx tests/diff.test.ts && tsx tests/search.test.ts && tsx tests/inbox.test.ts && tsx tests/rfc-contribute.test.ts && tsx tests/context-injection.test.ts && tsx tests/compaction-harvest.test.ts && tsx tests/tool-result-enrichment.test.ts && tsx tests/brain-projects.test.ts && tsx tests/tools-constrained-sampling.test.ts && tsx tests/background-tasks.test.ts && tsx tests/enola.test.ts && tsx tests/resolve-home.test.ts",
    "validate": "npm run check && npm test && node tools/brain-sync.mjs && node tools/brain-links.mjs"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0",
    "tsx": "^4.23.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  }
}
