{
  "name": "agent-session-store",
  "version": "0.1.12",
  "description": "Canonical store and import/reconstruction tooling for agent session lineage.",
  "type": "module",
  "main": "dist/bin/agent-session-store.js",
  "types": "dist/bin/agent-session-store.d.ts",
  "bin": {
    "astore": "dist/bin/agent-session-store.js",
    "agent-session-store": "dist/bin/agent-session-store.js"
  },
  "homepage": "https://github.com/ProbabilityEngineer/agent-session-store#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProbabilityEngineer/agent-session-store.git"
  },
  "bugs": {
    "url": "https://github.com/ProbabilityEngineer/agent-session-store/issues"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "docs",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "lint": "tsc --noEmit",
    "reconstruct": "tsx scripts/reconstruct-local-history.ts",
    "validate-timeline": "tsx scripts/validate-session-timeline.ts",
    "index-segments": "tsx scripts/index-session-segments.ts",
    "prefix-lineage": "tsx scripts/reconstruct-prefix-lineage.ts",
    "build-store": "tsx scripts/build-curated-store.ts",
    "backup-readiness": "tsx scripts/backup-readiness-report.ts",
    "inventory-buckets": "tsx scripts/inventory-session-buckets.ts",
    "inventory-providers": "tsx scripts/inventory-provider-archive.ts",
    "logical-threads": "tsx scripts/logical-thread-report.ts",
    "export-graph": "tsx scripts/export-graph-json.ts",
    "repo-identities": "tsx scripts/repo-identity-report.ts",
    "repo-identity-candidates": "tsx scripts/repo-identity-candidates.ts",
    "approve-repo-identity": "tsx scripts/approve-repo-identity.ts",
    "scan-repos": "tsx scripts/scan-repo-identities.ts",
    "enrich-github-repos": "tsx scripts/enrich-github-repos.ts",
    "build-graphs": "tsx scripts/build-graphs.ts"
  },
  "keywords": [
    "agent",
    "session",
    "lineage",
    "store",
    "reconstruction"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "latest",
    "tsx": "^4.22.3",
    "typescript": "latest"
  }
}
