Installation
One-Line Installer
This downloads the latest release and installs to ~/.kiro/ (global).
Options
| Flag | Description |
|---|---|
--global, -g |
Install to ~/.kiro/ (default) |
--local, -l |
Install to ./.kiro/ in current project |
# Install locally to current project
curl -fsSL https://konductor.cloud/install | bash -s -- --local
From Source
Build the Hook Binary
The hook binary provides file tracking and safety guardrails. To build from source:
Requirements
- Kiro CLI installed and configured
bash,curlorwgetfor the one-line installer- Rust toolchain (only if building from source)