* better instructions for claude * remove file * better rules * better claude action * add api routes prefixes * typo * typo * fix * fix * add typegen explanations * remove npm run format
381 B
381 B
Backend Development (Rust)
Core Principles
- Follow @rust-best-practices.mdc for detailed guidelines
- Database schema reference: @summarized_schema.txt
- The API routes prefixes are all listed in windmill-api/src/lib.rs
Adding New Features
- Update database schema with migration if necessary
- Update backend/windmill-api/openapi.yaml after modifying API endpoints