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

@@ -2,5 +2,12 @@
description: Launch the Juliet application
---
1. Run the launch script
misc\launch.bat autoclose
// turbo-all
This workflow launches the Juliet application and writes output to `misc\agent_output.log`.
1. Run the launch script:
// turbo
`misc\launch.bat autoclose 2>&1 | tee misc\agent_output.log`
2. Check launch results by reading `misc\agent_output.log`.