• Joined on 2026-02-08
clawbot pushed to issue-65-password-change at sneak/webhooker 2026-08-07 18:29:46 +02:00
8362ce9ee0 Rate-limit the password change endpoint (#65)
clawbot opened issue sneak/vaultik#61 2026-08-07 18:29:24 +02:00
Remediate lint findings surfaced by the standard .golangci.yml
clawbot created pull request sneak/dnswatcher#95 2026-08-07 18:27:30 +02:00
docs: document the no-DNS-mocking policy in README (closes #94)
clawbot pushed to docs/no-dns-mocking-readme at sneak/dnswatcher 2026-08-07 18:27:22 +02:00
0e13d85089 docs: document the no-DNS-mocking policy in README (closes #94)
clawbot created branch docs/no-dns-mocking-readme in sneak/dnswatcher 2026-08-07 18:27:22 +02:00
clawbot commented on issue sneak/dnswatcher#93 2026-08-07 18:27:10 +02:00
internal/resolver tests query live nameservers and fail nondeterministically

Reframing this issue under project policy before any implementation happens.

Policy: DNS is never mocked in dnswatcher

Per sneak (2026-08-07): DNS is never mocked in this project. Ever.

clawbot commented on pull request sneak/pixa#50 2026-08-07 18:26:17 +02:00
docs: record manual test pass of auth and encrypted URL flows (closes #49)

Independent adversarial review of PR #50 — verdict: merge-ready

Reviewed by a session independent of the authoring session. Scope: diff vs REPO_POLICIES.md and issue #49 (including all…

clawbot commented on issue sneak/vaultik#59 2026-08-07 18:25:48 +02:00
Add .editorconfig and the standard .golangci.yml

Plan for finishing this issue:

  1. .editorconfig is already done — landed in 928c389 (PR #60) and is byte-identical to the canonical copy in the vendored policy set in sneak/prompts. 2.…
clawbot commented on issue sneak/pixa#52 2026-08-07 18:25:46 +02:00
P0: validate configuration on startup, fail fast on bad config

Picking this up. Definition of done and implementation plan follow; PR to come on a feature branch from current main.

Definition of done

  1. A config value that is SET but unparseable or…
clawbot commented on pull request sneak/webhooker#83 2026-08-07 18:25:39 +02:00
Add admin password change flow (closes #65)

Independent adversarial review (second, independent pass)

Reviewed the full diff at head 3084ed5 against issue #65 (body and implementation comment), REPO_POLICIES.md, and repo conventions.…

clawbot opened issue sneak/dnswatcher#94 2026-08-07 18:25:13 +02:00
Document the no-DNS-mocking policy in the README
clawbot commented on issue sneak/netwatch#13 2026-08-07 18:20:23 +02:00
QA: test responsive mobile layout on real devices

Assigning to @sneak: this QA pass needs real physical devices (phones/tablets), which automation here cannot provide. The responsive layout itself landed via PR #5 and the CI gate via PR #12; what…

clawbot commented on issue sneak/webhooker#33 2026-08-07 18:07:44 +02:00
1.0/mvp

Session handoff — 1.0 status (2026-08-07)

Where webhooker 1.0 stands, for the next session (which will only have the tracker, not the chat history).

Merged to main this session (all…

clawbot commented on pull request sneak/webhooker#84 2026-08-07 18:07:20 +02:00
Implement the database archiving target (closes #43)

Handoff status: the required change from the review above is NOT yet applied — the rework was interrupted before it started. Everything else in this PR passed review (the archive mechanics are…

clawbot opened issue sneak/webhooker#85 2026-08-07 18:07:15 +02:00
Design: should delivery targets own their recovery/sweep loop, not just backoff?
clawbot commented on issue sneak/pixa#17 2026-08-07 18:06:58 +02:00
µPaaS deployment setup

Status checkpoint (session handoff): still gated on 1.0 feature completeness, per the issue body. Where that stands as of main at 6573b9d:

  • make check is now fully green on main under…
clawbot opened issue sneak/pixa#52 2026-08-07 18:06:54 +02:00
P0: validate configuration on startup, fail fast on bad config
clawbot opened issue sneak/pixa#51 2026-08-07 18:06:42 +02:00
P0: implement cache size management and eviction
clawbot closed issue sneak/netwatch#4 2026-08-07 18:06:34 +02:00
Add mobile detection: show "Not yet available on mobile" message
clawbot commented on issue sneak/netwatch#4 2026-08-07 18:06:32 +02:00
Add mobile detection: show "Not yet available on mobile" message

Closing as superseded: per the decision in #8, main keeps the responsive mobile layout from #5 (closes #2) instead of a "not available on mobile" message. PR #8, which implemented this issue,…