rdev/internal
jordan 214d1c8a4c test: Add comprehensive tests for claude_config handler
- 31 test cases for name validation (valid/invalid patterns)
- Security tests for path traversal and injection attacks
- Content size limit enforcement tests
- Base64 encoding verification tests
- JSON serialization tests
- Route mounting tests
- Edge case tests (empty body, null body, etc.)
- Benchmarks for isValidName and base64 encoding

Handler coverage: 40.1% → 73.2%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:34:36 -07:00
..
adapter feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
auth feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
cmdlimit feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
db feat: Add API key authentication with auto-migrations 2026-01-24 21:26:26 -07:00
domain feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
executor feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
handlers test: Add comprehensive tests for claude_config handler 2026-01-25 01:34:36 -07:00
port feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
projects feat: Implement v0.2-v0.4 (workspaces, git, API) 2026-01-24 21:07:00 -07:00
ratelimit feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
sanitize feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
testutil feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00