blob: cf8df93615fe0a62ee5b0b9e08690b9bc76540a7 [file]
/**
* Re-export the shared display-layer redactor from `@maka/core` (#1065).
*
* The patterns and `<redacted>` marker are the single source of truth for
* display redaction, shared by the desktop quiet panel and the TUI.
* The backend has its own separate redactor (`@maka/core/redaction.ts`)
* for log/persistence sanitization.
*/
export { displayRedactSecrets as redactSecrets } from '@maka/core';