Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1023 Bytes

File metadata and controls

30 lines (20 loc) · 1023 Bytes

CLAUDE.md – Claude-Specific Instructions

Claude entrypoint for zksync-js.
This file supplements AGENTS.md with Claude-specific notes.


Start Here

  1. Read AGENTS.md for rules and workflow
  2. Read llm/README.md for detailed guidance
  3. Follow the standard workflow before making changes

Claude-Specific Notes

  • 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

Key Files