Skip to content

Rename the tool to Kizen Admin CLI - #26

Merged
jbedient-kizen merged 1 commit into
mainfrom
chore/consistent-kizen-admin-cli-references
Sep 4, 2026
Merged

Rename the tool to Kizen Admin CLI#26
jbedient-kizen merged 1 commit into
mainfrom
chore/consistent-kizen-admin-cli-references

Conversation

@jbedient-kizen

Copy link
Copy Markdown
Contributor

Problem

The repository moved to kizen/kizen-admin-cli, but every URL in the repo still pointed at kizen/builder-cli (working only via GitHub's redirect), and the tool still introduced itself as "Kizen Builder" in kizen --help, the README, CONTRIBUTING.md, and the bundled reference docs.

Solution

Repository URLs move to the real remote, and the user-facing name follows it to "Kizen Admin CLI" everywhere it appears.

The command is still kizen and the installed package is still kizen_builder, so nothing about invoking or importing the tool changes. That is called out in the changelog so nobody goes looking for a renamed entry point.

scripts/cli-tree-baseline.txt is regenerated rather than hand-edited — the top-level help text is captured in it, so the rename necessarily moves it.

Testing

bin/check.sh — lint, format, typecheck, test, extra_checks all pass: 1426 passed, 4 skipped.

The live drift tier was also run against a disposable environment across this branch and the five stacked on top of it: identical results to main (70 passed, with 3 pre-existing failures that reproduce on main and are filed separately). No live regressions from any of the six.

Design notes / tradeoffs

The clone-target directory in CONTRIBUTING.md was renamed too, and the file:// URL-decoding example in upgrade.py along with its test — both are directory names rather than product references, but leaving them would have been the only "Kizen Builder" strings left in the tree.

This is the first of six stacked branches; merging in order avoids a changelog conflict on each one.

Repository URLs move to kizen/kizen-admin-cli, and the user-facing name
follows: kizen --help, the README, CONTRIBUTING.md and the bundled
reference docs all said "Kizen Builder".
The command is still kizen and the package is still kizen_builder, so
this changes no invocation or import. The CLI-tree baseline is
regenerated because the top-level help text is part of it.
@jbedient-kizen
jbedient-kizen merged commit dcd4a92 into mainSep 4, 2026
4 checks passed
@jbedient-kizen
jbedient-kizen deleted the chore/consistent-kizen-admin-cli-references branch September 4, 2026 16:30
@jbedient-kizen
jbedient-kizen restored the chore/consistent-kizen-admin-cli-references branch September 4, 2026 16:31
@jbedient-kizen
jbedient-kizen deleted the chore/consistent-kizen-admin-cli-references branch September 4, 2026 16:31
Sign up for freeto 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.

2 participants

@jbedient-kizen@annaliu-kizen