fix(workflow-sync): map npm -> Template-NPM (mcp consolidated/renamed) #345

Merged
jmiller merged 1 commits from chore/sync-npm-map-v2 into main 2026-07-14 15:28:21 +00:00
+3 -2
View File
@@ -10,7 +10,7 @@
* INGROUP: mokocli
* REPO: https://git.mokoconsulting.tech/MokoConsulting/mokocli
* PATH: /cli/workflow_sync.php
* VERSION: 09.43.00
* VERSION: 09.44.00
* BRIEF: Sync workflows from Generic → platform templates → live repos based on manifest.platform
*/
@@ -26,7 +26,8 @@ class WorkflowSyncCli extends CliFramework
'joomla' => 'Template-Joomla',
'dolibarr' => 'Template-Dolibarr',
'go' => 'Template-Go',
'mcp' => 'Template-MCP',
'npm' => 'Template-NPM',
'mcp' => 'Template-NPM', // legacy alias: mcp was consolidated into npm; repo renamed Template-MCP → Template-NPM
'platform' => 'Template-Generic',
'generic' => 'Template-Generic',
];