#!/bin/bash
# ai — agent session launcher (unified aix + hey)
#
# Usage:
# ai Select one or more projects via fzf and open each in
# an 'ai' tmux session window (creates session if needed).
# Git-aware: fetches, annotates with ↑/↓/dirty, auto-pulls
# clean-and-behind repos before opening.
#
# ai
... Single-project mode. Opens each given directory directly
# in the 'ai' session (new window or switch to existing).
# Use '.' for current directory. Git prep per dir.
#
# ai --runtime