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.3 prime "$@"
npx --yes get-tbd@0.3.0 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.3"
echo "[tbd] Install it with: npm install -g get-tbd@0.3.0"
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.3 prime "$@"
npx --yes get-tbd@0.3.0 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.3"
echo "[tbd] Install it with: npm install -g get-tbd@0.3.0"
exit 1
4 changes: 3 additions & 1 deletion .tbd/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tbd_format: f06
tbd_version: 0.2.4-dev.60.a9711f6-dirty
tbd_version: 0.3.0
# tbd_upgrades: tbd versions that have run `tbd setup` in this repo (oldest first);
# tbd_version above is the most recent. Informational; updated automatically by setup.
tbd_upgrades:
Expand All @@ -8,6 +8,8 @@ tbd_upgrades:
at: 2026-06-13T07:40:35.743Z
- version: 0.2.4-dev.60.a9711f6-dirty
at: 2026-06-13T08:28:48.395Z
- version: 0.3.0
at: 2026-06-15T16:37:46.614Z
display:
id_prefix: tbd
sync:
Expand Down
Loading