Public Access
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
+2
-2
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
+2
-2
@@ -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": {
|
||||
|
||||
@@ -6,8 +6,8 @@ This file is part of a Moko Consulting project.
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
<ruleset name="moko-platform PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for moko-platform projects</description>
|
||||
<ruleset name="MokoCLI PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for MokoCLI projects</description>
|
||||
|
||||
<!-- Files to check -->
|
||||
<file>lib</file>
|
||||
|
||||
@@ -6,8 +6,8 @@ This file is part of a Moko Consulting project.
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
<ruleset name="moko-platform PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for moko-platform projects</description>
|
||||
<ruleset name="MokoCLI PHP Coding Standards">
|
||||
<description>PHP_CodeSniffer configuration for MokoCLI projects</description>
|
||||
|
||||
<!-- Files to check -->
|
||||
<file>src</file>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,9 +20,9 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
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
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user