chore: replace chat.js with TypeScript-built bundle #2
No reviewers
Labels
No labels
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go-ml#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/lem-chat-typescript-bundle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces the 833-line monolithic
chat.jswith a 556-line esbuild bundle built from TypeScript source incore/go/lem-chat/.Functionally identical — same SSE streaming, same components, same theme. The TypeScript source lives in core/go and builds via
npm run buildto producedist/lem-chat.js, which is copied here.Depends on: core/go PR for the TypeScript source.