{
  "name": "pi-reread-instructions",
  "type": "module",
  "version": "0.1.0",
  "description": "Pi extension that re-inserts AGENTS.md / CLAUDE.md every N completed final assistant replies",
  "author": "Raymond Weitekamp",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "instructions",
    "agents",
    "claude",
    "context"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rawwerks/pi-reread-instructions.git"
  },
  "homepage": "https://github.com/rawwerks/pi-reread-instructions#readme",
  "bugs": {
    "url": "https://github.com/rawwerks/pi-reread-instructions/issues"
  },
  "files": [
    "agents-reread.ts"
  ],
  "pi": {
    "extensions": [
      "./agents-reread.ts"
    ]
  },
  "scripts": {
    "test": "bun test",
    "check": "bun test",
    "pack:dry-run": "bun pm pack --dry-run"
  }
}
