Skip to content

Commit 8cf7ca8

Browse files
committed
chore: refresh tbd-generated surfaces for v0.4.0
tbd setup --auto with the newly published get-tbd@0.4.0: the generated session and closing-reminder scripts re-pin their npx fallback from get-tbd@0.3.0 to get-tbd@0.4.0, and .tbd/config.yml records the upgrade. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FPQCWdwH4BRxQhExGSCq6r
1 parent 4c02dc2 commit 8cf7ca8

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

.claude/hooks/tbd-closing-reminder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ "$command" == git\ push* ]] || [[ "$command" == *"&& git push"* ]] || [[ "
1616
if command -v tbd &> /dev/null; then
1717
tbd closing
1818
elif command -v npx &> /dev/null; then
19-
npx --yes get-tbd@0.3.0 closing
19+
npx --yes get-tbd@0.4.0 closing
2020
fi
2121
fi
2222
fi

.claude/scripts/tbd-session.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ fi
1818

1919
# Pinned zero-install fallback. Never use an unpinned runner here.
2020
if command -v npx &> /dev/null; then
21-
npx --yes get-tbd@0.3.0 prime "$@"
21+
npx --yes get-tbd@0.4.0 prime "$@"
2222
exit $?
2323
fi
2424

2525
echo "[tbd] tbd CLI not found and npx is unavailable."
26-
echo "[tbd] Install it with: npm install -g get-tbd@0.3.0"
26+
echo "[tbd] Install it with: npm install -g get-tbd@0.4.0"
2727
exit 1

.codex/tbd-closing-reminder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ "$command" == git\ push* ]] || [[ "$command" == *"&& git push"* ]] || [[ "
1616
if command -v tbd &> /dev/null; then
1717
tbd closing
1818
elif command -v npx &> /dev/null; then
19-
npx --yes get-tbd@0.3.0 closing
19+
npx --yes get-tbd@0.4.0 closing
2020
fi
2121
fi
2222
fi

.codex/tbd-session.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ fi
1818

1919
# Pinned zero-install fallback. Never use an unpinned runner here.
2020
if command -v npx &> /dev/null; then
21-
npx --yes get-tbd@0.3.0 prime "$@"
21+
npx --yes get-tbd@0.4.0 prime "$@"
2222
exit $?
2323
fi
2424

2525
echo "[tbd] tbd CLI not found and npx is unavailable."
26-
echo "[tbd] Install it with: npm install -g get-tbd@0.3.0"
26+
echo "[tbd] Install it with: npm install -g get-tbd@0.4.0"
2727
exit 1

.tbd/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tbd_format: f06
2-
tbd_version: 0.3.0
2+
tbd_version: 0.4.0
33
# tbd_upgrades: tbd versions that have run `tbd setup` in this repo (oldest first);
44
# tbd_version above is the most recent. Informational; updated automatically by setup.
55
tbd_upgrades:
@@ -10,6 +10,8 @@ tbd_upgrades:
1010
at: 2026-06-13T08:28:48.395Z
1111
- version: 0.3.0
1212
at: 2026-06-15T16:37:46.614Z
13+
- version: 0.4.0
14+
at: 2026-07-12T19:25:48.595Z
1315
display:
1416
id_prefix: tbd
1517
sync:

0 commit comments

Comments
 (0)