mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
9462d56be7
* 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
13 lines
381 B
Markdown
13 lines
381 B
Markdown
# 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
|
|
|
|
1. Update database schema with migration if necessary
|
|
2. Update backend/windmill-api/openapi.yaml after modifying API endpoints
|