The agent saves its work to SB-Git
You name the tool. The agent reaches for it directly.
acme-research — tomorrow I'll resume from another machine. # create the repo, then ask gsk for a ready-to-paste clone snippet
gsk sb-git init -r acme-research
eval "$(gsk sb-git clone-url -r acme-research | jq -r '.commands | join(\"\\n\")')"
cd acme-research
# write notes as files, commit, push — standard git
cat > hypotheses.md <<'EOF'
1. ACME ships in Q3 (per 10-K p.42)
2. Pricing tier B at $49/mo (unconfirmed)
EOF
git add . && git commit -m "day 1: hypotheses" && git pushgsk sb-git cat and gsk sb-git commit hit the same repo with one HTTP call. Same token, same refs.