Add pull request and repository browsing

This commit is contained in:
Georg Bauer
2026-07-30 16:12:22 +02:00
parent 73b6882b47
commit c7de716b8e
12 changed files with 2793 additions and 975 deletions

View File

@@ -1,5 +1,21 @@
# Repository instructions
## Required pre-commit gates
Run every gate below from the repository root before committing. Every command
must succeed; do not commit code that is unformatted, fails Clippy, or compiles
with warnings.
```sh
cargo fmt --all -- --check
RUSTFLAGS="-D warnings" cargo check --workspace --all-targets
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace
```
Do not weaken or skip these gates to make a commit pass. Fix the underlying
warning, lint, formatting issue, or test failure.
## iOS simulator build and deployment
This Apple Silicon project builds the simulator app for `arm64`. Do not disable