chore: rename all mokoplatform → mokocli references #338

Merged
jmiller merged 1 commits from feat/rename-mokoplatform into main 2026-07-05 20:30:39 +00:00
Owner

Closes #336 (for this repo).

Rewrites every stale mokoplatform reference across the tree after the repo rename. 147 files, 319/319 lines (pure token swaps, ≤4 lines/file — no line-ending churn) + 2 file renames.

Replacement rules (case-sensitive)

From To Where
MokoPlatform MokoCLI ~all DEFGROUP/INGROUP doc tags
mokoplatform mokocli repo URLs, /opt/… & /tmp/… paths, clone URLs, EXCLUDE= lists, XML xmlns + <root> namespace
moko-platform moko-cli .moko-platform marker files (renamed)

Namespace consistency

The XML namespace URI (https://standards.mokoconsulting.tech/mokoplatform/1.0…/mokocli/1.0), the <mokoplatform><mokocli> root element, and ManifestParser::NAMESPACE_URI are all changed in lockstep, so local manifest-vs-parser validation stays consistent.

⚠️ Follow-up (not in this PR): the external standards.mokoconsulting.tech server still publishes the old namespace — it must be updated to match, or any validator fetching the live schema will fail. Tracked in #336.

Notes

  • Based on origin/main (the live dev branch has additional token'd files, e.g. moko-platform-schema.xsd, that will need the same fix when dev merges — see #336).
  • php -l clean on all changed PHP.

https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i

Closes #336 (for this repo). Rewrites every stale `mokoplatform` reference across the tree after the repo rename. **147 files, 319/319 lines** (pure token swaps, ≤4 lines/file — no line-ending churn) + 2 file renames. ### Replacement rules (case-sensitive) | From | To | Where | |---|---|---| | `MokoPlatform` | `MokoCLI` | ~all DEFGROUP/INGROUP doc tags | | `mokoplatform` | `mokocli` | repo URLs, `/opt/…` & `/tmp/…` paths, clone URLs, `EXCLUDE=` lists, XML `xmlns` + `<root>` namespace | | `moko-platform` | `moko-cli` | `.moko-platform` marker files (renamed) | ### Namespace consistency The XML namespace URI (`https://standards.mokoconsulting.tech/mokoplatform/1.0` → `…/mokocli/1.0`), the `<mokoplatform>`→`<mokocli>` root element, and `ManifestParser::NAMESPACE_URI` are all changed **in lockstep**, so local manifest-vs-parser validation stays consistent. ⚠️ **Follow-up (not in this PR):** the external `standards.mokoconsulting.tech` server still publishes the old namespace — it must be updated to match, or any validator fetching the live schema will fail. Tracked in #336. ### Notes - Based on `origin/main` (the live `dev` branch has additional token'd files, e.g. `moko-platform-schema.xsd`, that will need the same fix when dev merges — see #336). - `php -l` clean on all changed PHP. https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller added 1 commit 2026-07-05 20:26:09 +00:00
chore: rename all mokoplatform -> mokocli references
Universal: PR Check / Branch Policy (pull_request) Failing after 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 14s
Universal: PR Check / Secret Scan (pull_request) Successful in 15s
Generic: Project CI / Lint & Validate (pull_request) Successful in 57s
Platform: mokocli CI / Gate 1: Code Quality (pull_request) Successful in 2m4s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 35s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 28m16s
Generic: Project CI / Tests (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.1) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.2) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.3) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 3: Self-Health Check (pull_request) Has been cancelled
Platform: mokocli CI / Gate 4: Governance (pull_request) Has been cancelled
Platform: mokocli CI / Gate 5: Template Integrity (pull_request) Has been cancelled
Platform: mokocli CI / CI Summary (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
4009d68a7a
The repo was renamed mokoplatform -> mokocli; this rewrites every stale
reference across the tree (case-sensitive):

  MokoPlatform  -> MokoCLI   (DEFGROUP/INGROUP doc tags)
  mokoplatform  -> mokocli   (repo URLs, /opt & /tmp paths, clone URLs,
                              EXCLUDE lists, XML xmlns + <root> namespace)
  moko-platform -> moko-cli  (marker files)

XML namespace URIs and ManifestParser::NAMESPACE_URI are changed in
lockstep so local manifest-vs-parser validation stays consistent. The
external standards.mokoconsulting.tech namespace endpoint must be updated
to match separately (tracked in #336).

Refs #336

Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller merged commit 08130d1bf3 into main 2026-07-05 20:30:39 +00:00
jmiller deleted branch feat/rename-mokoplatform 2026-07-05 20:30:41 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoCLI#338