Restore local agent work after sai merge

This commit is contained in:
-Puter
2026-07-23 01:27:59 +05:30
parent 608f468219
commit f73e4407c0
12 changed files with 5041 additions and 311 deletions

View File

@@ -1 +1 @@
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 12 dense sentences by replacing stale guidance rather than appending.
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/`, and keep UI presentational by moving UI state to reusable hooks and business/services/pure logic to dedicated modules. Before Flue work, MUST read `.agents/skills/flue/SKILL.md` and use installed-version `flue docs`; after every change, MUST run `bunx ultracite check` on every changed source, script, and agent file (apply `bunx ultracite fix` first when needed), run the affected package's `bun run check-types`, exercise the changed behavior with its targeted runtime or smoke test, then run root `bun run check` and report unrelated pre-existing failures separately; keep every `AGENTS.md` to 12 dense sentences by replacing stale guidance rather than appending.