Skip to content

Commit 0a50373

Browse files
authored
docs: add agents.md (#575)
1 parent 3091d35 commit 0a50373

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Agent Instructions
2+
3+
Read `CONTEXT.md` before making code changes.
4+
5+
Follow existing project patterns. Prefer small, focused changes. Do not duplicate architecture or domain context here; keep `CONTEXT.md` as the source of truth.
6+
7+
Before changing public APIs, build/runtime contracts, supported platforms, or architecture, update `CONTEXT.md`.
8+
9+
## Checks
10+
11+
Use `bun` for repo commands.
12+
13+
Common checks:
14+
15+
- `bun run lint`
16+
- `bun run check:typescript`
17+
- `bun run test`
18+
- `bun run format`
19+
20+
For package-specific work under `packages/uniwind`, prefer targeted package scripts when available:
21+
22+
- `bun run build`
23+
- `bun run check:typescript`
24+
- `bun run lint`
25+
- `bun run circular:check`
26+
- `bun run test:native`
27+
- `bun run test:web`
28+
- `bun run test:types`
29+
- `bun run test:e2e`
30+
31+
Run relevant checks after changes when practical. Mention skipped checks in final response.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md
File renamed without changes.

0 commit comments

Comments
 (0)