aboutsummaryrefslogtreecommitdiff
path: root/claude-templates/bin/install-ai
Commit message (Collapse)AuthorAgeFilesLines
* feat(bin): launch install-ai from PATHCraig Jennings2026-07-181-0/+23
Added claude-templates/bin/install-ai, a thin launcher that resolves its own path through the symlink chain and execs scripts/install-ai.sh. make install's bin loop symlinks it into ~/.local/bin/install-ai, the same mechanism that links ai and agent-page, so the fresh-project bootstrapper now runs as install-ai from anywhere. The symlink always points at the canonical, so no separate dotfiles copy is needed. Three launcher bats cover the wrapper, including invocation through a symlink from another directory (the case a naive dirname "$0"/.. would break).