From 25d53a6b4f60fa616a71a0e9fd2d96b5f4985652 Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Fri, 27 Mar 2026 18:47:44 -0400 Subject: [PATCH] feat: US-006 - Improve init.sh.example with project-type guidance --- init.sh.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.sh.example b/init.sh.example index 12aed55..abd3ba1 100644 --- a/init.sh.example +++ b/init.sh.example @@ -9,6 +9,11 @@ set -euo pipefail echo "[init] Setting up development environment..." +# --- Quick Start --- +# Node.js projects: uncomment the "Node.js" and "Verify" sections below. +# Python projects: uncomment the "Python" and "Database" sections below. +# Go projects: uncomment the "Go" section below. + # --- Dependencies --- # Uncomment and adapt for your project: