go-session/CLAUDE.md
Snider 474b0861e1 feat: extract go-session from core/go pkg/session
Session parsing, timeline generation, HTML/video rendering.
Zero external dependencies (stdlib only).
Module: forge.lthn.ai/core/go-session

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 16:09:12 +00:00

426 B

CLAUDE.md

What This Is

Session parsing, timeline generation, and HTML/video rendering. Module: forge.lthn.ai/core/go-session

Commands

go test ./...          # Run all tests
go test -v -run Name   # Run single test

Coding Standards

  • UK English
  • go test ./... must pass before commit
  • Conventional commits: type(scope): description
  • Co-Author: Co-Authored-By: Virgil <virgil@lethean.io>