#!/bin/bash

# BMAD Framework Installation Script
# Interactive installation that preserves existing files

echo "🔧 BMAD Framework Installer"
echo ""
echo "Starting: npx observer-ggboy-bmad-method install"
echo ""

# Run installer in background with input stream
{
  # Wait a bit for installer to start
  sleep 3

  # Check if it's asking about modules
  echo "Skipping AgentWindow module installation..."

} | npx observer-ggboy-bmad-method install

echo ""
echo "✅ Installation complete!"
