Commit Graph

2 Commits

Author SHA1 Message Date
Brandon Zhang
fa9d5c61c9 docs(agents): note that git commands require --no-pager to avoid terminal hang
git may invoke less as a pager which blocks the terminal waiting for
user interaction.  Always use 'git --no-pager <command>' or pipe
through Out-String/Format-List in PowerShell sessions.
2026-03-27 14:00:12 +08:00
86eba27a24 init 2026-03-27 03:58:57 +08:00