{
  "name": "@firstpick/pi-package-learnings",
  "version": "0.1.7",
  "description": "File-based troubleshooting LEARNINGS archive for Pi agents, with retrieval workflow, summary prompts, and sync scripts.",
  "license": "MIT",
  "homepage": "https://github.com/Firstp1ck/pi-coding-agent-forge/tree/main/pi-package-learnings#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Firstp1ck/pi-coding-agent-forge.git",
    "directory": "pi-package-learnings"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "skill",
    "extension",
    "prompt-template",
    "learnings",
    "troubleshooting-memory"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "dependencies": {
    "@firstpick/pi-utils": "^0.2.7"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "bin": {
    "pi-learnings-sync": "./scripts/learnings-sync",
    "pi-learnings-summary": "./scripts/learnings-summary"
  },
  "files": [
    "index.ts",
    "skills",
    "prompts",
    "scripts",
    "README.md",
    "LICENSE"
  ]
}
