You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add cli flag to guard dropping a agentic workflow instructinos file (#6)
* Add instructions flag to compile command and update related functions
- Introduced a new flag `--instructions` to the compile command to control the generation of GitHub Copilot instructions.
- Updated `CompileWorkflows` function to accept a new parameter for writing instructions.
- Modified `ensureCopilotInstructions` to conditionally write instructions based on the new flag.
- Enhanced tests to cover the new functionality and ensure correct behavior with the instructions flag.
* Add GitHub actions for computing body text and managing reactions
* Fix CompileWorkflows test to expect successful compilation of existing markdown files
* Refactor TestAllCommandsExist to improve clarity and ensure accurate error handling for workflow commands
0 commit comments