From bcb46982131462c69f77a55573bc466895e3ebd7 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 13 Jul 2026 11:31:45 -0500 Subject: [PATCH] chore(platform): consolidate mcp -> npm (rename mcp-*.yml workflows, sync-trigger) - Rename mcp-{auto-release,build-test,sdk-check,tool-inventory}.yml -> npm-*.yml - sync-trigger: Template-MCP -> PLATFORM=npm - docs platform example -> npm Authored-by: Moko Consulting --- .mokogitea/GEMINI.md | 2 +- .mokogitea/MOKOAI.md | 2 +- .mokogitea/workflows/custom/workflow-sync-trigger.yml | 2 +- .../workflows/{mcp-auto-release.yml => npm-auto-release.yml} | 0 .mokogitea/workflows/{mcp-build-test.yml => npm-build-test.yml} | 0 .mokogitea/workflows/{mcp-sdk-check.yml => npm-sdk-check.yml} | 0 .../{mcp-tool-inventory.yml => npm-tool-inventory.yml} | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename .mokogitea/workflows/{mcp-auto-release.yml => npm-auto-release.yml} (100%) rename .mokogitea/workflows/{mcp-build-test.yml => npm-build-test.yml} (100%) rename .mokogitea/workflows/{mcp-sdk-check.yml => npm-sdk-check.yml} (100%) rename .mokogitea/workflows/{mcp-tool-inventory.yml => npm-tool-inventory.yml} (100%) diff --git a/.mokogitea/GEMINI.md b/.mokogitea/GEMINI.md index dedc400..077d226 100644 --- a/.mokogitea/GEMINI.md +++ b/.mokogitea/GEMINI.md @@ -10,7 +10,7 @@ > > 1. Replace all `{{REPO_NAME}}` placeholders with the actual repository name > 2. Replace `{{REPO_DESCRIPTION}}` with a one-line project description -> 3. Replace `{{PLATFORM_TYPE}}` with the project type (e.g. `generic`, `nodejs`, `python`) +> 3. Replace `{{PLATFORM_TYPE}}` with the project type (e.g. `generic`, `npm`, `joomla`) > 4. Replace `{{PRIMARY_LANGUAGE}}` with the dominant language > 5. Set repository metadata via the MokoGitea **Metadata** field — repository **Settings → Metadata**, or the REST API `PUT /api/v1/repos/{owner}/{repo}/manifest` (identity, platform, language, package-type, entry-point). There is no metadata file in the repo. > 6. Update the **Architecture** section for your project diff --git a/.mokogitea/MOKOAI.md b/.mokogitea/MOKOAI.md index 87c029e..8de240c 100644 --- a/.mokogitea/MOKOAI.md +++ b/.mokogitea/MOKOAI.md @@ -10,7 +10,7 @@ > > 1. Replace all `{{REPO_NAME}}` placeholders with the actual repository name > 2. Replace `{{REPO_DESCRIPTION}}` with a one-line project description -> 3. Replace `{{PLATFORM_TYPE}}` with the project type (e.g. `generic`, `nodejs`, `python`) +> 3. Replace `{{PLATFORM_TYPE}}` with the project type (e.g. `generic`, `npm`, `joomla`) > 4. Replace `{{PRIMARY_LANGUAGE}}` with the dominant language > 5. Set repository metadata via the MokoGitea **Metadata** field — repository **Settings → Metadata**, or the REST API `PUT /api/v1/repos/{owner}/{repo}/manifest` (identity, platform, language, package-type, entry-point). There is no metadata file in the repo. > 6. Update the **Architecture** section for your project diff --git a/.mokogitea/workflows/custom/workflow-sync-trigger.yml b/.mokogitea/workflows/custom/workflow-sync-trigger.yml index ddc21a6..2568f1e 100644 --- a/.mokogitea/workflows/custom/workflow-sync-trigger.yml +++ b/.mokogitea/workflows/custom/workflow-sync-trigger.yml @@ -41,7 +41,7 @@ jobs: Template-Joomla) PLATFORM="joomla" ;; Template-Dolibarr) PLATFORM="dolibarr" ;; Template-Go) PLATFORM="go" ;; - Template-MCP) PLATFORM="mcp" ;; + Template-MCP) PLATFORM="npm" ;; Template-Generic) PLATFORM="" ;; *) PLATFORM="" ;; esac diff --git a/.mokogitea/workflows/mcp-auto-release.yml b/.mokogitea/workflows/npm-auto-release.yml similarity index 100% rename from .mokogitea/workflows/mcp-auto-release.yml rename to .mokogitea/workflows/npm-auto-release.yml diff --git a/.mokogitea/workflows/mcp-build-test.yml b/.mokogitea/workflows/npm-build-test.yml similarity index 100% rename from .mokogitea/workflows/mcp-build-test.yml rename to .mokogitea/workflows/npm-build-test.yml diff --git a/.mokogitea/workflows/mcp-sdk-check.yml b/.mokogitea/workflows/npm-sdk-check.yml similarity index 100% rename from .mokogitea/workflows/mcp-sdk-check.yml rename to .mokogitea/workflows/npm-sdk-check.yml diff --git a/.mokogitea/workflows/mcp-tool-inventory.yml b/.mokogitea/workflows/npm-tool-inventory.yml similarity index 100% rename from .mokogitea/workflows/mcp-tool-inventory.yml rename to .mokogitea/workflows/npm-tool-inventory.yml