For STUDIO HAZE internal developers. Set up your environment and run your first workflow in minutes.
Lena AI is the AI layer that complements transition points deterministic transformation cannot fully resolve. While CSKernel™ handles semantic structure and Lispex provides the common surface layer, Lena AI uses SPP to interpret language-specific concepts and return rationale-backed proposals.
Lena AI access is provisioned through STUDIO HAZE internal channels and connects to the CSKernel™/Lena Code toolchain. Use one of the following:
Note: External package managers may not be provided; OS builds are served from internal registries.
# Initialize workspace (internal CLI) csk init --workspace ./demo # Enable Lena AI (+ consent flow) csk lena enable --scope project # Run analysis and generate proposals (SPP) csk lena analyze --target src/ --emit plan.json --explain # Optionally apply proposals: dry-run to review impact, then merge gradually csk lena apply --plan plan.json --dry-run
Commands are illustrative; actual flags may differ on internal channels.