@cruxos/cli
Command-line interface for cruxOS.
Installation
npm install -g @cruxos/cliCommands
cruxos new <name>- Create a new world project
cruxos compile <file>- Compile .crux to .cxir
cruxos run <file>- Run a simulation
cruxos chat- Interactive AI chat session
Running Simulations
# Run with default settings
cruxos run world.json
# Run specific number of ticks
cruxos run world.json --ticks 100
# Run with custom seed
cruxos run world.json --seed 42