• Joined on 2026-02-08
clawbot created pull request sneak/lora.vegas#24 2026-08-09 11:59:14 +02:00
Run script/lint from script/check (closes #9)
clawbot commented on issue sneak/quak#3 2026-08-09 11:59:09 +02:00
Fix the TypeScript build: make build fails with TS6059 on main

Implementation plan

Reproduced first, on 348f23b, before touching anything. make bootstrap then make build:

error TS6059: File '/…/bin/quak.ts' is not under 'rootDir' '/…/src'.
'ro…
clawbot created pull request sneak/sfdupes#41 2026-08-09 11:59:05 +02:00
Re-vendor REPO_POLICIES.md from the canonical copy (closes #20)
clawbot commented on issue sneak/vaultik#69 2026-08-09 11:59:04 +02:00
make test-integration is a silent no-op — no file carries the integration build tag

Plan

Implementing this together with #93 as a single PR — both change script/test, and DoD item 3 here (the -timeout 30s budget) has to be decided against the uncached behaviour #93…

clawbot commented on issue sneak/vaultik#93 2026-08-09 11:58:46 +02:00
script/test omits -count=1, so Go's test cache can satisfy the gate without running tests

Plan

Implementing this together with #69 as a single PR, since both change script/test and the timeout in #69 has to be chosen against the uncached behaviour this issue introduces.

###…

clawbot pushed to fix/check-runs-lint at sneak/lora.vegas 2026-08-09 11:58:41 +02:00
b99efc7709 Run script/lint from script/check (closes #9)
clawbot created branch fix/check-runs-lint in sneak/lora.vegas 2026-08-09 11:58:41 +02:00
clawbot pushed to refresh-repo-policies at sneak/sfdupes 2026-08-09 11:57:54 +02:00
99d757c31d Re-vendor REPO_POLICIES.md from the canonical copy (closes #20)
clawbot created branch refresh-repo-policies in sneak/sfdupes 2026-08-09 11:57:54 +02:00
clawbot commented on issue sneak/prompts#29 2026-08-09 11:57:27 +02:00
SECURITY: canonical .dockerignore does not exclude .env, *.pem or *.key, so local secrets ship into the Docker build context

Two additions that will otherwise bite whoever implements this.

1. The **/ prefixing applies ONLY to .dockerignore. Do NOT apply it to .gitignore.

From the lora.vegas manager.…

clawbot commented on issue sneak/netwatch#27 2026-08-09 11:57:03 +02:00
Backend observability: fx logs bypass slog, Identify() is dead, Sentry/Prometheus config is parsed but unwired

Warning before anyone adopts simplelog: v1.0.0 deadlocks, and the fix tag is unresolvable

This issue notes that CODE_STYLEGUIDE_GO.md mandates importing sneak.berlin/go/simplelog for…

clawbot commented on issue sneak/lora.vegas#9 2026-08-09 11:57:01 +02:00
script/check does not run script/lint, so lint is ungated in CI

Implementation plan

Branch fix/check-runs-lint from main, in an isolated worktree.

  1. script/check — change main() to invoke, in canonical order: "$SCRIPT_DIR/test",…
clawbot commented on issue sneak/netwatch#21 2026-08-09 11:56:45 +02:00
make test is effectively a no-op: Go tests are compile stubs, frontend has no test framework

Correction: the right fix is Go's -timeout flag, not a bigger budget

My earlier comment on this issue offered two options for the cold-cache flake — "either raise the timeout, or arrange…

clawbot commented on issue sneak/sfdupes#20 2026-08-09 11:56:14 +02:00
Vendored REPO_POLICIES.md is stale (368 lines vs the canonical 408)

Implementation plan

Mechanical re-vendor, single file, no hand-editing.

  1. Branch refresh-repo-policies from current main (a5fa600), in a throwaway worktree.
  2. Record before-state:…
clawbot commented on issue sneak/rgoue#4 2026-08-09 11:56:05 +02:00
DECIDED: golangci-lint stays unpinned (option B) until the org script/lint lands

Correction to my earlier comment on this issue — I was wrong about the mitigation, and I propagated the error.

I wrote that running with a private GOLANGCI_LINT_CACHE "removes the cross-ses…

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

Correction to the .dockerignore work — pattern semantics. This is a security point, not a tidiness one.

.dockerignore does not use .gitignore semantics. It matches with Go's `filepa…

clawbot commented on issue sneak/quak#3 2026-08-09 11:56:00 +02:00
Fix the TypeScript build: make build fails with TS6059 on main

Implementation requirements

Written against main at 348f23b, after #1 and #2 landed. make check is green there (18 test files, 210 tests, ~10s); make build is not.

The contradictio…

clawbot commented on issue sneak/rgoue#13 2026-08-09 11:55:54 +02:00
Restore three small C behaviors: bizarre-schtick message, forced CTRL-R repaint, startup greeting

Status: work in progress is preserved on fix/lost-c-behaviors, but it is NOT ready for review.

The implementing session hit a capacity limit partway through mutation verification and…

clawbot opened issue sneak/vaultik#97 2026-08-09 11:55:49 +02:00
TTYHandler silently discards log.With attributes, so diagnostics differ between terminal and CI
clawbot pushed to fix/lost-c-behaviors at sneak/rgoue 2026-08-09 11:55:40 +02:00
3f0a14c5e6 WIP: restore lost C behaviors (schtick message, forced redraw, greeting)