{
  "name": "@wystack/agent-kit",
  "version": "0.12.0",
  "description": "One portable agent-workflow kit — plan, build, review, verify, design, and ship — running identically on Claude Code, Codex, Cursor, and Pi.",
  "private": false,
  "license": "MIT",
  "author": {
    "name": "Youhao Wei",
    "email": "wei@youhao.me"
  },
  "homepage": "https://github.com/youhaowei/wystack-agent-kit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/youhaowei/wystack-agent-kit.git"
  },
  "bugs": {
    "url": "https://github.com/youhaowei/wystack-agent-kit/issues"
  },
  "keywords": [
    "agent-kit",
    "ai-agents",
    "claude-code",
    "claude-plugin",
    "codex-plugin",
    "cursor",
    "pi-package",
    "skills",
    "agentic-workflows",
    "llm-tools"
  ],
  "files": [
    "README.md",
    "UPSTREAM.md",
    "LICENSE",
    "wystack-agent-kit",
    "pi",
    "scripts/build-dist.sh",
    "scripts/deploy.sh",
    "scripts/sync_codex_plugin_cache.js",
    "scripts/sync_cc_plugin_cache.js",
    "scripts/sync_cursor_plugin_cache.js",
    "scripts/watch-deploy.sh",
    ".claude-plugin/marketplace.json"
  ],
  "pi": {
    "extensions": [
      "pi/extensions/wystack-agents.ts",
      "pi/extensions/agent-browser.ts"
    ],
    "skills": [
      "wystack-agent-kit/skills"
    ]
  },
  "scripts": {
    "deploy": "./scripts/deploy.sh",
    "deploy:dry-run": "./scripts/deploy.sh --dry-run",
    "deploy:codex": "bun scripts/sync_codex_plugin_cache.js --force --apply",
    "deploy:claude": "./scripts/build-dist.sh --deploy --no-zip",
    "deploy:cc": "bun scripts/sync_cc_plugin_cache.js --apply",
    "deploy:cursor": "bun scripts/sync_cursor_plugin_cache.js --apply"
  }
}
