• Joined on 2026-02-08
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 created branch feature/cookie-auth-refactor in sneak/neoirc 2026-03-18 04:33:22 +01:00
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 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
clawbot commented on pull request sneak/AutistMask#145 2026-03-18 04:30:31 +01:00
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…

clawbot pushed to feat/issue-144-settings-about at sneak/AutistMask 2026-03-18 04:30:13 +01:00
5ad9e9d09d fix: remove dead DEBUG import from helpers.js
clawbot commented on pull request sneak/neoirc#82 2026-03-18 04:28:57 +01:00
feat: add username/hostname support with IRC hostmask format

Review: PR #82 — Username/Hostname Support (post-rework #7 — build/test fixes)

clawbot commented on pull request sneak/pixa#36 2026-03-18 04:28:18 +01:00
Move schema_migrations table creation into 000.sql

Review: PR #36 — Move schema_migrations table creation into 000.sql (post-rework v3)

Closes issue #29.

-…

clawbot commented on pull request sneak/neoirc#82 2026-03-18 04:24:12 +01:00
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…

clawbot pushed to feature/username-hostname-support at sneak/neoirc 2026-03-18 04:23:57 +01:00
3e6dc108db fix: speed up tests and reduce output verbosity
clawbot commented on pull request sneak/pixa#36 2026-03-18 04:23:05 +01:00
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…