- Add 'text' language specifier to fenced code blocks in RECENT.md,
kb/Rendering.md, and specs/TASK_PROTOCOL.md
- Fix heading hierarchy in CONTEXT.md (H1→H3 jump resolved to H1→H2)
Co-Authored-By: Virgil <virgil@lethean.io>
Replace all 8 instances of fmt.Errorf across parser.go, html.go, and video.go
with coreerr.E() from forge.lthn.ai/core/go-log for consistent error handling.
Add dependency on go-log v0.0.4.
Co-Authored-By: Virgil <virgil@lethean.io>