Skip to main content

Module machine

Module machine 

Source
Expand description

Machine-level auto-setup for Nika.

Detects installed editors/AI tools and configures them automatically. Tracks setup state via ~/.nika/machine.toml marker file. Called by nika init before the project wizard (Phase 1).

Re-exports§

pub use install::*;
pub use status::*;

Modules§

install
Editor detection, rule installation, hash protection, completions, and quick scan.
status
Machine status checks and marker file management.