if git diff --cached --name-only | grep -q "^docs/superpowers/"; then echo "错误: 禁止提交 docs/superpowers/ 目录下的文件" >&2 exit 1 fi bun lint-staged