From 1d87be7d5eed99342da6094cfc0d46fd8bb4f786 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 11 May 2026 17:01:17 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20standardize=20file=20headers=20=E2=80=94?= =?UTF-8?q?=20REPO=20rename,=20SPDX=20case,=20missing=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update REPO: from MokoStandards-API to moko-platform in 125 files - Fix wrong org path (mokoconsulting-tech → MokoConsulting) in 10 files - Fix SPDX-LICENSE-IDENTIFIER case in 2 template files - Add missing REPO: field to 3 files Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/branch-protection.yml | 2 +- .gitea/workflows/bulk-repo-sync.yml | 2 +- .gitea/workflows/renovate.yml | 2 +- .gitea/workflows/sync-wikis.yml | 1 + automation/bulk_joomla_template.php | 1 + automation/bulk_sync.php | 2 +- automation/migrate_to_gitea.php | 2 +- automation/push_files.php | 2 +- automation/repo_cleanup.php | 2 +- bin/moko | 2 +- cli/archive_repo.php | 2 +- cli/create_project.php | 2 +- cli/create_repo.php | 2 +- cli/joomla_release.php | 2 +- cli/platform_detect.php | 2 +- cli/release.php | 2 +- cli/release_notes.php | 2 +- cli/sync_rulesets.php | 2 +- cli/version_bump.php | 2 +- cli/version_read.php | 2 +- cli/version_set_platform.php | 2 +- deploy/deploy-joomla.php | 2 +- deploy/deploy-sftp.php | 2 +- fix/fix_line_endings.php | 2 +- fix/fix_permissions.php | 2 +- fix/fix_tabs.php | 2 +- fix/fix_trailing_spaces.php | 2 +- lib/CliBase.php | 2 +- lib/Common.php | 2 +- lib/Enterprise/CliFramework.php | 2 +- lib/Enterprise/DefinitionParser.php | 2 +- lib/Enterprise/EnterpriseReadinessValidator.php | 2 +- lib/Enterprise/FileFixUtility.php | 2 +- lib/Enterprise/GitHubAdapter.php | 2 +- lib/Enterprise/GitPlatformAdapter.php | 2 +- lib/Enterprise/GiteaAdapter.php | 2 +- lib/Enterprise/MokoStandardsParser.php | 2 +- lib/Enterprise/PackageBuilder.php | 2 +- lib/Enterprise/PlatformAdapterFactory.php | 2 +- lib/Enterprise/Plugins/ApiPlugin.php | 2 +- lib/Enterprise/Plugins/DocumentationPlugin.php | 2 +- lib/Enterprise/Plugins/DolibarrPlugin.php | 2 +- lib/Enterprise/Plugins/GenericPlugin.php | 2 +- lib/Enterprise/Plugins/JoomlaPlugin.php | 2 +- lib/Enterprise/Plugins/McpServerPlugin.php | 2 +- lib/Enterprise/Plugins/MobilePlugin.php | 2 +- lib/Enterprise/Plugins/NodeJsPlugin.php | 2 +- lib/Enterprise/Plugins/PythonPlugin.php | 2 +- lib/Enterprise/Plugins/TerraformPlugin.php | 2 +- lib/Enterprise/Plugins/WordPressPlugin.php | 2 +- lib/Enterprise/ProjectConfigValidator.php | 2 +- lib/Enterprise/ProjectMetricsCollector.php | 2 +- lib/Enterprise/ProjectTypeDetector.php | 2 +- lib/Enterprise/RepositoryHealthChecker.php | 2 +- lib/Enterprise/RepositorySynchronizer.php | 2 +- lib/Enterprise/SynchronizationException.php | 2 +- lib/plugins/Joomla/UpdateXmlGenerator.php | 2 +- maintenance/pin_action_shas.php | 2 +- maintenance/repo_inventory.php | 2 +- maintenance/rotate_secrets.php | 2 +- maintenance/setup_labels.php | 2 +- maintenance/sync_dolibarr_readmes.php | 2 +- maintenance/update_repo_inventory.php | 2 +- maintenance/update_sha_hashes.php | 2 +- maintenance/update_version_from_readme.php | 2 +- mcp/src/config.ts | 2 +- mcp/src/index.ts | 2 +- mcp/src/runner.ts | 2 +- mcp/src/types.ts | 2 +- plugin_health_check.php | 2 +- plugin_list.php | 2 +- plugin_metrics.php | 2 +- plugin_readiness.php | 2 +- plugin_validate.php | 2 +- release/generate_dolibarr_version_txt.php | 2 +- release/generate_joomla_update_xml.php | 2 +- templates/docs/extra/template-CODE_OF_CONDUCT.md | 2 +- templates/docs/required/template-LICENSE.md | 2 +- templates/gitea/ISSUE_TEMPLATE/config.yml | 2 +- templates/schemas/mokostandards-schema.xsd | 2 +- templates/scripts/common/CliBase.template.php | 2 +- templates/scripts/release/package_dolibarr.php | 2 +- templates/scripts/release/package_joomla.php | 2 +- templates/scripts/validate/dolibarr_module.php | 2 +- templates/scripts/validate/validate_manifest.php | 2 +- templates/scripts/validate/validate_structure.php | 2 +- templates/stubs/dolibarr.php | 2 +- templates/stubs/joomla.php | 2 +- templates/web/index.php | 2 +- tests/Enterprise/GitPlatformAdapterTest.php | 2 +- validate/auto_detect_platform.php | 2 +- validate/check_changelog.php | 2 +- validate/check_composer_deps.php | 2 +- validate/check_dolibarr_module.php | 2 +- validate/check_enterprise_readiness.php | 2 +- validate/check_joomla_manifest.php | 2 +- validate/check_language_structure.php | 2 +- validate/check_license_headers.php | 2 +- validate/check_no_secrets.php | 2 +- validate/check_paths.php | 2 +- validate/check_php_syntax.php | 2 +- validate/check_structure.php | 2 +- validate/check_tabs.php | 2 +- validate/check_version_consistency.php | 2 +- validate/check_wiki_health.php | 1 + validate/check_xml_wellformed.php | 2 +- validate/scan_drift.php | 2 +- wrappers/auto_detect_platform.php | 2 +- wrappers/bulk_sync.php | 2 +- wrappers/check_changelog.php | 2 +- wrappers/check_dolibarr_module.php | 2 +- wrappers/check_enterprise_readiness.php | 2 +- wrappers/check_joomla_manifest.php | 2 +- wrappers/check_language_structure.php | 2 +- wrappers/check_license_headers.php | 2 +- wrappers/check_no_secrets.php | 2 +- wrappers/check_paths.php | 2 +- wrappers/check_php_syntax.php | 2 +- wrappers/check_repo_health.php | 2 +- wrappers/check_structure.php | 2 +- wrappers/check_tabs.php | 2 +- wrappers/check_version_consistency.php | 2 +- wrappers/check_xml_wellformed.php | 2 +- wrappers/deploy_sftp.php | 2 +- wrappers/fix_line_endings.php | 2 +- wrappers/fix_permissions.php | 2 +- wrappers/fix_tabs.php | 2 +- wrappers/fix_trailing_spaces.php | 2 +- wrappers/gen_wrappers.php | 4 ++-- wrappers/index.md | 2 +- wrappers/pin_action_shas.php | 2 +- wrappers/plugin_health_check.php | 2 +- wrappers/plugin_list.php | 2 +- wrappers/plugin_metrics.php | 2 +- wrappers/plugin_readiness.php | 2 +- wrappers/plugin_validate.php | 2 +- wrappers/scan_drift.php | 2 +- wrappers/setup_labels.php | 2 +- wrappers/sync_dolibarr_readmes.php | 2 +- wrappers/update_sha_hashes.php | 2 +- wrappers/update_version_from_readme.php | 2 +- 141 files changed, 142 insertions(+), 139 deletions(-) diff --git a/.gitea/workflows/branch-protection.yml b/.gitea/workflows/branch-protection.yml index 23c1bef..35afa23 100644 --- a/.gitea/workflows/branch-protection.yml +++ b/.gitea/workflows/branch-protection.yml @@ -3,7 +3,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards-API.Automation -# REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API +# REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform # PATH: /.gitea/workflows/branch-protection.yml # BRIEF: Apply standardised branch protection rules to all governed repositories # diff --git a/.gitea/workflows/bulk-repo-sync.yml b/.gitea/workflows/bulk-repo-sync.yml index 43b7495..c81f0ad 100644 --- a/.gitea/workflows/bulk-repo-sync.yml +++ b/.gitea/workflows/bulk-repo-sync.yml @@ -3,7 +3,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards-API.Automation -# REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API +# REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform # PATH: /.gitea/workflows/bulk-repo-sync.yml # BRIEF: Bulk repo sync — runs from API repo, syncs standards to all governed repos diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 711c9f3..dad4bd2 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -5,7 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards-API.Automation -# REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API +# REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform # PATH: /.gitea/workflows/renovate.yml # BRIEF: Run Renovate Bot across all governed repos for dependency updates # diff --git a/.gitea/workflows/sync-wikis.yml b/.gitea/workflows/sync-wikis.yml index d9630c2..6c88dbb 100644 --- a/.gitea/workflows/sync-wikis.yml +++ b/.gitea/workflows/sync-wikis.yml @@ -5,6 +5,7 @@ # FILE INFORMATION # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards.Maintenance +# REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform # PATH: /.gitea/workflows/sync-wikis.yml # BRIEF: Daily sync of all Gitea wikis to consolidated GitHub wiki repo diff --git a/automation/bulk_joomla_template.php b/automation/bulk_joomla_template.php index 890ce79..6f1bb87 100644 --- a/automation/bulk_joomla_template.php +++ b/automation/bulk_joomla_template.php @@ -10,6 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /automation/bulk_joomla_template.php * BRIEF: Bulk scaffold and sync Joomla template repositories * diff --git a/automation/bulk_sync.php b/automation/bulk_sync.php index ce984fe..0dfbbc5 100755 --- a/automation/bulk_sync.php +++ b/automation/bulk_sync.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /automation/bulk_sync.php * BRIEF: Enterprise-grade bulk repository synchronization */ diff --git a/automation/migrate_to_gitea.php b/automation/migrate_to_gitea.php index 15c0421..9939a3f 100644 --- a/automation/migrate_to_gitea.php +++ b/automation/migrate_to_gitea.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /automation/migrate_to_gitea.php * BRIEF: Migrate repositories from GitHub to self-hosted Gitea instance * diff --git a/automation/push_files.php b/automation/push_files.php index 34c46ca..6cf6ed5 100644 --- a/automation/push_files.php +++ b/automation/push_files.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /automation/push_files.php * BRIEF: Push one or more specific files to one or more remote repositories */ diff --git a/automation/repo_cleanup.php b/automation/repo_cleanup.php index e80e6ee..e93f8ba 100644 --- a/automation/repo_cleanup.php +++ b/automation/repo_cleanup.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /automation/repo_cleanup.php * BRIEF: Enterprise repository cleanup — branches, PRs, issues, workflows, labels, logs */ diff --git a/bin/moko b/bin/moko index c658eda..f0f600b 100644 --- a/bin/moko +++ b/bin/moko @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://github.com/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /bin/moko * BRIEF: Unified CLI dispatcher — run any MokoStandards script without needing GitHub Actions * diff --git a/cli/archive_repo.php b/cli/archive_repo.php index bfdc964..376f6e9 100644 --- a/cli/archive_repo.php +++ b/cli/archive_repo.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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/create_project.php b/cli/create_project.php index c869f8f..bbe28db 100644 --- a/cli/create_project.php +++ b/cli/create_project.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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 4ed3b60..1e3314f 100644 --- a/cli/create_repo.php +++ b/cli/create_repo.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /cli/create_repo.php * BRIEF: Scaffold a new governed repository with full MokoStandards baseline * diff --git a/cli/joomla_release.php b/cli/joomla_release.php index 84222f0..721c221 100644 --- a/cli/joomla_release.php +++ b/cli/joomla_release.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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/platform_detect.php b/cli/platform_detect.php index 37c3b0c..c295acc 100644 --- a/cli/platform_detect.php +++ b/cli/platform_detect.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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 3fcb1e6..f92d5bc 100644 --- a/cli/release.php +++ b/cli/release.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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_notes.php b/cli/release_notes.php index de8e924..be91fe2 100644 --- a/cli/release_notes.php +++ b/cli/release_notes.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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/sync_rulesets.php b/cli/sync_rulesets.php index cce83c9..807be66 100644 --- a/cli/sync_rulesets.php +++ b/cli/sync_rulesets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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/version_bump.php b/cli/version_bump.php index ff5e4a2..d330ff7 100644 --- a/cli/version_bump.php +++ b/cli/version_bump.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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 d8bbc7d..13aa29f 100644 --- a/cli/version_read.php +++ b/cli/version_read.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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 a55f32f..ea3c32a 100644 --- a/cli/version_set_platform.php +++ b/cli/version_set_platform.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * 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 ) */ diff --git a/deploy/deploy-joomla.php b/deploy/deploy-joomla.php index cdde1f6..a1b9218 100644 --- a/deploy/deploy-joomla.php +++ b/deploy/deploy-joomla.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Deploy * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 4d004de..a04279d 100644 --- a/deploy/deploy-sftp.php +++ b/deploy/deploy-sftp.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Deploy * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /deploy/deploy-sftp.php * BRIEF: Deploy a repository src/ directory to a remote web server via SFTP */ diff --git a/fix/fix_line_endings.php b/fix/fix_line_endings.php index aa11e4d..b48a667 100644 --- a/fix/fix_line_endings.php +++ b/fix/fix_line_endings.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /fix/fix_line_endings.php * BRIEF: CLI script to fix line endings (CRLF → LF) in tracked files */ diff --git a/fix/fix_permissions.php b/fix/fix_permissions.php index afae010..7f88cf9 100644 --- a/fix/fix_permissions.php +++ b/fix/fix_permissions.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /fix/fix_permissions.php * BRIEF: CLI script to fix file permissions (dirs 755, files 644, scripts 755) */ diff --git a/fix/fix_tabs.php b/fix/fix_tabs.php index 0243086..35508e3 100644 --- a/fix/fix_tabs.php +++ b/fix/fix_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 52821fb..1e868b1 100644 --- a/fix/fix_trailing_spaces.php +++ b/fix/fix_trailing_spaces.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /fix/fix_trailing_spaces.php * BRIEF: CLI script to remove trailing whitespace from tracked source files */ diff --git a/lib/CliBase.php b/lib/CliBase.php index b68a5bf..bd4e76a 100644 --- a/lib/CliBase.php +++ b/lib/CliBase.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Lib * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 443730d..13a4149 100644 --- a/lib/Common.php +++ b/lib/Common.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Lib * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Common.php * BRIEF: Common utility functions for scripts * NOTE: Version format used throughout is zero-padded semver: XX.YY.ZZ (e.g. 04.00.04). diff --git a/lib/Enterprise/CliFramework.php b/lib/Enterprise/CliFramework.php index 6bed63c..ef83130 100644 --- a/lib/Enterprise/CliFramework.php +++ b/lib/Enterprise/CliFramework.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.CLI * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/CliFramework.php * BRIEF: CLI base classes — CliFramework (current) and CLIApp (legacy) * NOTE: All new scripts must extend CliFramework, not CLIApp. diff --git a/lib/Enterprise/DefinitionParser.php b/lib/Enterprise/DefinitionParser.php index f316bf0..9fe29ab 100644 --- a/lib/Enterprise/DefinitionParser.php +++ b/lib/Enterprise/DefinitionParser.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/DefinitionParser.php * BRIEF: Parses Terraform HCL repository definition files into a flat sync-file list */ diff --git a/lib/Enterprise/EnterpriseReadinessValidator.php b/lib/Enterprise/EnterpriseReadinessValidator.php index 605b836..ab7a29e 100644 --- a/lib/Enterprise/EnterpriseReadinessValidator.php +++ b/lib/Enterprise/EnterpriseReadinessValidator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/EnterpriseReadinessValidator.php * BRIEF: Enterprise readiness validation library */ diff --git a/lib/Enterprise/FileFixUtility.php b/lib/Enterprise/FileFixUtility.php index 4973d6a..3105ae1 100644 --- a/lib/Enterprise/FileFixUtility.php +++ b/lib/Enterprise/FileFixUtility.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards.Lib - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 dc59ff6..f45ebce 100644 --- a/lib/Enterprise/GitHubAdapter.php +++ b/lib/Enterprise/GitHubAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/GitHubAdapter.php * BRIEF: GitHub implementation of GitPlatformAdapter */ diff --git a/lib/Enterprise/GitPlatformAdapter.php b/lib/Enterprise/GitPlatformAdapter.php index 6526456..ddb7f48 100644 --- a/lib/Enterprise/GitPlatformAdapter.php +++ b/lib/Enterprise/GitPlatformAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/GitPlatformAdapter.php * BRIEF: Interface defining all git platform operations for GitHub/Gitea abstraction */ diff --git a/lib/Enterprise/GiteaAdapter.php b/lib/Enterprise/GiteaAdapter.php index 4afc732..a38cbcf 100644 --- a/lib/Enterprise/GiteaAdapter.php +++ b/lib/Enterprise/GiteaAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/GiteaAdapter.php * BRIEF: Gitea implementation of GitPlatformAdapter */ diff --git a/lib/Enterprise/MokoStandardsParser.php b/lib/Enterprise/MokoStandardsParser.php index 0e7f45d..9d6374b 100644 --- a/lib/Enterprise/MokoStandardsParser.php +++ b/lib/Enterprise/MokoStandardsParser.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/MokoStandardsParser.php * BRIEF: Parser for the XML-based .mokostandards repository manifest */ diff --git a/lib/Enterprise/PackageBuilder.php b/lib/Enterprise/PackageBuilder.php index f867315..149b11d 100644 --- a/lib/Enterprise/PackageBuilder.php +++ b/lib/Enterprise/PackageBuilder.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards.Lib - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 a7d8182..9e1d423 100644 --- a/lib/Enterprise/PlatformAdapterFactory.php +++ b/lib/Enterprise/PlatformAdapterFactory.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/PlatformAdapterFactory.php * BRIEF: Factory for creating platform-specific GitPlatformAdapter instances */ diff --git a/lib/Enterprise/Plugins/ApiPlugin.php b/lib/Enterprise/Plugins/ApiPlugin.php index c0c41cc..2c6baf0 100644 --- a/lib/Enterprise/Plugins/ApiPlugin.php +++ b/lib/Enterprise/Plugins/ApiPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 9e559de..c98f8af 100644 --- a/lib/Enterprise/Plugins/DocumentationPlugin.php +++ b/lib/Enterprise/Plugins/DocumentationPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 8a82242..1bf3f0d 100644 --- a/lib/Enterprise/Plugins/DolibarrPlugin.php +++ b/lib/Enterprise/Plugins/DolibarrPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 ce6f531..27297b0 100644 --- a/lib/Enterprise/Plugins/GenericPlugin.php +++ b/lib/Enterprise/Plugins/GenericPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 a04f50e..ba842fb 100644 --- a/lib/Enterprise/Plugins/JoomlaPlugin.php +++ b/lib/Enterprise/Plugins/JoomlaPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 09a3011..de0142e 100644 --- a/lib/Enterprise/Plugins/McpServerPlugin.php +++ b/lib/Enterprise/Plugins/McpServerPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 6d53514..87048dd 100644 --- a/lib/Enterprise/Plugins/MobilePlugin.php +++ b/lib/Enterprise/Plugins/MobilePlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 f166ba9..2ee3488 100644 --- a/lib/Enterprise/Plugins/NodeJsPlugin.php +++ b/lib/Enterprise/Plugins/NodeJsPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 04a4998..c8f6048 100644 --- a/lib/Enterprise/Plugins/PythonPlugin.php +++ b/lib/Enterprise/Plugins/PythonPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 7b4b406..6054383 100644 --- a/lib/Enterprise/Plugins/TerraformPlugin.php +++ b/lib/Enterprise/Plugins/TerraformPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b241d85..0b54e0c 100644 --- a/lib/Enterprise/Plugins/WordPressPlugin.php +++ b/lib/Enterprise/Plugins/WordPressPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0924dbd..93dbcef 100644 --- a/lib/Enterprise/ProjectConfigValidator.php +++ b/lib/Enterprise/ProjectConfigValidator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 9131c88..fc9ed07 100644 --- a/lib/Enterprise/ProjectMetricsCollector.php +++ b/lib/Enterprise/ProjectMetricsCollector.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/ProjectMetricsCollector.php * BRIEF: Enterprise library for collecting project-specific metrics */ diff --git a/lib/Enterprise/ProjectTypeDetector.php b/lib/Enterprise/ProjectTypeDetector.php index a917686..73a88aa 100644 --- a/lib/Enterprise/ProjectTypeDetector.php +++ b/lib/Enterprise/ProjectTypeDetector.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/ProjectTypeDetector.php * BRIEF: Enterprise library for detecting project types */ diff --git a/lib/Enterprise/RepositoryHealthChecker.php b/lib/Enterprise/RepositoryHealthChecker.php index 85b3af3..a82771c 100644 --- a/lib/Enterprise/RepositoryHealthChecker.php +++ b/lib/Enterprise/RepositoryHealthChecker.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/RepositoryHealthChecker.php * BRIEF: Repository health checking enterprise library */ diff --git a/lib/Enterprise/RepositorySynchronizer.php b/lib/Enterprise/RepositorySynchronizer.php index 5ef8eb4..747fbb8 100644 --- a/lib/Enterprise/RepositorySynchronizer.php +++ b/lib/Enterprise/RepositorySynchronizer.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/RepositorySynchronizer.php * BRIEF: Repository synchronization enterprise library */ diff --git a/lib/Enterprise/SynchronizationException.php b/lib/Enterprise/SynchronizationException.php index 0b021b4..c07fc7e 100644 --- a/lib/Enterprise/SynchronizationException.php +++ b/lib/Enterprise/SynchronizationException.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/Enterprise/SynchronizationException.php * BRIEF: Custom exception for repository synchronization errors */ diff --git a/lib/plugins/Joomla/UpdateXmlGenerator.php b/lib/plugins/Joomla/UpdateXmlGenerator.php index 189fccf..7d9fbd0 100644 --- a/lib/plugins/Joomla/UpdateXmlGenerator.php +++ b/lib/plugins/Joomla/UpdateXmlGenerator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Joomla * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /lib/plugins/Joomla/UpdateXmlGenerator.php * BRIEF: Generates and updates Joomla extension updates.xml files */ diff --git a/maintenance/pin_action_shas.php b/maintenance/pin_action_shas.php index 4c70f83..d0fdd52 100644 --- a/maintenance/pin_action_shas.php +++ b/maintenance/pin_action_shas.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /maintenance/pin_action_shas.php * BRIEF: Pin GitHub Actions to immutable commit SHAs in workflow files * NOTE: Resolves tag/branch refs to commit SHAs via the GitHub API to satisfy diff --git a/maintenance/repo_inventory.php b/maintenance/repo_inventory.php index 4086fbb..fe3807f 100644 --- a/maintenance/repo_inventory.php +++ b/maintenance/repo_inventory.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 cfcb0ce..22aed88 100644 --- a/maintenance/rotate_secrets.php +++ b/maintenance/rotate_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 fa87abd..be6677f 100644 --- a/maintenance/setup_labels.php +++ b/maintenance/setup_labels.php @@ -11,7 +11,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /maintenance/setup_labels.php * BRIEF: REQUIRED label deployment script for all MokoStandards-governed repositories */ diff --git a/maintenance/sync_dolibarr_readmes.php b/maintenance/sync_dolibarr_readmes.php index f12a4ed..a05609f 100644 --- a/maintenance/sync_dolibarr_readmes.php +++ b/maintenance/sync_dolibarr_readmes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /maintenance/sync_dolibarr_readmes.php * BRIEF: Keeps root README.md and src/README.md in sync for Dolibarr module repositories * NOTE: Version format is zero-padded semver: XX.YY.ZZ (e.g. 04.00.04). All version regex diff --git a/maintenance/update_repo_inventory.php b/maintenance/update_repo_inventory.php index ff2228c..9ec8d89 100644 --- a/maintenance/update_repo_inventory.php +++ b/maintenance/update_repo_inventory.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 2c7c005..0cb0c32 100755 --- a/maintenance/update_sha_hashes.php +++ b/maintenance/update_sha_hashes.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 7c42f03..dbee952 100644 --- a/maintenance/update_version_from_readme.php +++ b/maintenance/update_version_from_readme.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 * NOTE: README.md is the single source of truth for the repository version. diff --git a/mcp/src/config.ts b/mcp/src/config.ts index 892be4c..5f399a4 100644 --- a/mcp/src/config.ts +++ b/mcp/src/config.ts @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: mokostandards-mcp.Config * INGROUP: MokoStandards-API - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /mcp/src/config.ts * BRIEF: Configuration loader for MokoStandards MCP server */ diff --git a/mcp/src/index.ts b/mcp/src/index.ts index 3483c33..78006a8 100644 --- a/mcp/src/index.ts +++ b/mcp/src/index.ts @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: mokostandards-mcp.Server * INGROUP: MokoStandards-API - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /mcp/src/index.ts * BRIEF: MCP server entry point — exposes MokoStandards governance tools */ diff --git a/mcp/src/runner.ts b/mcp/src/runner.ts index d3b7439..1dab7ab 100644 --- a/mcp/src/runner.ts +++ b/mcp/src/runner.ts @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: mokostandards-mcp.Runner * INGROUP: MokoStandards-API - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /mcp/src/runner.ts * BRIEF: PHP CLI command runner for MokoStandards tools — uses execFile (no shell injection) */ diff --git a/mcp/src/types.ts b/mcp/src/types.ts index 3d3fcf7..06229c0 100644 --- a/mcp/src/types.ts +++ b/mcp/src/types.ts @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: mokostandards-mcp.Types * INGROUP: MokoStandards-API - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /mcp/src/types.ts * BRIEF: TypeScript type definitions for MokoStandards MCP server */ diff --git a/plugin_health_check.php b/plugin_health_check.php index 65d1011..7aa9815 100755 --- a/plugin_health_check.php +++ b/plugin_health_check.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 921d2f8..3259c8d 100755 --- a/plugin_list.php +++ b/plugin_list.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 221b0ca..c8d6105 100755 --- a/plugin_metrics.php +++ b/plugin_metrics.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 dc78c81..75dba45 100755 --- a/plugin_readiness.php +++ b/plugin_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b867b62..e8011b1 100755 --- a/plugin_validate.php +++ b/plugin_validate.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 5271e17..fac9dc3 100644 --- a/release/generate_dolibarr_version_txt.php +++ b/release/generate_dolibarr_version_txt.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Release * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 6f2e513..6ade875 100644 --- a/release/generate_joomla_update_xml.php +++ b/release/generate_joomla_update_xml.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Release * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /release/generate_joomla_update_xml.php * BRIEF: Create or update the in updates.xml on release * diff --git a/templates/docs/extra/template-CODE_OF_CONDUCT.md b/templates/docs/extra/template-CODE_OF_CONDUCT.md index ad38856..e1ae3bf 100644 --- a/templates/docs/extra/template-CODE_OF_CONDUCT.md +++ b/templates/docs/extra/template-CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ This file is part of a Moko Consulting project. - SPDX-LICENSE-IDENTIFIER: GPL-3.0-or-later + SPDX-License-Identifier: GPL-3.0-or-later This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. diff --git a/templates/docs/required/template-LICENSE.md b/templates/docs/required/template-LICENSE.md index eee9479..b3a7105 100644 --- a/templates/docs/required/template-LICENSE.md +++ b/templates/docs/required/template-LICENSE.md @@ -2,7 +2,7 @@ This file is part of a Moko Consulting project. - SPDX-LICENSE-IDENTIFIER: GPL-3.0-or-later + SPDX-License-Identifier: GPL-3.0-or-later This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. diff --git a/templates/gitea/ISSUE_TEMPLATE/config.yml b/templates/gitea/ISSUE_TEMPLATE/config.yml index db5c43c..d4d49ec 100644 --- a/templates/gitea/ISSUE_TEMPLATE/config.yml +++ b/templates/gitea/ISSUE_TEMPLATE/config.yml @@ -8,7 +8,7 @@ contact_links: url: https://mokoconsulting.tech/ about: Get help or ask questions through our website - name: 📚 MokoStandards Documentation - url: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + url: https://git.mokoconsulting.tech/MokoConsulting/moko-platform about: View our coding standards and best practices - name: 🔒 Report a Security Vulnerability url: https://git.mokoconsulting.tech/mokoconsulting-tech/.github-private/security/advisories/new diff --git a/templates/schemas/mokostandards-schema.xsd b/templates/schemas/mokostandards-schema.xsd index 6023d44..7b5cc54 100644 --- a/templates/schemas/mokostandards-schema.xsd +++ b/templates/schemas/mokostandards-schema.xsd @@ -5,7 +5,7 @@ FILE INFORMATION DEFGROUP: MokoStandards.Schema INGROUP: MokoStandards.Governance - REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform PATH: /docs/standards/mokostandards-schema.xsd BRIEF: XML Schema Definition for the .mokostandards repository manifest file --> diff --git a/templates/scripts/common/CliBase.template.php b/templates/scripts/common/CliBase.template.php index 248c5a4..c02df2d 100644 --- a/templates/scripts/common/CliBase.template.php +++ b/templates/scripts/common/CliBase.template.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Common * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/common/CliBase.template.php * BRIEF: PHP CLI script template — extends MokoEnterprise\CliFramework * NOTE: Copy this file as a starting point for new PHP CLI scripts in governed repos. diff --git a/templates/scripts/release/package_dolibarr.php b/templates/scripts/release/package_dolibarr.php index da6839e..6602466 100644 --- a/templates/scripts/release/package_dolibarr.php +++ b/templates/scripts/release/package_dolibarr.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Release * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/release/package_dolibarr.php * BRIEF: Build a distributable ZIP package for a Dolibarr module * NOTE: Deployed to bin/build_package.php in governed Dolibarr module repos. diff --git a/templates/scripts/release/package_joomla.php b/templates/scripts/release/package_joomla.php index a440e29..a2810bf 100644 --- a/templates/scripts/release/package_joomla.php +++ b/templates/scripts/release/package_joomla.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Release * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/release/package_joomla.php * BRIEF: Build a distributable ZIP package for a Joomla component * NOTE: Deployed to bin/build_package.php in governed WaaS component repos. diff --git a/templates/scripts/validate/dolibarr_module.php b/templates/scripts/validate/dolibarr_module.php index b10a0e7..36485c2 100644 --- a/templates/scripts/validate/dolibarr_module.php +++ b/templates/scripts/validate/dolibarr_module.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/validate/dolibarr_module.php * BRIEF: Validate a Dolibarr module repository against MokoStandards requirements * NOTE: Deployed to bin/validate_module.php in governed Dolibarr module repos. diff --git a/templates/scripts/validate/validate_manifest.php b/templates/scripts/validate/validate_manifest.php index 31895a7..3720783 100644 --- a/templates/scripts/validate/validate_manifest.php +++ b/templates/scripts/validate/validate_manifest.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/validate/validate_manifest.php * BRIEF: Validate a Joomla component XML manifest against MokoStandards requirements * NOTE: Deployed to bin/validate_manifest.php in governed WaaS component repos. diff --git a/templates/scripts/validate/validate_structure.php b/templates/scripts/validate/validate_structure.php index 01afb51..d5da100 100644 --- a/templates/scripts/validate/validate_structure.php +++ b/templates/scripts/validate/validate_structure.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/scripts/validate/validate_structure.php * BRIEF: Validate a repository structure against MokoStandards requirements * NOTE: Deployed to bin/validate_structure.php in governed generic/default repos. diff --git a/templates/stubs/dolibarr.php b/templates/stubs/dolibarr.php index c773edd..5f87992 100644 --- a/templates/stubs/dolibarr.php +++ b/templates/stubs/dolibarr.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Stubs * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/stubs/dolibarr.php * BRIEF: PHPStan stub declarations for Dolibarr core classes * diff --git a/templates/stubs/joomla.php b/templates/stubs/joomla.php index d4e4115..7dea606 100644 --- a/templates/stubs/joomla.php +++ b/templates/stubs/joomla.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Stubs * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /templates/stubs/joomla.php * BRIEF: PHPStan stub declarations for Joomla framework classes * diff --git a/templates/web/index.php b/templates/web/index.php index 743e1cc..9bc6c4c 100644 --- a/templates/web/index.php +++ b/templates/web/index.php @@ -207,7 +207,7 @@ function handleDashboard(): Response diff --git a/tests/Enterprise/GitPlatformAdapterTest.php b/tests/Enterprise/GitPlatformAdapterTest.php index 12060da..7533874 100644 --- a/tests/Enterprise/GitPlatformAdapterTest.php +++ b/tests/Enterprise/GitPlatformAdapterTest.php @@ -6,7 +6,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Tests.Enterprise * INGROUP: MokoStandards.Tests - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /tests/Enterprise/GitPlatformAdapterTest.php * BRIEF: Tests verifying both adapters implement GitPlatformAdapter correctly */ diff --git a/validate/auto_detect_platform.php b/validate/auto_detect_platform.php index 024e7d1..8b8d92b 100755 --- a/validate/auto_detect_platform.php +++ b/validate/auto_detect_platform.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b1b394f..8bf3fd4 100644 --- a/validate/check_changelog.php +++ b/validate/check_changelog.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /validate/check_changelog.php * BRIEF: Validates CHANGELOG.md structure and format */ diff --git a/validate/check_composer_deps.php b/validate/check_composer_deps.php index cb40b3d..cdf4ff8 100644 --- a/validate/check_composer_deps.php +++ b/validate/check_composer_deps.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 8b55846..3abf543 100644 --- a/validate/check_dolibarr_module.php +++ b/validate/check_dolibarr_module.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0ea65b1..753a0b2 100755 --- a/validate/check_enterprise_readiness.php +++ b/validate/check_enterprise_readiness.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /validate/check_enterprise_readiness.php * BRIEF: Enterprise readiness checker - PHP implementation */ diff --git a/validate/check_joomla_manifest.php b/validate/check_joomla_manifest.php index c9f0f00..de575a4 100644 --- a/validate/check_joomla_manifest.php +++ b/validate/check_joomla_manifest.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 4fef11b..edf408d 100644 --- a/validate/check_language_structure.php +++ b/validate/check_language_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 50a6887..fb5bc5f 100644 --- a/validate/check_license_headers.php +++ b/validate/check_license_headers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 5dd2759..5d0ec3f 100644 --- a/validate/check_no_secrets.php +++ b/validate/check_no_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0ce12fa..1d365c5 100644 --- a/validate/check_paths.php +++ b/validate/check_paths.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 60d50f0..1b0f0cd 100644 --- a/validate/check_php_syntax.php +++ b/validate/check_php_syntax.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 c544884..6c3c171 100644 --- a/validate/check_structure.php +++ b/validate/check_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 c628eac..0743fd3 100644 --- a/validate/check_tabs.php +++ b/validate/check_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 fffc657..bd167b6 100755 --- a/validate/check_version_consistency.php +++ b/validate/check_version_consistency.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 fea8858..0e36bc6 100644 --- a/validate/check_wiki_health.php +++ b/validate/check_wiki_health.php @@ -7,6 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Validate * INGROUP: MokoStandards + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /validate/check_wiki_health.php * BRIEF: Validate wiki health — checks Home page exists, has MokoStandards link, pages are indexed */ diff --git a/validate/check_xml_wellformed.php b/validate/check_xml_wellformed.php index 61d2831..4fd9668 100644 --- a/validate/check_xml_wellformed.php +++ b/validate/check_xml_wellformed.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /validate/check_xml_wellformed.php * BRIEF: Validates that all tracked XML files are well-formed */ diff --git a/validate/scan_drift.php b/validate/scan_drift.php index 14860b5..83eb7ca 100755 --- a/validate/scan_drift.php +++ b/validate/scan_drift.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 d7ca181..086a68e 100644 --- a/wrappers/auto_detect_platform.php +++ b/wrappers/auto_detect_platform.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 7db3c53..6945e90 100644 --- a/wrappers/bulk_sync.php +++ b/wrappers/bulk_sync.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 f6adf25..3e777b9 100644 --- a/wrappers/check_changelog.php +++ b/wrappers/check_changelog.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 d31a5b8..c622a70 100644 --- a/wrappers/check_dolibarr_module.php +++ b/wrappers/check_dolibarr_module.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 fcac0f7..f51bce3 100644 --- a/wrappers/check_enterprise_readiness.php +++ b/wrappers/check_enterprise_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 4b9e4fd..50d23b8 100644 --- a/wrappers/check_joomla_manifest.php +++ b/wrappers/check_joomla_manifest.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 2fa8871..b04666f 100644 --- a/wrappers/check_language_structure.php +++ b/wrappers/check_language_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 2ed5933..019ff40 100644 --- a/wrappers/check_license_headers.php +++ b/wrappers/check_license_headers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b11a5f3..0ad1cef 100644 --- a/wrappers/check_no_secrets.php +++ b/wrappers/check_no_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 f684a2c..6a0c11c 100644 --- a/wrappers/check_paths.php +++ b/wrappers/check_paths.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 717046a..e5fc9fb 100644 --- a/wrappers/check_php_syntax.php +++ b/wrappers/check_php_syntax.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 6c940fe..1e5b466 100644 --- a/wrappers/check_repo_health.php +++ b/wrappers/check_repo_health.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 88361cb..3024a58 100644 --- a/wrappers/check_structure.php +++ b/wrappers/check_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b51a77f..ddf6647 100644 --- a/wrappers/check_tabs.php +++ b/wrappers/check_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 3fdcc92..bb132ee 100644 --- a/wrappers/check_version_consistency.php +++ b/wrappers/check_version_consistency.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 f3391e1..84d7ecf 100644 --- a/wrappers/check_xml_wellformed.php +++ b/wrappers/check_xml_wellformed.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0a66db1..83d1a43 100644 --- a/wrappers/deploy_sftp.php +++ b/wrappers/deploy_sftp.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0cece56..7d18abc 100644 --- a/wrappers/fix_line_endings.php +++ b/wrappers/fix_line_endings.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 2036695..5706dcf 100644 --- a/wrappers/fix_permissions.php +++ b/wrappers/fix_permissions.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 6091385..0d85d69 100644 --- a/wrappers/fix_tabs.php +++ b/wrappers/fix_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 4963cbf..3258e05 100644 --- a/wrappers/fix_trailing_spaces.php +++ b/wrappers/fix_trailing_spaces.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 9155e2b..77aec52 100644 --- a/wrappers/gen_wrappers.php +++ b/wrappers/gen_wrappers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /wrappers/gen_wrappers.php * BRIEF: Generate PHP CLI wrapper scripts for every PHP script in the repo */ @@ -84,7 +84,7 @@ function renderWrapper(string $name, string $scriptPath, string $category): stri * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /wrappers/{$name}.php * BRIEF: PHP wrapper for {$scriptPath} */ diff --git a/wrappers/index.md b/wrappers/index.md index d6eefa9..2cdff8c 100644 --- a/wrappers/index.md +++ b/wrappers/index.md @@ -8,7 +8,7 @@ SPDX-License-Identifier: GPL-3.0-or-later # FILE INFORMATION DEFGROUP: MokoStandards.Wrappers INGROUP: MokoStandards -REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API +REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform 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 63e988a..fc45f38 100644 --- a/wrappers/pin_action_shas.php +++ b/wrappers/pin_action_shas.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0585fd1..6bb0427 100644 --- a/wrappers/plugin_health_check.php +++ b/wrappers/plugin_health_check.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 1a52006..5242975 100644 --- a/wrappers/plugin_list.php +++ b/wrappers/plugin_list.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 046a09b..2d85530 100644 --- a/wrappers/plugin_metrics.php +++ b/wrappers/plugin_metrics.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 0032c1b..513007e 100644 --- a/wrappers/plugin_readiness.php +++ b/wrappers/plugin_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 b0316e0..6a321f7 100644 --- a/wrappers/plugin_validate.php +++ b/wrappers/plugin_validate.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 a5360d2..c87e20c 100644 --- a/wrappers/scan_drift.php +++ b/wrappers/scan_drift.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 fbcd5a7..9b56b81 100644 --- a/wrappers/setup_labels.php +++ b/wrappers/setup_labels.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 db80fd8..706bda1 100644 --- a/wrappers/sync_dolibarr_readmes.php +++ b/wrappers/sync_dolibarr_readmes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 81308a7..24cac5b 100644 --- a/wrappers/update_sha_hashes.php +++ b/wrappers/update_sha_hashes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * 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 af5f469..92397c7 100644 --- a/wrappers/update_version_from_readme.php +++ b/wrappers/update_version_from_readme.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /wrappers/update_version_from_readme.php * BRIEF: PHP wrapper for maintenance/update_version_from_readme.php */