| LOW | .specify/extensions/git/scripts/bash/git-common.sh | 6 | # Check if we have git available at the repo root |
| LOW | .specify/extensions/git/scripts/bash/auto-commit.sh | 34 | # Check if git is available |
| LOW | .specify/extensions/git/scripts/bash/auto-commit.sh | 106 | # Check if event section existed at all |
| LOW | .specify/extensions/git/scripts/bash/auto-commit.sh | 120 | # Check if there are changes to commit |
| LOW | .specify/extensions/git/scripts/bash/initialize-repo.sh | 37 | # Check if git is available |
| LOW | .specify/extensions/git/scripts/bash/initialize-repo.sh | 43 | # Check if already a git repo |
| LOW | …cify/extensions/git/scripts/bash/create-new-feature.sh | 249 | # Check if git is available at this repo root |
| LOW | .specify/scripts/bash/common.sh | 104 | # Check if we have git available at the spec-kit root level |
| LOW | .specify/scripts/bash/common.sh | 111 | # Check if .git exists (directory or file for worktrees/submodules) |
| LOW | .specify/scripts/bash/common.sh | 305 | # Check if jq is available for safe JSON construction |
| LOW | .specify/scripts/bash/common.sh | 576 | # Check if any layer uses a non-replace strategy |
| LOW | .specify/scripts/bash/setup-plan.sh | 54 | # Output results |
| LOW | .specify/scripts/bash/setup-tasks.sh | 65 | # Output results |
| LOW | .specify/scripts/bash/check-prerequisites.sh | 154 | # Output results |
| LOW | .specify/scripts/bash/create-new-feature.sh | 32 | # Check if the next argument is another option (starts with --) |
| LOW | .specify/scripts/bash/create-new-feature.sh | 197 | # Check if git is available at this repo root (not a parent) |
| LOW | .specify/scripts/bash/create-new-feature.sh | 333 | # Check if branch already exists |