- Add chat components (header, composer, conversation, message, thinking response, identity) - Add chat hooks (use-chat-agent, use-chat-composer) - Add chat lib (constants, transforms, types) - Wire agent model config through env (provider, name, api, base url, key, context window, max tokens) - Refresh web styling and routes
2 lines
589 B
Markdown
2 lines
589 B
Markdown
This Bun/TypeScript monorepo uses Bun/Vite+, Convex, Effect v4, and Flue; use `@code/*` exports, validate env in `packages/env`, never edit generated files or `repos/`, keep UI components presentational by separating UI state into reusable hooks and business/services/pure functions into dedicated modules, and verify with the targeted runtime plus `bun run check-types` and `bun run check`. Before Flue work, MUST read `.agents/skills/flue/SKILL.md` and use installed-version `flue docs`; keep every `AGENTS.md` to 1–2 dense sentences by replacing stale guidance rather than appending.
|