| name | code_execution |
| description | Running scripts and code on Windows |
| version | 1.0.0 |
| tags | code, script, python, node, run, execute, build |
| license | Apache-2.0 |
Code Execution
When executing code on Windows:
- Use PowerShell syntax for shell commands
- Full paths always: C:\Users<you>\DevOS\workspace\
- For Python: verify python is in PATH first with shell_exec
- For Node.js: check node version before running
- Always capture and return stdout + stderr
- Clean up temp files after execution
- Never use Linux commands: use dir not ls, type not cat