From c6da98289baaf6ad46378a862e8821e9f830c256 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 21 May 2026 21:33:52 -0500 Subject: [PATCH] chore: rename MokoStandards to moko-platform in CLI headers Update DEFGROUP and INGROUP fields across all CLI scripts to reflect the repo rename from MokoStandards to moko-platform. Co-Authored-By: Claude Opus 4.6 (1M context) --- cli/archive_repo.php | 4 ++-- cli/badge_update.php | 4 ++-- cli/bulk_workflow_trigger.php | 4 ++-- cli/changelog_promote.php | 4 ++-- cli/client_inventory.php | 4 ++-- cli/create_project.php | 4 ++-- cli/create_repo.php | 6 +++--- cli/joomla_release.php | 4 ++-- cli/manifest_read.php | 4 ++-- cli/package_build.php | 4 ++-- cli/platform_detect.php | 4 ++-- cli/release.php | 4 ++-- cli/release_cascade.php | 4 ++-- cli/release_manage.php | 4 ++-- cli/release_notes.php | 4 ++-- cli/scaffold_client.php | 4 ++-- cli/sync_rulesets.php | 4 ++-- cli/updates_xml_build.php | 4 ++-- cli/version_bump.php | 4 ++-- cli/version_read.php | 4 ++-- cli/version_set_platform.php | 4 ++-- 21 files changed, 43 insertions(+), 43 deletions(-) diff --git a/cli/archive_repo.php b/cli/archive_repo.php index 376f6e9..d71fe33 100644 --- a/cli/archive_repo.php +++ b/cli/archive_repo.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/archive_repo.php * BRIEF: Gracefully retire a governed repository — archive, close issues/PRs, remove sync def diff --git a/cli/badge_update.php b/cli/badge_update.php index 87a1e8b..7470de5 100644 --- a/cli/badge_update.php +++ b/cli/badge_update.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/badge_update.php * BRIEF: Update [VERSION: XX.XX.XX] badges in all markdown files diff --git a/cli/bulk_workflow_trigger.php b/cli/bulk_workflow_trigger.php index 25b66be..2c2fa48 100644 --- a/cli/bulk_workflow_trigger.php +++ b/cli/bulk_workflow_trigger.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.Scripts.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/bulk_workflow_trigger.php * VERSION: 01.00.00 diff --git a/cli/changelog_promote.php b/cli/changelog_promote.php index 1419a15..c1c7fa2 100644 --- a/cli/changelog_promote.php +++ b/cli/changelog_promote.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/changelog_promote.php * BRIEF: Promote [Unreleased] section in CHANGELOG.md to a versioned entry diff --git a/cli/client_inventory.php b/cli/client_inventory.php index 0654464..0151aa7 100644 --- a/cli/client_inventory.php +++ b/cli/client_inventory.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.Scripts.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/client_inventory.php * VERSION: 01.00.00 diff --git a/cli/create_project.php b/cli/create_project.php index 75a5a69..15e4c19 100644 --- a/cli/create_project.php +++ b/cli/create_project.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/create_project.php * BRIEF: Create baseline GitHub Projects for repositories with standard fields and views diff --git a/cli/create_repo.php b/cli/create_repo.php index 1e3314f..16003b0 100644 --- a/cli/create_repo.php +++ b/cli/create_repo.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/create_repo.php * BRIEF: Scaffold a new governed repository with full MokoStandards baseline @@ -158,7 +158,7 @@ SPDX-License-Identifier: GPL-3.0-or-later # FILE INFORMATION DEFGROUP: {$name} -INGROUP: MokoStandards +INGROUP: moko-platform REPO: {$repoUrl} PATH: /README.md BRIEF: {$description} diff --git a/cli/joomla_release.php b/cli/joomla_release.php index d27f917..7429bf8 100644 --- a/cli/joomla_release.php +++ b/cli/joomla_release.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/joomla_release.php * BRIEF: Joomla release pipeline — build ZIP+tar.gz, upload to GitHub Release, update updates.xml diff --git a/cli/manifest_read.php b/cli/manifest_read.php index d5837f9..5f8196e 100644 --- a/cli/manifest_read.php +++ b/cli/manifest_read.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/manifest_read.php * VERSION: 04.09.00 diff --git a/cli/package_build.php b/cli/package_build.php index 5b3f519..1d18182 100644 --- a/cli/package_build.php +++ b/cli/package_build.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/package_build.php * BRIEF: Build ZIP and tar.gz install packages for Joomla/Dolibarr/generic projects diff --git a/cli/platform_detect.php b/cli/platform_detect.php index c295acc..50a08f7 100644 --- a/cli/platform_detect.php +++ b/cli/platform_detect.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/platform_detect.php * BRIEF: Detect platform from .mokostandards file — outputs platform string diff --git a/cli/release.php b/cli/release.php index 63bc23d..c725032 100644 --- a/cli/release.php +++ b/cli/release.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/release.php * BRIEF: Automate the MokoStandards version branch release flow diff --git a/cli/release_cascade.php b/cli/release_cascade.php index 5f7670a..ad71d26 100644 --- a/cli/release_cascade.php +++ b/cli/release_cascade.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/release_cascade.php * BRIEF: Delete lesser pre-release channels from Gitea when promoting stability diff --git a/cli/release_manage.php b/cli/release_manage.php index 1d9eb00..32789e0 100644 --- a/cli/release_manage.php +++ b/cli/release_manage.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/release_manage.php * BRIEF: Create/update Gitea releases, upload assets, update release body diff --git a/cli/release_notes.php b/cli/release_notes.php index be91fe2..643000d 100644 --- a/cli/release_notes.php +++ b/cli/release_notes.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/release_notes.php * BRIEF: Extract release notes from CHANGELOG.md for a given version diff --git a/cli/scaffold_client.php b/cli/scaffold_client.php index 56c4081..d5a60e3 100644 --- a/cli/scaffold_client.php +++ b/cli/scaffold_client.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.Scripts.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/scaffold_client.php * VERSION: 01.00.00 diff --git a/cli/sync_rulesets.php b/cli/sync_rulesets.php index 807be66..8b2361e 100644 --- a/cli/sync_rulesets.php +++ b/cli/sync_rulesets.php @@ -7,8 +7,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/sync_rulesets.php * BRIEF: Apply branch protection rules to all repos via platform adapter diff --git a/cli/updates_xml_build.php b/cli/updates_xml_build.php index 8217a6e..6122167 100644 --- a/cli/updates_xml_build.php +++ b/cli/updates_xml_build.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/updates_xml_build.php * BRIEF: Generate Joomla updates.xml from extension manifest metadata diff --git a/cli/version_bump.php b/cli/version_bump.php index d330ff7..a7d155f 100644 --- a/cli/version_bump.php +++ b/cli/version_bump.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/version_bump.php * BRIEF: Auto-increment patch version in README.md — outputs old → new diff --git a/cli/version_read.php b/cli/version_read.php index 13aa29f..0c0063b 100644 --- a/cli/version_read.php +++ b/cli/version_read.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/version_read.php * BRIEF: Read VERSION from README.md — outputs just the version string diff --git a/cli/version_set_platform.php b/cli/version_set_platform.php index 852a669..8e9a4c7 100644 --- a/cli/version_set_platform.php +++ b/cli/version_set_platform.php @@ -5,8 +5,8 @@ * SPDX-License-Identifier: GPL-3.0-or-later * * FILE INFORMATION - * DEFGROUP: MokoStandards.CLI - * INGROUP: MokoStandards + * DEFGROUP: moko-platform.CLI + * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/version_set_platform.php * BRIEF: Set version in platform-specific files (Dolibarr $this->version, Joomla )