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