{ "name": "helloagents", "version": "3.1.9", "type": "module", "description": "HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.", "author": "HelloWind", "license": "Apache-2.0", "homepage": "https://github.com/hellowind777/helloagents", "repository": { "type": "git", "url": "git+https://github.com/hellowind777/helloagents.git" }, "bin": { "helloagents": "cli.mjs", "helloagents-js": "cli.mjs", "helloagents-js.cmd": "cli.mjs", "helloagents-turn-state": "scripts/turn-state-cli.mjs" }, "scripts": { "test": "node --test", "postinstall": "node cli.mjs postinstall", "preuninstall": "node cli.mjs preuninstall", "uninstall": "node cli.mjs preuninstall", "postuninstall": "node cli.mjs preuninstall", "prepublishOnly": "node cli.mjs sync-version", "deploy": "node cli.mjs install", "deploy:standby": "node cli.mjs install --all --standby", "deploy:global": "node cli.mjs install --all --global", "sync-hosts": "node cli.mjs update", "cleanup-hosts": "node cli.mjs cleanup", "switch-branch": "node cli.mjs switch-branch" }, "files": [ "cli.mjs", "scripts/", "hooks/", "skills/", "templates/", "assets/", "bootstrap.md", "bootstrap-lite.md", "README_CN.md", "install.sh", "install.ps1", "gemini-extension.json", ".cursor-plugin/", ".claude-plugin/", ".codex-plugin/", ".grok-plugin/" ], "keywords": [ "ai", "agent", "claude", "codex", "cursor", "cli", "orchestration", "subagent", "hooks", "skills" ], "engines": { "node": ">=18" } }