Claude entrypoint for zksync-js.
This file supplementsAGENTS.mdwith Claude-specific notes.
- Read
AGENTS.mdfor rules and workflow - Read
llm/README.mdfor detailed guidance - Follow the standard workflow before making changes
- Use tools proactively: Read files, run scripts, verify changes
- Prefer small commits: Make incremental, focused changes
- Verify before claiming done: Run
bun run lint,bun run test,bun run typecheck - Ask when uncertain: Don't guess at conventions or commands
AGENTS.md– Primary rules (read first)llm/README.md– Detailed navigationllm/architecture-adapters-and-core.md– Core/adapter boundaryllm/resource-patterns.md– Adding new SDK resources