Block a user
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…
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…
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.
readme is missing build instructions, and build dep installation instructions
Deliverable 3: Golang implementation to spec
Deliverable 2: Spec document for golang implementation of format
Deliverable 1: Spec document for file format
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
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…
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…