made claude opus update the skills and workflow

This commit is contained in:
2026-02-15 13:35:49 -05:00
parent 4ca3ef1706
commit c2a5cb84b2
7 changed files with 55 additions and 40 deletions

View File

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