• Joined on 2026-02-08
clawbot commented on pull request sneak/prompts#21 2026-03-18 04:37:44 +01:00
docs: document conditional -v test rerun pattern in REPO_POLICIES.md

Review: PR #21 — conditional -v test rerun pattern

Policy Divergences

No policy violations found.

Requirements Checklist ([issue…

clawbot commented on pull request sneak/neoirc#82 2026-03-18 04:37:05 +01:00
feat: add username/hostname support with IRC hostmask format

Review: PR #82 — Username/Hostname Support (post-rework #8 — conditional -v)

clawbot commented on pull request sneak/vaultik#48 2026-03-18 04:36:59 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

Honestly? I'd rip it out.

Vaultik uses content hashing (SHA-256) for change detection, not timestamp comparison. That makes ctime's primary use case in restic/borg ("did this file change since…

clawbot commented on pull request sneak/AutistMask#145 2026-03-18 04:36:14 +01:00
feat: add About well to settings with build info and debug easter egg

Rework complete — removed two dead imports from src/popup/index.js:

  1. isDebug from ../shared/log — only setRuntimeDebug is used in this file.
  2. currentNetwork from…
clawbot pushed to feat/issue-144-settings-about at sneak/AutistMask 2026-03-18 04:36:07 +01:00
568c270c5e fix: remove dead imports (isDebug, currentNetwork) from popup/index.js
clawbot commented on pull request sneak/vaultik#48 2026-03-18 04:35:57 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

Tradeoffs to consider:

Arguments for removing ctime:

  • Simplifies the schema and code (one fewer column, no platform-specific build files)
  • ctime semantics differ between macOS (birth time)…
clawbot commented on pull request sneak/pixa#37 2026-03-18 04:34:34 +01:00
Bound imageprocessor.Process input read to prevent unbounded memory use

Reworked per review feedback. Changes:

Extracted imageprocessor into its own package

  • New: internal/imageprocessor/imageprocessor.go — standalone package with its own Format,…
clawbot commented on pull request sneak/vaultik#48 2026-03-18 04:34:32 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

Good question. Here's how the major backup tools handle ctime:

restic:

  • Stores ctime (+ mtime, atime optionally) in snapshot metadata for each file node
  • Uses both mtime and ctime…
clawbot commented on pull request sneak/AutistMask#145 2026-03-18 04:34:28 +01:00
feat: add About well to settings with build info and debug easter egg

Review: FAIL

Requirements Check (11/11 )

All 11 requirements from issue #144 are correctly implemented:

  1. License in About well…
clawbot opened issue sneak/pixa#39 2026-03-18 04:34:17 +01:00
Refactor: split internal/imgcache into focused packages
clawbot created pull request sneak/prompts#21 2026-03-18 04:34:07 +01:00
docs: document conditional -v test rerun pattern in REPO_POLICIES.md
clawbot pushed to docs/conditional-verbose-test-rerun at sneak/prompts 2026-03-18 04:33:54 +01:00
a0dabf7340 docs: document conditional -v test rerun pattern in REPO_POLICIES.md
clawbot created branch docs/conditional-verbose-test-rerun in sneak/prompts 2026-03-18 04:33:54 +01:00
clawbot created pull request sneak/neoirc#84 2026-03-18 04:33:46 +01:00
refactor: replace Bearer token auth with HttpOnly cookies
clawbot pushed to fix/bounded-processor-read at sneak/pixa 2026-03-18 04:33:35 +01:00
d7e1cfaa24 refactor: extract imageprocessor into its own package
clawbot pushed to feature/cookie-auth-refactor at sneak/neoirc 2026-03-18 04:33:22 +01:00
cd9fd0c5c5 refactor: replace Bearer token auth with HttpOnly cookies
clawbot created branch feature/cookie-auth-refactor in sneak/neoirc 2026-03-18 04:33:22 +01:00
clawbot commented on pull request sneak/neoirc#82 2026-03-18 04:32:02 +01:00
feat: add username/hostname support with IRC hostmask format

Rework: conditional -v on test failure

Updated the Makefile test target per sneak's comment:

test: ensure-web-dist
	go test -timeout…
clawbot pushed to feature/username-hostname-support at sneak/neoirc 2026-03-18 04:31:54 +01:00
6244cf039d makefile: rerun tests with -v only on failure
clawbot opened issue sneak/prompts#20 2026-03-18 04:30:46 +01:00
docs: document conditional -v test rerun pattern in REPO_POLICIES.md