feat(tess): add safe runtime observability (#726)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful

This commit was merged in pull request #726.
This commit is contained in:
2026-07-13 01:29:18 +00:00
parent 7b9f40d3b7
commit 86a50138a9
12 changed files with 391 additions and 24 deletions

View File

@@ -15,3 +15,10 @@ export {
type RedactionResult,
type SensitiveClassification,
} from './redaction.js';
export {
createRuntimeAuditLogEntry,
type RuntimeAuditEvent,
type RuntimeAuditErrorCode,
type RuntimeAuditOperation,
type RuntimeAuditOutcome,
} from './runtime-audit.js';