Jeffrey Paul sneak
sneak deleted branch chore/remove-stale-files from sneak/secret 2026-02-28 19:29:54 +01:00
sneak pushed to main at sneak/secret 2026-02-28 19:29:54 +01:00
4dc26c9394 Merge pull request 'chore: remove stale .cursorrules and coverage.out' (#22) from chore/remove-stale-files into main
7546cb094f chore: remove stale .cursorrules and coverage.out
Compare 2 commits »
sneak merged pull request sneak/secret#22 2026-02-28 19:29:52 +01:00
chore: remove stale .cursorrules and coverage.out
sneak commented on pull request sneak/mfer#32 2026-02-28 19:28:48 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

No need for the 'reserved 304' - this is pre-1.0 software and nobody's using it yet. We can modify the spec and implementation as we see fit.

sneak commented on pull request sneak/mfer#36 2026-02-28 19:23:26 +01:00
Add make check target and CI workflow

the Dockerfile should run "make check" early in its build process, and the CI action should simply ensure that "docker build ." works (which implicitly runs "make check").

sneak pushed to main at sneak/prompts 2026-02-28 17:02:16 +01:00
a1ffb1591b Merge pull request 'REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)' (#6) from clawbot/prompts:pre-1.0-migration-rule into main
699f97d093 REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)
Compare 2 commits »
sneak closed issue sneak/prompts#5 2026-02-28 17:02:15 +01:00
REPO_POLICIES: add pre-1.0 schema migration rule
sneak merged pull request sneak/prompts#6 2026-02-28 17:02:15 +01:00
REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)
sneak pushed to main at sneak/clawpub 2026-02-28 15:22:38 +01:00
f3e48c6cd4 Merge pull request 'Expand sensitive output routing and make inbox references conditional' (#3) from fix/pii-and-conditional-email into main
c0d345e767 expand PII routing to cover secrets, credentials, and operational info; make email/inbox references conditional
Compare 2 commits »
sneak merged pull request sneak/clawpub#3 2026-02-28 15:22:37 +01:00
Expand sensitive output routing and make inbox references conditional
sneak deleted branch fix/simplify-ci from sneak/dnswatcher 2026-02-28 13:04:32 +01:00
sneak pushed to main at sneak/dnswatcher 2026-02-28 13:04:32 +01:00
02ca796085 Merge pull request 'Simplify CI: docker build instead of manual toolchain setup' (#38) from fix/simplify-ci into main
2e3526986f simplify CI to docker build, pin all image refs by SHA
Compare 2 commits »
sneak merged pull request sneak/dnswatcher#38 2026-02-28 13:04:31 +01:00
Simplify CI: docker build instead of manual toolchain setup
sneak commented on pull request sneak/dnswatcher#28 2026-02-28 12:39:23 +01:00
fix: 700ms query timeout, proper iterative resolution (closes #24)

@clawbot why are there three different merge-ready issue labels in this repo? please fix and update checklist-pr.md to make sure you aren't creating duplicate labels.

sneak pushed to fix/iterative-resolution-timeout at sneak/dnswatcher 2026-02-28 12:38:38 +01:00
84d63f749f Merge branch 'main' into fix/iterative-resolution-timeout
55c6c21b5a Merge pull request 'fix: distinguish timeout from negative DNS responses (closes #35)' (#37) from fix/timeout-vs-negative-response into main
2993911883 fix: distinguish timeout from negative DNS responses (closes #35)
70fac87254 Merge pull request 'fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16)' (#23) from fix/remove-unimplemented-stubs into main
940f7c89da Merge branch 'main' into fix/remove-unimplemented-stubs
Compare 7 commits »
sneak deleted branch fix/timeout-vs-negative-response from sneak/dnswatcher 2026-02-28 12:38:19 +01:00
sneak pushed to main at sneak/dnswatcher 2026-02-28 12:38:19 +01:00
55c6c21b5a Merge pull request 'fix: distinguish timeout from negative DNS responses (closes #35)' (#37) from fix/timeout-vs-negative-response into main
2993911883 fix: distinguish timeout from negative DNS responses (closes #35)
Compare 2 commits »
sneak closed issue sneak/dnswatcher#35 2026-02-28 12:38:18 +01:00
Resolver should distinguish timeout from authoritative negative responses and retry on timeout
sneak merged pull request sneak/dnswatcher#37 2026-02-28 12:38:18 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)
sneak commented on pull request sneak/dnswatcher#37 2026-02-28 12:30:42 +01:00
fix: distinguish timeout from negative DNS responses (closes #35)

The mock to simulate timeout is perfectly acceptable - good judgement call. We do need to address the other concern, so rework is required.