Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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 lint`
- `bun run check:typescript`
- `bun run test`
- `bun run format`

For package-specific work under `packages/uniwind`, prefer targeted package scripts when available:

- `bun run build`
- `bun run check:typescript`
- `bun run lint`
- `bun run circular:check`
- `bun run test:native`
- `bun run test:web`
- `bun run test:types`
- `bun run test:e2e`

Run relevant checks after changes when practical. Mention skipped checks in final response.
1 change: 1 addition & 0 deletions CLAUDE.md
File renamed without changes.