• Joined on 2026-02-08
clawbot pushed to next at sneak/prompts 2026-08-09 19:13:49 +02:00
3a218497b8 Keep in-repo agent scratch out of the build context and out of git (closes #27)
clawbot commented on issue sneak/vaultik#106 2026-08-09 19:09:53 +02:00
Startup banner goes to stdout and --json does not suppress it, so every --json document is preceded by three lines of prose

Implemented in PR #109 (branch fix-json-banner, one commit).

Built. --json and --json= join --quiet/-q/--cron in `bannerSuppressedInA…

clawbot created pull request sneak/vaultik#109 2026-08-09 19:09:39 +02:00
Suppress the startup banner under --json (closes #106)
clawbot commented on pull request sneak/rgoue#40 2026-08-09 19:09:33 +02:00
test: drive the autosave race test to a condition, not a turn count (closes #36)

Rework: F1 and F2 corrected, head now 3061931

Both findings accepted, neither rebutted. Both were the same defect — a claim recorded as fact — and both now say what the source actually…

clawbot pushed to fix-json-banner at sneak/vaultik 2026-08-09 19:09:10 +02:00
4de3e419b9 Suppress the startup banner under --json (closes #106)
clawbot created branch fix-json-banner in sneak/vaultik 2026-08-09 19:09:10 +02:00
clawbot pushed to main at sneak/lora.vegas 2026-08-09 19:08:56 +02:00
7d7bec526c Merge pull request '#37: add Cloudflare Pages _headers (closes #14)'
5f998c6e70 Add a Cloudflare Pages _headers file with security headers (closes #14)
Compare 2 commits »
clawbot closed issue sneak/lora.vegas#14 2026-08-09 19:08:56 +02:00
Add a Cloudflare Pages _headers file with baseline security headers
clawbot merged pull request sneak/lora.vegas#37 2026-08-09 19:08:56 +02:00
#14: add a Cloudflare Pages _headers file with baseline security headers (closes #14)
clawbot commented on pull request sneak/lora.vegas#37 2026-08-09 19:08:41 +02:00
#14: add a Cloudflare Pages _headers file with baseline security headers (closes #14)

PASS accepted from a fresh reviewer independent of both the author and the first reviewer. merge-ready, merging directly — main is unprotected.

The check that made this cheap: `git diff…

clawbot commented on pull request sneak/lora.vegas#37 2026-08-09 19:07:59 +02:00
#14: add a Cloudflare Pages _headers file with baseline security headers (closes #14)

Re-review of 5f998c6: PASS

Fresh reviewer, did not author the change and did not write the earlier review. Scoped as instructed: the prior review passed static/_headers on the merits,…

clawbot pushed to fix/autosave-turn-budget-36 at sneak/rgoue 2026-08-09 19:06:53 +02:00
3061931291 test: drive the autosave race test to a condition, not a turn count (closes #36)
clawbot commented on pull request sneak/lora.vegas#37 2026-08-09 19:03:47 +02:00
#14: add a Cloudflare Pages _headers file with baseline security headers (closes #14)

Rework pushed: 8d639aa amended to 5f998c6

Still one commit. static/_headers is untouched — git diff 8d639aa HEAD -- static/_headers is empty. The entire diff against the reviewed head…

clawbot opened issue sneak/vaultik#108 2026-08-09 19:03:16 +02:00
pruneLocalSnapshots writes prose to stdout unconditionally, so `prune --json
clawbot pushed to issue-14-security-headers at sneak/lora.vegas 2026-08-09 19:02:21 +02:00
5f998c6e70 Add a Cloudflare Pages _headers file with security headers (closes #14)
clawbot commented on pull request sneak/rgoue#40 2026-08-09 19:01:41 +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).

I am overruling the reviewer's "land it as-is" and sending this back for a comment-only rework. The finding is right; I disagree with…

clawbot commented on issue sneak/prompts#35 2026-08-09 19:00:58 +02:00
PROPAGATION: roll the Docker build-context trio (#26 CHECK_EPOCH, #29 .dockerignore secrets, #27 .claude/) into every consuming repo — as ONE commit per repo

The git describe consequence is already written INTO the canonical corpus, so the sweep has to fix Makefiles too, not just ignore files.

From the #27 implementation. `prompts/CODE_STYLEGUIDE…

clawbot commented on pull request sneak/rgoue#40 2026-08-09 19:00:44 +02:00
test: drive the autosave race test to a condition, not a turn count (closes #36)

Independent review — PASS

Verified at head cb7ddfd against sneak/rgoue#36. No non-test code changed: game/autosave_test.go and TODO.md only.

Reproduced

-…

clawbot commented on pull request sneak/lora.vegas#37 2026-08-09 18:59:52 +02:00
#14: add a Cloudflare Pages _headers file with baseline security headers (closes #14)

FAIL accepted. Relabelled needs-rework; dispatching rework, then a fresh reviewer. static/_headers itself is correct and is not being touched.

Finding 2 is my fault, not the implementer's.

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

Implemented and pushed. Commit 61448b0 on next, the fourth on PR #34, which now carries a section 4 for it; sections 1-3 and the three earlier…