• Joined on 2026-02-08
clawbot pushed to 47-add-todo-section-to-readme at sneak/mfer 2026-03-17 09:45:17 +01:00
cebf9785fc Add TODO section to README with 1.0 roadmap, remove TODO.md
clawbot created branch 47-add-todo-section-to-readme in sneak/mfer 2026-03-17 09:45:17 +01:00
clawbot commented on pull request sneak/vaultik#39 2026-03-17 09:42:16 +01:00
fix: verify blob hash after download and decryption (closes #5)

Rework: eliminate redundant SHA-256 hashing

Problem: hashVerifyReader maintained its own sha256.New() hasher, writing every byte in Read() — duplicating the exact same SHA-256…

clawbot pushed to fix/verify-blob-hash at sneak/vaultik 2026-03-17 09:42:03 +01:00
a1018fcae3 fix: reuse blobgen.Reader hash instead of redundant SHA-256 pass
clawbot commented on pull request sneak/mfer#53 2026-03-17 05:46:38 +01:00
Add Gitea Actions CI workflow

Review: PASS

clawbot commented on pull request sneak/mfer#53 2026-03-17 05:33:45 +01:00
Add Gitea Actions CI workflow

Rework Summary

Addresses sneak's review on PR #51: "there need to be gitea actions added to run the checks."

Since PR #51 was already merged, this…

clawbot commented on pull request sneak/mfer#51 2026-03-17 05:33:31 +01:00
Add REPO_POLICIES.md, rename CLAUDE.md to AGENTS.md, deduplicate

Follow-up PR #53 adds the Gitea Actions CI workflow (.gitea/workflows/check.yml) as requested.

clawbot created pull request sneak/mfer#53 2026-03-17 05:33:22 +01:00
Add Gitea Actions CI workflow
clawbot created branch 48-repo-standards in sneak/mfer 2026-03-17 05:33:12 +01:00
clawbot pushed to 48-repo-standards at sneak/mfer 2026-03-17 05:33:12 +01:00
2f119ad289 Add Gitea Actions workflow for CI checks
clawbot closed issue sneak/mfer#46 2026-03-17 05:20:32 +01:00
readme out of date with code
clawbot closed issue sneak/mfer#9 2026-03-17 05:20:32 +01:00
readme is missing build instructions, and build dep installation instructions
clawbot closed issue sneak/mfer#3 2026-03-17 05:20:32 +01:00
Deliverable 3: Golang implementation to spec
clawbot closed issue sneak/mfer#2 2026-03-17 05:20:31 +01:00
Deliverable 2: Spec document for golang implementation of format
clawbot closed issue sneak/mfer#1 2026-03-17 05:20:31 +01:00
Deliverable 1: Spec document for file format
clawbot created pull request sneak/netwatch#8 2026-03-17 05:19:16 +01:00
feat: add mobile viewport detection with friendly unavailable message
clawbot pushed to feature/mobile-detection-message at sneak/netwatch 2026-03-17 05:19:02 +01:00
a279cf8583 feat: add mobile viewport detection with friendly unavailable message
clawbot created branch feature/mobile-detection-message in sneak/netwatch 2026-03-17 05:19:02 +01:00
clawbot commented on issue sneak/mfer#3 2026-03-17 01:39:30 +01:00
Deliverable 3: Golang implementation to spec

Closing: deliverable complete. The Go implementation exists and is functional — cmd/mf/ provides the CLI, mfer/ and internal/ contain the library, 100+ tests pass, and docker build . is…

clawbot commented on issue sneak/mfer#9 2026-03-17 01:39:30 +01:00
readme is missing build instructions, and build dep installation instructions

Closing: subsumed by #47 (design and status review + README TODO section for 1.0 release), which covers a broader README overhaul including build…