Merge pull request #904 from zidoshare/main

Fix: incorrect command formatting in agent context file, refix #895
This commit is contained in:
Den Delimarsky
2025-10-18 18:32:51 -07:00
committed by GitHub

View File

@@ -250,7 +250,7 @@ get_commands_for_language() {
echo "cargo test && cargo clippy"
;;
*"JavaScript"*|*"TypeScript"*)
echo "npm test \&\& npm run lint"
echo "npm test \\&\\& npm run lint"
;;
*)
echo "# Add commands for $lang"