Files
Juliet/.agent/workflows/recompile_shaders.md

13 lines
330 B
Markdown

---
description: Recompile shaders for the Juliet project
---
// turbo-all
This workflow recompiles all shaders and writes output to `misc\agent_output.log`.
1. Recompile all shaders:
// turbo
`misc\recompile_shaders.bat 2>&1 | tee misc\agent_output.log`
2. Check shader compilation results by reading `misc\agent_output.log`.