Bug Description
When I run workflow with copilot in the terminal I get permission error that I don't get if I run using the specify.* agent.
Steps to Reproduce
specify workflow run speckit --input spec="Aggiungi un bottone per passare tra Dark Mode e Light Mode." --input scope="frontend-only"
.... in the terminal
Run build verification (shell)
│ cd "C:\Users.....\Step-9-Workflow" && npm run
build 2>&1
└ Permission denied and could not request permission from user
Expected Behavior
Build succeeded
Actual Behavior
Run build verification (shell)
│ cd "C:\Users....\Step-9-Workflow" && npm run
build 2>&1
└ Permission denied and could not request permission from user
Specify CLI Version
0.7.4.dev0
AI Agent
GitHub Copilot
Operating System
Windows
Python Version
3.13.13
Error Logs
Additional Context
No response
Bug Description
When I run workflow with copilot in the terminal I get permission error that I don't get if I run using the specify.* agent.
Steps to Reproduce
specify workflow run speckit --input spec="Aggiungi un bottone per passare tra Dark Mode e Light Mode." --input scope="frontend-only"
.... in the terminal
Run build verification (shell)
│ cd "C:\Users.....\Step-9-Workflow" && npm run
build 2>&1
└ Permission denied and could not request permission from user
Expected Behavior
Build succeeded
Actual Behavior
Run build verification (shell)
│ cd "C:\Users....\Step-9-Workflow" && npm run
build 2>&1
└ Permission denied and could not request permission from user
Specify CLI Version
0.7.4.dev0
AI Agent
GitHub Copilot
Operating System
Windows
Python Version
3.13.13
Error Logs
Additional Context
No response