Public Access
chore: complete namespace cleanup — remove all mokoplatform/MokoStandards/MokoEnterprise refs
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Sweep 391 files across templates, workflows, MCP servers, CLI tools, lib, deploy, validate, wrappers, configs, and docs. All references to mokoplatform, moko-platform, MokoStandards, MokoStandards-API, and MokoEnterprise replaced with mokocli/MokoCli. Also renamed moko-platform.sublime-project → mokocli.sublime-project and fixed composer.json description.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* FILE INFORMATION
|
||||
* DEFGROUP: MokoPlatform.Scripts.Validate
|
||||
* INGROUP: MokoPlatform
|
||||
* REPO: https://git.mokoconsulting.tech/MokoConsulting/mokoplatform
|
||||
* REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli
|
||||
* PATH: /validate/auto_detect_platform.php
|
||||
* BRIEF: Automatic platform detection and validation - PHP implementation
|
||||
*/
|
||||
@@ -753,8 +753,8 @@ class AutoDetectPlatform extends CliFramework
|
||||
$indicators[] = "Found interactive setup wizard";
|
||||
}
|
||||
|
||||
// Check for .mokoplatform platform declaration
|
||||
$mokoFiles = ["{$repoPath}/.gitea/.mokoplatform", "{$repoPath}/.github/.mokoplatform"];
|
||||
// Check for .mokocli platform declaration
|
||||
$mokoFiles = ["{$repoPath}/.gitea/.mokocli", "{$repoPath}/.github/.mokocli"];
|
||||
foreach ($mokoFiles as $mokoFile) {
|
||||
if (file_exists($mokoFile)) {
|
||||
$content = @file_get_contents($mokoFile);
|
||||
|
||||
Reference in New Issue
Block a user