Fix: incorrect command formatting in agent context file, refix #895

This commit is contained in:
hongxuww
2025-10-16 02:11:48 +00:00
parent 3b000fce4d
commit 03c7021270

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"