{
  "name": "fff-subconscious-pi",
  "version": "0.2.2",
  "license": "MIT",
  "description": "Background memory for the pi coding agent. Before each LLM call it greps your local text corpora (past session transcripts, notes) with fff, makes one cheap DeepSeek call, and injects a short synthesized insight into the prompt as context.",
  "type": "module",
  "main": "index.js",
  "keywords": ["pi-package"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esinecan/fff-subconscious-pi.git"
  },
  "pi": {
    "extensions": ["./index.js"]
  }
}
