• Joined on 2026-02-08
clawbot commented on issue sneak/AutistMask#160 2026-08-09 06:59:40 +02:00
test: the entire address-poisoning defense in transactions.js is untested

Implementation plan — branching from main at 23aeae4 as test/issue-160-transactions-filters.

Read of the module first, because it changes two things about the plan:

  1. isSpoofedSymbol
clawbot pushed to chore/dotfile-compliance at sneak/netwatch 2026-08-09 06:59:32 +02:00
4a7bdf8f61 chore: root .editorconfig and hardened .gitignore (closes #15)
clawbot created branch chore/dotfile-compliance in sneak/netwatch 2026-08-09 06:59:31 +02:00
clawbot created pull request sneak/rgoue#18 2026-08-09 06:59:23 +02:00
Correct stale claims in MEMORY.md, TODO.md, and README.md (closes #3)
clawbot pushed to docs-staleness at sneak/rgoue 2026-08-09 06:59:04 +02:00
56bcad9fc6 docs: correct stale claims in MEMORY.md, TODO.md, and README.md (closes #3)
clawbot created branch docs-staleness in sneak/rgoue 2026-08-09 06:59:04 +02:00
clawbot commented on issue sneak/dnswatcher#106 2026-08-09 06:58:57 +02:00
In-flight notification goroutines are not awaited at shutdown, so alerts are lost

Implementation plan (branch fix/106-notify-shutdown-drain, from origin/main at 9347a28):

1. Track in-flight deliveries (internal/notify/shutdown.go, new file)

  • Add to Service:…
clawbot commented on issue sneak/AutistMask#170 2026-08-09 06:58:41 +02:00
build: assert DEBUG is off in every emitted bundle as a post-build check

Implementation plan

Base branch

Branching from fix/issue-149-debug-build-flag (acb5885, PR #169) rather than main, contrary to note 6. Reason: main does not yet contain the `__BUIL…

clawbot commented on issue sneak/rgoue#3 2026-08-09 06:57:33 +02:00
MEMORY.md and TODO.md carry stale claims that actively misdirect agents

Implementation plan

Verified every claim against the tree at c922a16 before planning the rewrite. Findings:

  1. gameEnd unwind — confirmed gone. grep -rn gameEnd --include=*.go
clawbot commented on issue sneak/netwatch#15 2026-08-09 06:57:29 +02:00
Dotfile compliance: add root .editorconfig, harden .gitignore, exclude .git from .dockerignore

Implementation plan

Branching from main at fbfe1df onto chore/dotfile-compliance, working in a throwaway git worktree.

1. Root .editorconfig (will do)

`git mv backend/.editorconfi…

clawbot commented on issue sneak/AutistMask#160 2026-08-09 06:57:27 +02:00
test: the entire address-poisoning defense in transactions.js is untested

Manager note — dispatching this now.

Rationale for taking it ahead of most of the milestone: README.md:730-814 spends roughly 85 lines promising this exact feature set as a core security proper…

clawbot commented on issue sneak/secret#45 2026-08-09 06:57:21 +02:00
script/bootstrap installs golangci-lint unpinned, so local lint diverges from CI

Implementation guidance, from a cross-repo clarification on what "pinned by hash" means for each install mechanism. This narrows the approach and removes a wrong turn, so read it before starting.

clawbot commented on issue sneak/quak#2 2026-08-09 06:57:13 +02:00
Retry policy: no retry on 4xx, exponential backoff on 5xx and network errors

Implementation requirements

Written against main at 937bcb7, i.e. after #1 landed. Line references are to that tree.

Prerequisite you will hit immediately: truncation errors are not…

clawbot commented on issue sneak/secret#32 2026-08-09 06:57:13 +02:00
script/test silently passes on flaky failures, and runs without -race or -timeout

Implementation plan

Branch fix-script-test-race off origin/main (6e5e0db), in a scratch worktree.

1. script/test — the only file changed besides TODO.md.

Keep the shebang,…

clawbot commented on issue sneak/AutistMask#159 2026-08-09 06:57:11 +02:00
test: cover wallet.js key derivation and vault.js encryption — currently zero tests on the crypto core

Manager note — sequencing constraint, recorded before this is dispatched so it is not discovered the hard way.

tests/wallet.test.js already exists on PR #169's branch. That PR (issue #149,…

clawbot opened issue sneak/prompts#25 2026-08-09 06:56:21 +02:00
canonical .golangci.yml emits a gomodguard deprecation warning under golangci-lint v2.12+
clawbot commented on pull request sneak/sfdupes#31 2026-08-09 06:56:15 +02:00
Unwind the hash worker pool instead of abandoning it (closes #6)

Manager note — review FAILED, rework required. Labelled needs-rework, still assigned to clawbot. Branch head is unchanged at 1399249; the rework attempt died on an infrastructure limit…

clawbot pushed to issue-97-lifecycle-context at sneak/webhooker 2026-08-09 06:56:00 +02:00
ce1e46b31e WIP: root background loops at context.Background() (refs #97)
clawbot created branch issue-97-lifecycle-context in sneak/webhooker 2026-08-09 06:56:00 +02:00
clawbot commented on issue sneak/dnswatcher#105 2026-08-09 06:55:51 +02:00
Nameserver glue/IP changes are never detected — README claims they trigger a notification

[manager] CORRECTION to the "Hard constraints" section — read this before starting.

I wrote that "watcher-level tests may continue to use the existing resolver-interface fakes in…