summaryrefslogtreecommitdiff
path: root/internal/processor
AgeCommit message (Expand)Author
2026-04-27fix(processor): handle os.Remove errors for markdown inbox extrasPaul Buetow
2026-04-27Add context.Context to I/O-bound public APIs (generator.Run, processor.Run, a...Paul Buetow
2026-04-27processor: introduce PostBuilder registry to replace hardcoded switchPaul Buetow
2026-04-27processor: refactor to two-phase commit for inbox processingPaul Buetow
2026-04-27processor: reject two markdown files claiming the same inbox imagePaul Buetow
2026-04-27processor: reject markdown image refs with path separators or parent traversalPaul Buetow
2026-04-27processor: fix uniqueID to return error instead of infinite loop on Stat errorsPaul Buetow
2026-04-16v0.2.0: markdown image embedding, post typography, modal improvementsv0.2.0Paul Buetow
2026-04-10Release v0.1.3v0.1.3Paul Buetow
2026-04-10processor: document sequential Run and partial-batch semanticsPaul Buetow
2026-04-10processor: document trusted inbox trust boundary for markdown HTMLPaul Buetow
2026-04-10processor: return error when markdown pre-scan cannot read .mdPaul Buetow
2026-04-10test: add table-driven unit tests for post, processor, generatorPaul Buetow
2026-04-10processor: delete markdown inbox images only after Save succeedsPaul Buetow
2026-04-09add snonux static microblog generatorPaul Buetow