From 38a975ee57cdb0508a19f679e7185196c6ab4ac3 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 11 May 2026 16:51:00 -0500 Subject: [PATCH] chore: remove VERSION from all file header comments Remove VERSION: XX.YY.ZZ lines from 213 file headers across PHP, TypeScript, TF definitions, workflows, CSS, markdown, and XML files. Version is tracked in composer.json and CHANGELOG.md only. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/branch-protection.yml | 1 - .gitea/workflows/bulk-repo-sync.yml | 1 - .gitea/workflows/renovate.yml | 1 - .gitea/workflows/sync-wikis.yml | 1 - automation/bulk_joomla_template.php | 1 - automation/bulk_sync.php | 1 - automation/migrate_to_gitea.php | 1 - automation/push_files.php | 1 - automation/repo_cleanup.php | 1 - bin/moko | 1 - cli/archive_repo.php | 1 - cli/create_project.php | 1 - cli/create_repo.php | 2 -- cli/joomla_release.php | 1 - cli/platform_detect.php | 1 - cli/release.php | 1 - cli/release_notes.php | 1 - cli/sync_rulesets.php | 1 - cli/version_bump.php | 1 - cli/version_read.php | 1 - cli/version_set_platform.php | 1 - definitions/default/client.tf | 1 - definitions/default/dolibarr.tf | 1 - definitions/default/generic-repository.tf | 1 - definitions/default/generic.tf | 1 - definitions/default/github-private-repository.tf | 1 - definitions/default/joomla.tf | 1 - definitions/default/mcp-server.tf | 1 - definitions/default/platform.tf | 1 - definitions/default/standards.tf | 1 - definitions/sync/.github-private.def.tf | 1 - definitions/sync/.github.def.tf | 1 - definitions/sync/Copy-PortablePath.def.tf | 1 - definitions/sync/DoliMods.def.tf | 1 - definitions/sync/MokoCRM.def.tf | 1 - definitions/sync/MokoCassiopeia.def.tf | 1 - definitions/sync/MokoDoliAdInsights.def.tf | 1 - definitions/sync/MokoDoliArt.def.tf | 1 - definitions/sync/MokoDoliAuth.def.tf | 1 - definitions/sync/MokoDoliCare.def.tf | 1 - definitions/sync/MokoDoliChimp.def.tf | 1 - definitions/sync/MokoDoliClaude.def.tf | 1 - definitions/sync/MokoDoliCredits.def.tf | 1 - definitions/sync/MokoDoliDymo.def.tf | 1 - definitions/sync/MokoDoliForm.def.tf | 1 - definitions/sync/MokoDoliG.def.tf | 1 - definitions/sync/MokoDoliGithub.def.tf | 1 - definitions/sync/MokoDoliHRM.def.tf | 1 - definitions/sync/MokoDoliMods.def.tf | 1 - definitions/sync/MokoDoliMulti.def.tf | 1 - definitions/sync/MokoDoliOffline.def.tf | 1 - definitions/sync/MokoDoliPhone.com.def.tf | 1 - definitions/sync/MokoDoliProjTemplate.def.tf | 1 - definitions/sync/MokoDoliRelease.def.tf | 1 - definitions/sync/MokoDoliSign.def.tf | 1 - definitions/sync/MokoDoliTools.def.tf | 1 - definitions/sync/MokoDoliTraining.def.tf | 1 - definitions/sync/MokoDolibarr.def.tf | 1 - definitions/sync/MokoISOUpdatePortable.def.tf | 1 - definitions/sync/MokoJoomHero.def.tf | 1 - definitions/sync/MokoJoomTOS.def.tf | 1 - definitions/sync/MokoPerfectPublisher-Discord.def.tf | 1 - definitions/sync/MokoStandards-Template-Client.def.tf | 1 - definitions/sync/MokoStandards-Template-Dolibarr.def.tf | 1 - definitions/sync/MokoStandards-Template-Generic.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Component.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Library.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Module.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Package.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Plugin.def.tf | 1 - definitions/sync/MokoStandards-Template-Joomla-Template.def.tf | 1 - definitions/sync/MokoTesting.def.tf | 1 - definitions/sync/MokoWaaS.def.tf | 1 - definitions/sync/MokoWaaSAnnounce.def.tf | 1 - definitions/sync/MokoWaaSBrand.def.tf | 1 - definitions/sync/MokoWinSetup.def.tf | 1 - definitions/sync/PLG_FINDER_MOKOVMSMARTSEARCH.def.tf | 1 - definitions/sync/client-clarksvillefurs.def.tf | 1 - definitions/sync/client-kiddieland.def.tf | 1 - definitions/sync/client-vexcreations.def.tf | 1 - deploy/deploy-joomla.php | 1 - deploy/deploy-sftp.php | 1 - fix/fix_line_endings.php | 1 - fix/fix_permissions.php | 1 - fix/fix_tabs.php | 1 - fix/fix_trailing_spaces.php | 1 - lib/CliBase.php | 1 - lib/Common.php | 1 - lib/Enterprise/CliFramework.php | 1 - lib/Enterprise/DefinitionParser.php | 1 - lib/Enterprise/EnterpriseReadinessValidator.php | 1 - lib/Enterprise/FileFixUtility.php | 1 - lib/Enterprise/GitHubAdapter.php | 1 - lib/Enterprise/GitPlatformAdapter.php | 1 - lib/Enterprise/GiteaAdapter.php | 1 - lib/Enterprise/MokoStandardsParser.php | 1 - lib/Enterprise/PackageBuilder.php | 1 - lib/Enterprise/PlatformAdapterFactory.php | 1 - lib/Enterprise/Plugins/ApiPlugin.php | 1 - lib/Enterprise/Plugins/DocumentationPlugin.php | 1 - lib/Enterprise/Plugins/DolibarrPlugin.php | 1 - lib/Enterprise/Plugins/GenericPlugin.php | 1 - lib/Enterprise/Plugins/JoomlaPlugin.php | 1 - lib/Enterprise/Plugins/McpServerPlugin.php | 1 - lib/Enterprise/Plugins/MobilePlugin.php | 1 - lib/Enterprise/Plugins/NodeJsPlugin.php | 1 - lib/Enterprise/Plugins/PythonPlugin.php | 1 - lib/Enterprise/Plugins/TerraformPlugin.php | 1 - lib/Enterprise/Plugins/WordPressPlugin.php | 1 - lib/Enterprise/ProjectConfigValidator.php | 1 - lib/Enterprise/ProjectMetricsCollector.php | 1 - lib/Enterprise/ProjectTypeDetector.php | 1 - lib/Enterprise/RepositoryHealthChecker.php | 1 - lib/Enterprise/RepositorySynchronizer.php | 1 - lib/Enterprise/SynchronizationException.php | 1 - lib/plugins/Joomla/UpdateXmlGenerator.php | 1 - maintenance/pin_action_shas.php | 1 - maintenance/repo_inventory.php | 1 - maintenance/rotate_secrets.php | 1 - maintenance/setup_labels.php | 1 - maintenance/sync_dolibarr_readmes.php | 1 - maintenance/update_repo_inventory.php | 1 - maintenance/update_sha_hashes.php | 1 - maintenance/update_version_from_readme.php | 1 - mcp/src/config.ts | 1 - mcp/src/index.ts | 1 - mcp/src/runner.ts | 1 - mcp/src/types.ts | 1 - plugin_health_check.php | 1 - plugin_list.php | 1 - plugin_metrics.php | 1 - plugin_readiness.php | 1 - plugin_validate.php | 1 - release/generate_dolibarr_version_txt.php | 1 - release/generate_joomla_update_xml.php | 1 - templates/configs/README.md | 1 - templates/configs/mokostandards.xml.template | 1 - templates/configs/mokostandards.yml.template | 1 - templates/docs/dolibarr/update-server.md | 1 - templates/docs/extra/template-CODE_OF_CONDUCT.md | 1 - templates/docs/required/template-CHANGELOG.md | 1 - templates/docs/required/template-INSTALLATION.md | 1 - templates/docs/required/template-LICENSE.md | 1 - templates/docs/required/template-README.md | 2 -- templates/docs/required/template-SECURITY.md | 1 - templates/gitea/README.md | 1 - templates/index.md | 1 - templates/schemas/mokostandards-schema.xsd | 1 - templates/schemas/template-repository-structure.xml | 1 - templates/scripts/common/CliBase.template.php | 1 - templates/scripts/release/package_dolibarr.php | 1 - templates/scripts/release/package_joomla.php | 1 - templates/scripts/sftp-config/README.md | 1 - templates/scripts/validate/dolibarr_module.php | 1 - templates/scripts/validate/validate_manifest.php | 1 - templates/scripts/validate/validate_structure.php | 1 - templates/stubs/dolibarr.php | 1 - templates/stubs/joomla.php | 1 - templates/web/assets/css/app.css | 1 - templates/workflows/gitleaks.yml.template | 1 - tests/Enterprise/GitPlatformAdapterTest.php | 1 - validate/auto_detect_platform.php | 1 - validate/check_changelog.php | 1 - validate/check_composer_deps.php | 1 - validate/check_dolibarr_module.php | 1 - validate/check_enterprise_readiness.php | 1 - validate/check_joomla_manifest.php | 1 - validate/check_language_structure.php | 1 - validate/check_license_headers.php | 1 - validate/check_no_secrets.php | 1 - validate/check_paths.php | 1 - validate/check_php_syntax.php | 1 - validate/check_repo_health.php | 1 - validate/check_structure.php | 1 - validate/check_tabs.php | 1 - validate/check_version_consistency.php | 1 - validate/check_wiki_health.php | 1 - validate/check_xml_wellformed.php | 1 - validate/scan_drift.php | 1 - wrappers/auto_detect_platform.php | 1 - wrappers/bulk_sync.php | 1 - wrappers/check_changelog.php | 1 - wrappers/check_dolibarr_module.php | 1 - wrappers/check_enterprise_readiness.php | 1 - wrappers/check_joomla_manifest.php | 1 - wrappers/check_language_structure.php | 1 - wrappers/check_license_headers.php | 1 - wrappers/check_no_secrets.php | 1 - wrappers/check_paths.php | 1 - wrappers/check_php_syntax.php | 1 - wrappers/check_repo_health.php | 1 - wrappers/check_structure.php | 1 - wrappers/check_tabs.php | 1 - wrappers/check_version_consistency.php | 1 - wrappers/check_xml_wellformed.php | 1 - wrappers/deploy_sftp.php | 1 - wrappers/fix_line_endings.php | 1 - wrappers/fix_permissions.php | 1 - wrappers/fix_tabs.php | 1 - wrappers/fix_trailing_spaces.php | 1 - wrappers/gen_wrappers.php | 2 -- wrappers/index.md | 1 - wrappers/pin_action_shas.php | 1 - wrappers/plugin_health_check.php | 1 - wrappers/plugin_list.php | 1 - wrappers/plugin_metrics.php | 1 - wrappers/plugin_readiness.php | 1 - wrappers/plugin_validate.php | 1 - wrappers/scan_drift.php | 1 - wrappers/setup_labels.php | 1 - wrappers/sync_dolibarr_readmes.php | 1 - wrappers/update_sha_hashes.php | 1 - wrappers/update_version_from_readme.php | 1 - 213 files changed, 216 deletions(-) diff --git a/.gitea/workflows/branch-protection.yml b/.gitea/workflows/branch-protection.yml index 30d2438..23c1bef 100644 --- a/.gitea/workflows/branch-protection.yml +++ b/.gitea/workflows/branch-protection.yml @@ -5,7 +5,6 @@ # INGROUP: MokoStandards-API.Automation # REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API # PATH: /.gitea/workflows/branch-protection.yml -# VERSION: 01.00.00 # 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 420d820..43b7495 100644 --- a/.gitea/workflows/bulk-repo-sync.yml +++ b/.gitea/workflows/bulk-repo-sync.yml @@ -5,7 +5,6 @@ # INGROUP: MokoStandards-API.Automation # REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API # PATH: /.gitea/workflows/bulk-repo-sync.yml -# VERSION: 04.06.12 # BRIEF: Bulk repo sync — runs from API repo, syncs standards to all governed repos name: Bulk Repository Sync diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 8c215ed..711c9f3 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -7,7 +7,6 @@ # INGROUP: MokoStandards-API.Automation # REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API # PATH: /.gitea/workflows/renovate.yml -# VERSION: 01.00.00 # 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 763e0b1..d9630c2 100644 --- a/.gitea/workflows/sync-wikis.yml +++ b/.gitea/workflows/sync-wikis.yml @@ -6,7 +6,6 @@ # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards.Maintenance # PATH: /.gitea/workflows/sync-wikis.yml -# VERSION: 01.00.00 # BRIEF: Daily sync of all Gitea wikis to consolidated GitHub wiki repo name: Sync Wikis to GitHub diff --git a/automation/bulk_joomla_template.php b/automation/bulk_joomla_template.php index 60e2a7c..890ce79 100644 --- a/automation/bulk_joomla_template.php +++ b/automation/bulk_joomla_template.php @@ -11,7 +11,6 @@ * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts * PATH: /automation/bulk_joomla_template.php - * VERSION: 04.06.10 * BRIEF: Bulk scaffold and sync Joomla template repositories * * USAGE diff --git a/automation/bulk_sync.php b/automation/bulk_sync.php index ff525fc..ce984fe 100755 --- a/automation/bulk_sync.php +++ b/automation/bulk_sync.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/bulk_sync.php - * VERSION: 04.06.00 * BRIEF: Enterprise-grade bulk repository synchronization */ diff --git a/automation/migrate_to_gitea.php b/automation/migrate_to_gitea.php index f0ab6b0..15c0421 100644 --- a/automation/migrate_to_gitea.php +++ b/automation/migrate_to_gitea.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/migrate_to_gitea.php - * VERSION: 04.06.10 * BRIEF: Migrate repositories from GitHub to self-hosted Gitea instance * * USAGE diff --git a/automation/push_files.php b/automation/push_files.php index 2c671b9..34c46ca 100644 --- a/automation/push_files.php +++ b/automation/push_files.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/push_files.php - * VERSION: 04.06.00 * 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 0ad5105..e80e6ee 100644 --- a/automation/repo_cleanup.php +++ b/automation/repo_cleanup.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/repo_cleanup.php - * VERSION: 04.06.00 * BRIEF: Enterprise repository cleanup — branches, PRs, issues, workflows, labels, logs */ diff --git a/bin/moko b/bin/moko index f63ff50..c658eda 100644 --- a/bin/moko +++ b/bin/moko @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://github.com/mokoconsulting-tech/MokoStandards * PATH: /bin/moko - * VERSION: 04.00.15 * BRIEF: Unified CLI dispatcher — run any MokoStandards script without needing GitHub Actions * * USAGE diff --git a/cli/archive_repo.php b/cli/archive_repo.php index 698955a..bfdc964 100644 --- a/cli/archive_repo.php +++ b/cli/archive_repo.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/archive_repo.php - * VERSION: 04.06.10 * BRIEF: Gracefully retire a governed repository — archive, close issues/PRs, remove sync def * * USAGE diff --git a/cli/create_project.php b/cli/create_project.php index ae4bb9d..c869f8f 100644 --- a/cli/create_project.php +++ b/cli/create_project.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/create_project.php - * VERSION: 04.06.00 * BRIEF: Create baseline GitHub Projects for repositories with standard fields and views * * USAGE diff --git a/cli/create_repo.php b/cli/create_repo.php index 2812d80..4ed3b60 100644 --- a/cli/create_repo.php +++ b/cli/create_repo.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/create_repo.php - * VERSION: 04.06.10 * BRIEF: Scaffold a new governed repository with full MokoStandards baseline * * USAGE @@ -162,7 +161,6 @@ DEFGROUP: {$name} INGROUP: MokoStandards REPO: {$repoUrl} PATH: /README.md -VERSION: 01.00.00 BRIEF: {$description} --> diff --git a/cli/joomla_release.php b/cli/joomla_release.php index 487e29b..84222f0 100644 --- a/cli/joomla_release.php +++ b/cli/joomla_release.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/joomla_release.php - * VERSION: 04.06.00 * BRIEF: Joomla release pipeline — build ZIP+tar.gz, upload to GitHub Release, update updates.xml * * USAGE diff --git a/cli/platform_detect.php b/cli/platform_detect.php index e04055e..37c3b0c 100644 --- a/cli/platform_detect.php +++ b/cli/platform_detect.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/platform_detect.php - * VERSION: 04.06.00 * BRIEF: Detect platform from .mokostandards file — outputs platform string */ diff --git a/cli/release.php b/cli/release.php index 0a0e7c2..3fcb1e6 100644 --- a/cli/release.php +++ b/cli/release.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/release.php - * VERSION: 04.06.00 * BRIEF: Automate the MokoStandards version branch release flow * * USAGE diff --git a/cli/release_notes.php b/cli/release_notes.php index f3839b9..de8e924 100644 --- a/cli/release_notes.php +++ b/cli/release_notes.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/release_notes.php - * VERSION: 04.06.00 * BRIEF: Extract release notes from CHANGELOG.md for a given version */ diff --git a/cli/sync_rulesets.php b/cli/sync_rulesets.php index 6d1ab67..cce83c9 100644 --- a/cli/sync_rulesets.php +++ b/cli/sync_rulesets.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/sync_rulesets.php - * VERSION: 04.06.10 * BRIEF: Apply branch protection rules to all repos via platform adapter * * USAGE diff --git a/cli/version_bump.php b/cli/version_bump.php index aa11c53..ff5e4a2 100644 --- a/cli/version_bump.php +++ b/cli/version_bump.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_bump.php - * VERSION: 04.06.00 * BRIEF: Auto-increment patch version in README.md — outputs old → new */ diff --git a/cli/version_read.php b/cli/version_read.php index 484e92d..d8bbc7d 100644 --- a/cli/version_read.php +++ b/cli/version_read.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_read.php - * VERSION: 04.06.00 * 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 d5ae577..a55f32f 100644 --- a/cli/version_set_platform.php +++ b/cli/version_set_platform.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_set_platform.php - * VERSION: 04.06.00 * BRIEF: Set version in platform-specific files (Dolibarr $this->version, Joomla ) */ diff --git a/definitions/default/client.tf b/definitions/default/client.tf index 76b8c68..e8f95c8 100644 --- a/definitions/default/client.tf +++ b/definitions/default/client.tf @@ -8,7 +8,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 01.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/dolibarr.tf b/definitions/default/dolibarr.tf index 8cfe815..03b89b3 100644 --- a/definitions/default/dolibarr.tf +++ b/definitions/default/dolibarr.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/generic-repository.tf b/definitions/default/generic-repository.tf index 03b83c3..ece7ef4 100644 --- a/definitions/default/generic-repository.tf +++ b/definitions/default/generic-repository.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/generic.tf b/definitions/default/generic.tf index b68534d..a583949 100644 --- a/definitions/default/generic.tf +++ b/definitions/default/generic.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/github-private-repository.tf b/definitions/default/github-private-repository.tf index 2467d04..a57a3b5 100644 --- a/definitions/default/github-private-repository.tf +++ b/definitions/default/github-private-repository.tf @@ -5,7 +5,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 * * NOTES diff --git a/definitions/default/joomla.tf b/definitions/default/joomla.tf index 7bd05b1..8474c25 100644 --- a/definitions/default/joomla.tf +++ b/definitions/default/joomla.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/mcp-server.tf b/definitions/default/mcp-server.tf index cd610aa..a6a21b3 100644 --- a/definitions/default/mcp-server.tf +++ b/definitions/default/mcp-server.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 04.06.00 * Schema Version: 1.0 */ diff --git a/definitions/default/platform.tf b/definitions/default/platform.tf index 477dcd5..97c0a94 100644 --- a/definitions/default/platform.tf +++ b/definitions/default/platform.tf @@ -8,7 +8,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/default/standards.tf b/definitions/default/standards.tf index ff82396..f36463b 100644 --- a/definitions/default/standards.tf +++ b/definitions/default/standards.tf @@ -4,7 +4,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/.github-private.def.tf b/definitions/sync/.github-private.def.tf index 43e3445..1a21a78 100644 --- a/definitions/sync/.github-private.def.tf +++ b/definitions/sync/.github-private.def.tf @@ -83,7 +83,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/.github.def.tf b/definitions/sync/.github.def.tf index ecf9918..d2018b0 100644 --- a/definitions/sync/.github.def.tf +++ b/definitions/sync/.github.def.tf @@ -98,7 +98,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/Copy-PortablePath.def.tf b/definitions/sync/Copy-PortablePath.def.tf index 33b8bd8..103790b 100644 --- a/definitions/sync/Copy-PortablePath.def.tf +++ b/definitions/sync/Copy-PortablePath.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/DoliMods.def.tf b/definitions/sync/DoliMods.def.tf index f395231..b05ee48 100644 --- a/definitions/sync/DoliMods.def.tf +++ b/definitions/sync/DoliMods.def.tf @@ -89,7 +89,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoCRM.def.tf b/definitions/sync/MokoCRM.def.tf index 4c281d9..a6c9ad8 100644 --- a/definitions/sync/MokoCRM.def.tf +++ b/definitions/sync/MokoCRM.def.tf @@ -91,7 +91,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoCassiopeia.def.tf b/definitions/sync/MokoCassiopeia.def.tf index d682f19..2ab9446 100644 --- a/definitions/sync/MokoCassiopeia.def.tf +++ b/definitions/sync/MokoCassiopeia.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliAdInsights.def.tf b/definitions/sync/MokoDoliAdInsights.def.tf index db9caf8..cd4e429 100644 --- a/definitions/sync/MokoDoliAdInsights.def.tf +++ b/definitions/sync/MokoDoliAdInsights.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliArt.def.tf b/definitions/sync/MokoDoliArt.def.tf index f7865bd..45adcca 100644 --- a/definitions/sync/MokoDoliArt.def.tf +++ b/definitions/sync/MokoDoliArt.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliAuth.def.tf b/definitions/sync/MokoDoliAuth.def.tf index 8051886..0a15d33 100644 --- a/definitions/sync/MokoDoliAuth.def.tf +++ b/definitions/sync/MokoDoliAuth.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliCare.def.tf b/definitions/sync/MokoDoliCare.def.tf index 2517fe8..169a5e3 100644 --- a/definitions/sync/MokoDoliCare.def.tf +++ b/definitions/sync/MokoDoliCare.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliChimp.def.tf b/definitions/sync/MokoDoliChimp.def.tf index 4f06fdb..46908f1 100644 --- a/definitions/sync/MokoDoliChimp.def.tf +++ b/definitions/sync/MokoDoliChimp.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliClaude.def.tf b/definitions/sync/MokoDoliClaude.def.tf index 24c5cb3..d45dcfb 100644 --- a/definitions/sync/MokoDoliClaude.def.tf +++ b/definitions/sync/MokoDoliClaude.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliCredits.def.tf b/definitions/sync/MokoDoliCredits.def.tf index 4787ffc..e66b5f8 100644 --- a/definitions/sync/MokoDoliCredits.def.tf +++ b/definitions/sync/MokoDoliCredits.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliDymo.def.tf b/definitions/sync/MokoDoliDymo.def.tf index e19bdea..c8c892d 100644 --- a/definitions/sync/MokoDoliDymo.def.tf +++ b/definitions/sync/MokoDoliDymo.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliForm.def.tf b/definitions/sync/MokoDoliForm.def.tf index 20f25d5..4ccf61c 100644 --- a/definitions/sync/MokoDoliForm.def.tf +++ b/definitions/sync/MokoDoliForm.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliG.def.tf b/definitions/sync/MokoDoliG.def.tf index 5eddea6..c45cb5b 100644 --- a/definitions/sync/MokoDoliG.def.tf +++ b/definitions/sync/MokoDoliG.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliGithub.def.tf b/definitions/sync/MokoDoliGithub.def.tf index e7cc94f..5b64074 100644 --- a/definitions/sync/MokoDoliGithub.def.tf +++ b/definitions/sync/MokoDoliGithub.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliHRM.def.tf b/definitions/sync/MokoDoliHRM.def.tf index 7888346..bcf96c8 100644 --- a/definitions/sync/MokoDoliHRM.def.tf +++ b/definitions/sync/MokoDoliHRM.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliMods.def.tf b/definitions/sync/MokoDoliMods.def.tf index c5cb7ce..990bb31 100644 --- a/definitions/sync/MokoDoliMods.def.tf +++ b/definitions/sync/MokoDoliMods.def.tf @@ -103,7 +103,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliMulti.def.tf b/definitions/sync/MokoDoliMulti.def.tf index 1b8b49f..5a93f51 100644 --- a/definitions/sync/MokoDoliMulti.def.tf +++ b/definitions/sync/MokoDoliMulti.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliOffline.def.tf b/definitions/sync/MokoDoliOffline.def.tf index 08af317..22cdcf1 100644 --- a/definitions/sync/MokoDoliOffline.def.tf +++ b/definitions/sync/MokoDoliOffline.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliPhone.com.def.tf b/definitions/sync/MokoDoliPhone.com.def.tf index afca29e..333caf4 100644 --- a/definitions/sync/MokoDoliPhone.com.def.tf +++ b/definitions/sync/MokoDoliPhone.com.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliProjTemplate.def.tf b/definitions/sync/MokoDoliProjTemplate.def.tf index 80362e4..8b13e9f 100644 --- a/definitions/sync/MokoDoliProjTemplate.def.tf +++ b/definitions/sync/MokoDoliProjTemplate.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliRelease.def.tf b/definitions/sync/MokoDoliRelease.def.tf index c306308..f4d24fe 100644 --- a/definitions/sync/MokoDoliRelease.def.tf +++ b/definitions/sync/MokoDoliRelease.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliSign.def.tf b/definitions/sync/MokoDoliSign.def.tf index f4f130d..94fc1cf 100644 --- a/definitions/sync/MokoDoliSign.def.tf +++ b/definitions/sync/MokoDoliSign.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliTools.def.tf b/definitions/sync/MokoDoliTools.def.tf index b20c8d4..f313cf8 100644 --- a/definitions/sync/MokoDoliTools.def.tf +++ b/definitions/sync/MokoDoliTools.def.tf @@ -81,7 +81,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDoliTraining.def.tf b/definitions/sync/MokoDoliTraining.def.tf index 2b6c156..1ed5f7c 100644 --- a/definitions/sync/MokoDoliTraining.def.tf +++ b/definitions/sync/MokoDoliTraining.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoDolibarr.def.tf b/definitions/sync/MokoDolibarr.def.tf index 0ab06d8..73352c6 100644 --- a/definitions/sync/MokoDolibarr.def.tf +++ b/definitions/sync/MokoDolibarr.def.tf @@ -103,7 +103,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoISOUpdatePortable.def.tf b/definitions/sync/MokoISOUpdatePortable.def.tf index e63839b..6675543 100644 --- a/definitions/sync/MokoISOUpdatePortable.def.tf +++ b/definitions/sync/MokoISOUpdatePortable.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoJoomHero.def.tf b/definitions/sync/MokoJoomHero.def.tf index e49679c..7340428 100644 --- a/definitions/sync/MokoJoomHero.def.tf +++ b/definitions/sync/MokoJoomHero.def.tf @@ -85,7 +85,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoJoomTOS.def.tf b/definitions/sync/MokoJoomTOS.def.tf index d487bfd..5ff0180 100644 --- a/definitions/sync/MokoJoomTOS.def.tf +++ b/definitions/sync/MokoJoomTOS.def.tf @@ -85,7 +85,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoPerfectPublisher-Discord.def.tf b/definitions/sync/MokoPerfectPublisher-Discord.def.tf index 2eea2f3..2290213 100644 --- a/definitions/sync/MokoPerfectPublisher-Discord.def.tf +++ b/definitions/sync/MokoPerfectPublisher-Discord.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Client.def.tf b/definitions/sync/MokoStandards-Template-Client.def.tf index 22d6a9c..8a6a951 100644 --- a/definitions/sync/MokoStandards-Template-Client.def.tf +++ b/definitions/sync/MokoStandards-Template-Client.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Dolibarr.def.tf b/definitions/sync/MokoStandards-Template-Dolibarr.def.tf index f72d075..2af7a3e 100644 --- a/definitions/sync/MokoStandards-Template-Dolibarr.def.tf +++ b/definitions/sync/MokoStandards-Template-Dolibarr.def.tf @@ -90,7 +90,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Generic.def.tf b/definitions/sync/MokoStandards-Template-Generic.def.tf index bd1402e..a0498f1 100644 --- a/definitions/sync/MokoStandards-Template-Generic.def.tf +++ b/definitions/sync/MokoStandards-Template-Generic.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Component.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Component.def.tf index a081178..eb54758 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Component.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Component.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Library.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Library.def.tf index 817bbab..a88c949 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Library.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Library.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Module.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Module.def.tf index 27d9f65..9132923 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Module.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Module.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Package.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Package.def.tf index 9ce6e81..4043e79 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Package.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Package.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Plugin.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Plugin.def.tf index 71c6a40..bb6ab8f 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Plugin.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Plugin.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoStandards-Template-Joomla-Template.def.tf b/definitions/sync/MokoStandards-Template-Joomla-Template.def.tf index dc0876c..5e784af 100644 --- a/definitions/sync/MokoStandards-Template-Joomla-Template.def.tf +++ b/definitions/sync/MokoStandards-Template-Joomla-Template.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoTesting.def.tf b/definitions/sync/MokoTesting.def.tf index 1f727c8..7ad3cd9 100644 --- a/definitions/sync/MokoTesting.def.tf +++ b/definitions/sync/MokoTesting.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoWaaS.def.tf b/definitions/sync/MokoWaaS.def.tf index bef35e3..b211c54 100644 --- a/definitions/sync/MokoWaaS.def.tf +++ b/definitions/sync/MokoWaaS.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoWaaSAnnounce.def.tf b/definitions/sync/MokoWaaSAnnounce.def.tf index 507ce57..d9c0d74 100644 --- a/definitions/sync/MokoWaaSAnnounce.def.tf +++ b/definitions/sync/MokoWaaSAnnounce.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoWaaSBrand.def.tf b/definitions/sync/MokoWaaSBrand.def.tf index c5263d9..b2b1a60 100644 --- a/definitions/sync/MokoWaaSBrand.def.tf +++ b/definitions/sync/MokoWaaSBrand.def.tf @@ -76,7 +76,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/MokoWinSetup.def.tf b/definitions/sync/MokoWinSetup.def.tf index 2da4aa4..2d058af 100644 --- a/definitions/sync/MokoWinSetup.def.tf +++ b/definitions/sync/MokoWinSetup.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/PLG_FINDER_MOKOVMSMARTSEARCH.def.tf b/definitions/sync/PLG_FINDER_MOKOVMSMARTSEARCH.def.tf index e6d262e..9bcc75d 100644 --- a/definitions/sync/PLG_FINDER_MOKOVMSMARTSEARCH.def.tf +++ b/definitions/sync/PLG_FINDER_MOKOVMSMARTSEARCH.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/client-clarksvillefurs.def.tf b/definitions/sync/client-clarksvillefurs.def.tf index 56f964f..59c8f3c 100644 --- a/definitions/sync/client-clarksvillefurs.def.tf +++ b/definitions/sync/client-clarksvillefurs.def.tf @@ -112,7 +112,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/client-kiddieland.def.tf b/definitions/sync/client-kiddieland.def.tf index 8f63902..48c3859 100644 --- a/definitions/sync/client-kiddieland.def.tf +++ b/definitions/sync/client-kiddieland.def.tf @@ -99,7 +99,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/definitions/sync/client-vexcreations.def.tf b/definitions/sync/client-vexcreations.def.tf index b831647..74001f9 100644 --- a/definitions/sync/client-vexcreations.def.tf +++ b/definitions/sync/client-vexcreations.def.tf @@ -86,7 +86,6 @@ locals { * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 05.00.00 * Schema Version: 1.0 */ diff --git a/deploy/deploy-joomla.php b/deploy/deploy-joomla.php index ef209b2..cdde1f6 100644 --- a/deploy/deploy-joomla.php +++ b/deploy/deploy-joomla.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /deploy/deploy-joomla.php - * VERSION: 04.06.00 * BRIEF: Smart Joomla deploy — routes files to correct Joomla directories based on XML manifest * * Parses the extension's XML manifest to determine type (component, module, diff --git a/deploy/deploy-sftp.php b/deploy/deploy-sftp.php index 2afff3e..4d004de 100644 --- a/deploy/deploy-sftp.php +++ b/deploy/deploy-sftp.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /deploy/deploy-sftp.php - * VERSION: 04.06.00 * 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 ccc11d1..aa11e4d 100644 --- a/fix/fix_line_endings.php +++ b/fix/fix_line_endings.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_line_endings.php - * VERSION: 04.06.00 * 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 f40bc96..afae010 100644 --- a/fix/fix_permissions.php +++ b/fix/fix_permissions.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_permissions.php - * VERSION: 04.06.00 * 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 e23c093..0243086 100644 --- a/fix/fix_tabs.php +++ b/fix/fix_tabs.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_tabs.php - * VERSION: 04.06.00 * 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 21cb04b..52821fb 100644 --- a/fix/fix_trailing_spaces.php +++ b/fix/fix_trailing_spaces.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_trailing_spaces.php - * VERSION: 04.06.00 * BRIEF: CLI script to remove trailing whitespace from tracked source files */ diff --git a/lib/CliBase.php b/lib/CliBase.php index 010cde0..b68a5bf 100644 --- a/lib/CliBase.php +++ b/lib/CliBase.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/CliBase.php - * VERSION: 04.06.00 * BRIEF: Standalone base CLI class for scripts that do not use CliFramework */ diff --git a/lib/Common.php b/lib/Common.php index 52a803a..443730d 100644 --- a/lib/Common.php +++ b/lib/Common.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Common.php - * VERSION: 04.06.00 * BRIEF: Common utility functions for scripts * NOTE: Version format used throughout is zero-padded semver: XX.YY.ZZ (e.g. 04.00.04). * All version regex patterns enforce exactly two digits per component by design. diff --git a/lib/Enterprise/CliFramework.php b/lib/Enterprise/CliFramework.php index e25d973..6bed63c 100644 --- a/lib/Enterprise/CliFramework.php +++ b/lib/Enterprise/CliFramework.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/CliFramework.php - * VERSION: 04.06.00 * BRIEF: CLI base classes — CliFramework (current) and CLIApp (legacy) * NOTE: All new scripts must extend CliFramework, not CLIApp. * CLIApp remains for backward-compatibility with existing scripts. diff --git a/lib/Enterprise/DefinitionParser.php b/lib/Enterprise/DefinitionParser.php index b1fde7f..f316bf0 100644 --- a/lib/Enterprise/DefinitionParser.php +++ b/lib/Enterprise/DefinitionParser.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/DefinitionParser.php - * VERSION: 04.06.00 * 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 3b360ae..605b836 100644 --- a/lib/Enterprise/EnterpriseReadinessValidator.php +++ b/lib/Enterprise/EnterpriseReadinessValidator.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/EnterpriseReadinessValidator.php - * VERSION: 04.06.00 * BRIEF: Enterprise readiness validation library */ diff --git a/lib/Enterprise/FileFixUtility.php b/lib/Enterprise/FileFixUtility.php index b800fcc..4973d6a 100644 --- a/lib/Enterprise/FileFixUtility.php +++ b/lib/Enterprise/FileFixUtility.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/FileFixUtility.php - * VERSION: 04.06.00 * 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 312fab1..dc59ff6 100644 --- a/lib/Enterprise/GitHubAdapter.php +++ b/lib/Enterprise/GitHubAdapter.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GitHubAdapter.php - * VERSION: 04.06.10 * BRIEF: GitHub implementation of GitPlatformAdapter */ diff --git a/lib/Enterprise/GitPlatformAdapter.php b/lib/Enterprise/GitPlatformAdapter.php index 145218c..6526456 100644 --- a/lib/Enterprise/GitPlatformAdapter.php +++ b/lib/Enterprise/GitPlatformAdapter.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GitPlatformAdapter.php - * VERSION: 04.06.10 * BRIEF: Interface defining all git platform operations for GitHub/Gitea abstraction */ diff --git a/lib/Enterprise/GiteaAdapter.php b/lib/Enterprise/GiteaAdapter.php index 5aa9699..4afc732 100644 --- a/lib/Enterprise/GiteaAdapter.php +++ b/lib/Enterprise/GiteaAdapter.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GiteaAdapter.php - * VERSION: 04.06.10 * BRIEF: Gitea implementation of GitPlatformAdapter */ diff --git a/lib/Enterprise/MokoStandardsParser.php b/lib/Enterprise/MokoStandardsParser.php index fe033ad..0e7f45d 100644 --- a/lib/Enterprise/MokoStandardsParser.php +++ b/lib/Enterprise/MokoStandardsParser.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/MokoStandardsParser.php - * VERSION: 04.07.00 * BRIEF: Parser for the XML-based .mokostandards repository manifest */ diff --git a/lib/Enterprise/PackageBuilder.php b/lib/Enterprise/PackageBuilder.php index 76d6d3f..f867315 100644 --- a/lib/Enterprise/PackageBuilder.php +++ b/lib/Enterprise/PackageBuilder.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Lib * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/PackageBuilder.php - * VERSION: 04.06.00 * 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 40ba2e5..a7d8182 100644 --- a/lib/Enterprise/PlatformAdapterFactory.php +++ b/lib/Enterprise/PlatformAdapterFactory.php @@ -10,7 +10,6 @@ * INGROUP: MokoStandards.Enterprise * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/PlatformAdapterFactory.php - * VERSION: 04.06.10 * BRIEF: Factory for creating platform-specific GitPlatformAdapter instances */ diff --git a/lib/Enterprise/Plugins/ApiPlugin.php b/lib/Enterprise/Plugins/ApiPlugin.php index 7276a9c..c0c41cc 100644 --- a/lib/Enterprise/Plugins/ApiPlugin.php +++ b/lib/Enterprise/Plugins/ApiPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/ApiPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for API/Microservices projects */ diff --git a/lib/Enterprise/Plugins/DocumentationPlugin.php b/lib/Enterprise/Plugins/DocumentationPlugin.php index 891a144..9e559de 100644 --- a/lib/Enterprise/Plugins/DocumentationPlugin.php +++ b/lib/Enterprise/Plugins/DocumentationPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/DocumentationPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for documentation projects */ diff --git a/lib/Enterprise/Plugins/DolibarrPlugin.php b/lib/Enterprise/Plugins/DolibarrPlugin.php index ce8b86a..8a82242 100644 --- a/lib/Enterprise/Plugins/DolibarrPlugin.php +++ b/lib/Enterprise/Plugins/DolibarrPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/DolibarrPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Dolibarr modules */ diff --git a/lib/Enterprise/Plugins/GenericPlugin.php b/lib/Enterprise/Plugins/GenericPlugin.php index 9a48987..ce6f531 100644 --- a/lib/Enterprise/Plugins/GenericPlugin.php +++ b/lib/Enterprise/Plugins/GenericPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/GenericPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for generic projects */ diff --git a/lib/Enterprise/Plugins/JoomlaPlugin.php b/lib/Enterprise/Plugins/JoomlaPlugin.php index b7acbc0..a04f50e 100644 --- a/lib/Enterprise/Plugins/JoomlaPlugin.php +++ b/lib/Enterprise/Plugins/JoomlaPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/JoomlaPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Joomla projects */ diff --git a/lib/Enterprise/Plugins/McpServerPlugin.php b/lib/Enterprise/Plugins/McpServerPlugin.php index aaf61ce..09a3011 100644 --- a/lib/Enterprise/Plugins/McpServerPlugin.php +++ b/lib/Enterprise/Plugins/McpServerPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/McpServerPlugin.php - * VERSION: 04.06.00 * 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 d28421a..6d53514 100644 --- a/lib/Enterprise/Plugins/MobilePlugin.php +++ b/lib/Enterprise/Plugins/MobilePlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/MobilePlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for mobile app projects */ diff --git a/lib/Enterprise/Plugins/NodeJsPlugin.php b/lib/Enterprise/Plugins/NodeJsPlugin.php index 9fa2d87..f166ba9 100644 --- a/lib/Enterprise/Plugins/NodeJsPlugin.php +++ b/lib/Enterprise/Plugins/NodeJsPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/NodeJsPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Node.js/TypeScript projects */ diff --git a/lib/Enterprise/Plugins/PythonPlugin.php b/lib/Enterprise/Plugins/PythonPlugin.php index b316c6f..04a4998 100644 --- a/lib/Enterprise/Plugins/PythonPlugin.php +++ b/lib/Enterprise/Plugins/PythonPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/PythonPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Python projects */ diff --git a/lib/Enterprise/Plugins/TerraformPlugin.php b/lib/Enterprise/Plugins/TerraformPlugin.php index dad733f..7b4b406 100644 --- a/lib/Enterprise/Plugins/TerraformPlugin.php +++ b/lib/Enterprise/Plugins/TerraformPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/TerraformPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Terraform projects */ diff --git a/lib/Enterprise/Plugins/WordPressPlugin.php b/lib/Enterprise/Plugins/WordPressPlugin.php index e6bf729..b241d85 100644 --- a/lib/Enterprise/Plugins/WordPressPlugin.php +++ b/lib/Enterprise/Plugins/WordPressPlugin.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/WordPressPlugin.php - * VERSION: 04.06.00 * BRIEF: Enterprise plugin for WordPress projects */ diff --git a/lib/Enterprise/ProjectConfigValidator.php b/lib/Enterprise/ProjectConfigValidator.php index cabbea1..0924dbd 100644 --- a/lib/Enterprise/ProjectConfigValidator.php +++ b/lib/Enterprise/ProjectConfigValidator.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectConfigValidator.php - * VERSION: 04.06.00 * BRIEF: Enterprise library for validating project configurations */ diff --git a/lib/Enterprise/ProjectMetricsCollector.php b/lib/Enterprise/ProjectMetricsCollector.php index 303bbe6..9131c88 100644 --- a/lib/Enterprise/ProjectMetricsCollector.php +++ b/lib/Enterprise/ProjectMetricsCollector.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectMetricsCollector.php - * VERSION: 04.06.00 * BRIEF: Enterprise library for collecting project-specific metrics */ diff --git a/lib/Enterprise/ProjectTypeDetector.php b/lib/Enterprise/ProjectTypeDetector.php index 7ddae4d..a917686 100644 --- a/lib/Enterprise/ProjectTypeDetector.php +++ b/lib/Enterprise/ProjectTypeDetector.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectTypeDetector.php - * VERSION: 04.06.00 * BRIEF: Enterprise library for detecting project types */ diff --git a/lib/Enterprise/RepositoryHealthChecker.php b/lib/Enterprise/RepositoryHealthChecker.php index deed3f2..85b3af3 100644 --- a/lib/Enterprise/RepositoryHealthChecker.php +++ b/lib/Enterprise/RepositoryHealthChecker.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/RepositoryHealthChecker.php - * VERSION: 04.06.00 * BRIEF: Repository health checking enterprise library */ diff --git a/lib/Enterprise/RepositorySynchronizer.php b/lib/Enterprise/RepositorySynchronizer.php index fff5d22..5ef8eb4 100644 --- a/lib/Enterprise/RepositorySynchronizer.php +++ b/lib/Enterprise/RepositorySynchronizer.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/RepositorySynchronizer.php - * VERSION: 04.06.00 * BRIEF: Repository synchronization enterprise library */ diff --git a/lib/Enterprise/SynchronizationException.php b/lib/Enterprise/SynchronizationException.php index 9e3436b..0b021b4 100644 --- a/lib/Enterprise/SynchronizationException.php +++ b/lib/Enterprise/SynchronizationException.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/SynchronizationException.php - * VERSION: 04.06.00 * BRIEF: Custom exception for repository synchronization errors */ diff --git a/lib/plugins/Joomla/UpdateXmlGenerator.php b/lib/plugins/Joomla/UpdateXmlGenerator.php index 98a8e31..189fccf 100644 --- a/lib/plugins/Joomla/UpdateXmlGenerator.php +++ b/lib/plugins/Joomla/UpdateXmlGenerator.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/plugins/Joomla/UpdateXmlGenerator.php - * VERSION: 04.07.00 * BRIEF: Generates and updates Joomla extension updates.xml files */ diff --git a/maintenance/pin_action_shas.php b/maintenance/pin_action_shas.php index e525d93..4c70f83 100644 --- a/maintenance/pin_action_shas.php +++ b/maintenance/pin_action_shas.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/pin_action_shas.php - * VERSION: 04.06.00 * 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 * the CodeQL "Unpinned tag for a non-immutable Action" security rule. diff --git a/maintenance/repo_inventory.php b/maintenance/repo_inventory.php index 2c3d783..4086fbb 100644 --- a/maintenance/repo_inventory.php +++ b/maintenance/repo_inventory.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/repo_inventory.php - * VERSION: 04.06.00 * BRIEF: Generate a live inventory dashboard of all governed repos as a GitHub issue * * USAGE diff --git a/maintenance/rotate_secrets.php b/maintenance/rotate_secrets.php index 8e3e709..cfcb0ce 100644 --- a/maintenance/rotate_secrets.php +++ b/maintenance/rotate_secrets.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/rotate_secrets.php - * VERSION: 04.06.00 * BRIEF: Audit FTP secrets and variables across all governed repos — report missing or stale * * USAGE diff --git a/maintenance/setup_labels.php b/maintenance/setup_labels.php index 6415385..fa87abd 100644 --- a/maintenance/setup_labels.php +++ b/maintenance/setup_labels.php @@ -13,7 +13,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/setup_labels.php - * VERSION: 04.06.00 * 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 0932fc1..f12a4ed 100644 --- a/maintenance/sync_dolibarr_readmes.php +++ b/maintenance/sync_dolibarr_readmes.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/sync_dolibarr_readmes.php - * VERSION: 04.06.00 * 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 * patterns enforce exactly two digits per component by design. diff --git a/maintenance/update_repo_inventory.php b/maintenance/update_repo_inventory.php index 7c57e05..ff2228c 100644 --- a/maintenance/update_repo_inventory.php +++ b/maintenance/update_repo_inventory.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_repo_inventory.php - * VERSION: 04.06.00 * 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 9b45a73..2c7c005 100755 --- a/maintenance/update_sha_hashes.php +++ b/maintenance/update_sha_hashes.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_sha_hashes.php - * VERSION: 04.06.00 * 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 93c0499..7c42f03 100644 --- a/maintenance/update_version_from_readme.php +++ b/maintenance/update_version_from_readme.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_version_from_readme.php - * VERSION: 04.06.00 * 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. * Version format is zero-padded semver: XX.YY.ZZ (e.g. 04.00.04). All regex patterns diff --git a/mcp/src/config.ts b/mcp/src/config.ts index 1c36d96..892be4c 100644 --- a/mcp/src/config.ts +++ b/mcp/src/config.ts @@ -9,7 +9,6 @@ * INGROUP: MokoStandards-API * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /mcp/src/config.ts - * VERSION: 01.00.00 * BRIEF: Configuration loader for MokoStandards MCP server */ diff --git a/mcp/src/index.ts b/mcp/src/index.ts index 016df77..3483c33 100644 --- a/mcp/src/index.ts +++ b/mcp/src/index.ts @@ -10,7 +10,6 @@ * INGROUP: MokoStandards-API * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /mcp/src/index.ts - * VERSION: 01.00.00 * BRIEF: MCP server entry point — exposes MokoStandards governance tools */ diff --git a/mcp/src/runner.ts b/mcp/src/runner.ts index f23386d..d3b7439 100644 --- a/mcp/src/runner.ts +++ b/mcp/src/runner.ts @@ -9,7 +9,6 @@ * INGROUP: MokoStandards-API * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /mcp/src/runner.ts - * VERSION: 01.00.00 * 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 dd2bee5..3d3fcf7 100644 --- a/mcp/src/types.ts +++ b/mcp/src/types.ts @@ -9,7 +9,6 @@ * INGROUP: MokoStandards-API * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /mcp/src/types.ts - * VERSION: 01.00.00 * BRIEF: TypeScript type definitions for MokoStandards MCP server */ diff --git a/plugin_health_check.php b/plugin_health_check.php index 40943c6..65d1011 100755 --- a/plugin_health_check.php +++ b/plugin_health_check.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_health_check.php - * VERSION: 04.06.00 * 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 77a8aa3..921d2f8 100755 --- a/plugin_list.php +++ b/plugin_list.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_list.php - * VERSION: 04.06.00 * BRIEF: List all available project-type plugins and their capabilities */ diff --git a/plugin_metrics.php b/plugin_metrics.php index f67a504..221b0ca 100755 --- a/plugin_metrics.php +++ b/plugin_metrics.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_metrics.php - * VERSION: 04.06.00 * BRIEF: Collect project metrics using the auto-detected or specified plugin */ diff --git a/plugin_readiness.php b/plugin_readiness.php index ef40ae8..dc78c81 100755 --- a/plugin_readiness.php +++ b/plugin_readiness.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_readiness.php - * VERSION: 04.06.00 * 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 9e59141..b867b62 100755 --- a/plugin_validate.php +++ b/plugin_validate.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_validate.php - * VERSION: 04.06.00 * 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 9cc4c3e..5271e17 100644 --- a/release/generate_dolibarr_version_txt.php +++ b/release/generate_dolibarr_version_txt.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /release/generate_dolibarr_version_txt.php - * VERSION: 04.06.00 * BRIEF: Create or update version.txt on Dolibarr module release * * Dolibarr Update Server helper. On each release it: diff --git a/release/generate_joomla_update_xml.php b/release/generate_joomla_update_xml.php index b7f0678..6f2e513 100644 --- a/release/generate_joomla_update_xml.php +++ b/release/generate_joomla_update_xml.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Scripts * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /release/generate_joomla_update_xml.php - * VERSION: 04.06.00 * BRIEF: Create or update the in updates.xml on release * * Minimal Joomla Update Server helper. On each release it: diff --git a/templates/configs/README.md b/templates/configs/README.md index 05b6e56..eee5324 100644 --- a/templates/configs/README.md +++ b/templates/configs/README.md @@ -10,7 +10,6 @@ DEFGROUP: MokoStandards.Templates INGROUP: MokoStandards REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards PATH: /templates/configs/README.md -VERSION: 04.06.00 BRIEF: Code quality and security tool configuration templates --> diff --git a/templates/configs/mokostandards.xml.template b/templates/configs/mokostandards.xml.template index b95e787..4b48379 100644 --- a/templates/configs/mokostandards.xml.template +++ b/templates/configs/mokostandards.xml.template @@ -7,7 +7,6 @@ INGROUP: MokoStandards.Templates REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API PATH: /templates/configs/mokostandards.xml.template - VERSION: 04.07.00 BRIEF: XML manifest template — synced to .gitea/.mokostandards in every governed repository NOTE: This template is a reference only. The bulk sync generates XML via MokoStandardsParser::generate(). diff --git a/templates/configs/mokostandards.yml.template b/templates/configs/mokostandards.yml.template index 09eaee9..bba82ed 100644 --- a/templates/configs/mokostandards.yml.template +++ b/templates/configs/mokostandards.yml.template @@ -5,7 +5,6 @@ # INGROUP: MokoStandards.Templates # REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards # PATH: /templates/configs/moko-standards.yml.template -# VERSION: 04.06.00 # BRIEF: Governance attachment template — synced to .mokostandards in every governed repository # NOTE: Tokens replaced at sync time: {{org}}, {{repo_name}}, {{platform}}, {{standards_version}} # diff --git a/templates/docs/dolibarr/update-server.md b/templates/docs/dolibarr/update-server.md index a110f34..39d1b26 100644 --- a/templates/docs/dolibarr/update-server.md +++ b/templates/docs/dolibarr/update-server.md @@ -10,7 +10,6 @@ DEFGROUP: MokoStandards.Documentation INGROUP: MokoStandards.Templates REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards PATH: /templates/docs/dolibarr/update-server.md -VERSION: 04.06.00 BRIEF: Developer guide for wiring up Dolibarr module update checks — synced to docs/ in all CRM repos --> diff --git a/templates/docs/extra/template-CODE_OF_CONDUCT.md b/templates/docs/extra/template-CODE_OF_CONDUCT.md index aa42da9..ad38856 100644 --- a/templates/docs/extra/template-CODE_OF_CONDUCT.md +++ b/templates/docs/extra/template-CODE_OF_CONDUCT.md @@ -14,7 +14,6 @@ DEFGROUP: INGROUP: Project.Documentation REPO: - VERSION: 04.06.00 PATH: ./CODE_OF_CONDUCT.md BRIEF: Reference + packaging repo for Moko Consulting Developer GPT Other Default --> diff --git a/templates/docs/required/template-CHANGELOG.md b/templates/docs/required/template-CHANGELOG.md index 80a7af3..190fcd4 100644 --- a/templates/docs/required/template-CHANGELOG.md +++ b/templates/docs/required/template-CHANGELOG.md @@ -13,7 +13,6 @@ DEFGROUP: INGROUP: Documentation REPO: - VERSION: 04.06.00 PATH: ./CHANGELOG.md BRIEF: Version history using Keep a Changelog --> diff --git a/templates/docs/required/template-INSTALLATION.md b/templates/docs/required/template-INSTALLATION.md index f83ed81..6e680ae 100644 --- a/templates/docs/required/template-INSTALLATION.md +++ b/templates/docs/required/template-INSTALLATION.md @@ -7,7 +7,6 @@ SPDX-License-Identifier: GPL-3.0-or-later # FILE INFORMATION PATH: /docs/INSTALLATION.md -VERSION: 04.06.00 BRIEF: Installation and setup instructions for [PROJECT_NAME] --> diff --git a/templates/docs/required/template-LICENSE.md b/templates/docs/required/template-LICENSE.md index 313e5f6..eee9479 100644 --- a/templates/docs/required/template-LICENSE.md +++ b/templates/docs/required/template-LICENSE.md @@ -14,7 +14,6 @@ DEFGROUP: INGROUP: Project.Documentation REPO: - VERSION: 04.06.00 PATH: ./LICENSE.md BRIEF: Project license (GPL-3.0-or-later) --> diff --git a/templates/docs/required/template-README.md b/templates/docs/required/template-README.md index 18d11a5..76d3c72 100644 --- a/templates/docs/required/template-README.md +++ b/templates/docs/required/template-README.md @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License (./LICENSE). DEFGROUP: {{DEFGROUP}} INGROUP: {{INGROUP}} REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/{{REPO_NAME}} -VERSION: 04.06.00 PATH: /README.md BRIEF: {{REPO_DESCRIPTION}} --> @@ -23,7 +22,6 @@ BRIEF: {{REPO_DESCRIPTION}} # {{REPO_NAME}} [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[VERSION: 04.06.00] [![MokoStandards](https://img.shields.io/badge/MokoStandards-{{standards_version}}-orange)](https://git.mokoconsulting.tech/MokoConsulting/MokoStandards) > {{REPO_DESCRIPTION}} diff --git a/templates/docs/required/template-SECURITY.md b/templates/docs/required/template-SECURITY.md index 9c8d67a..6e82f30 100644 --- a/templates/docs/required/template-SECURITY.md +++ b/templates/docs/required/template-SECURITY.md @@ -23,7 +23,6 @@ DEFGROUP: [PROJECT_NAME] INGROUP: [PROJECT_NAME].Documentation REPO: [REPOSITORY_URL] PATH: /SECURITY.md -VERSION: 04.06.00 BRIEF: Security vulnerability reporting and handling policy --> diff --git a/templates/gitea/README.md b/templates/gitea/README.md index 8e77342..d596abe 100644 --- a/templates/gitea/README.md +++ b/templates/gitea/README.md @@ -23,7 +23,6 @@ DEFGROUP: MokoStandards.Templates INGROUP: MokoStandards.GitHub REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards PATH: /templates/github/README.md -VERSION: 04.06.00 BRIEF: GitHub-specific templates including issues, PRs, and CODEOWNERS --> diff --git a/templates/index.md b/templates/index.md index 9224458..2c86d6c 100644 --- a/templates/index.md +++ b/templates/index.md @@ -23,7 +23,6 @@ DEFGROUP: MokoStandards.Templates INGROUP: MokoStandards REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards PATH: /templates/index.md -VERSION: 04.06.00 BRIEF: Comprehensive catalog of all templates in MokoStandards --> diff --git a/templates/schemas/mokostandards-schema.xsd b/templates/schemas/mokostandards-schema.xsd index a039ea0..6023d44 100644 --- a/templates/schemas/mokostandards-schema.xsd +++ b/templates/schemas/mokostandards-schema.xsd @@ -7,7 +7,6 @@ INGROUP: MokoStandards.Governance REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API PATH: /docs/standards/mokostandards-schema.xsd - VERSION: 04.07.00 BRIEF: XML Schema Definition for the .mokostandards repository manifest file --> diff --git a/templates/scripts/validate/dolibarr_module.php b/templates/scripts/validate/dolibarr_module.php index dfe2368..b10a0e7 100644 --- a/templates/scripts/validate/dolibarr_module.php +++ b/templates/scripts/validate/dolibarr_module.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Templates * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards * PATH: /templates/scripts/validate/dolibarr_module.php - * VERSION: 04.06.00 * BRIEF: Validate a Dolibarr module repository against MokoStandards requirements * NOTE: Deployed to bin/validate_module.php in governed Dolibarr module repos. * Run: php bin/validate_module.php [--path DIR] [--verbose] [--json] diff --git a/templates/scripts/validate/validate_manifest.php b/templates/scripts/validate/validate_manifest.php index ab49cd1..31895a7 100644 --- a/templates/scripts/validate/validate_manifest.php +++ b/templates/scripts/validate/validate_manifest.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Templates * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards * PATH: /templates/scripts/validate/validate_manifest.php - * VERSION: 04.06.00 * BRIEF: Validate a Joomla component XML manifest against MokoStandards requirements * NOTE: Deployed to bin/validate_manifest.php in governed WaaS component repos. * Run: php bin/validate_manifest.php [--path DIR] [--verbose] diff --git a/templates/scripts/validate/validate_structure.php b/templates/scripts/validate/validate_structure.php index 975f45b..01afb51 100644 --- a/templates/scripts/validate/validate_structure.php +++ b/templates/scripts/validate/validate_structure.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards.Templates * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards * PATH: /templates/scripts/validate/validate_structure.php - * VERSION: 04.06.00 * BRIEF: Validate a repository structure against MokoStandards requirements * NOTE: Deployed to bin/validate_structure.php in governed generic/default repos. * Run: php bin/validate_structure.php [--path DIR] [--verbose] diff --git a/templates/stubs/dolibarr.php b/templates/stubs/dolibarr.php index 63dbf3e..c773edd 100644 --- a/templates/stubs/dolibarr.php +++ b/templates/stubs/dolibarr.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards * PATH: /templates/stubs/dolibarr.php - * VERSION: 04.06.00 * BRIEF: PHPStan stub declarations for Dolibarr core classes * * These are declaration-only stubs (no implementations) that let PHPStan resolve diff --git a/templates/stubs/joomla.php b/templates/stubs/joomla.php index 0848eee..d4e4115 100644 --- a/templates/stubs/joomla.php +++ b/templates/stubs/joomla.php @@ -9,7 +9,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards * PATH: /templates/stubs/joomla.php - * VERSION: 04.06.00 * BRIEF: PHPStan stub declarations for Joomla framework classes * * Declaration-only stubs so PHPStan can resolve Joomla types in extension source diff --git a/templates/web/assets/css/app.css b/templates/web/assets/css/app.css index a018278..22d3f31 100644 --- a/templates/web/assets/css/app.css +++ b/templates/web/assets/css/app.css @@ -3,7 +3,6 @@ * * Copyright (C) 2026 Moko Consulting * SPDX-License-Identifier: GPL-3.0-or-later - * Version: 04.00.00 * * Based on Material Design 3 (Material You) * https://m3.material.io/ diff --git a/templates/workflows/gitleaks.yml.template b/templates/workflows/gitleaks.yml.template index b29f881..113581a 100644 --- a/templates/workflows/gitleaks.yml.template +++ b/templates/workflows/gitleaks.yml.template @@ -7,7 +7,6 @@ # INGROUP: MokoStandards.Security # REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API # PATH: /templates/workflows/gitleaks.yml.template -# VERSION: 01.00.00 # BRIEF: Secret scanning — detect leaked credentials, API keys, and tokens # # +========================================================================+ diff --git a/tests/Enterprise/GitPlatformAdapterTest.php b/tests/Enterprise/GitPlatformAdapterTest.php index 60595e6..12060da 100644 --- a/tests/Enterprise/GitPlatformAdapterTest.php +++ b/tests/Enterprise/GitPlatformAdapterTest.php @@ -8,7 +8,6 @@ * INGROUP: MokoStandards.Tests * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /tests/Enterprise/GitPlatformAdapterTest.php - * VERSION: 04.06.10 * BRIEF: Tests verifying both adapters implement GitPlatformAdapter correctly */ diff --git a/validate/auto_detect_platform.php b/validate/auto_detect_platform.php index bf1fa19..024e7d1 100755 --- a/validate/auto_detect_platform.php +++ b/validate/auto_detect_platform.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/auto_detect_platform.php - * VERSION: 04.06.00 * BRIEF: Automatic platform detection and validation - PHP implementation */ diff --git a/validate/check_changelog.php b/validate/check_changelog.php index d7c3d79..b1b394f 100644 --- a/validate/check_changelog.php +++ b/validate/check_changelog.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_changelog.php - * VERSION: 04.06.00 * BRIEF: Validates CHANGELOG.md structure and format */ diff --git a/validate/check_composer_deps.php b/validate/check_composer_deps.php index 16d3058..cb40b3d 100644 --- a/validate/check_composer_deps.php +++ b/validate/check_composer_deps.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_composer_deps.php - * VERSION: 04.06.00 * BRIEF: Validate composer.json enterprise dependency across all governed repos * * USAGE diff --git a/validate/check_dolibarr_module.php b/validate/check_dolibarr_module.php index 4db18b9..8b55846 100644 --- a/validate/check_dolibarr_module.php +++ b/validate/check_dolibarr_module.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_dolibarr_module.php - * VERSION: 04.06.00 * BRIEF: Validates Dolibarr module directory structure */ diff --git a/validate/check_enterprise_readiness.php b/validate/check_enterprise_readiness.php index 37e85db..0ea65b1 100755 --- a/validate/check_enterprise_readiness.php +++ b/validate/check_enterprise_readiness.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_enterprise_readiness.php - * VERSION: 04.06.00 * BRIEF: Enterprise readiness checker - PHP implementation */ diff --git a/validate/check_joomla_manifest.php b/validate/check_joomla_manifest.php index 2704e4a..c9f0f00 100644 --- a/validate/check_joomla_manifest.php +++ b/validate/check_joomla_manifest.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_joomla_manifest.php - * VERSION: 04.06.00 * BRIEF: Validates Joomla XML manifest structure and required elements */ diff --git a/validate/check_language_structure.php b/validate/check_language_structure.php index 4350ba0..4fef11b 100644 --- a/validate/check_language_structure.php +++ b/validate/check_language_structure.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_language_structure.php - * VERSION: 04.06.00 * BRIEF: Validates language INI file structure (KEY=value format) */ diff --git a/validate/check_license_headers.php b/validate/check_license_headers.php index b111e9f..50a6887 100644 --- a/validate/check_license_headers.php +++ b/validate/check_license_headers.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_license_headers.php - * VERSION: 04.06.00 * BRIEF: Validates SPDX license headers in source files (advisory) */ diff --git a/validate/check_no_secrets.php b/validate/check_no_secrets.php index 7a2743f..5dd2759 100644 --- a/validate/check_no_secrets.php +++ b/validate/check_no_secrets.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_no_secrets.php - * VERSION: 04.06.00 * BRIEF: Checks for potential secrets in committed files (advisory) */ diff --git a/validate/check_paths.php b/validate/check_paths.php index 06b5dcc..0ce12fa 100644 --- a/validate/check_paths.php +++ b/validate/check_paths.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_paths.php - * VERSION: 04.06.00 * BRIEF: Validates that path separators use forward slashes (advisory) */ diff --git a/validate/check_php_syntax.php b/validate/check_php_syntax.php index 724d29a..60d50f0 100644 --- a/validate/check_php_syntax.php +++ b/validate/check_php_syntax.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_php_syntax.php - * VERSION: 04.06.00 * BRIEF: Validates PHP syntax for all tracked PHP files using php -l */ diff --git a/validate/check_repo_health.php b/validate/check_repo_health.php index 6fde3f4..cd0110c 100755 --- a/validate/check_repo_health.php +++ b/validate/check_repo_health.php @@ -9,7 +9,6 @@ * INGROUP: moko-platform * REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform * PATH: /validate/check_repo_health.php - * VERSION: 05.00.00 * BRIEF: Repository health checker — validates against current Moko standards (wiki-first, no docs/) * * Categories: diff --git a/validate/check_structure.php b/validate/check_structure.php index 6f6f041..c544884 100644 --- a/validate/check_structure.php +++ b/validate/check_structure.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_structure.php - * VERSION: 04.06.00 * BRIEF: Validates required repository directory and file structure */ diff --git a/validate/check_tabs.php b/validate/check_tabs.php index 6992169..c628eac 100644 --- a/validate/check_tabs.php +++ b/validate/check_tabs.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_tabs.php - * VERSION: 04.06.00 * 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 ec84389..fffc657 100755 --- a/validate/check_version_consistency.php +++ b/validate/check_version_consistency.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_version_consistency.php - * VERSION: 04.06.00 * 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 8a0d89b..fea8858 100644 --- a/validate/check_wiki_health.php +++ b/validate/check_wiki_health.php @@ -8,7 +8,6 @@ * DEFGROUP: MokoStandards.Validate * INGROUP: MokoStandards * PATH: /validate/check_wiki_health.php - * VERSION: 01.00.00 * 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 72e2d32..61d2831 100644 --- a/validate/check_xml_wellformed.php +++ b/validate/check_xml_wellformed.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_xml_wellformed.php - * VERSION: 04.06.00 * BRIEF: Validates that all tracked XML files are well-formed */ diff --git a/validate/scan_drift.php b/validate/scan_drift.php index 201aa4b..14860b5 100755 --- a/validate/scan_drift.php +++ b/validate/scan_drift.php @@ -12,7 +12,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/scan_drift.php - * VERSION: 04.06.00 * 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 b16dbfd..d7ca181 100644 --- a/wrappers/auto_detect_platform.php +++ b/wrappers/auto_detect_platform.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/auto_detect_platform.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/auto_detect_platform.php */ diff --git a/wrappers/bulk_sync.php b/wrappers/bulk_sync.php index e62d9e6..7db3c53 100644 --- a/wrappers/bulk_sync.php +++ b/wrappers/bulk_sync.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/bulk_sync.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for automation/bulk_sync.php */ diff --git a/wrappers/check_changelog.php b/wrappers/check_changelog.php index efd221a..f6adf25 100644 --- a/wrappers/check_changelog.php +++ b/wrappers/check_changelog.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_changelog.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_changelog.php */ diff --git a/wrappers/check_dolibarr_module.php b/wrappers/check_dolibarr_module.php index 9431f3d..d31a5b8 100644 --- a/wrappers/check_dolibarr_module.php +++ b/wrappers/check_dolibarr_module.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_dolibarr_module.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_dolibarr_module.php */ diff --git a/wrappers/check_enterprise_readiness.php b/wrappers/check_enterprise_readiness.php index b206383..fcac0f7 100644 --- a/wrappers/check_enterprise_readiness.php +++ b/wrappers/check_enterprise_readiness.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_enterprise_readiness.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_enterprise_readiness.php */ diff --git a/wrappers/check_joomla_manifest.php b/wrappers/check_joomla_manifest.php index bc9e601..4b9e4fd 100644 --- a/wrappers/check_joomla_manifest.php +++ b/wrappers/check_joomla_manifest.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_joomla_manifest.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_joomla_manifest.php */ diff --git a/wrappers/check_language_structure.php b/wrappers/check_language_structure.php index dfdf329..2fa8871 100644 --- a/wrappers/check_language_structure.php +++ b/wrappers/check_language_structure.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_language_structure.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_language_structure.php */ diff --git a/wrappers/check_license_headers.php b/wrappers/check_license_headers.php index 54fd842..2ed5933 100644 --- a/wrappers/check_license_headers.php +++ b/wrappers/check_license_headers.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_license_headers.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_license_headers.php */ diff --git a/wrappers/check_no_secrets.php b/wrappers/check_no_secrets.php index edac90d..b11a5f3 100644 --- a/wrappers/check_no_secrets.php +++ b/wrappers/check_no_secrets.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_no_secrets.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_no_secrets.php */ diff --git a/wrappers/check_paths.php b/wrappers/check_paths.php index 7bad72e..f684a2c 100644 --- a/wrappers/check_paths.php +++ b/wrappers/check_paths.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_paths.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_paths.php */ diff --git a/wrappers/check_php_syntax.php b/wrappers/check_php_syntax.php index 3025501..717046a 100644 --- a/wrappers/check_php_syntax.php +++ b/wrappers/check_php_syntax.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_php_syntax.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_php_syntax.php */ diff --git a/wrappers/check_repo_health.php b/wrappers/check_repo_health.php index 82a47d5..6c940fe 100644 --- a/wrappers/check_repo_health.php +++ b/wrappers/check_repo_health.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_repo_health.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_repo_health.php */ diff --git a/wrappers/check_structure.php b/wrappers/check_structure.php index 40552e6..88361cb 100644 --- a/wrappers/check_structure.php +++ b/wrappers/check_structure.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_structure.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_structure.php */ diff --git a/wrappers/check_tabs.php b/wrappers/check_tabs.php index 95a62ab..b51a77f 100644 --- a/wrappers/check_tabs.php +++ b/wrappers/check_tabs.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_tabs.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_tabs.php */ diff --git a/wrappers/check_version_consistency.php b/wrappers/check_version_consistency.php index f67f067..3fdcc92 100644 --- a/wrappers/check_version_consistency.php +++ b/wrappers/check_version_consistency.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_version_consistency.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_version_consistency.php */ diff --git a/wrappers/check_xml_wellformed.php b/wrappers/check_xml_wellformed.php index 53306b0..f3391e1 100644 --- a/wrappers/check_xml_wellformed.php +++ b/wrappers/check_xml_wellformed.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_xml_wellformed.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/check_xml_wellformed.php */ diff --git a/wrappers/deploy_sftp.php b/wrappers/deploy_sftp.php index b947bda..0a66db1 100644 --- a/wrappers/deploy_sftp.php +++ b/wrappers/deploy_sftp.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/deploy_sftp.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for deploy/deploy-sftp.php */ diff --git a/wrappers/fix_line_endings.php b/wrappers/fix_line_endings.php index 5eac189..0cece56 100644 --- a/wrappers/fix_line_endings.php +++ b/wrappers/fix_line_endings.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_line_endings.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for fix/fix_line_endings.php */ diff --git a/wrappers/fix_permissions.php b/wrappers/fix_permissions.php index dc77868..2036695 100644 --- a/wrappers/fix_permissions.php +++ b/wrappers/fix_permissions.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_permissions.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for fix/fix_permissions.php */ diff --git a/wrappers/fix_tabs.php b/wrappers/fix_tabs.php index 0864532..6091385 100644 --- a/wrappers/fix_tabs.php +++ b/wrappers/fix_tabs.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_tabs.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for fix/fix_tabs.php */ diff --git a/wrappers/fix_trailing_spaces.php b/wrappers/fix_trailing_spaces.php index aba8cb3..4963cbf 100644 --- a/wrappers/fix_trailing_spaces.php +++ b/wrappers/fix_trailing_spaces.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_trailing_spaces.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for fix/fix_trailing_spaces.php */ diff --git a/wrappers/gen_wrappers.php b/wrappers/gen_wrappers.php index 48a8645..9155e2b 100644 --- a/wrappers/gen_wrappers.php +++ b/wrappers/gen_wrappers.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/gen_wrappers.php - * VERSION: 04.06.00 * BRIEF: Generate PHP CLI wrapper scripts for every PHP script in the repo */ @@ -87,7 +86,6 @@ function renderWrapper(string $name, string $scriptPath, string $category): stri * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/{$name}.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for {$scriptPath} */ diff --git a/wrappers/index.md b/wrappers/index.md index a861546..d6eefa9 100644 --- a/wrappers/index.md +++ b/wrappers/index.md @@ -10,7 +10,6 @@ DEFGROUP: MokoStandards.Wrappers INGROUP: MokoStandards REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API PATH: /wrappers/index.md -VERSION: 04.06.00 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 59e85a7..63e988a 100644 --- a/wrappers/pin_action_shas.php +++ b/wrappers/pin_action_shas.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/pin_action_shas.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for maintenance/pin_action_shas.php */ diff --git a/wrappers/plugin_health_check.php b/wrappers/plugin_health_check.php index c5f9b40..0585fd1 100644 --- a/wrappers/plugin_health_check.php +++ b/wrappers/plugin_health_check.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_health_check.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for plugin_health_check.php */ diff --git a/wrappers/plugin_list.php b/wrappers/plugin_list.php index cc33ed7..1a52006 100644 --- a/wrappers/plugin_list.php +++ b/wrappers/plugin_list.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_list.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for plugin_list.php */ diff --git a/wrappers/plugin_metrics.php b/wrappers/plugin_metrics.php index ddade56..046a09b 100644 --- a/wrappers/plugin_metrics.php +++ b/wrappers/plugin_metrics.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_metrics.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for plugin_metrics.php */ diff --git a/wrappers/plugin_readiness.php b/wrappers/plugin_readiness.php index a1e8860..0032c1b 100644 --- a/wrappers/plugin_readiness.php +++ b/wrappers/plugin_readiness.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_readiness.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for plugin_readiness.php */ diff --git a/wrappers/plugin_validate.php b/wrappers/plugin_validate.php index 4c2ed6d..b0316e0 100644 --- a/wrappers/plugin_validate.php +++ b/wrappers/plugin_validate.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_validate.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for plugin_validate.php */ diff --git a/wrappers/scan_drift.php b/wrappers/scan_drift.php index 8659a02..a5360d2 100644 --- a/wrappers/scan_drift.php +++ b/wrappers/scan_drift.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/scan_drift.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for validate/scan_drift.php */ diff --git a/wrappers/setup_labels.php b/wrappers/setup_labels.php index 9a7c615..fbcd5a7 100644 --- a/wrappers/setup_labels.php +++ b/wrappers/setup_labels.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/setup_labels.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for maintenance/setup_labels.php */ diff --git a/wrappers/sync_dolibarr_readmes.php b/wrappers/sync_dolibarr_readmes.php index 6c14888..db80fd8 100644 --- a/wrappers/sync_dolibarr_readmes.php +++ b/wrappers/sync_dolibarr_readmes.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/sync_dolibarr_readmes.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for maintenance/sync_dolibarr_readmes.php */ diff --git a/wrappers/update_sha_hashes.php b/wrappers/update_sha_hashes.php index 09ccdfd..81308a7 100644 --- a/wrappers/update_sha_hashes.php +++ b/wrappers/update_sha_hashes.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/update_sha_hashes.php - * VERSION: 04.06.00 * 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 639c45a..af5f469 100644 --- a/wrappers/update_version_from_readme.php +++ b/wrappers/update_version_from_readme.php @@ -11,7 +11,6 @@ * INGROUP: MokoStandards * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/update_version_from_readme.php - * VERSION: 04.06.00 * BRIEF: PHP wrapper for maintenance/update_version_from_readme.php */