go-session/RECENT.md
Snider 55ceab4a0d
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 1m8s
refactor(error-handling): replace fmt.Errorf and errors.New with coreerr.E()
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>
2026-03-16 20:38:07 +00:00

1.2 KiB

Recent Changes

a07e41a chore: add .core/ and .idea/ to .gitignore
50d1c3f docs: add CLAUDE.md project instructions
bc3cc42 docs: add human-friendly documentation
ad28c85 fix: improve HTML escaping and modernise sort/search helpers
724d122 chore: add .core/ build and release configs
6ffafd8 chore: remove boilerplate Taskfile
53d3bd9 chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
89a431c feat: modernise to Go 1.26 iterators and stdlib helpers
049df37 ci: add Forgejo Actions test and security scan workflows
cb7b5de chore: sync workspace dependency versions
1458694 refactor: apply go fix modernizers for Go 1.26
5dc4078 chore: bump go directive to 1.26.0
325fddd docs: add README with quick start and docs links
91e7cdb Merge remote-tracking branch 'origin/main'
3e00791 docs: graduate TODO/FINDINGS into production documentation
1031905 feat(parser): add robustness for truncated JSONL and malformed lines
8e91626 docs: mark Phase 3 timeline UI as complete
9b32678 docs(todo): mark Phase 1+2 complete with commit hash a6fb934
a6fb934 feat(parser): Phase 1+2 — parse stats, truncation detection, session analytics
c798d9d docs: flesh out Phase 1+2 task specs for parser robustness and analytics