MCPcopy Create free account
hub / github.com/SethGammon/Citadel / normalizeCommandForMatch

Function normalizeCommandForMatch

scripts/dashboard.js:715–720  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

713 activationStatus: effective.receipt?.status || effective.status,
714 activationReasonCode: effective.reasonCode,
715 effectiveConfigPersisted: effective.persisted !== false,
716 profile: effective.receipt?.profile?.id || null,
717 activeBundles: effective.receipt?.bundles?.effective || [],
718 };
719}
720
721function extractBlockedCommand(detail) {
722 const text = String(detail || '');
723 const match = text.match(/^[^:]+:\s+(.+)$/);

Callers 1

hasLaterMatchingToolCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected