Projects
kalcite init [DIR] [--name NAME] creates a project. A project root contains kalcite.toml; the source tree uses scripts/ for Kalcite scripts and may contain scenes, assets and input maps.
cargo run -p kalcite-cli -- init MyGame --name MyGamecargo run -p kalcite-cli -- project-check MyGamecargo run -p kalcite-cli -- project-build MyGame --target numworksProject discovery and validation are real CLI stages. Generated build material belongs under .kalcite/ and should be treated as generated output.