Mops CLI Opinionated guide for Motoko projects. Covers project config, dependency management, type-checking, building, and linting. Key Principles 1. No dfx — always pin in . Use the newest version. 2. No — it is deprecated. Always use ( ). 3. All config in — canisters, moc flags, toolchain versions, build settings. 4. Canister-centric workflow — define all canisters in ; never pass file paths to . Exception: library packages (no ) use file paths directly: . Project Setup Minimal verifies stable variable compatibility against a file from the deployed version. For a new project with no prior d…