feat: add safe logging helper

This commit is contained in:
2026-06-11 09:40:28 +01:00
parent 1dfc3fc363
commit 9d209d5a6b
4 changed files with 464 additions and 3 deletions
+3 -2
View File
@@ -20,7 +20,8 @@ Phase 1 - Core Utilities
- Task 1.1 — Configuration loader ✅
- Task 1.2 — Secret redaction utility (`src/utils/redact.js`) ✅
- Task 1.3 — Context budget utility (`src/utils/context-budget.js`) ✅
- Task 1.4 — Safe logging helper (`src/utils/logging.js`) ✅
## Next Task
## Next Phase
Task 1.4 — Safe logging helper (`src/utils/logging.js`)
Phase 2 - OpenAI Integration