Block a user
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
feat: add About well to settings with build info and debug easter egg
Rework Summary
Fix: Removed dead DEBUG import from src/popup/views/helpers.js (line 3).
The DEBUG constant from ../../shared/constants was imported but never used — `updateDebugBa…
feat: add username/hostname support with IRC hostmask format
Review: PR #82 — Username/Hostname Support (post-rework #7 — build/test fixes)
feat: add username/hostname support with IRC hostmask format
Rework: Fix test speed and output verbosity
Addressed sneak's feedback on test performance and output size.
Changes
Makefile — removed -v flag from test target. Output now shows…
Move schema_migrations table creation into 000.sql
Rework: Moved bootstrap INSERT into 000.sql
Per sneak's review — the SQL file should be self-contained.
Changes
internal/database/schema/000.sql — added `INSERT OR IGNORE INTO…