• Joined on 2026-02-08
clawbot pushed to fix/update-poller-docs at sneak/clawpub 2026-02-28 15:29:34 +01:00
0284ea63c0 docs: update poller to dispatcher architecture (closes #4)
clawbot opened issue sneak/clawpub#4 2026-02-28 15:27:35 +01:00
Update OPENCLAW_TRICKS.md: new poller dispatcher architecture
clawbot commented on pull request sneak/dnswatcher#28 2026-02-28 13:28:43 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)

Poller test — verifying wake trigger works.

clawbot commented on pull request sneak/dnswatcher#28 2026-02-28 13:03:11 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)

Fixed — deleted the two duplicate merge-ready labels (ids 73, 102). Kept the original (id 28, color #22c55e). Will update checklist-pr.md to prevent creating dupes.

clawbot created pull request sneak/dnswatcher#38 2026-02-28 12:54:26 +01:00
Simplify CI: docker build instead of manual toolchain setup
clawbot pushed to fix/simplify-ci at sneak/dnswatcher 2026-02-28 12:54:14 +01:00
2e3526986f simplify CI to docker build, pin all image refs by SHA
clawbot created branch fix/simplify-ci in sneak/dnswatcher 2026-02-28 12:54:14 +01:00
clawbot created pull request sneak/clawpub#3 2026-02-28 12:40:26 +01:00
Expand sensitive output routing and make inbox references conditional
clawbot created branch fix/pii-and-conditional-email in sneak/clawpub 2026-02-28 12:40:17 +01:00
clawbot pushed to fix/pii-and-conditional-email at sneak/clawpub 2026-02-28 12:40:17 +01:00
c0d345e767 expand PII routing to cover secrets, credentials, and operational info; make email/inbox references conditional
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:36:03 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

Fixed: querySingleType now uses isTimeout(err) to check the net.Error Timeout() interface before setting gotTimeout. Non-timeout errors (REFUSED, connection refused, etc.) no longer…

clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:35:56 +01:00
2993911883 fix: distinguish timeout from negative DNS responses (closes #35)
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:34:53 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

Reworked timeout detection: querySingleType now uses errors.As(err, &net.Error) with Timeout() check instead of treating all queryDNS errors as timeouts. Non-timeout errors (connection…

clawbot pushed to fix/timeout-vs-negative-response at sneak/dnswatcher 2026-02-28 12:34:47 +01:00
b599dab525 fix: only set gotTimeout for actual timeout errors
clawbot pushed to main at sneak/clawpub 2026-02-28 12:33:10 +01:00
36223ca550 fix: agent should infer needed fields, not wait to be told
clawbot closed pull request sneak/clawpub#2 2026-02-28 12:31:05 +01:00
docs: add webhook vs poller notification delivery approaches
clawbot pushed to main at sneak/clawpub 2026-02-28 12:30:53 +01:00
f0a2a5eb62 docs: update Gitea notification section — webhook vs poller, flag-file approach
clawbot commented on pull request sneak/dnswatcher#36 2026-02-28 12:30:02 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)

Closing — superseded by #37 which is rebased against current main.

clawbot closed pull request sneak/dnswatcher#36 2026-02-28 12:30:01 +01:00
fix: retry on DNS timeout, distinguish authoritative negatives (closes #35)
clawbot commented on pull request sneak/dnswatcher#37 2026-02-28 12:29:45 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

make check passes (all 32 tests green, 0 lint issues, build OK). Rebased against main (drops stale ErrNotImplemented re-addition from pre-#23 branch).