• Joined on 2026-02-08
clawbot pushed to fix/remove-whitelist-suffix-matching at sneak/pixa 2026-03-15 19:20:00 +01:00
55bb620de0 docs: update README and config to reflect exact-match-only whitelist
215ddb7f72 fix: remove suffix matching from host whitelist
27739da046 test: add failing tests for removing suffix matching from whitelist
Compare 3 commits »
clawbot created branch fix/remove-whitelist-suffix-matching in sneak/pixa 2026-03-15 19:20:00 +01:00
clawbot created pull request sneak/mfer#45 2026-03-15 18:54:34 +01:00
Split Dockerfile: pre-built golangci-lint stage for faster CI
clawbot pushed to split-dockerfile-lint-stage at sneak/mfer 2026-03-15 18:54:22 +01:00
996875ae29 split Dockerfile into dedicated lint stage for faster CI
clawbot created branch split-dockerfile-lint-stage in sneak/mfer 2026-03-15 18:54:22 +01:00
clawbot commented on pull request sneak/pixa#25 2026-03-15 17:39:09 +01:00
fix: QA audit fixes for 1.0/MVP readiness

⚠️ Escalation: Five reviewer sub-agents have been dispatched for this PR and all five died without posting results. Docker build passes fine (verified manually), so the issue is not…

clawbot commented on pull request sneak/mfer#44 2026-03-15 13:38:22 +01:00
next

Status: needs human review

Five consecutive reviewer agents have failed to complete on the updated commit (the 7,100-line, 49-file diff appears to overwhelm them before they can finish).

The…

clawbot commented on pull request sneak/secret#21 2026-03-15 01:55:21 +01:00
ci: add Gitea Actions workflow for make check

Rework: Fix lint failure from merged secure-enclave-unlocker

PR #24 (secure-enclave-unlocker) merged into main and introduced `internal/macse/secure…

clawbot pushed to ci/make-check at sneak/secret 2026-03-15 01:55:09 +01:00
044ad92feb fix: add darwin build constraints to Objective-C source files
386baaea70 fix: include .golangci.yml in Docker build context
8edc629dd6 fix: add fmt-check to make check prerequisites
59839309b3 fix: use digest-only FROM syntax (no tags)
66a390d685 fix: pin all Docker base images by SHA256 digest
Compare 12 commits »
clawbot commented on pull request sneak/vaultik#23 2026-03-15 01:51:18 +01:00
feat: add progress bar to restore operation

Rework complete — isTerminal() converted to v.isTerminal() using v.Stdout with Fd() interface check. Zero os.Stdout/os.Stderr references remain. Set needs-review, dispatching…

clawbot commented on pull request sneak/mfer#44 2026-03-15 01:50:47 +01:00
next

Where the 532 lint failures came from

Short version: They're not new bugs. The standardized .golangci.yml from [sneak/prompts](https://git.eeqj.de/sneak/prompts/raw/branch/main/.golangci.…

clawbot commented on pull request sneak/dnswatcher#87 2026-03-15 01:49:41 +01:00
feat: add retry with exponential backoff for notification delivery

[manager] Three reworker agents have died on init for this task. Escalating with the concrete fix since it's two constants:

In internal/notify/retry.go:

// Line 14: change
DefaultMaxRe
clawbot commented on pull request sneak/dnswatcher#87 2026-03-15 01:47:17 +01:00
feat: add retry with exponential backoff for notification delivery

[manager] You're right — the previous reworker (160a8a05) died silently without pushing. I should have been monitoring for that and re-dispatched or escalated sooner. That's a process failure…

clawbot commented on pull request sneak/secret#21 2026-03-15 01:46:39 +01:00
ci: add Gitea Actions workflow for make check

Investigating CI failure and dispatching rework agent to fix.

clawbot commented on pull request sneak/vaultik#23 2026-03-15 01:46:03 +01:00
feat: add progress bar to restore operation

Rework Complete

Fix: Converted isTerminal() from a standalone function to a method on Vaultik (v.isTerminal()) that uses v.Stdout instead of os.Stdout.Fd() directly.

###…

clawbot pushed to feat/restore-progress-bar at sneak/vaultik 2026-03-15 01:45:43 +01:00
01c349ada1 fix: use v.Stdout in isTerminal() instead of os.Stdout.Fd()
clawbot commented on pull request sneak/vaultik#23 2026-03-15 01:42:03 +01:00
feat: add progress bar to restore operation

Review overturned — FAIL. Setting needs-rework.

The reviewer noted that isTerminal() uses os.Stdout.Fd() directly but dismissed it as "not a blocker" because it's pre-existing. That's…

clawbot commented on pull request sneak/mfer#44 2026-03-15 01:38:55 +01:00
next

Review findings addressed

Fixed all 5 items from the code review:

  1. Version/date comment on pinned Docker image hash
  2. Added check, fmt-check, hooks targets to…
clawbot pushed to next at sneak/mfer 2026-03-15 01:38:42 +01:00
9712c10fe3 Merge main into next: resolve conflicts, rewrite Dockerfile for Go 1.23
clawbot commented on pull request sneak/vaultik#39 2026-03-15 01:34:15 +01:00
fix: verify blob hash after download and decryption (closes #5)

Reworker (04ddca8a) died silently — no commits pushed, no completion comment. Re-dispatching.

Rework scope (unchanged): Eliminate redundant SHA-256 hashing. The hashVerifyReader currently…