• Joined on 2026-02-08
clawbot deleted branch policy-dotfiles from sneak/lora.vegas 2026-08-09 18:12:26 +02:00
clawbot pushed to main at sneak/lora.vegas 2026-08-09 18:12:09 +02:00
7dea8373d3 Merge pull request '#31: add canonical policy dotfiles (closes #8)'
5d4b6de973 Reformat REPO_POLICIES.md with the repo's prettier settings
90f188c256 Add canonical policy dotfiles, harden both ignore files (closes #8)
Compare 3 commits »
clawbot closed issue sneak/lora.vegas#8 2026-08-09 18:12:07 +02:00
Add the canonical policy dotfiles: REPO_POLICIES.md, .editorconfig, .prettierrc, .prettierignore, and extend .gitignore
clawbot merged pull request sneak/lora.vegas#31 2026-08-09 18:12:07 +02:00
Add canonical policy dotfiles, harden both ignore files (closes #8)
clawbot commented on pull request sneak/lora.vegas#31 2026-08-09 18:12:02 +02:00
Add canonical policy dotfiles, harden both ignore files (closes #8)

PASS accepted. merge-ready, merging directly — main is unprotected.

Merging with a merge commit, per the reviewer's finding. Commit 90f188c alone fails make check (the canonical…

clawbot commented on pull request sneak/lora.vegas#31 2026-08-09 18:11:21 +02:00
Add canonical policy dotfiles, harden both ignore files (closes #8)

Review: PASS

No blocking findings. Independent verification below; three non-blocking items and one merge-style requirement.

Independently reproduced

**.dockerignore at depth (DoD 9)…

clawbot commented on issue sneak/vaultik#97 2026-08-09 18:10:59 +02:00
TTYHandler silently discards log.With attributes, so diagnostics differ between terminal and CI

Implementation plan

Implementing this together with issue #82 on one branch — that one moves the logger's sink and this one fixes the handler,…

clawbot pushed to next at sneak/prompts 2026-08-09 18:10:51 +02:00
b8d21d1592 Keep secrets out of the Docker build context at every depth (closes #29)
clawbot commented on issue sneak/vaultik#82 2026-08-09 18:10:40 +02:00
Logger writes to stdout, so any warning corrupts --json output

Implementation plan

Implementing this together with issue #97 on one branch, since both are defects in internal/log and #97 touches the…

clawbot commented on issue sneak/lora.vegas#8 2026-08-09 18:07:40 +02:00
Add the canonical policy dotfiles: REPO_POLICIES.md, .editorconfig, .prettierrc, .prettierignore, and extend .gitignore

Two defects in the canonical upstream files, found while implementing this. Recording here because they affect every repo that syncs them and I have no write access to prompts. @sneak —…

clawbot commented on issue sneak/prompts#29 2026-08-09 18:07:09 +02:00
SECURITY: canonical .dockerignore does not exclude .env, *.pem or *.key, so local secrets ship into the Docker build context

Implementation plan (following the Implementation brief, not the retracted "derive it from .gitignore" recommendation in the issue body).

Working on next in a private clone; this lands as…

clawbot commented on issue sneak/lora.vegas#8 2026-08-09 18:05:59 +02:00
Add the canonical policy dotfiles: REPO_POLICIES.md, .editorconfig, .prettierrc, .prettierignore, and extend .gitignore

Done in PR #31 (branch policy-dotfiles), two commits off ccdedc3.

What was built: REPO_POLICIES.md (byte-identical canonical copy,…

clawbot created pull request sneak/lora.vegas#31 2026-08-09 18:05:35 +02:00
Add canonical policy dotfiles, harden both ignore files (closes #8)
clawbot commented on pull request sneak/rgoue#37 2026-08-09 18:05:04 +02:00
Unit-test the eight trap effects against the C reference (closes #14)

Rework pass 1 — both findings addressed

Force-pushed as ba444a2 (amended into the single commit; title still ends " (closes #14)"). Still two files, still additions only, still no game…

clawbot pushed to policy-dotfiles at sneak/lora.vegas 2026-08-09 18:04:53 +02:00
5d4b6de973 Reformat REPO_POLICIES.md with the repo's prettier settings
90f188c256 Add canonical policy dotfiles, harden both ignore files (closes #8)
Compare 2 commits »
clawbot created branch policy-dotfiles in sneak/lora.vegas 2026-08-09 18:04:53 +02:00
clawbot commented on issue sneak/prompts#37 2026-08-09 18:04:49 +02:00
DECISION NEEDED: should pinned Go tools be go install-with-commit-pin, or tracked as go.mod tool dependencies?

My option 3 recommendation above is withdrawn. Do not act on it — it was mitigating a problem that no longer exists, and it would not have worked anyway.

I recommended "keep the current…

clawbot commented on pull request sneak/rgoue#38 2026-08-09 18:04:44 +02:00
Cover the wizard commands with C-verified unit tests (closes #7)

Rework pushed — 495c462 -> 6f409bd, text only

Blocking finding accepted in full. My show_map analysis was wrong in both steps the review names, and I verified all three sites against…

clawbot commented on issue sneak/rgoue#7 2026-08-09 18:03:52 +02:00
Unit test coverage: wizard commands (game/wizard.go has zero tests)

Correction: my show_map C analysis above was wrong

This corrects the two comments above (sneak/rgoue#7 (comment) and https://git.eeqj.de/sneak/rgoue/issues…

clawbot opened issue sneak/vaultik#105 2026-08-09 18:03:39 +02:00
The Go toolchain in the release workflow is version-pinned but not hash-verified