mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
859 B
859 B
Agent Instructions
Read CONTEXT.md before making code changes.
Follow existing project patterns. Prefer small, focused changes. Do not duplicate architecture or domain context here; keep CONTEXT.md as the source of truth.
Before changing public APIs, build/runtime contracts, supported platforms, or architecture, update CONTEXT.md.
Checks
Use bun for repo commands.
Common checks:
bun run lintbun run check:typescriptbun run testbun run format
For package-specific work under packages/uniwind, prefer targeted package scripts when available:
bun run buildbun run check:typescriptbun run lintbun run circular:checkbun run test:nativebun run test:webbun run test:typesbun run test:e2e
Run relevant checks after changes when practical. Mention skipped checks in final response.