metheus-governance-mcp-cli 0.2.182 → 0.2.183

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 +0 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -4853,7 +4853,6 @@ async function processRunnerRouteOnce(route, runtime, mode, options = {}) {
4853
4853
  resolveConversationPeerBots: resolveRunnerConversationPeers,
4854
4854
  },
4855
4855
  });
4856
- const currentBotSelector = String(bot?.username || bot?.name || "").trim().replace(/^@+/, "").toLowerCase();
4857
4856
  const currentBotSelected = ensureArray(adjudication.selected_bot_usernames)
4858
4857
  .map((value) => String(value || "").trim().replace(/^@+/, "").toLowerCase())
4859
4858
  .includes(currentBotSelector);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metheus-governance-mcp-cli",
3
- "version": "0.2.182",
3
+ "version": "0.2.183",
4
4
  "description": "Metheus Governance MCP CLI (setup + stdio proxy)",
5
5
  "type": "module",
6
6
  "files": [