Commit Graph
6 Commits
Author SHA1 Message Date
clawbot 4dede6af9d update README: reference REPO_POLICIES.md, add License/Author sections, document new Makefile targets
check / check (push) Failing after 39s
2026-03-01 07:56:09 -08:00
clawbot b84c2f3b34 remove CLAUDE.md and CONVENTIONS.md, replaced by REPO_POLICIES.md 2026-03-01 07:56:05 -08:00
clawbot a65a14b8ec add fmt-check, hooks, docker targets; add 30s test timeout 2026-03-01 07:56:01 -08:00
clawbot b7b9629bc3 add missing files: LICENSE, REPO_POLICIES.md, .editorconfig, .dockerignore 2026-03-01 07:55:57 -08:00
clawbot 9ef0d35e81 resolver: remove DNS mocking, use real DNS queries in tests
Check / check (pull_request) Failing after 5m25s
Per review feedback: tests now make real DNS queries against
public DNS (google.com, cloudflare.com) instead of using a
mock DNS client. The DNSClient interface and mock infrastructure
have been removed.

- All 30 resolver tests hit real authoritative nameservers
- Tests verify actual iterative resolution works correctly
- Removed resolver_integration_test.go (merged into main tests)
- Context timeout increased to 60s for iterative resolution
2026-02-20 06:06:25 -08:00
clawbot c9c5530f60 security: pin all go install refs to commit SHAs
Check / check (pull_request) Successful in 10m9s
2026-02-20 03:10:39 -08:00