# shellcheck shell=bash # lib-summary.sh — final success banner with next-step hints. # # Two shapes: "hooks activated" vs "hooks pending manual merge". Both tell # the user how to verify the install and how to create a new specialist. # # Requires: say from lib-log.sh. # Reads globals: $PROFILE, $DID_ACTIVATE, $KIT_DIR, $AGENTS_DIR, $HOME_DIR. print_summary() { local settings_file="$HOME_DIR/.claude/settings.json" echo say "install complete (profile=$PROFILE)" echo if [ "$DID_ACTIVATE" = "1" ]; then cat <