@coworker-jp/aidr
v0.1.6
Published
AIDR setup CLI - installs ai-scanner hooks for 19+ AI coding agents
Readme
aidr
CLI installer for ai-scanner hooks across 19+ AI coding agents.
Quick start
npx @coworker-jp/aidr install --agent claude --key ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxCommands
aidr install --agent <list|--all> --key <ak_...>
[--dry-run] [--force] [--binary-only]
[--no-verify] [--skip-binary]
aidr uninstall [--agent <list>]
aidr doctor
aidr list-agentsOptions:
--agent <list>: comma-separated names (claude,cursor).--all: install for every agent detected in$HOME.--key <ak_...>: access key (formatak_+ 43 urlsafe chars).--dry-run: print planned writes, do not touch disk.--force: overwrite existing files.--binary-only: fetch only the scanner binary.--no-verify: skip the server-side access-key check.--skip-binary: skip the scanner binary download.
Supported agents
| name | status | |---|---| | claude | full | | cursor | full | | windsurf | full | | kiro | full | | gemini | full | | codex | full | | cline, roo, copilot, qwen, trae, amazonq, jetbrains, opencode, aider, amp, crush, antigravity, continue | stub (Phase 2) |
Developing
node bin/aidr.js list-agents
node bin/aidr.js install --agent claude --key ak_xxx --dry-run --no-verify --skip-binary
node --test tests/Third-party components
This package downloads and installs Opengrep (LGPL-2.1) alongside the ai-scanner binary. Opengrep is invoked by ai-scanner as a separate process; the process boundary is the license boundary. The upstream binary is shipped unmodified. Set AI_SCANNER_OPENGREP=/path/to/opengrep to substitute a different LGPL-2.1 build. See LICENSES/opengrep-LGPL-2.1.txt in the downloaded scanner distribution for the full license text and pinned release metadata.
