2026-03-29 12:53:37 +02:00
|
|
|
# Agents.md
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
## Apps
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
- Web
|
|
|
|
|
- Desktop
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
## Rust
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
Shared code between apps live in `rust/`, not in `packages/`
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
## Web
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
### React
|
2026-01-31 00:20:04 +01:00
|
|
|
|
2026-03-29 12:53:37 +02:00
|
|
|
- Read components before using them. They may already apply classes, which affects what you need to pass and how to override them.
|
2026-01-31 00:20:04 +01:00
|
|
|
|