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.
- package/cli.mjs +0 -1
- 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);
|