Skip to content

Commit c4e4223

Browse files
authored
docs(ai): Update instructions for using cargo check
1 parent 3f311e3 commit c4e4223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Documentation is located in `./crates/freya/src/_docs`.
2626
- Always implement the `KeyExt` trait for components to enable key-based reconciliation.
2727
- Use `#[derive(PartialEq)]` for component structs to enable proper diffing and updates.
2828
- Use `use freya_core::prelude::*;` to import common types and traits in component files.
29+
- Never use `cargo check` just `just c`
2930

3031
## General instructions
3132

0 commit comments

Comments
 (0)