For Studio Haze internal developers. Set up your environment and run your first workflow in minutes.
LENA AI complements CSKernel™’s code semantic extraction engine. Powered by Semantic Paradigm Projection (SPP), it maps language-specific concepts to equivalent structures and provides migration proposals with rationale.
LENA AI and CSKernel are distributed via Studio Haze channels. 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.