Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| Method | Command |
|---|---|
| **winget** (Windows) | `winget install Kaizen3C.KaizenCLI` |
| **npm** | `npm install -g kaizen-cli` |
| **npm** | `npm install -g kaizen-3c-cli` |
| **Homebrew** (macOS/Linux) | `brew tap Kaizen-3C/tap && brew install kaizen-cli` |
| **pipx** (Python, recommended) | `pipx install kaizen-3c-cli` |
| **uv** | `uv tool install kaizen-3c-cli` |
Expand Down Expand Up @@ -106,7 +106,3 @@ The five agents (Researcher, Red Team, Draft, Write, Evaluator) iterate over the
### Developer setup

See [quickstart.md](quickstart.md) for environment prerequisites, Docker Compose setup for the full stack, and first-run instructions. For CLI-only development, `pip install -e .` at the repo root is enough.

### Release process

The public `kaizen` repo is curated from this `kaizen-delta` dev repo via an allowlist-driven export script. Maintainer runbook: [docs/release/RELEASE_PROCESS.md](docs/release/RELEASE_PROCESS.md). The authoritative allowlist: [docs/release/PUBLIC_REPO_ALLOWLIST.md](docs/release/PUBLIC_REPO_ALLOWLIST.md).
Loading