{
  "name": "@fozikio/tools-threads",
  "version": "0.1.5",
  "description": "Thought threads for AI agents — create, track, and resolve ongoing lines of thinking. Plugin for cortex-engine.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@fozikio/cortex-engine": ">=0.1.0"
  },
  "devDependencies": {
    "@fozikio/cortex-engine": "^1.2.0",
    "typescript": "^5.7.0"
  },
  "keywords": [
    "cortex",
    "plugin",
    "threads",
    "mcp",
    "ai-agent",
    "memory",
    "conversation",
    "thought-tracking",
    "fozikio"
  ],
  "license": "MIT",
  "author": "Fozikio <hello@fozikio.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fozikio/tools-threads.git"
  },
  "homepage": "https://github.com/Fozikio/tools-threads#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/idapixl"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
