Back to Hub

Perception.

Stratum 01 grants the engine Sight. It allows VELM to scry into unmanaged realities and extract their underlying architectural laws.

Reverse Genesis

The velm distill artisan gazes upon a legacy directory and transcribes it into a .scaffold blueprint. This is the only way to adopt an existing project into the Sovereign Ecosystem.

Terminal
scaffold
1> velm distill ./legacy-app --output app.scaffold
Ω_NOVALYM

Gnostic Survey

The velm tree artisan visualizes the project's mass. It maps git status, file size, and cyclomatic complexity onto a hierarchical tree, filtering out the "Abyss" (node_modules, venv) automatically.

Terminal
scaffold
1> velm tree --size --git
Ω_NOVALYM

Forensic Inquest

The velm analyze artisan performs deep static analysis. Using parallel AST parsing, it detects circular dependencies, layer violations (e.g., Domain importing API), and unmanaged secrets.

Terminal
scaffold
1> velm analyze src/core/main.py
Ω_NOVALYM