diff --git a/workflows-shared-workflows.-.md b/workflows-shared-workflows.-.-.md similarity index 92% rename from workflows-shared-workflows.-.md rename to workflows-shared-workflows.-.-.md index 9dd0582..acdc941 100644 --- a/workflows-shared-workflows.-.md +++ b/workflows-shared-workflows.-.-.md @@ -1,20 +1,6 @@ - - -[![MokoStandards](https://img.shields.io/badge/MokoStandards-04.06.00-orange)](https://git.mokoconsulting.tech/MokoConsulting/MokoStandards) +[![moko-platform](https://img.shields.io/badge/moko-platform-04.06.00-orange)](https://git.mokoconsulting.tech/MokoConsulting/moko-platform) # Shared Workflow Templates @@ -33,7 +19,7 @@ These workflows are synced to every governed repository via `bulk_sync.php`. The | `enterprise-firewall-setup.yml` | push to `main` | Configure trusted domain access for enterprise environments | | `repo_health.yml` | every push + PR | Platform-specific health checks (Dolibarr: module descriptor; Joomla: XML manifest) | -### MokoStandards-only workflows (not synced) +### moko-platform-only workflows (not synced) | Workflow | Triggers | Purpose | |----------|----------|---------| @@ -214,11 +200,11 @@ Every governed repo has a `.gitea/workflows/custom/` directory that is **never t --- -## composer-validate.yml (MokoStandards only) +## composer-validate.yml (moko-platform only) **Trigger:** Every push and PR -**What it does:** Validates the `composer.json` integrity for the MokoStandards enterprise library: +**What it does:** Validates the `composer.json` integrity for the moko-platform enterprise library: - Schema validation (`composer validate --strict`) - Lock file freshness - Dependency resolution (dry run)