Commit Graph

3 Commits

Author SHA1 Message Date
Brandon Zhang
204f7c4ff6 docs(agents): add warning about committing compiled binaries
Binary executables bloat .git history and cause storage issues on
constrained upstream repos. Added recovery procedure:
git reset --soft HEAD~N, git reset HEAD <file>, delete, recommit.
2026-03-27 14:49:17 +08:00
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