# VLCode-Lite — VL Project ## Project Description VLCode-Lite — Application project based on VL (Visual Language) v3.5. ## VL Syntax Essentials - Version Declaration: `// VL_VERSION:3.5` (required first line) - File Types: .vx (App), .sc (Section), .cp (Component), .vs (Service), .vdb (Database), .vth (Theme) - Indentation: consecutive hyphens (-), NOT spaces ## Test Project Convention Test/demo VL projects for workflow testing live under `~/Documents/VLProjects/_tests/`. Each test project follows the standard VL project directory structure (Config/, Apps/, Sections/, etc.). Test projects are disposable and carry no production data. ## Project Custom Instructions - Adjustment workflows: see CLAUDE.md for the full workflow table - New workflows go in `.vl-code/workflows/` as VL Workflow 3.16 JSON - New tools go in `src/tools/` as factory functions, registered in `src/tools/index.js`