Validate copilot.fish changes
When to use
- After modifying
completions/copilot.fish - After modifying files in
functions/ - Before opening or updating a pull request
Instructions
Run syntax checks:
fish -n completions/copilot.fish fish -n functions/*.fishRun targeted completion checks:
complete -C"copilot --mo" complete -C"copilot --agent " complete -C"copilot plugin marketplace "Verify wrapper function loading:
source functions/yopilot.fish && functions -q yopilotIf a check fails, apply minimal fixes and rerun all checks.