.vl-code/workflows/public/seed-workflows//debug and /fix execution logicadd-page.jsonDid not reliably write the updated app back to the planned .vx file
add-service.json
Used the wrong service prompt path
Wrote database changes to a hardcoded Database/main.vdb instead of the actual file from ProjectMeta
theme-customize.json
Referenced the wrong theme prompt path
Wrote theme changes to a hardcoded theme file path
Did not persist cascade-updated files back to disk
incremental-update.json
Referenced missing DocCenter prompt paths (50, 52)
Needed stronger inline regeneration instructions once those prompts were removed
6-file-codegen.json
Assumed app output path was always Apps/{appId}.vx
Broke multi-app or custom-file-path projects where filePath !== appId
compile-fix.json
Claimed to compile and recompile inside the workflow even though the workflow engine had no real compile step
Reworked to a report-driven repair workflow that consumes .vl-code/last-compile.json
.vl-code/last-compile.json was not being persisted consistently even though prompts and repair logic depended on it
Orchestrator repair entrypoints
CLI help advertised /fix, but no fix skill existed
Compile-error language could be misrouted into VLAdjust instead of a real compile-repair flow
/debug did not enforce compile-first behavior before browser/runtime inspection
Workflow executor context loading
readFiles declarations existed in workflows but were not injected into LLM context
Added file-context injection so incremental and file-preserving workflows actually see current source files
.vl-code/workflows/6-file-codegen.json.vl-code/workflows/add-page.json.vl-code/workflows/add-service.json.vl-code/workflows/theme-customize.json.vl-code/workflows/incremental-update.json.vl-code/workflows/compile-fix.jsonpublic/seed-workflows/6-file-codegen.jsonpublic/seed-workflows/add-page.jsonpublic/seed-workflows/add-service.jsonpublic/seed-workflows/theme-customize.jsonpublic/seed-workflows/incremental-update.jsonpublic/seed-workflows/compile-fix.jsonsrc/core/orchestrator.jssrc/core/cli.jssrc/server/routes/compile.jssrc/vl/workflow-executor.jsExecuted on 2026-03-14:
node test-adjust-workflows.jsnode test-adjust-workflow-execution.jsnode test-workflow-status-tools.jsnode test-workflow-parallel-codegen.jsnode test-compile-done-event.jsnode test-vl-compile-warnings.jsnode test-compile-report-persistence.jsnode test-orchestrator-fix-skill.jsnode test-workflow-read-files.jsnode test-compile-fix-workflow.js60: VL_FullStack_CodeGen_6Files_v3.16120: VL_AddPage_Workflow_v1130: VL_AddService_Workflow_v1140: VL_ThemeCustomize_Workflow_v1141: VL_IncrementalUpdate_Workflow_v1142: VL_CompileFix_Workflow_v2161: VL-Code Workflow Audit Report 2026-03-14