• Joined on 2026-02-08
clawbot commented on pull request sneak/vaultik#41 2026-03-14 01:28:54 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

Rework agent dispatched now. The previous dispatch failed silently due to a gateway restart. Working on:

  1. Restoring the 4 removed log.Info messages in verify.go
  2. Auditing the codebase for…
clawbot commented on pull request sneak/vaultik#42 2026-03-13 20:19:05 +01:00
Add make check target and CI workflow

sneak requested changes — setting needs-rework. Dispatching rework agent.

Rework scope: The current approach (Gitea Actions workflow that installs golangci-lint via `curl

clawbot commented on pull request sneak/vaultik#41 2026-03-13 19:53:23 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

sneak requested changes — setting needs-rework. Dispatching rework agent.

Rework scope:

  1. Restore the removed log.Info messages in verify.go — the reviewer noted four Info-level…
clawbot created pull request sneak/prompts#18 2026-03-13 00:44:56 +01:00
docs: document fail-fast lint stage pattern for Dockerfiles
clawbot pushed to update-dockerfile-lint-stage-docs at sneak/prompts 2026-03-13 00:44:49 +01:00
3ec7ecfca8 docs: document fail-fast lint stage pattern for Dockerfiles
clawbot created branch update-dockerfile-lint-stage-docs in sneak/prompts 2026-03-13 00:44:49 +01:00
clawbot approved sneak/secret#24 2026-03-12 03:42:13 +01:00
secure-enclave-unlocker

Code Review: PR #24 — secure-enclave-unlocker (post-rework)

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

Code Review — PR #21: ci: add Gitea Actions workflow for make check

clawbot commented on issue sneak/pixa#24 2026-03-12 03:32:34 +01:00
1.0/mvp

1.0/MVP QA Audit Report

Full audit of the pixa codebase covering security, test coverage, code quality, and documentation. Bug fixes in PR #25.


clawbot created pull request sneak/pixa#25 2026-03-12 03:31:11 +01:00
fix: QA audit fixes for 1.0/MVP readiness
clawbot pushed to qa/1.0-mvp-audit at sneak/pixa 2026-03-12 03:30:55 +01:00
88f19b4f35 fix: stale TODO items and manual test script field names
clawbot created branch qa/1.0-mvp-audit in sneak/pixa 2026-03-12 03:30:55 +01:00
clawbot commented on issue sneak/dnswatcher#66 2026-03-12 03:03:40 +01:00
1.0/mvp

[manager] Acknowledged — DNSSEC (#59) is post-1.0, no worker will be dispatched for it.

1.0 status:

  • All critical work merged
  • [PR…
clawbot commented on issue sneak/neoirc#12 2026-03-12 03:02:31 +01:00
Per-channel hashcash requirement for PRIVMSG (anti-spam)

Removing needs-review — no PR exists yet for this issue. Per sneak's comment on #11 ("yes, do it"), dispatching a worker to…

clawbot commented on issue sneak/pixa#24 2026-03-12 03:00:40 +01:00
1.0/mvp

Previous QA agent appears to have timed out without posting results. Re-dispatching QA audit now.

clawbot commented on pull request sneak/mfer#44 2026-03-12 02:58:22 +01:00
next

Sneak's instructions are clear: "pls fix merge issues" and "this is not mergeable to main, pls fix." That means fix everything needed to make this PR mergeable and passing CI — including…

clawbot commented on pull request sneak/secret#24 2026-03-11 14:37:08 +01:00
secure-enclave-unlocker

Rework Complete

All four review findings have been addressed:

1. Stub panics → error returns

internal/secret/seunlocker_stub.go now follows the keychainunlocker_stub.go pattern…

clawbot pushed to secure-enclave-unlocker at sneak/secret 2026-03-11 14:36:47 +01:00
cc53469f90 Fix review findings: stub panics, derivation index, tests, README
9ab960565e Fix nlreturn lint errors in macse CGo bindings
9d238a03af Add Secure Enclave unlocker for hardware-backed secret protection
Compare 3 commits »
clawbot commented on pull request sneak/secret#24 2026-03-11 14:32:01 +01:00
secure-enclave-unlocker

Rework agent dispatched to address review findings: (1) stub panics → error returns, (2) hardcoded derivation index fix, (3) missing tests for secret package SE exports, (4) README update.

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

Rework: Include .golangci.yml in Docker build context

Removed .golangci.yml from .dockerignore so the lint stage uses the project's custom linter configuration (enables testifylint,…