Write and edit Sounio `.sio` code, examples, and language docs; enforce Sounio-native syntax (`var`, `&!`, explicit `with` effects) and reduce Rust-like drift across `examples/`, `tests/`, and `docs/`.
Write correct Sounio and keep language-facing materials aligned with what the compiler actually accepts.
compiler/docs/KNOWN_LIMITATIONS.md and docs/MV_CORE_CHECKLIST.md.tests/run-pass/ and stdlib/ (not blog-like examples).docs/LLM_PROGRAMMING_GUIDE.mdcompiler/src/parser/tests/var (not let mut)&!T (not &mut T).sio (println!, assert!, attributes like #[...])cd compiler && cargo run -- check <file.sio> for a single-file sanity check.tests/ when fixing language-facing behavior.references/repo-navigation.mdrg queries: references/drift-scan-patterns.mdscripts/scan_syntax_drift.py scans docs/, examples/, tests/, stdlib/ for Rust-like constructs and doc drift.