{
  "name": "pi-lodestone",
  "version": "0.2.0",
  "description": "Persistent memory for the Pi coding agent, tuned for local LLMs. Curated decisions, preferences, and workflows that survive future sessions, with cheap context-aware injection.",
  "type": "module",
  "keywords": [
    "pi",
    "pi-package",
    "pi-coding-agent",
    "memory",
    "local-llm"
  ],
  "license": "MIT",
  "author": "Jeff <36237258+k0udo@users.noreply.github.com>",
  "homepage": "https://github.com/k0udo/pi-lodestone#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k0udo/pi-lodestone.git"
  },
  "bugs": {
    "url": "https://github.com/k0udo/pi-lodestone/issues"
  },
  "pi": {
    "extensions": [
      "./extension/index.ts"
    ],
    "skills": [
      "./skills/lodestone"
    ]
  },
  "files": [
    "extension",
    "skills",
    "docs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test 'tests/**/*.test.ts'"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  }
}
