aintent-s
v0.1.5
Published
AIntent CLI — Intent alignment gate for AI agents
Downloads
679
Maintainers
Readme
aintent-s
AIntent CLI — Intent alignment gate for AI agents.
Ensures AI agents fully understand your intent before they start building. Works with Claude Code, Codex, ChatGPT, and any LLM-powered tool.
Install
npm i -g aintent-sQuick Start
# Configure your API key
aints config --key YOUR_API_KEY
# Set up SKILL file for your agent
aints init claude # Claude Code
aints init codex # Codex
# Start using
/aints standard # in Claude Code
$aints standard # in CodexCommands
| Command | Description | Auth |
|---------|-------------|------|
| aints config --key <apiKey> | Save API key | — |
| aints config --server <url> | Set server URL | — |
| aints config --show | Show current configuration | — |
| aints init <agent> | Install SKILL file (claude or codex) | — |
| aints start --mode <mode> | Start a session. Options: --channel <channel> (default: cli), --pretty | API key |
| aints signal <sessionId> | Send a signal. Options: --data <json>, --file <path>, --pretty. Also accepts JSON from stdin pipe | API key |
| aints status <sessionId> | Check session status. Options: --pretty | API key |
| aints set-mode <sessionId> --mode <mode> | Change mode mid-session. Options: --pretty | API key |
| aints disengage <sessionId> | End session gracefully. Options: --pretty | API key |
| aints force-stop <sessionId> --reason <code> | Force stop (admin). Options: --admin-token <token>, --pretty. Reason codes: admin_manual, policy_violation, maintenance, idle_timeout, error_unrecoverable | Admin token (--admin-token or AINTENT_ADMIN_TOKEN env) |
Modes
| Mode | Description |
|------|-------------|
| off | No alignment gate |
| quick | 1-2 clarifying questions |
| standard | Thorough intent collection (recommended) |
| deep | Deep analysis for complex decisions |
Requirements
- Node.js >= 22
- AIntent API key (get one here)
Links
License
MIT
