Genesis.
Stratum 00: The process of defining project DNA. Genesis materializes chaotic intent into a structured, managed, and auditable software reality.
velm init
Begins the Sacred Dialogue. Interactively resolves project variables, stack detection, and environment defaults by scrying your local system.
velm dream
Neural Inception. Translates natural language prompts like 'A Go microservice with Redis' into complete .scaffold blueprints using the Cortex.
The Grammar
of Existence.
$$
Variable Definition
Inscribes global gnosis into the project memory. Variables are accessible across all files in the blueprint.
::
Inline Inscription
Binds a textual soul directly to a path. Supports heredocs for multi-line scriptures.
<<
Celestial Seed
Clones the soul of a template or existing file, performing alchemical transmutation on the fly.
init.scaffold
scaffold
1# Step 1: Define Gnosis2$$ project_name = "Nova-Core"3$$ db_port = 543245# Step 2: Forge Form6src/7 config.py :: "PORT = {{ db_port }}"8 main.py << ./templates/python/base9 10# Step 3: Consecrate Perms11scripts/deploy.sh %% 755Ω_NOVALYM