ba6817fee5b44fd803e72dda56441d62b8eead46
desktop-app (RUST.md's E4) is a real crate binary a person runs, not a demo under examples/, and it needs its own argv (--ca, --link) to start at all -- neither of which the script had a way to express. --bin swaps `cargo build --example`/`target/debug/examples/NAME` for the `--bin` equivalents; $RUN_HEADLESS_ARGS is word-split into the launched binary's own argv, since no example ever needed one before. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
DECISIONS.md: the summary file for choices made without Iris; RUST.md: note the two in-flight pieces
DECISIONS.md: the summary file for choices made without Iris; RUST.md: note the two in-flight pieces
Languages
Rust
53%
Kotlin
44.4%
Shell
2.6%