feat: add secret redaction utility

This commit is contained in:
2026-06-11 07:54:00 +01:00
parent d7e9d1122a
commit 5119c7b00c
4 changed files with 99 additions and 3 deletions
+3 -2
View File
@@ -11,14 +11,15 @@ Phase 0 complete. Phase 1 in progress.
## Current Phase
Phase 0 - Repository Setup
Phase 1 - Core Utilities
## Completed Tasks
- Task 0.1 — Create repository skeleton ✅
- Task 0.2 — package.json with dependencies ✅
- Task 1.1 — Configuration loader ✅
- Task 1.2 — Secret redaction utility (`src/utils/redact.js`) ✅
## Next Task
Task 1.2Secret redaction utility (`src/utils/redact.js`)
Task 1.3Context budget utility (`src/utils/context-budget.js`)