3b4f49bbe5
ci / vet, staticcheck, test, build (push) Successful in 2m28s
When no --branch, --tag, --source, or --var flags are given, glint now runs "git rev-parse --abbrev-ref HEAD" in the pipeline file's directory to determine the current branch. Falls back to "main" when the directory is not inside a git repository or the repo is in detached-HEAD state. This makes implicit context simulation accurate without requiring users to pass --branch on every invocation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>