Rename "mokoplatform" to "MokoCLI" everywhere #262

Closed
opened 2026-06-19 09:05:46 +00:00 by jmiller · 1 comment
Owner

Summary

Rename all references from mokoplatform to MokoCLI across the entire project.

Sub-tasks

# Task Status
#276 Add redirect stubs and backward-compatibility aliases (do first) Open
#263 Update composer.json, package.json, and config files Open
#264 Update PHP namespaces, classes, and code references Open
#265 Update CLI command names, help text, and output messages Open
#266 Update CI/CD workflows and Gitea Actions Open
#267 Update runner labels and runner configuration Open
#268 Update documentation (README, wiki, CHANGELOG) Open
#269 Update MCP server configs and references Open
#270 Rename the Git repository and update external references (do last) Open

Casing Convention

  • MokoCLI — display / branding
  • mokocli — package names, filesystem paths, repo name

Suggested Order

  1. Redirect stubs (#276) — first, set up aliases so nothing breaks during transition
  2. Config files (#263) + PHP code (#264) — foundation changes
  3. CLI text (#265) — user-facing updates
  4. CI/CD (#266) + Runners (#267) — infrastructure (coordinate together)
  5. MCP configs (#269) — service layer
  6. Documentation (#268) — reflect all changes
  7. Repo rename (#270) — last step, after everything else is merged
## Summary Rename all references from `mokoplatform` to `MokoCLI` across the entire project. ## Sub-tasks | # | Task | Status | |---|------|--------| | #276 | Add redirect stubs and backward-compatibility aliases (**do first**) | Open | | #263 | Update composer.json, package.json, and config files | Open | | #264 | Update PHP namespaces, classes, and code references | Open | | #265 | Update CLI command names, help text, and output messages | Open | | #266 | Update CI/CD workflows and Gitea Actions | Open | | #267 | Update runner labels and runner configuration | Open | | #268 | Update documentation (README, wiki, CHANGELOG) | Open | | #269 | Update MCP server configs and references | Open | | #270 | Rename the Git repository and update external references (**do last**) | Open | ## Casing Convention - `MokoCLI` — display / branding - `mokocli` — package names, filesystem paths, repo name ## Suggested Order 1. Redirect stubs (#276) — **first**, set up aliases so nothing breaks during transition 2. Config files (#263) + PHP code (#264) — foundation changes 3. CLI text (#265) — user-facing updates 4. CI/CD (#266) + Runners (#267) — infrastructure (coordinate together) 5. MCP configs (#269) — service layer 6. Documentation (#268) — reflect all changes 7. Repo rename (#270) — **last step**, after everything else is merged
Author
Owner

Branch created: feature/262-rename-mokoplatform-to-mokocli-everywher

git fetch origin
git checkout feature/262-rename-mokoplatform-to-mokocli-everywher
Branch created: [`feature/262-rename-mokoplatform-to-mokocli-everywher`](https://git.mokoconsulting.tech/MokoConsulting/mokoplatform/src/branch/feature/262-rename-mokoplatform-to-mokocli-everywher) ```bash git fetch origin git checkout feature/262-rename-mokoplatform-to-mokocli-everywher ```
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mokocli#262