From 4eb421d6ba08b5fc2530ca0f99e54205a28702cb Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 20 Jun 2026 11:20:27 -0500 Subject: [PATCH] fix: rename moko-platform to MokoCLI in config files (#263) Update package names, descriptions, and references across all configuration files: composer.json, mcp/package.json, phpcs.xml, issue templates, script registry, and schema templates. --- .mokogitea/ISSUE_TEMPLATE/config.yml | 4 ++-- .script-registry.json | 2 +- composer.json | 4 ++-- mcp/config.example.json | 4 ++-- mcp/package.json | 4 ++-- phpcs.xml | 4 ++-- templates/configs/phpcs.xml | 4 ++-- templates/mokogitea/ISSUE_TEMPLATE/config.yml | 4 ++-- templates/schemas/template-repository-structure.xml | 6 +++--- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.mokogitea/ISSUE_TEMPLATE/config.yml b/.mokogitea/ISSUE_TEMPLATE/config.yml index 06221e2..bbaebdc 100644 --- a/.mokogitea/ISSUE_TEMPLATE/config.yml +++ b/.mokogitea/ISSUE_TEMPLATE/config.yml @@ -7,8 +7,8 @@ contact_links: - name: 💬 Ask a Question url: https://mokoconsulting.tech/ about: Get help or ask questions through our website - - name: 📚 moko-platform Documentation - url: https://git.mokoconsulting.tech/MokoConsulting/moko-platform + - name: 📚 MokoCLI Documentation + url: https://git.mokoconsulting.tech/MokoConsulting/mokocli about: View our coding standards and best practices - name: 🔒 Report a Security Vulnerability url: https://git.mokoconsulting.tech/mokoconsulting-tech/.github-private/security/advisories/new diff --git a/.script-registry.json b/.script-registry.json index 2281cfb..7dad2a8 100644 --- a/.script-registry.json +++ b/.script-registry.json @@ -1,7 +1,7 @@ { "metadata": { "generated_at": "2026-03-10T19:51:42.238134Z", - "repository": "MokoConsulting/moko-platform", + "repository": "MokoConsulting/mokocli", "version": "1.0.0" }, "scripts": [ diff --git a/composer.json b/composer.json index 0e1706b..aae1ed0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "mokoconsulting-tech/enterprise", - "description": "moko-platform Enterprise API \u2014 PHP implementation", + "name": "mokoconsulting-tech/mokocli", + "description": "MokoCLI Enterprise API \u2014 PHP implementation", "type": "library", "version": "09.23.00", "license": "GPL-3.0-or-later", diff --git a/mcp/config.example.json b/mcp/config.example.json index 82769cf..339f5a1 100644 --- a/mcp/config.example.json +++ b/mcp/config.example.json @@ -1,6 +1,6 @@ { - "apiPath": "A:/moko-platform", - "standardsPath": "A:/moko-platform", + "apiPath": "A:/mokocli", + "standardsPath": "A:/mokocli", "giteaUrl": "https://git.mokoconsulting.tech", "giteaToken": "your-gitea-api-token" } diff --git a/mcp/package.json b/mcp/package.json index 6e332f5..9f896d1 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -1,7 +1,7 @@ { - "name": "@mokoconsulting/moko-platform-mcp", + "name": "@mokoconsulting/mokocli-mcp", "version": "1.0.0", - "description": "MCP server for moko-platform governance — validation, compliance, platform detection, definitions browser", + "description": "MCP server for MokoCLI governance — validation, compliance, platform detection, definitions browser", "type": "module", "main": "dist/index.js", "bin": { diff --git a/phpcs.xml b/phpcs.xml index be6b24c..010b763 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -6,8 +6,8 @@ This file is part of a Moko Consulting project. SPDX-License-Identifier: GPL-3.0-or-later --> - - PHP_CodeSniffer configuration for moko-platform projects + + PHP_CodeSniffer configuration for MokoCLI projects lib diff --git a/templates/configs/phpcs.xml b/templates/configs/phpcs.xml index ddb471f..6f60bc3 100644 --- a/templates/configs/phpcs.xml +++ b/templates/configs/phpcs.xml @@ -6,8 +6,8 @@ This file is part of a Moko Consulting project. SPDX-License-Identifier: GPL-3.0-or-later --> - - PHP_CodeSniffer configuration for moko-platform projects + + PHP_CodeSniffer configuration for MokoCLI projects src diff --git a/templates/mokogitea/ISSUE_TEMPLATE/config.yml b/templates/mokogitea/ISSUE_TEMPLATE/config.yml index 06221e2..bbaebdc 100644 --- a/templates/mokogitea/ISSUE_TEMPLATE/config.yml +++ b/templates/mokogitea/ISSUE_TEMPLATE/config.yml @@ -7,8 +7,8 @@ contact_links: - name: 💬 Ask a Question url: https://mokoconsulting.tech/ about: Get help or ask questions through our website - - name: 📚 moko-platform Documentation - url: https://git.mokoconsulting.tech/MokoConsulting/moko-platform + - name: 📚 MokoCLI Documentation + url: https://git.mokoconsulting.tech/MokoConsulting/mokocli about: View our coding standards and best practices - name: 🔒 Report a Security Vulnerability url: https://git.mokoconsulting.tech/mokoconsulting-tech/.github-private/security/advisories/new diff --git a/templates/schemas/template-repository-structure.xml b/templates/schemas/template-repository-structure.xml index 9e656ca..4c7dba7 100644 --- a/templates/schemas/template-repository-structure.xml +++ b/templates/schemas/template-repository-structure.xml @@ -20,9 +20,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . FILE INFORMATION -DEFGROUP: MokoPlatform.Templates.Schemas -INGROUP: MokoPlatform.Templates -REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform +DEFGROUP: MokoCLI.Templates.Schemas +INGROUP: MokoCLI.Templates +REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /templates/schemas/template-repository-structure.xml BRIEF: Template for defining custom repository structure schemas -->