diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8dea9..646ca9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION DEFGROUP: MokoCli.Root INGROUP: MokoCli -REPO: https://git.mokoconsulting.tech/MokoConsulting/mokoplatform +REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /CHANGELOG.md BRIEF: Release changelog --> diff --git a/PLUGIN_SCRIPTS.md b/PLUGIN_SCRIPTS.md index 73c23aa..ce38757 100644 --- a/PLUGIN_SCRIPTS.md +++ b/PLUGIN_SCRIPTS.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Root -INGROUP: MokoPlatform +DEFGROUP: MokoCLI.Root +INGROUP: MokoCLI REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /PLUGIN_SCRIPTS.md BRIEF: Plugin system CLI documentation diff --git a/README.md b/README.md index 65c1c56..cab6291 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Root -INGROUP: MokoPlatform +DEFGROUP: MokoCLI.Root +INGROUP: MokoCLI REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /README.md VERSION: 09.42.00 diff --git a/analysis/index.md b/analysis/index.md index c786b1a..4f1b0d9 100644 --- a/analysis/index.md +++ b/analysis/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Analysis +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Analysis REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /analysis/index.md BRIEF: Analysis directory index diff --git a/cli/audit_query.php b/cli/audit_query.php index da0c527..43a5558 100644 --- a/cli/audit_query.php +++ b/cli/audit_query.php @@ -14,8 +14,8 @@ * (at your option) any later version. * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.CLI - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.CLI + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /cli/audit_query.php * BRIEF: Search, filter, and export audit logs diff --git a/cli/deploy_joomla.php b/cli/deploy_joomla.php index 77856f5..ecd7d68 100644 --- a/cli/deploy_joomla.php +++ b/cli/deploy_joomla.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.CLI - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.CLI + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /cli/deploy_joomla.php * BRIEF: Smart Joomla deploy — routes files to correct server directories by extension type diff --git a/deploy/backup-before-deploy.php b/deploy/backup-before-deploy.php index 204cf6e..3e9aa8c 100644 --- a/deploy/backup-before-deploy.php +++ b/deploy/backup-before-deploy.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/backup-before-deploy.php * VERSION: 09.42.00 diff --git a/deploy/deploy-and-verify.php b/deploy/deploy-and-verify.php index 2315404..f5fca20 100644 --- a/deploy/deploy-and-verify.php +++ b/deploy/deploy-and-verify.php @@ -4,8 +4,8 @@ /* Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/deploy-and-verify.php * BRIEF: Deploy with automatic health check and rollback on failure diff --git a/deploy/deploy-dolibarr.php b/deploy/deploy-dolibarr.php index 07535f6..b12f58c 100644 --- a/deploy/deploy-dolibarr.php +++ b/deploy/deploy-dolibarr.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/deploy-dolibarr.php * VERSION: 09.42.00 diff --git a/deploy/deploy-joomla.php b/deploy/deploy-joomla.php index f3ffc05..f6218f5 100644 --- a/deploy/deploy-joomla.php +++ b/deploy/deploy-joomla.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/deploy-joomla.php * BRIEF: Smart Joomla deploy — routes files to correct Joomla directories based on XML manifest diff --git a/deploy/deploy-sftp.php b/deploy/deploy-sftp.php index b53a6f8..315e1e6 100644 --- a/deploy/deploy-sftp.php +++ b/deploy/deploy-sftp.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/deploy-sftp.php * BRIEF: Deploy a repository src/ directory to a remote web server via SFTP diff --git a/deploy/health-check.php b/deploy/health-check.php index 7eb2060..7f3dcc0 100644 --- a/deploy/health-check.php +++ b/deploy/health-check.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/health-check.php * VERSION: 09.42.00 diff --git a/deploy/rollback-joomla.php b/deploy/rollback-joomla.php index b2f08e3..4b600b1 100644 --- a/deploy/rollback-joomla.php +++ b/deploy/rollback-joomla.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/rollback-joomla.php * VERSION: 09.42.00 diff --git a/deploy/sync-joomla.php b/deploy/sync-joomla.php index fbd686b..494082d 100644 --- a/deploy/sync-joomla.php +++ b/deploy/sync-joomla.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Deploy - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Deploy + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /deploy/sync-joomla.php * VERSION: 09.42.00 diff --git a/fix/fix_line_endings.php b/fix/fix_line_endings.php index 4b1215a..a64be47 100644 --- a/fix/fix_line_endings.php +++ b/fix/fix_line_endings.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Fix - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Fix + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /fix/fix_line_endings.php * BRIEF: CLI script to normalise CRLF/CR to LF in tracked source files diff --git a/fix/fix_permissions.php b/fix/fix_permissions.php index 0600e11..41612a5 100644 --- a/fix/fix_permissions.php +++ b/fix/fix_permissions.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Fix - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Fix + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /fix/fix_permissions.php * BRIEF: CLI script to normalise file permissions (dirs 755, files 644, scripts 755) diff --git a/fix/fix_tabs.php b/fix/fix_tabs.php index cee465c..14a6e26 100644 --- a/fix/fix_tabs.php +++ b/fix/fix_tabs.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Fix - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Fix + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /fix/fix_tabs.php * BRIEF: CLI script to convert tabs to spaces in tracked source files diff --git a/fix/fix_trailing_spaces.php b/fix/fix_trailing_spaces.php index 0c79b4d..de3d123 100644 --- a/fix/fix_trailing_spaces.php +++ b/fix/fix_trailing_spaces.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Fix - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Fix + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /fix/fix_trailing_spaces.php * BRIEF: CLI script to remove trailing whitespace from tracked source files diff --git a/fix/index.md b/fix/index.md index db654c7..3e46806 100644 --- a/fix/index.md +++ b/fix/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Fix +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Fix REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /fix/index.md BRIEF: Fix directory index diff --git a/index.md b/index.md index 02692f2..5829d21 100644 --- a/index.md +++ b/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Root -INGROUP: MokoPlatform +DEFGROUP: MokoCLI.Root +INGROUP: MokoCLI REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /index.md BRIEF: Scripts directory index diff --git a/lib/CliBase.php b/lib/CliBase.php index b87842c..667872d 100644 --- a/lib/CliBase.php +++ b/lib/CliBase.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Lib - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Lib + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/CliBase.php * BRIEF: Standalone base CLI class for scripts that do not use CliFramework diff --git a/lib/Common.php b/lib/Common.php index 84b240d..f35a557 100644 --- a/lib/Common.php +++ b/lib/Common.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Lib - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Lib + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Common.php * BRIEF: Common utility functions for scripts diff --git a/lib/Enterprise/AbstractProjectPlugin.php b/lib/Enterprise/AbstractProjectPlugin.php index de8e952..371758f 100644 --- a/lib/Enterprise/AbstractProjectPlugin.php +++ b/lib/Enterprise/AbstractProjectPlugin.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/AbstractProjectPlugin.php * BRIEF: Abstract base class for project plugins @@ -23,7 +23,7 @@ namespace MokoCli; * * Provides common functionality for all project type plugins * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 1.0.0 */ abstract class AbstractProjectPlugin implements ProjectPluginInterface diff --git a/lib/Enterprise/ApiClient.php b/lib/Enterprise/ApiClient.php index c766734..41aa876 100644 --- a/lib/Enterprise/ApiClient.php +++ b/lib/Enterprise/ApiClient.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.API - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.API + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ApiClient.php * BRIEF: HTTP API client library @@ -31,7 +31,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/AuditLogger.php b/lib/Enterprise/AuditLogger.php index 3f7fd51..1f52492 100644 --- a/lib/Enterprise/AuditLogger.php +++ b/lib/Enterprise/AuditLogger.php @@ -22,13 +22,13 @@ declare(strict_types=1); * (at your option) any later version. * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Audit - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Audit + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/AuditLogger.php * BRIEF: Enterprise audit logging * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/CheckpointManager.php b/lib/Enterprise/CheckpointManager.php index d7efd6d..6de08e5 100644 --- a/lib/Enterprise/CheckpointManager.php +++ b/lib/Enterprise/CheckpointManager.php @@ -10,13 +10,13 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Checkpoint - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Checkpoint + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/CheckpointManager.php * BRIEF: Checkpoint manager for resumable operations * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/CliFramework.php b/lib/Enterprise/CliFramework.php index 1285ce5..f999325 100644 --- a/lib/Enterprise/CliFramework.php +++ b/lib/Enterprise/CliFramework.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.CLI - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.CLI + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/CliFramework.php * BRIEF: CliFramework — unified base class for all mokocli CLI scripts diff --git a/lib/Enterprise/Config.php b/lib/Enterprise/Config.php index b2bd66b..b696a70 100644 --- a/lib/Enterprise/Config.php +++ b/lib/Enterprise/Config.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Config - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Config + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Config.php * BRIEF: Configuration manager @@ -32,7 +32,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/ConfigValidator.php b/lib/Enterprise/ConfigValidator.php index ed07fb0..d2e2332 100644 --- a/lib/Enterprise/ConfigValidator.php +++ b/lib/Enterprise/ConfigValidator.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ConfigValidator.php * BRIEF: Validate project config against plugin JSON schema diff --git a/lib/Enterprise/EnterpriseReadinessValidator.php b/lib/Enterprise/EnterpriseReadinessValidator.php index ab791f6..4ff829b 100644 --- a/lib/Enterprise/EnterpriseReadinessValidator.php +++ b/lib/Enterprise/EnterpriseReadinessValidator.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/EnterpriseReadinessValidator.php * BRIEF: Enterprise readiness validation library diff --git a/lib/Enterprise/ErrorRecovery.php b/lib/Enterprise/ErrorRecovery.php index 07db26f..491f153 100644 --- a/lib/Enterprise/ErrorRecovery.php +++ b/lib/Enterprise/ErrorRecovery.php @@ -17,13 +17,13 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Recovery - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Recovery + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ErrorRecovery.php * BRIEF: Error recovery framework * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/FileFixUtility.php b/lib/Enterprise/FileFixUtility.php index 788fe43..7d6a6b4 100644 --- a/lib/Enterprise/FileFixUtility.php +++ b/lib/Enterprise/FileFixUtility.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform.Lib + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/FileFixUtility.php * BRIEF: Utility class for fixing file formatting issues (line endings, permissions, tabs, trailing spaces) diff --git a/lib/Enterprise/GitHubAdapter.php b/lib/Enterprise/GitHubAdapter.php index 5fa23b9..0fec957 100644 --- a/lib/Enterprise/GitHubAdapter.php +++ b/lib/Enterprise/GitHubAdapter.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Platform - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Platform + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/GitHubAdapter.php * BRIEF: GitHub implementation of GitPlatformAdapter @@ -31,7 +31,7 @@ use RuntimeException; * - Topics: PUT with {"names": [...]} * - Workflow dir: .github/workflows * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @since 04.06.10 * @see GitPlatformAdapter */ diff --git a/lib/Enterprise/GitPlatformAdapter.php b/lib/Enterprise/GitPlatformAdapter.php index 3fa2a94..afda126 100644 --- a/lib/Enterprise/GitPlatformAdapter.php +++ b/lib/Enterprise/GitPlatformAdapter.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Platform - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Platform + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/GitPlatformAdapter.php * BRIEF: Interface defining all git platform operations for GitHub/Gitea abstraction @@ -25,7 +25,7 @@ namespace MokoCli; * Implementations exist for GitHub (GitHubAdapter) and Gitea (MokoGiteaAdapter), * allowing scripts to work against either platform transparently. * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.06.10 */ interface GitPlatformAdapter diff --git a/lib/Enterprise/InputValidator.php b/lib/Enterprise/InputValidator.php index 944d86e..5beca64 100644 --- a/lib/Enterprise/InputValidator.php +++ b/lib/Enterprise/InputValidator.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Validation - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Validation + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/InputValidator.php * BRIEF: Input validation library @@ -31,7 +31,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/ManifestParser.php b/lib/Enterprise/ManifestParser.php index 77653cd..baa49c4 100644 --- a/lib/Enterprise/ManifestParser.php +++ b/lib/Enterprise/ManifestParser.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ManifestParser.php * BRIEF: Parser for the XML-based manifest.xml repository manifest @@ -28,7 +28,7 @@ use SimpleXMLElement; * Reads, writes, and validates the manifest.xml repository manifest. * The file uses XML format (no file extension) and lives at .mokogitea/manifest.xml. * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.07.00 */ class ManifestParser diff --git a/lib/Enterprise/MetricsCollector.php b/lib/Enterprise/MetricsCollector.php index bb06ee2..43d0d75 100644 --- a/lib/Enterprise/MetricsCollector.php +++ b/lib/Enterprise/MetricsCollector.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Metrics - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Metrics + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/MetricsCollector.php * BRIEF: Metrics collection framework @@ -46,7 +46,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/MokoGiteaAdapter.php b/lib/Enterprise/MokoGiteaAdapter.php index 451731f..48737d1 100644 --- a/lib/Enterprise/MokoGiteaAdapter.php +++ b/lib/Enterprise/MokoGiteaAdapter.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Platform - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Platform + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/MokoGiteaAdapter.php * BRIEF: Gitea implementation of GitPlatformAdapter @@ -33,7 +33,7 @@ use RuntimeException; * - Branch protection: flat API (not rulesets) * - Workflow dir: .mokogitea/workflows * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @since 04.06.10 * @see GitPlatformAdapter */ diff --git a/lib/Enterprise/PackageBuilder.php b/lib/Enterprise/PackageBuilder.php index d0609de..01b0d33 100644 --- a/lib/Enterprise/PackageBuilder.php +++ b/lib/Enterprise/PackageBuilder.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform.Lib + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/PackageBuilder.php * BRIEF: Builds release packages for generic, Dolibarr module, and Joomla component projects diff --git a/lib/Enterprise/PlatformAdapterFactory.php b/lib/Enterprise/PlatformAdapterFactory.php index 287c8a2..9d97724 100644 --- a/lib/Enterprise/PlatformAdapterFactory.php +++ b/lib/Enterprise/PlatformAdapterFactory.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Platform - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Platform + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/PlatformAdapterFactory.php * BRIEF: Factory for creating platform-specific GitPlatformAdapter instances @@ -33,7 +33,7 @@ use RuntimeException; * $repos = $adapter->listOrgRepos('mokoconsulting-tech'); * ``` * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.06.10 * * @since 04.00.00 diff --git a/lib/Enterprise/PluginFactory.php b/lib/Enterprise/PluginFactory.php index 526b567..fe09f42 100644 --- a/lib/Enterprise/PluginFactory.php +++ b/lib/Enterprise/PluginFactory.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/PluginFactory.php * BRIEF: Plugin factory for project type detection @@ -23,7 +23,7 @@ namespace MokoCli; * * Provides convenient methods for plugin instantiation with dependency injection * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 1.0.0 */ class PluginFactory diff --git a/lib/Enterprise/PluginRegistry.php b/lib/Enterprise/PluginRegistry.php index f3dcced..e24232a 100644 --- a/lib/Enterprise/PluginRegistry.php +++ b/lib/Enterprise/PluginRegistry.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/PluginRegistry.php * BRIEF: Plugin registry for available project plugins @@ -35,7 +35,7 @@ use MokoCli\Plugins\McpServerPlugin; * * Manages plugin discovery, registration, and lifecycle * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 1.0.0 */ class PluginRegistry diff --git a/lib/Enterprise/Plugins/ApiPlugin.php b/lib/Enterprise/Plugins/ApiPlugin.php index 9df5af0..9fbacb2 100644 --- a/lib/Enterprise/Plugins/ApiPlugin.php +++ b/lib/Enterprise/Plugins/ApiPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/ApiPlugin.php * BRIEF: Enterprise plugin for API/Microservices projects diff --git a/lib/Enterprise/Plugins/DocumentationPlugin.php b/lib/Enterprise/Plugins/DocumentationPlugin.php index a8209f4..aa405c9 100644 --- a/lib/Enterprise/Plugins/DocumentationPlugin.php +++ b/lib/Enterprise/Plugins/DocumentationPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/DocumentationPlugin.php * BRIEF: Enterprise plugin for documentation projects diff --git a/lib/Enterprise/Plugins/DolibarrPlugin.php b/lib/Enterprise/Plugins/DolibarrPlugin.php index c4f8e08..2b3d56a 100644 --- a/lib/Enterprise/Plugins/DolibarrPlugin.php +++ b/lib/Enterprise/Plugins/DolibarrPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/DolibarrPlugin.php * BRIEF: Enterprise plugin for Dolibarr modules diff --git a/lib/Enterprise/Plugins/GenericPlugin.php b/lib/Enterprise/Plugins/GenericPlugin.php index d9ccf5f..faa098e 100644 --- a/lib/Enterprise/Plugins/GenericPlugin.php +++ b/lib/Enterprise/Plugins/GenericPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/GenericPlugin.php * BRIEF: Enterprise plugin for generic projects diff --git a/lib/Enterprise/Plugins/JoomlaPlugin.php b/lib/Enterprise/Plugins/JoomlaPlugin.php index f763137..838706f 100644 --- a/lib/Enterprise/Plugins/JoomlaPlugin.php +++ b/lib/Enterprise/Plugins/JoomlaPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/JoomlaPlugin.php * BRIEF: Enterprise plugin for Joomla projects diff --git a/lib/Enterprise/Plugins/McpServerPlugin.php b/lib/Enterprise/Plugins/McpServerPlugin.php index 63e8e16..0e75982 100644 --- a/lib/Enterprise/Plugins/McpServerPlugin.php +++ b/lib/Enterprise/Plugins/McpServerPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/McpServerPlugin.php * BRIEF: Enterprise plugin for MCP (Model Context Protocol) server projects diff --git a/lib/Enterprise/Plugins/MobilePlugin.php b/lib/Enterprise/Plugins/MobilePlugin.php index b12318d..eaef4f3 100644 --- a/lib/Enterprise/Plugins/MobilePlugin.php +++ b/lib/Enterprise/Plugins/MobilePlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/MobilePlugin.php * BRIEF: Enterprise plugin for mobile app projects diff --git a/lib/Enterprise/Plugins/NodeJsPlugin.php b/lib/Enterprise/Plugins/NodeJsPlugin.php index 957a645..11182df 100644 --- a/lib/Enterprise/Plugins/NodeJsPlugin.php +++ b/lib/Enterprise/Plugins/NodeJsPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/NodeJsPlugin.php * BRIEF: Enterprise plugin for Node.js/TypeScript projects diff --git a/lib/Enterprise/Plugins/PythonPlugin.php b/lib/Enterprise/Plugins/PythonPlugin.php index 016279c..a2e67dd 100644 --- a/lib/Enterprise/Plugins/PythonPlugin.php +++ b/lib/Enterprise/Plugins/PythonPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/PythonPlugin.php * BRIEF: Enterprise plugin for Python projects diff --git a/lib/Enterprise/Plugins/TerraformPlugin.php b/lib/Enterprise/Plugins/TerraformPlugin.php index 8bb3622..31a4465 100644 --- a/lib/Enterprise/Plugins/TerraformPlugin.php +++ b/lib/Enterprise/Plugins/TerraformPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/TerraformPlugin.php * BRIEF: Enterprise plugin for Terraform projects diff --git a/lib/Enterprise/Plugins/WordPressPlugin.php b/lib/Enterprise/Plugins/WordPressPlugin.php index ce53678..b3ac042 100644 --- a/lib/Enterprise/Plugins/WordPressPlugin.php +++ b/lib/Enterprise/Plugins/WordPressPlugin.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/Plugins/WordPressPlugin.php * BRIEF: Enterprise plugin for WordPress projects diff --git a/lib/Enterprise/ProjectConfigValidator.php b/lib/Enterprise/ProjectConfigValidator.php index d0ae799..56c8cb6 100644 --- a/lib/Enterprise/ProjectConfigValidator.php +++ b/lib/Enterprise/ProjectConfigValidator.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.ProjectTypes - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.ProjectTypes + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ProjectConfigValidator.php * BRIEF: Enterprise library for validating project configurations diff --git a/lib/Enterprise/ProjectMetricsCollector.php b/lib/Enterprise/ProjectMetricsCollector.php index 531a396..5b355db 100644 --- a/lib/Enterprise/ProjectMetricsCollector.php +++ b/lib/Enterprise/ProjectMetricsCollector.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.ProjectTypes - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.ProjectTypes + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ProjectMetricsCollector.php * BRIEF: Enterprise library for collecting project-specific metrics diff --git a/lib/Enterprise/ProjectPluginInterface.php b/lib/Enterprise/ProjectPluginInterface.php index b2f5b4b..1fc7574 100644 --- a/lib/Enterprise/ProjectPluginInterface.php +++ b/lib/Enterprise/ProjectPluginInterface.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Plugins - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Plugins + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ProjectPluginInterface.php * BRIEF: Interface for project type plugins @@ -24,7 +24,7 @@ namespace MokoCli; * Each project type (Joomla, Node.js, Python, etc.) implements this interface * to provide type-specific validation, metrics, and management capabilities. * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 1.0.0 */ interface ProjectPluginInterface diff --git a/lib/Enterprise/ProjectTypeDetector.php b/lib/Enterprise/ProjectTypeDetector.php index bf57128..927e0a7 100644 --- a/lib/Enterprise/ProjectTypeDetector.php +++ b/lib/Enterprise/ProjectTypeDetector.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.ProjectTypes - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise.ProjectTypes + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/ProjectTypeDetector.php * BRIEF: Enterprise library for detecting project types diff --git a/lib/Enterprise/RecoveryError.php b/lib/Enterprise/RecoveryError.php index 3780c14..51855a0 100644 --- a/lib/Enterprise/RecoveryError.php +++ b/lib/Enterprise/RecoveryError.php @@ -10,13 +10,13 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Recovery - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Recovery + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RecoveryError.php * BRIEF: Recovery error exception class * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/RecoveryManager.php b/lib/Enterprise/RecoveryManager.php index 013bb70..76d443f 100644 --- a/lib/Enterprise/RecoveryManager.php +++ b/lib/Enterprise/RecoveryManager.php @@ -10,13 +10,13 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Recovery - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Recovery + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RecoveryManager.php * BRIEF: Recovery manager for failed operations * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/RecoverySuggestion.php b/lib/Enterprise/RecoverySuggestion.php index b844144..7d050b3 100644 --- a/lib/Enterprise/RecoverySuggestion.php +++ b/lib/Enterprise/RecoverySuggestion.php @@ -3,8 +3,8 @@ /* Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform.Lib + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RecoverySuggestion.php * BRIEF: Smart error recovery suggestions for validators diff --git a/lib/Enterprise/RepositoryHealthChecker.php b/lib/Enterprise/RepositoryHealthChecker.php index 38e666c..c345e38 100644 --- a/lib/Enterprise/RepositoryHealthChecker.php +++ b/lib/Enterprise/RepositoryHealthChecker.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RepositoryHealthChecker.php * BRIEF: Repository health checking enterprise library diff --git a/lib/Enterprise/RepositorySynchronizer.php b/lib/Enterprise/RepositorySynchronizer.php index c50073e..523c0cb 100644 --- a/lib/Enterprise/RepositorySynchronizer.php +++ b/lib/Enterprise/RepositorySynchronizer.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RepositorySynchronizer.php * BRIEF: Repository synchronization enterprise library diff --git a/lib/Enterprise/RetryHelper.php b/lib/Enterprise/RetryHelper.php index 9898704..1de2328 100644 --- a/lib/Enterprise/RetryHelper.php +++ b/lib/Enterprise/RetryHelper.php @@ -10,13 +10,13 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Recovery - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Recovery + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/RetryHelper.php * BRIEF: Retry helper with exponential backoff * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/SecurityValidator.php b/lib/Enterprise/SecurityValidator.php index be3c0ac..c02996e 100644 --- a/lib/Enterprise/SecurityValidator.php +++ b/lib/Enterprise/SecurityValidator.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Security - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Security + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/SecurityValidator.php * BRIEF: Security validation library @@ -45,7 +45,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/SourceResolver.php b/lib/Enterprise/SourceResolver.php index 8b582b0..7002a07 100644 --- a/lib/Enterprise/SourceResolver.php +++ b/lib/Enterprise/SourceResolver.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform.Lib + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/SourceResolver.php * BRIEF: Resolve the root-level source directory across repos (source/, src/, htdocs/) diff --git a/lib/Enterprise/SynchronizationException.php b/lib/Enterprise/SynchronizationException.php index 86b6ca1..effad0f 100644 --- a/lib/Enterprise/SynchronizationException.php +++ b/lib/Enterprise/SynchronizationException.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Enterprise + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/SynchronizationException.php * BRIEF: Custom exception for repository synchronization errors diff --git a/lib/Enterprise/TransactionManager.php b/lib/Enterprise/TransactionManager.php index cf91c4a..c80659a 100644 --- a/lib/Enterprise/TransactionManager.php +++ b/lib/Enterprise/TransactionManager.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Transaction - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Transaction + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/TransactionManager.php * BRIEF: Transaction manager for atomic operations @@ -52,7 +52,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/Enterprise/UnifiedValidation.php b/lib/Enterprise/UnifiedValidation.php index 8db0afe..a1cfa91 100644 --- a/lib/Enterprise/UnifiedValidation.php +++ b/lib/Enterprise/UnifiedValidation.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Enterprise.Validation - * INGROUP: MokoPlatform.Enterprise + * DEFGROUP: MokoCLI.Enterprise.Validation + * INGROUP: MokoCLI.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/Enterprise/UnifiedValidation.php * BRIEF: Unified validation framework @@ -51,7 +51,7 @@ declare(strict_types=1); * * SPDX-License-Identifier: GPL-3.0-or-later * - * @package MokoPlatform\Enterprise + * @package MokoCLI\Enterprise * @version 04.00.04 * @author mokocli Team * @license GPL-3.0-or-later diff --git a/lib/index.md b/lib/index.md index a76eac1..53019e6 100644 --- a/lib/index.md +++ b/lib/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Lib +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Lib REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /lib/index.md BRIEF: Library directory index diff --git a/lib/plugins/Joomla/UpdateXmlGenerator.php b/lib/plugins/Joomla/UpdateXmlGenerator.php index 505eafb..af0c623 100644 --- a/lib/plugins/Joomla/UpdateXmlGenerator.php +++ b/lib/plugins/Joomla/UpdateXmlGenerator.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Joomla - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Joomla + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /lib/plugins/Joomla/UpdateXmlGenerator.php * BRIEF: Generates and updates Joomla extension updates.xml files diff --git a/maintenance/index.md b/maintenance/index.md index e291914..89cd2b0 100644 --- a/maintenance/index.md +++ b/maintenance/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Maintenance +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Maintenance REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /maintenance/index.md BRIEF: Maintenance directory index diff --git a/maintenance/pin_action_shas.php b/maintenance/pin_action_shas.php index 4d3c5f0..27ebdec 100644 --- a/maintenance/pin_action_shas.php +++ b/maintenance/pin_action_shas.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/pin_action_shas.php * BRIEF: Pin GitHub Actions to immutable commit SHAs in workflow files diff --git a/maintenance/repo_inventory.php b/maintenance/repo_inventory.php index d019fd8..ef4f632 100644 --- a/maintenance/repo_inventory.php +++ b/maintenance/repo_inventory.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/repo_inventory.php * BRIEF: Generate a live inventory dashboard of all governed repos as a GitHub issue diff --git a/maintenance/rotate_secrets.php b/maintenance/rotate_secrets.php index 882abf9..52abeba 100644 --- a/maintenance/rotate_secrets.php +++ b/maintenance/rotate_secrets.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/rotate_secrets.php * BRIEF: Audit FTP secrets and variables across all governed repos -- report missing or stale diff --git a/maintenance/setup_labels.php b/maintenance/setup_labels.php index cebfd6e..34aea7d 100644 --- a/maintenance/setup_labels.php +++ b/maintenance/setup_labels.php @@ -10,8 +10,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/setup_labels.php * BRIEF: REQUIRED label deployment script for all mokocli-governed repositories diff --git a/maintenance/sync_dolibarr_readmes.php b/maintenance/sync_dolibarr_readmes.php index 4658ff6..fc18b28 100644 --- a/maintenance/sync_dolibarr_readmes.php +++ b/maintenance/sync_dolibarr_readmes.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/sync_dolibarr_readmes.php * BRIEF: Keeps root README.md and src/README.md in sync for Dolibarr module repositories @@ -77,7 +77,7 @@ class SyncDolibarrReadmes extends CliFramework $moduleName = $this->extractModuleName($rootContent, $repoRoot); $repoUrl = $this->extractField($rootContent, 'REPO', 'https://git.mokoconsulting.tech/MokoConsulting'); - $defgroup = $this->extractField($rootContent, 'DEFGROUP', 'MokoPlatform.Module'); + $defgroup = $this->extractField($rootContent, 'DEFGROUP', 'MokoCLI.Module'); $ingroup = $this->extractField($rootContent, 'INGROUP', 'mokocli'); $brief = $this->extractField($rootContent, 'BRIEF', "{$moduleName} end-user documentation"); diff --git a/maintenance/update_repo_inventory.php b/maintenance/update_repo_inventory.php index 1f4e175..ad8135b 100644 --- a/maintenance/update_repo_inventory.php +++ b/maintenance/update_repo_inventory.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/update_repo_inventory.php * BRIEF: Queries GitHub org repos and rewrites the auto-generated section of REPOSITORY_INVENTORY.md diff --git a/maintenance/update_sha_hashes.php b/maintenance/update_sha_hashes.php index 7dbd1be..889d066 100755 --- a/maintenance/update_sha_hashes.php +++ b/maintenance/update_sha_hashes.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/update_sha_hashes.php * BRIEF: Update SHA-256 hashes in script registry diff --git a/maintenance/update_version_from_readme.php b/maintenance/update_version_from_readme.php index 49b2173..3383a2a 100644 --- a/maintenance/update_version_from_readme.php +++ b/maintenance/update_version_from_readme.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Maintenance - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Maintenance + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /maintenance/update_version_from_readme.php * BRIEF: Reads VERSION from README.md FILE INFORMATION block and propagates it to all badges and FILE INFORMATION headers diff --git a/mcp/servers/mokomonitor/.mokogitea/.moko-platform b/mcp/servers/mokomonitor/.mokogitea/.moko-cli similarity index 100% rename from mcp/servers/mokomonitor/.mokogitea/.moko-platform rename to mcp/servers/mokomonitor/.mokogitea/.moko-cli diff --git a/mcp/servers/mokomonitor/mcp_mokomonitor/.mokogitea/.moko-platform b/mcp/servers/mokomonitor/mcp_mokomonitor/.mokogitea/.moko-cli similarity index 100% rename from mcp/servers/mokomonitor/mcp_mokomonitor/.mokogitea/.moko-platform rename to mcp/servers/mokomonitor/mcp_mokomonitor/.mokogitea/.moko-cli diff --git a/plugin_health_check.php b/plugin_health_check.php index c7b8d5b..774a291 100755 --- a/plugin_health_check.php +++ b/plugin_health_check.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Plugin - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Plugin + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /plugin_health_check.php * BRIEF: Run health checks on a project using the auto-detected or specified plugin diff --git a/plugin_list.php b/plugin_list.php index 3bac075..2053730 100755 --- a/plugin_list.php +++ b/plugin_list.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Plugin - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Plugin + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /plugin_list.php * BRIEF: List all available project-type plugins and their capabilities diff --git a/plugin_metrics.php b/plugin_metrics.php index 883d8c6..aaf1352 100755 --- a/plugin_metrics.php +++ b/plugin_metrics.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Plugin - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Plugin + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /plugin_metrics.php * BRIEF: Collect project metrics using the auto-detected or specified plugin diff --git a/plugin_readiness.php b/plugin_readiness.php index 501c53d..0bd46cc 100755 --- a/plugin_readiness.php +++ b/plugin_readiness.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Plugin - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Plugin + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /plugin_readiness.php * BRIEF: Check release readiness of a project using the auto-detected or specified plugin diff --git a/plugin_validate.php b/plugin_validate.php index bc4b0ef..e28ccb9 100755 --- a/plugin_validate.php +++ b/plugin_validate.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Plugin - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Plugin + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /plugin_validate.php * BRIEF: Validate a project's structure and standards using the auto-detected or specified plugin diff --git a/release/generate_dolibarr_version_txt.php b/release/generate_dolibarr_version_txt.php index 6754bdf..559cae3 100644 --- a/release/generate_dolibarr_version_txt.php +++ b/release/generate_dolibarr_version_txt.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Release - * INGROUP: MokoPlatform.Scripts + * DEFGROUP: MokoCLI.Release + * INGROUP: MokoCLI.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /release/generate_dolibarr_version_txt.php * BRIEF: Create or update version.txt on Dolibarr module release diff --git a/release/generate_joomla_update_xml.php b/release/generate_joomla_update_xml.php index 754ffc1..ad27440 100644 --- a/release/generate_joomla_update_xml.php +++ b/release/generate_joomla_update_xml.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Release - * INGROUP: MokoPlatform.Scripts + * DEFGROUP: MokoCLI.Release + * INGROUP: MokoCLI.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /release/generate_joomla_update_xml.php * BRIEF: Create or update the in updates.xml on release diff --git a/security/advisory_scan.php b/security/advisory_scan.php index 83299b7..f384855 100644 --- a/security/advisory_scan.php +++ b/security/advisory_scan.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Security - * INGROUP: MokoPlatform.Scripts + * DEFGROUP: MokoCLI.Security + * INGROUP: MokoCLI.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /security/advisory_scan.php * BRIEF: Cross-repo security advisory aggregator — scans org repos for known CVEs diff --git a/source/functions.php b/source/functions.php index c6383fd..396f784 100644 --- a/source/functions.php +++ b/source/functions.php @@ -7,15 +7,15 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Common - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Common + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /src/functions.php * BRIEF: Common utility functions * * This file provides global helper functions for mokocli. * - * @package MokoPlatform + * @package MokoCLI * @version 04.00.04 */ diff --git a/tests/Enterprise/GitPlatformAdapterTest.php b/tests/Enterprise/GitPlatformAdapterTest.php index 4fa11c8..bdd8837 100644 --- a/tests/Enterprise/GitPlatformAdapterTest.php +++ b/tests/Enterprise/GitPlatformAdapterTest.php @@ -4,8 +4,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Tests.Enterprise - * INGROUP: MokoPlatform.Tests + * DEFGROUP: MokoCLI.Tests.Enterprise + * INGROUP: MokoCLI.Tests * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /tests/Enterprise/GitPlatformAdapterTest.php * BRIEF: Tests verifying both adapters implement GitPlatformAdapter correctly diff --git a/tests/index.md b/tests/index.md index a40401e..60b0818 100644 --- a/tests/index.md +++ b/tests/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Tests +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Tests REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /tests/index.md BRIEF: Tests directory index diff --git a/tests/test_circuit_breaker_handling.php b/tests/test_circuit_breaker_handling.php index 46e0ecd..213ae00 100644 --- a/tests/test_circuit_breaker_handling.php +++ b/tests/test_circuit_breaker_handling.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Tests - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Tests + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /tests/test_circuit_breaker_handling.php * BRIEF: Circuit breaker handling tests diff --git a/tests/test_enterprise_libraries.php b/tests/test_enterprise_libraries.php index a586256..91c6f0d 100644 --- a/tests/test_enterprise_libraries.php +++ b/tests/test_enterprise_libraries.php @@ -9,8 +9,8 @@ declare(strict_types=1); * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Tests - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Tests + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /tests/test_enterprise_libraries.php * BRIEF: Enterprise library tests diff --git a/validate/SECURITY_SCANNING.md b/validate/SECURITY_SCANNING.md index 7bd37f3..ad820c2 100644 --- a/validate/SECURITY_SCANNING.md +++ b/validate/SECURITY_SCANNING.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Validate -INGROUP: MokoPlatform +DEFGROUP: MokoCLI.Validate +INGROUP: MokoCLI REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /validate/SECURITY_SCANNING.md BRIEF: Security scanning guide diff --git a/validate/auto_detect_platform.php b/validate/auto_detect_platform.php index eacc8ec..3e98a51 100755 --- a/validate/auto_detect_platform.php +++ b/validate/auto_detect_platform.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/auto_detect_platform.php * BRIEF: Automatic platform detection and validation - PHP implementation diff --git a/validate/check_changelog.php b/validate/check_changelog.php index d309abf..440482f 100644 --- a/validate/check_changelog.php +++ b/validate/check_changelog.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_changelog.php * BRIEF: Validates CHANGELOG.md structure and format diff --git a/validate/check_client_theme.php b/validate/check_client_theme.php index 4c1628e..6daba7e 100644 --- a/validate/check_client_theme.php +++ b/validate/check_client_theme.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_client_theme.php * BRIEF: Validates client WaaS theme packages (Joomla type="file") diff --git a/validate/check_composer_deps.php b/validate/check_composer_deps.php index 1751810..849f74c 100644 --- a/validate/check_composer_deps.php +++ b/validate/check_composer_deps.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_composer_deps.php * BRIEF: Validate composer.json enterprise dependency across all governed repos diff --git a/validate/check_dolibarr_module.php b/validate/check_dolibarr_module.php index a5c23f4..f15d8ca 100644 --- a/validate/check_dolibarr_module.php +++ b/validate/check_dolibarr_module.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_dolibarr_module.php * BRIEF: Validates Dolibarr module directory structure diff --git a/validate/check_enterprise_readiness.php b/validate/check_enterprise_readiness.php index 890b9ef..ec3b81d 100755 --- a/validate/check_enterprise_readiness.php +++ b/validate/check_enterprise_readiness.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_enterprise_readiness.php * BRIEF: Enterprise readiness checker - PHP implementation diff --git a/validate/check_file_integrity.php b/validate/check_file_integrity.php index 232d69c..3064249 100644 --- a/validate/check_file_integrity.php +++ b/validate/check_file_integrity.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_file_integrity.php * VERSION: 09.42.00 diff --git a/validate/check_joomla_manifest.php b/validate/check_joomla_manifest.php index 2cdf6a3..842e6e8 100644 --- a/validate/check_joomla_manifest.php +++ b/validate/check_joomla_manifest.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_joomla_manifest.php * BRIEF: Validates Joomla XML manifest structure and required elements diff --git a/validate/check_language_structure.php b/validate/check_language_structure.php index edf5b26..b061815 100644 --- a/validate/check_language_structure.php +++ b/validate/check_language_structure.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_language_structure.php * BRIEF: Validates language INI file structure (KEY=value format) diff --git a/validate/check_license_headers.php b/validate/check_license_headers.php index 86b9600..7b7a782 100644 --- a/validate/check_license_headers.php +++ b/validate/check_license_headers.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_license_headers.php * BRIEF: Validates SPDX license headers in source files (advisory) diff --git a/validate/check_no_secrets.php b/validate/check_no_secrets.php index a89a60b..0d63331 100644 --- a/validate/check_no_secrets.php +++ b/validate/check_no_secrets.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_no_secrets.php * BRIEF: Checks for potential secrets in committed files (advisory) diff --git a/validate/check_paths.php b/validate/check_paths.php index b01dfbf..8457355 100644 --- a/validate/check_paths.php +++ b/validate/check_paths.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_paths.php * BRIEF: Validates that path separators use forward slashes (advisory) diff --git a/validate/check_php_syntax.php b/validate/check_php_syntax.php index 88b9ff5..fd5c77b 100644 --- a/validate/check_php_syntax.php +++ b/validate/check_php_syntax.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_php_syntax.php * BRIEF: Validates PHP syntax for all tracked PHP files using php -l diff --git a/validate/check_structure.php b/validate/check_structure.php index 740c1a0..e888af7 100644 --- a/validate/check_structure.php +++ b/validate/check_structure.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_structure.php * BRIEF: Validates required repository directory and file structure diff --git a/validate/check_tabs.php b/validate/check_tabs.php index 82b3261..29a157b 100644 --- a/validate/check_tabs.php +++ b/validate/check_tabs.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_tabs.php * BRIEF: Validates that no literal tab characters exist in source files diff --git a/validate/check_version_consistency.php b/validate/check_version_consistency.php index d9416ad..3fa0b12 100755 --- a/validate/check_version_consistency.php +++ b/validate/check_version_consistency.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_version_consistency.php * BRIEF: Validates that version numbers are consistent across all critical repository files diff --git a/validate/check_wiki_health.php b/validate/check_wiki_health.php index 8afd986..b13445c 100644 --- a/validate/check_wiki_health.php +++ b/validate/check_wiki_health.php @@ -6,8 +6,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_wiki_health.php * BRIEF: Validate wiki health — checks Home page exists, has mokocli link, pages are indexed diff --git a/validate/check_xml_wellformed.php b/validate/check_xml_wellformed.php index 967b62c..824f004 100644 --- a/validate/check_xml_wellformed.php +++ b/validate/check_xml_wellformed.php @@ -8,8 +8,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/check_xml_wellformed.php * BRIEF: Validates that all tracked XML files are well-formed diff --git a/validate/index.md b/validate/index.md index b90f28f..debffaa 100644 --- a/validate/index.md +++ b/validate/index.md @@ -2,8 +2,8 @@ Copyright (C) 2026 Moko Consulting SPDX-License-Identifier: GPL-3.0-or-later FILE INFORMATION -DEFGROUP: MokoPlatform.Index -INGROUP: MokoPlatform.Validate +DEFGROUP: MokoCLI.Index +INGROUP: MokoCLI.Validate REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /validate/index.md BRIEF: Validate directory index diff --git a/validate/scan_drift.php b/validate/scan_drift.php index 6286e3d..d36d6be 100755 --- a/validate/scan_drift.php +++ b/validate/scan_drift.php @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Scripts.Validate - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Scripts.Validate + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /validate/scan_drift.php * BRIEF: Standards drift detection - scans repositories for divergence from templates diff --git a/wrappers/auto_detect_platform.php b/wrappers/auto_detect_platform.php index 3d8e5be..ef7aa4e 100644 --- a/wrappers/auto_detect_platform.php +++ b/wrappers/auto_detect_platform.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/auto_detect_platform.php * BRIEF: PHP wrapper for validate/auto_detect_platform.php diff --git a/wrappers/bulk_sync.php b/wrappers/bulk_sync.php index 8150ec1..9a68d98 100644 --- a/wrappers/bulk_sync.php +++ b/wrappers/bulk_sync.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/bulk_sync.php * BRIEF: PHP wrapper for automation/bulk_sync.php diff --git a/wrappers/check_changelog.php b/wrappers/check_changelog.php index b4b8e55..8f1e9f4 100644 --- a/wrappers/check_changelog.php +++ b/wrappers/check_changelog.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_changelog.php * BRIEF: PHP wrapper for validate/check_changelog.php diff --git a/wrappers/check_dolibarr_module.php b/wrappers/check_dolibarr_module.php index 3ce2452..fc782fc 100644 --- a/wrappers/check_dolibarr_module.php +++ b/wrappers/check_dolibarr_module.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_dolibarr_module.php * BRIEF: PHP wrapper for validate/check_dolibarr_module.php diff --git a/wrappers/check_enterprise_readiness.php b/wrappers/check_enterprise_readiness.php index bcbc704..3cd74b4 100644 --- a/wrappers/check_enterprise_readiness.php +++ b/wrappers/check_enterprise_readiness.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_enterprise_readiness.php * BRIEF: PHP wrapper for validate/check_enterprise_readiness.php diff --git a/wrappers/check_joomla_manifest.php b/wrappers/check_joomla_manifest.php index 3fd2d37..88286dc 100644 --- a/wrappers/check_joomla_manifest.php +++ b/wrappers/check_joomla_manifest.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_joomla_manifest.php * BRIEF: PHP wrapper for validate/check_joomla_manifest.php diff --git a/wrappers/check_language_structure.php b/wrappers/check_language_structure.php index 031c3ba..ee7616a 100644 --- a/wrappers/check_language_structure.php +++ b/wrappers/check_language_structure.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_language_structure.php * BRIEF: PHP wrapper for validate/check_language_structure.php diff --git a/wrappers/check_license_headers.php b/wrappers/check_license_headers.php index 2a52dc7..4809f56 100644 --- a/wrappers/check_license_headers.php +++ b/wrappers/check_license_headers.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_license_headers.php * BRIEF: PHP wrapper for validate/check_license_headers.php diff --git a/wrappers/check_no_secrets.php b/wrappers/check_no_secrets.php index 2d7097e..55413ae 100644 --- a/wrappers/check_no_secrets.php +++ b/wrappers/check_no_secrets.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_no_secrets.php * BRIEF: PHP wrapper for validate/check_no_secrets.php diff --git a/wrappers/check_paths.php b/wrappers/check_paths.php index f0ea2c3..82c893c 100644 --- a/wrappers/check_paths.php +++ b/wrappers/check_paths.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_paths.php * BRIEF: PHP wrapper for validate/check_paths.php diff --git a/wrappers/check_php_syntax.php b/wrappers/check_php_syntax.php index 483a82c..f538eaf 100644 --- a/wrappers/check_php_syntax.php +++ b/wrappers/check_php_syntax.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_php_syntax.php * BRIEF: PHP wrapper for validate/check_php_syntax.php diff --git a/wrappers/check_repo_health.php b/wrappers/check_repo_health.php index f2b4d46..6d4ae5a 100644 --- a/wrappers/check_repo_health.php +++ b/wrappers/check_repo_health.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_repo_health.php * BRIEF: PHP wrapper for validate/check_repo_health.php diff --git a/wrappers/check_structure.php b/wrappers/check_structure.php index 5c78856..35485a0 100644 --- a/wrappers/check_structure.php +++ b/wrappers/check_structure.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_structure.php * BRIEF: PHP wrapper for validate/check_structure.php diff --git a/wrappers/check_tabs.php b/wrappers/check_tabs.php index 0800c3c..8954c9d 100644 --- a/wrappers/check_tabs.php +++ b/wrappers/check_tabs.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_tabs.php * BRIEF: PHP wrapper for validate/check_tabs.php diff --git a/wrappers/check_version_consistency.php b/wrappers/check_version_consistency.php index a70f206..611f799 100644 --- a/wrappers/check_version_consistency.php +++ b/wrappers/check_version_consistency.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_version_consistency.php * BRIEF: PHP wrapper for validate/check_version_consistency.php diff --git a/wrappers/check_xml_wellformed.php b/wrappers/check_xml_wellformed.php index bb7c528..f459650 100644 --- a/wrappers/check_xml_wellformed.php +++ b/wrappers/check_xml_wellformed.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/check_xml_wellformed.php * BRIEF: PHP wrapper for validate/check_xml_wellformed.php diff --git a/wrappers/deploy_sftp.php b/wrappers/deploy_sftp.php index 10460f6..c8e2dd4 100644 --- a/wrappers/deploy_sftp.php +++ b/wrappers/deploy_sftp.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/deploy_sftp.php * BRIEF: PHP wrapper for deploy/deploy-sftp.php diff --git a/wrappers/fix_line_endings.php b/wrappers/fix_line_endings.php index a443fd6..124d0d1 100644 --- a/wrappers/fix_line_endings.php +++ b/wrappers/fix_line_endings.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/fix_line_endings.php * BRIEF: PHP wrapper for fix/fix_line_endings.php diff --git a/wrappers/fix_permissions.php b/wrappers/fix_permissions.php index 5fe13a5..2b22953 100644 --- a/wrappers/fix_permissions.php +++ b/wrappers/fix_permissions.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/fix_permissions.php * BRIEF: PHP wrapper for fix/fix_permissions.php diff --git a/wrappers/fix_tabs.php b/wrappers/fix_tabs.php index 2231440..26d61e0 100644 --- a/wrappers/fix_tabs.php +++ b/wrappers/fix_tabs.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/fix_tabs.php * BRIEF: PHP wrapper for fix/fix_tabs.php diff --git a/wrappers/fix_trailing_spaces.php b/wrappers/fix_trailing_spaces.php index f6620ae..cb32310 100644 --- a/wrappers/fix_trailing_spaces.php +++ b/wrappers/fix_trailing_spaces.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/fix_trailing_spaces.php * BRIEF: PHP wrapper for fix/fix_trailing_spaces.php diff --git a/wrappers/gen_wrappers.php b/wrappers/gen_wrappers.php index c129005..3a35be5 100644 --- a/wrappers/gen_wrappers.php +++ b/wrappers/gen_wrappers.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/gen_wrappers.php * BRIEF: Generate PHP CLI wrapper scripts for every PHP script in the repo @@ -82,8 +82,8 @@ function renderWrapper(string $name, string $scriptPath, string $category): stri * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/{$name}.php * BRIEF: PHP wrapper for {$scriptPath} diff --git a/wrappers/index.md b/wrappers/index.md index fabfc22..dbdaf83 100644 --- a/wrappers/index.md +++ b/wrappers/index.md @@ -6,8 +6,8 @@ This file is part of a Moko Consulting project. SPDX-License-Identifier: GPL-3.0-or-later # FILE INFORMATION -DEFGROUP: MokoPlatform.Wrappers -INGROUP: MokoPlatform +DEFGROUP: MokoCLI.Wrappers +INGROUP: MokoCLI REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli PATH: /wrappers/index.md BRIEF: PHP wrapper scripts — one per CLI script in api/; add logging and repo-root detection diff --git a/wrappers/pin_action_shas.php b/wrappers/pin_action_shas.php index 68e8d48..9213e3a 100644 --- a/wrappers/pin_action_shas.php +++ b/wrappers/pin_action_shas.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/pin_action_shas.php * BRIEF: PHP wrapper for maintenance/pin_action_shas.php diff --git a/wrappers/plugin_health_check.php b/wrappers/plugin_health_check.php index a5b7aea..2ae9aad 100644 --- a/wrappers/plugin_health_check.php +++ b/wrappers/plugin_health_check.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/plugin_health_check.php * BRIEF: PHP wrapper for plugin_health_check.php diff --git a/wrappers/plugin_list.php b/wrappers/plugin_list.php index 862b32d..c78c89b 100644 --- a/wrappers/plugin_list.php +++ b/wrappers/plugin_list.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/plugin_list.php * BRIEF: PHP wrapper for plugin_list.php diff --git a/wrappers/plugin_metrics.php b/wrappers/plugin_metrics.php index 6d53d0f..fe4690c 100644 --- a/wrappers/plugin_metrics.php +++ b/wrappers/plugin_metrics.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/plugin_metrics.php * BRIEF: PHP wrapper for plugin_metrics.php diff --git a/wrappers/plugin_readiness.php b/wrappers/plugin_readiness.php index e6fb3fc..6727655 100644 --- a/wrappers/plugin_readiness.php +++ b/wrappers/plugin_readiness.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/plugin_readiness.php * BRIEF: PHP wrapper for plugin_readiness.php diff --git a/wrappers/plugin_validate.php b/wrappers/plugin_validate.php index cb3f0cf..1908de5 100644 --- a/wrappers/plugin_validate.php +++ b/wrappers/plugin_validate.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/plugin_validate.php * BRIEF: PHP wrapper for plugin_validate.php diff --git a/wrappers/scan_drift.php b/wrappers/scan_drift.php index bd33eb1..3e4350a 100644 --- a/wrappers/scan_drift.php +++ b/wrappers/scan_drift.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/scan_drift.php * BRIEF: PHP wrapper for validate/scan_drift.php diff --git a/wrappers/setup_labels.php b/wrappers/setup_labels.php index 36f1434..92e2ba1 100644 --- a/wrappers/setup_labels.php +++ b/wrappers/setup_labels.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/setup_labels.php * BRIEF: PHP wrapper for maintenance/setup_labels.php diff --git a/wrappers/sync_dolibarr_readmes.php b/wrappers/sync_dolibarr_readmes.php index d58e185..3481d33 100644 --- a/wrappers/sync_dolibarr_readmes.php +++ b/wrappers/sync_dolibarr_readmes.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/sync_dolibarr_readmes.php * BRIEF: PHP wrapper for maintenance/sync_dolibarr_readmes.php diff --git a/wrappers/update_sha_hashes.php b/wrappers/update_sha_hashes.php index ad64677..c4661b2 100644 --- a/wrappers/update_sha_hashes.php +++ b/wrappers/update_sha_hashes.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/update_sha_hashes.php * BRIEF: PHP wrapper for maintenance/update_sha_hashes.php diff --git a/wrappers/update_version_from_readme.php b/wrappers/update_version_from_readme.php index 2967049..a14090e 100644 --- a/wrappers/update_version_from_readme.php +++ b/wrappers/update_version_from_readme.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoPlatform.Wrappers - * INGROUP: MokoPlatform + * DEFGROUP: MokoCLI.Wrappers + * INGROUP: MokoCLI * REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli * PATH: /wrappers/update_version_from_readme.php * BRIEF: PHP wrapper for maintenance/update_version_from_readme.php