fix(tess): redact sensitive runtime content

This commit is contained in:
Jarvis
2026-07-12 17:00:52 -05:00
parent e92186d768
commit 5f9067cf57
5 changed files with 71 additions and 16 deletions

View File

@@ -10,3 +10,8 @@ export {
type LogQuery,
} from './agent-logs.js';
export { registerLogCommand } from './cli.js';
export {
redactSensitiveContent,
type RedactionResult,
type SensitiveClassification,
} from './redaction.js';