metheus-governance-mcp-cli 0.2.22 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli.mjs +1 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -2499,7 +2499,7 @@ function syncCtxpackToLocalCache({
2499
2499
  ? metaPath
2500
2500
  : path.join(resolvedWorkspaceDir, CTXPACK_META_FILENAME);
2501
2501
 
2502
- if (!workspaceSignalTrusted) {
2502
+ if (!workspaceSignalTrusted && !isHomeFallback) {
2503
2503
  return {
2504
2504
  sync_status: "guarded",
2505
2505
  sync_message:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metheus-governance-mcp-cli",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "description": "Metheus Governance MCP CLI (setup + stdio proxy)",
5
5
  "type": "module",
6
6
  "files": [