Skip to content

Commit a96fd45

Browse files
committed
feat(scaffold): display version v0.9.0 in install.sh banner
1 parent bf9c90d commit a96fd45

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33

44
# --- Configuration ---
55
REPO_URL="https://github.com/apiad/starter.git"
6+
VERSION="0.9.0"
67

78
# --- Functions ---
89
banner() {
@@ -13,7 +14,7 @@ banner() {
1314
echo "| |_| | __/ | | | | | | | | | |"
1415
echo " \____|\___|_| |_| |_|_|_| |_|_|"
1516
echo -e "\033[0m"
16-
echo -e "\033[1;32m Gemini CLI Starter Scaffolding\033[0m"
17+
echo -e "\033[1;32m Gemini CLI Starter Scaffolding v$VERSION\033[0m"
1718
echo "------------------------------------------"
1819
}
1920

journal/2026-03-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- Released v0.9.0 with the new `/debug` command and forensic `debugger` subagent for root-cause analysis (RCA).
44
- Refined `scaffold` and `revise` command instructions for better clarity and consistency.
55
- Implemented the `install.sh` scaffolding script to automate project bootstrapping from the `apiad/starter` template.
6-
- Added a professional ASCII banner to the `install.sh` script for improved UX.
6+
- Added a professional ASCII banner to the `install.sh` script for improved UX, now including the version (v0.9.0).

0 commit comments

Comments
 (0)