chore: rename moko-platform to MokoPlatform #548

Closed
opened 2026-06-06 23:20:00 +00:00 by jmiller · 0 comments
Owner

Breaking Change

Rename the moko-platform repository to MokoPlatform to match the CamelCase naming convention used by all other product repos.

Steps

  1. Rename repo on Gitea (API or admin UI)
  2. Update SSH mount path on git.mokoconsulting.tech server
  3. Update all workflow references across all repos (bulk_sync, standards-source URLs)
  4. Update manifest.xml standards-source URLs
  5. Update local clone paths (A:/moko-platform -> A:/MokoPlatform)
  6. Update .claude.json MCP server paths
  7. Update npm package.json repository URLs
  8. Update Go module imports in MokoGitea (code.mokoconsulting.tech/MokoConsulting/moko-platform)

Risk

  • All repos reference moko-platform in workflows and manifests
  • SSH mount on server needs updating
  • Local development paths change
  • CI/CD pipelines may break temporarily

Authored by Jonathan Miller (@jmiller)

## Breaking Change Rename the moko-platform repository to MokoPlatform to match the CamelCase naming convention used by all other product repos. ## Steps 1. Rename repo on Gitea (API or admin UI) 2. Update SSH mount path on git.mokoconsulting.tech server 3. Update all workflow references across all repos (bulk_sync, standards-source URLs) 4. Update manifest.xml standards-source URLs 5. Update local clone paths (A:/moko-platform -> A:/MokoPlatform) 6. Update .claude.json MCP server paths 7. Update npm package.json repository URLs 8. Update Go module imports in MokoGitea (code.mokoconsulting.tech/MokoConsulting/moko-platform) ## Risk - All repos reference moko-platform in workflows and manifests - SSH mount on server needs updating - Local development paths change - CI/CD pipelines may break temporarily --- *Authored by Jonathan Miller (@jmiller)*
Sign in to join this conversation.