aiw 0.5.51

AIW (AI Warden) - Universal AI CLI management platform with intelligent process tracking, semantic memory, and provider coordination.
Documentation
{
  "name": "@putao520/aiw",
  "version": "0.5.50",
  "description": "Universal AI CLI management platform with intelligent MCP routing, process tracking, and configuration synchronization",
  "keywords": [
    "ai",
    "cli",
    "anthropic",
    "openai",
    "mcp",
    "model-context-protocol",
    "claude-code",
    "tui",
    "rust",
    "static-binary",
    "workflow"
  ],
  "homepage": "https://github.com/putao520/agentic-warden",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/putao520/agentic-warden.git"
  },
  "license": "MIT",
  "author": "Putao520",
  "bin": {
    "aiw": "./index.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "index.js",
    "scripts/postinstall.js",
    "README.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "os": [
    "linux",
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "bugs": {
    "url": "https://github.com/putao520/agentic-warden/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}