-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add complete testing framework with natural language assertions #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0a77660
fa00c48
f6359bd
02330f9
e1a963f
ed3e0b3
5d589de
70c967e
1cb1a23
a6f7138
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |||||
| "hooks": [ | ||||||
| { | ||||||
| "type": "command", | ||||||
| "command": "powershell -File .claude/hooks/format-rust.ps1", | ||||||
| "command": "bash .claude/hooks/format-rust.sh", | ||||||
|
||||||
| "command": "bash .claude/hooks/format-rust.sh", | |
| "command": ".claude/hooks/format-rust.sh", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing from PowerShell to Bash may break the hook for Windows users who don't have Git Bash or WSL. Consider using a platform-agnostic approach or documenting the platform requirement clearly.