Files
pbakaus_impeccable/skill/scripts/lib/provider.mjs
T
Paul Bakaus 2b1f36c43e Add concept world catalog and review workflow
AI-assisted: prepared by Codex at Paul's request.
2026-07-18 14:12:05 -07:00

6 lines
393 B
JavaScript

// Source scripts default to slash commands. The provider build replaces only
// this exact declaration, avoiding heuristic rewrites across executable code.
export const IMPECCABLE_COMMAND_PREFIX = '/'; // @impeccable-provider-command-prefix
export const IMPECCABLE_PROVIDER_ID = 'source'; // @impeccable-provider-id
export const IMPECCABLE_COMMAND = `${IMPECCABLE_COMMAND_PREFIX}impeccable`;