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
Copy file name to clipboardExpand all lines: .github/instructions/terminal.instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Placement policy for wrappers:
13
13
14
14
**MCP-first:** When the `ps-tools` MCP server is running, prefer MCP tools (`Git-Search`, `Read-FileContent`, `Invoke-AgentTask`, `build`, `test`, agent tools) instead of direct terminal commands. Use wrappers only when MCP is unavailable.
15
15
16
+
**Task-first for CI parity:** Prefer the existing VS Code tasks `CI: Whitespace check`, `CI: Commit messages`, and `CI: Full local check` over ad-hoc shell commands. These tasks are already allowed for agent use and match the repository CI checks.
Write-Host"`u26A0`uFE0F Please review the output for further information."
87
87
Write-Host'### A whitespace issue was found in one or more of the commits.'
88
+
Write-Host'This check validates commit history from origin/main..HEAD, not just the current working tree.'
89
+
Write-Host'If the report names an older commit, fix the file and then amend, squash, or rebase so that commit no longer appears in the branch history.'
Write-Host"Whitespace fix completed. Review changes, commit, and rebase as needed."
88
+
Write-Host"Whitespace fix completed. Review and stage the updated files before committing."
89
+
Write-Host"If check-whitespace reported an older commit in origin/main..HEAD, rewrite history with amend, squash, or rebase so that offending commit is no longer part of the branch."
0 commit comments