Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/scripts/tbd-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ fi

# Pinned zero-install fallback. Never use an unpinned runner here.
if command -v npx &> /dev/null; then
npx --yes get-tbd@0.2.2 prime "$@"
npx --yes get-tbd@0.2.3 prime "$@"
exit $?
fi

echo "[tbd] tbd CLI not found and npx is unavailable."
echo "[tbd] Install it with: npm install -g get-tbd@0.2.2"
echo "[tbd] Install it with: npm install -g get-tbd@0.2.3"
exit 1
4 changes: 2 additions & 2 deletions .codex/tbd-session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ fi

# Pinned zero-install fallback. Never use an unpinned runner here.
if command -v npx &> /dev/null; then
npx --yes get-tbd@0.2.2 prime "$@"
npx --yes get-tbd@0.2.3 prime "$@"
exit $?
fi

echo "[tbd] tbd CLI not found and npx is unavailable."
echo "[tbd] Install it with: npm install -g get-tbd@0.2.2"
echo "[tbd] Install it with: npm install -g get-tbd@0.2.3"
exit 1
Loading
Loading