Skip to content

fix(readme): correct npm install command + remove stale internal-runbook links#1

Merged
anthonyadame merged 1 commit into
mainfrom
fix/readme-npm-and-stale-runbook-links
May 14, 2026
Merged

fix(readme): correct npm install command + remove stale internal-runbook links#1
anthonyadame merged 1 commit into
mainfrom
fix/readme-npm-and-stale-runbook-links

Conversation

@anthonyadame
Copy link
Copy Markdown
Contributor

Summary

Two small README fixes:

  1. Correct npm install commandnpm install -g kaizen-clinpm install -g kaizen-3c-cli (line 15). The npm package is published as kaizen-3c-cli to match the PyPI name; the README was showing the wrong name.
  2. Remove stale internal-runbook links — dropped the "### Release process" section that linked to docs/release/RELEASE_PROCESS.md and docs/release/PUBLIC_REPO_ALLOWLIST.md. Those files live in an internal repo and 404 from this public README.

Test plan

  • grep -n 'npm install -g kaizen-cli\b' README.md → empty (only kaizen-3c-cli remains)
  • grep -n 'docs/release/' README.md → empty
  • grep -n '### Release process' README.md → empty
  • After merge: GitHub-rendered README shows correct npm command and no broken links

…ook links

Two small README cleanups:

1. The install matrix listed `npm install -g kaizen-cli`, but the
   published npm package (matching the PyPI and Homebrew naming) is
   `kaizen-3c-cli`. Anyone copy-pasting the previous command would hit
   a 404 from the npm registry. Updated to `npm install -g kaizen-3c-cli`.

2. The "Release process" section linked to two internal maintainer
   docs that exist in the private upstream repo but not in this public
   one: `docs/release/RELEASE_PROCESS.md` and
   `docs/release/PUBLIC_REPO_ALLOWLIST.md`. Both links 404 on GitHub.
   Removed the section entirely — public OSS users don't need to see
   the internal release process; advertising dead links is worse than
   omitting the explanation.

No functional changes; no API or CLI behavior changes. Only README
edits.

Signed-off-by: anthonyadame <anthonyadame@gmail.com>
@anthonyadame anthonyadame merged commit c468304 into main May 14, 2026
4 checks passed
@anthonyadame anthonyadame deleted the fix/readme-npm-and-stale-runbook-links branch May 14, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant