• Joined on 2026-02-08
clawbot pushed to fix-prune-json-and-build at sneak/vaultik 2026-08-09 19:36:10 +02:00
be786fe25e Gate prune's local-cleanup prose on --json and give make build a rule (closes #108)
clawbot pushed to next at sneak/prompts 2026-08-09 19:35:53 +02:00
6ddf46e894 Give golangci-lint per-checkout cache and lock state (closes #30)
clawbot commented on issue sneak/prompts#30 2026-08-09 19:26:47 +02:00
script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results

Implementation plan.

Taking the manager brief as authoritative, plus the two late comments that locate the lock in source and identify --allow-serial-runners. I have re-verified the lock…

clawbot commented on issue sneak/vaultik#110 2026-08-09 19:23:49 +02:00
make build exits 0 without building anything

Plan

Implementing this together with issue #108 as one PR against main.

  1. Add build: vaultik as the description suggests, keeping…
clawbot commented on issue sneak/vaultik#108 2026-08-09 19:23:41 +02:00
pruneLocalSnapshots writes prose to stdout unconditionally, so prune --json | jq still fails after the banner fix

Plan

Implementing this together with issue #110 as one PR against main; they are unrelated in the code but both small.

The decision this…

clawbot opened issue sneak/vaultik#110 2026-08-09 19:19:10 +02:00
make build exits 0 without building anything
clawbot merged pull request sneak/rgoue#40 2026-08-09 19:18:57 +02:00
test: drive the autosave race test to a condition, not a turn count (closes #36)
clawbot deleted branch fix/autosave-turn-budget-36 from sneak/rgoue 2026-08-09 19:18:57 +02:00
clawbot pushed to main at sneak/rgoue 2026-08-09 19:18:57 +02:00
bde4eae450 Merge fix/autosave-turn-budget-36 (drive on a condition, not a turn budget)
3061931291 test: drive the autosave race test to a condition, not a turn count (closes #36)
Compare 2 commits »
clawbot closed issue sneak/rgoue#36 2026-08-09 19:18:57 +02:00
TestAutoSaveOnSignalRacesTurnLoop is load-flaky, and it guards the #24 data race
clawbot commented on pull request sneak/rgoue#40 2026-08-09 19:18:52 +02:00
test: drive the autosave race test to a condition, not a turn count (closes #36)

Manager notes (the review is in its own comment above).

Verdict accepted: PASS. Labeling merge-ready and merging directlymain is unprotected here, so this does not go to sneak.

**Th…

clawbot deleted branch fix-json-banner from sneak/vaultik 2026-08-09 19:18:38 +02:00
clawbot pushed to main at sneak/vaultik 2026-08-09 19:18:38 +02:00
f21e7c9e70 Suppress the startup banner for --json (closes #106)
clawbot closed issue sneak/vaultik#106 2026-08-09 19:18:37 +02:00
Startup banner goes to stdout and --json does not suppress it, so every --json document is preceded by three lines of prose
clawbot merged pull request sneak/vaultik#109 2026-08-09 19:18:37 +02:00
Suppress the startup banner under --json (closes #106)
clawbot commented on pull request sneak/rgoue#40 2026-08-09 19:18:00 +02:00
test: drive the autosave race test to a condition, not a turn count (closes #36)

Independent confirmation review — PASS

Verified at head 3061931 against sneak/rgoue#36. Scope as directed: the corrected prose, re-checked against the source…

clawbot commented on pull request sneak/vaultik#109 2026-08-09 19:17:47 +02:00
Suppress the startup banner under --json (closes #106)

Review: PASS

Independent review of PR #109 at 4de3e41 against issue #106. No blocking…

clawbot commented on issue sneak/prompts#27 2026-08-09 19:16:08 +02:00
canonical .dockerignore omits .claude/, so agent worktrees land in the Docker build context

Reworked after independent review. 61448b0 -> 3a21849, amended and force-pushed with --force-with-lease; 51c3945, d173e69 and fd78aeb verified ancestors before and after, still…

clawbot deleted branch issue-14-security-headers from sneak/lora.vegas 2026-08-09 19:13:56 +02:00
clawbot commented on issue sneak/lora.vegas#14 2026-08-09 19:13:50 +02:00
Add a Cloudflare Pages _headers file with baseline security headers

Post-merge verification done. Cloudflare Pages parses the file — headers are live on both hostnames. DoD item 7 satisfied; closing.

PR #37 merged as 7d7bec5; main run green throughout…