Public Access
chore: rename all mokoplatform → mokocli references #338
Reference in New Issue
Block a user
Delete Branch "feat/rename-mokoplatform"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #336 (for this repo).
Rewrites every stale
mokoplatformreference 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)
MokoPlatformMokoCLImokoplatformmokocli/opt/…&/tmp/…paths, clone URLs,EXCLUDE=lists, XMLxmlns+<root>namespacemoko-platformmoko-cli.moko-platformmarker files (renamed)Namespace consistency
The XML namespace URI (
https://standards.mokoconsulting.tech/mokoplatform/1.0→…/mokocli/1.0), the<mokoplatform>→<mokocli>root element, andManifestParser::NAMESPACE_URIare all changed in lockstep, so local manifest-vs-parser validation stays consistent.⚠️ Follow-up (not in this PR): the external
standards.mokoconsulting.techserver still publishes the old namespace — it must be updated to match, or any validator fetching the live schema will fail. Tracked in #336.Notes
origin/main(the livedevbranch has additional token'd files, e.g.moko-platform-schema.xsd, that will need the same fix when dev merges — see #336).php -lclean on all changed PHP.https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
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