From 163c4b347dfc8bdccdaf753f822fd37e0f3265cc Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 11 May 2026 23:44:56 -0500 Subject: [PATCH] chore: update workflow paths to .mokogitea/, fix pr-check platform read [skip ci] - pr-check.yml: read .moko-platform from .mokogitea/ - Update PATH headers and deployment NOTE comments - .mokogitea/ is the standard system folder Co-Authored-By: Claude Opus 4.6 (1M context) --- .mokogitea/workflows/auto-assign.yml | 2 +- .mokogitea/workflows/auto-dev-issue.yml | 2 +- .mokogitea/workflows/changelog-validation.yml | 2 +- .mokogitea/workflows/codeql-analysis.yml | 2 +- .mokogitea/workflows/notify.yml | 2 +- .mokogitea/workflows/pr-check.yml | 2 +- .mokogitea/workflows/repository-cleanup.yml | 2 +- .mokogitea/workflows/security-audit.yml | 2 +- .mokogitea/workflows/standards-compliance.yml | 2 +- .mokogitea/workflows/sync-version-on-merge.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.mokogitea/workflows/auto-assign.yml b/.mokogitea/workflows/auto-assign.yml index 5012d27..348596f 100644 --- a/.mokogitea/workflows/auto-assign.yml +++ b/.mokogitea/workflows/auto-assign.yml @@ -5,7 +5,7 @@ # DEFGROUP: GitHub.Workflow # INGROUP: MokoStandards.Workflows.Shared # REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/auto-assign.yml +# PATH: /.mokogitea/workflows/auto-assign.yml # VERSION: 04.06.00 # BRIEF: Auto-assign jmiller to unassigned issues and PRs every 15 minutes diff --git a/.mokogitea/workflows/auto-dev-issue.yml b/.mokogitea/workflows/auto-dev-issue.yml index cc42e86..07f7779 100644 --- a/.mokogitea/workflows/auto-dev-issue.yml +++ b/.mokogitea/workflows/auto-dev-issue.yml @@ -11,7 +11,7 @@ # PATH: /templates/workflows/shared/auto-dev-issue.yml.template # VERSION: 04.06.00 # BRIEF: Auto-create tracking issue with sub-issues for dev/rc branch workflow -# NOTE: Synced via bulk-repo-sync to .github/workflows/auto-dev-issue.yml in all governed repos. +# NOTE: Synced via bulk-repo-sync to .mokogitea/workflows/auto-dev-issue.yml in all governed repos. name: "Universal: Dev/RC Branch Issue" diff --git a/.mokogitea/workflows/changelog-validation.yml b/.mokogitea/workflows/changelog-validation.yml index da9bfd1..0601d2f 100644 --- a/.mokogitea/workflows/changelog-validation.yml +++ b/.mokogitea/workflows/changelog-validation.yml @@ -11,7 +11,7 @@ # PATH: /templates/workflows/shared/changelog-validation.yml.template # VERSION: 04.06.00 # BRIEF: Validates CHANGELOG.md format and version consistency -# NOTE: Deployed to .github/workflows/changelog-validation.yml in governed repos. +# NOTE: Deployed to .mokogitea/workflows/changelog-validation.yml in governed repos. name: "Universal: Changelog Validation" diff --git a/.mokogitea/workflows/codeql-analysis.yml b/.mokogitea/workflows/codeql-analysis.yml index 7f499a1..dd61fc3 100644 --- a/.mokogitea/workflows/codeql-analysis.yml +++ b/.mokogitea/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ # PATH: /templates/workflows/generic/codeql-analysis.yml.template # VERSION: 04.05.00 # BRIEF: CodeQL security scanning workflow (generic — all repo types) -# NOTE: Deployed to .github/workflows/codeql-analysis.yml in governed repos. +# NOTE: Deployed to .mokogitea/workflows/codeql-analysis.yml in governed repos. # CodeQL does not support PHP directly; JavaScript scans JSON/YAML/shell. # For PHP-specific security scanning see standards-compliance.yml. diff --git a/.mokogitea/workflows/notify.yml b/.mokogitea/workflows/notify.yml index 463a900..ce804b5 100644 --- a/.mokogitea/workflows/notify.yml +++ b/.mokogitea/workflows/notify.yml @@ -6,7 +6,7 @@ # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards.Notifications # REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards -# PATH: /.gitea/workflows/notify.yml +# PATH: /.mokogitea/workflows/notify.yml # VERSION: 01.00.00 # BRIEF: Push notifications via ntfy on release success or workflow failure diff --git a/.mokogitea/workflows/pr-check.yml b/.mokogitea/workflows/pr-check.yml index 88e1884..014f6b0 100644 --- a/.mokogitea/workflows/pr-check.yml +++ b/.mokogitea/workflows/pr-check.yml @@ -108,7 +108,7 @@ jobs: - name: Detect platform id: platform run: | - PLATFORM=$(cat .moko-platform 2>/dev/null | tr -d '[:space:]') + PLATFORM=$(cat .mokogitea/.moko-platform 2>/dev/null | tr -d '[:space:]') [ -z "$PLATFORM" ] && PLATFORM="generic" echo "platform=$PLATFORM" >> "$GITHUB_OUTPUT" diff --git a/.mokogitea/workflows/repository-cleanup.yml b/.mokogitea/workflows/repository-cleanup.yml index f7abc2e..b5d68a9 100644 --- a/.mokogitea/workflows/repository-cleanup.yml +++ b/.mokogitea/workflows/repository-cleanup.yml @@ -11,7 +11,7 @@ # PATH: /templates/workflows/shared/repository-cleanup.yml.template # VERSION: 04.06.00 # BRIEF: Recurring repository maintenance — labels, branches, workflows, logs, doc indexes -# NOTE: Synced via bulk-repo-sync to .github/workflows/repository-cleanup.yml in all governed repos. +# NOTE: Synced via bulk-repo-sync to .mokogitea/workflows/repository-cleanup.yml in all governed repos. # Runs on the 1st and 15th of each month at 6:00 AM UTC, and on manual dispatch. name: "Universal: Repository Cleanup" diff --git a/.mokogitea/workflows/security-audit.yml b/.mokogitea/workflows/security-audit.yml index 789325a..ca671e5 100644 --- a/.mokogitea/workflows/security-audit.yml +++ b/.mokogitea/workflows/security-audit.yml @@ -6,7 +6,7 @@ # DEFGROUP: Gitea.Workflow # INGROUP: MokoStandards.Security # REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards -# PATH: /.gitea/workflows/security-audit.yml +# PATH: /.mokogitea/workflows/security-audit.yml # VERSION: 01.00.00 # BRIEF: Dependency vulnerability scanning for composer and npm packages diff --git a/.mokogitea/workflows/standards-compliance.yml b/.mokogitea/workflows/standards-compliance.yml index 031e1d3..f0d7155 100644 --- a/.mokogitea/workflows/standards-compliance.yml +++ b/.mokogitea/workflows/standards-compliance.yml @@ -4,7 +4,7 @@ # DEFGROUP: GitHub.Workflow # INGROUP: MokoStandards.Compliance # REPO: https://github.com/mokoconsulting-tech/MokoStandards -# PATH: /.github/workflows/standards-compliance.yml +# PATH: /.mokogitea/workflows/standards-compliance.yml # VERSION: 04.06.00 # BRIEF: MokoStandards compliance validation workflow # NOTE: Validates repository structure, documentation, and coding standards diff --git a/.mokogitea/workflows/sync-version-on-merge.yml b/.mokogitea/workflows/sync-version-on-merge.yml index 60abafc..3a21acc 100644 --- a/.mokogitea/workflows/sync-version-on-merge.yml +++ b/.mokogitea/workflows/sync-version-on-merge.yml @@ -11,7 +11,7 @@ # PATH: /templates/workflows/shared/sync-version-on-merge.yml.template # VERSION: 04.06.00 # BRIEF: Auto-bump patch version on every push to main and propagate to all file headers -# NOTE: Synced via bulk-repo-sync to .github/workflows/sync-version-on-merge.yml in all governed repos. +# NOTE: Synced via bulk-repo-sync to .mokogitea/workflows/sync-version-on-merge.yml in all governed repos. # README.md is the single source of truth for the repository version. name: "Universal: Sync Version on Merge"