Skip to content

Commit d59e1fd

Browse files
committed
feat(scripts): suggest gemini /onboard instead of auto-launching
1 parent 10fdec6 commit d59e1fd

3 files changed

Lines changed: 3 additions & 16 deletions

File tree

add-gemini.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,4 @@ git add .
151151
git commit -m "feat: integrate Gemini CLI framework" -q
152152

153153
echo "✅ Gemini CLI framework integrated successfully!"
154-
echo "🚀 Starting Gemini CLI..."
155-
156-
# Run the gemini CLI
157-
if command -v gemini >/dev/null 2>&1; then
158-
exec gemini
159-
else
160-
echo "⚠️ 'gemini' command not found. Please ensure the Gemini CLI is installed and in your PATH."
161-
fi
154+
echo "🚀 Run 'gemini /onboard' to get started with your new project!"

install.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,4 @@ git add .
101101
git commit -m "Initial commit" -q
102102

103103
echo "✅ Project $PROJECT_NAME scaffolded successfully!"
104-
echo "🚀 Starting Gemini CLI..."
105-
106-
# Run the gemini CLI
107-
if command -v gemini >/dev/null 2>&1; then
108-
exec gemini
109-
else
110-
echo "⚠️ 'gemini' command not found. Please ensure the Gemini CLI is installed and in your PATH."
111-
fi
104+
echo "🚀 Run 'gemini /onboard' to get started with your new project!"

journal/2026-03-03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
- Implemented the `install.sh` scaffolding script to automate project bootstrapping from the `apiad/starter` template.
66
- Added a professional ASCII banner to the `install.sh` script for improved UX, now including the version (v0.9.0).
77
- Implemented the `add-gemini.sh` script for integrating the framework into existing repositories.
8+
- Updated `install.sh` and `add-gemini.sh` to suggest running `gemini /onboard` instead of launching the CLI automatically.

0 commit comments

Comments
 (0)