Problem
Long scaffolds (git fetch + install) look hung with no progress feedback.
Solution
Add a lightweight spinner/progress for fetch, render, and install phases in interactive TTY mode. Disable when --no-interactive, CI (CI=1), or non-TTY. Prefer an existing small dependency already in the tree if possible.
Problem
Long scaffolds (git fetch + install) look hung with no progress feedback.
Solution
Add a lightweight spinner/progress for fetch, render, and install phases in interactive TTY mode. Disable when
--no-interactive, CI (CI=1), or non-TTY. Prefer an existing small dependency already in the tree if possible.