Block a user
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…
feat: add username/hostname support with IRC hostmask format
Review: PR #82 — Username/Hostname Support (post-rework #8 — conditional
Review: PR #82 — Username/Hostname Support (post-rework #8 — conditional -v)
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…
feat: add About well to settings with build info and debug easter egg
Rework complete — removed two dead imports from src/popup/index.js:
isDebugfrom../shared/log— onlysetRuntimeDebugis used in this file.currentNetworkfrom…
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)…
Bound imageprocessor.Process input read to prevent unbounded memory use
Extracted
Reworked per review feedback. Changes:
Extracted imageprocessor into its own package
- New:
internal/imageprocessor/imageprocessor.go— standalone package with its ownFormat,…
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…
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:
- ✅ License in About well…
Refactor: split internal/imgcache into focused packages
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
refactor: replace Bearer token auth with HttpOnly cookies
feat: add username/hostname support with IRC hostmask format
Rework: conditional
Rework: conditional -v on test failure
Updated the Makefile test target per sneak's comment:
test: ensure-web-dist
go test -timeout…
docs: document conditional -v test rerun pattern in REPO_POLICIES.md