~bigbes/lethe

ref: 2285c578382ca35a2f4dbdf16ea45ccb7c108849 lethe/docs d---------
62dbaf9f — Eugene Blikh a month ago
docs(lethe-web-ui-aggregates): add implementation plan
e6173cab — Eugene Blikh a month ago
docs: add roadmap TODO and lethe-web-ui-aggregates design

TODO.md indexes all 9 task specs (4 done/in-progress, 5 deferred or
blocked) plus the carry-overs from the foundation Conclusion. New task
file lethe-web-ui-aggregates covers the backend /projects + /stats
endpoints and the three frontend screens (Projects index, Project
detail, Stats), replacing three of the foundation's stub routes.
dd2e2ea9 — Eugene Blikh a month ago
docs(lethe-web-ui-foundation): record review conclusion, mark Reviewed

Two Important findings from the independent review pass were resolved:
keyboard g-leader / palette-input interference (4ef7a02), and Dockerfile
web-builder path fragility plus uncovered Go-1.26 requirement (0cf348a).
Future work captured: composite-id URL, aggregates absent on Get, Turn
meta-line timestamp, stray flatted/ Go package. CI config remains
deferred pending user choice between .github/ and .sourcecraft/.
136ae1f4 — Eugene Blikh a month ago
docs(lethe-web-ui-foundation): record verify section, mark Verified

End-to-end browser smoke confirmed shell, Home (with real ingested data
showing all aggregate columns), Session view (markdown rendering, role
glyphs, breadcrumb), ⌘K palette, tab navigation. Three minor follow-ups
captured in Notes (composite-id URL encoding, zero aggregates on Get
path, stray flatted Go package in npm dep).
a93ad6a0 — Eugene Blikh a month ago
docs(lethe-web-ui-foundation): record execute deviations across all 6 phases

All six phases implemented, signed, and tested green. Backend aggregates
(Phase 1) ship a strict superset of the prior /api/v1/sessions response.
Web SPA (Phases 2-6) is embedded into the Go binary; vite dev mode
proxies the API with a Remote-User header injection so forward-auth
passes without a real reverse proxy. Status flipped to "Execute (verify
pending)" pending up:uverify.
1af5bcbe — Eugene Blikh a month ago
docs(lethe-web-ui-foundation): import design handoff, add task file

Bring in the React prototype bundle from the claude-design handoff
(`docs/design_handoff_assistant_log/`) and the new task file
(`docs/tasks/lethe-web-ui-foundation.md`) covering the foundation slice
of the assistant-log web UI: scaffold, embed pipeline, shell, Home, and
Session view. Backend additions to `/api/v1/sessions` (summary,
turn_count, token totals, model) are part of this task; Projects, Stats,
Search, Health, and Settings are split into deferred sibling tasks.
85a2dd33 — Eugene Blikh a month ago
docs(lethe-server): record verify section, mark Verified
0ff155ae — Eugene Blikh a month ago
docs(task): record execution conclusion across all 9 phases
3c45b48b — Eugene Blikh a month ago
feat(http): chi server with middleware stack + RFC 7807 problem renderer
4ca03bea — Eugene Blikh a month ago
feat: bootstrap lethe server skeleton + wire contract
8a744799 — Eugene Blikh a month ago
docs: add lethe task specs (server, collector, search)