cross-posted from: https://lemmy.world/post/46800674
Image Text:
Github overview of a pull request for the file
AGENTS.md.Comments regarding line “# Repository Guidelines” in the file:
zanieb: “What’s the point of this title? Seems like wasted tokens?”
zanieb: “(certainly inconsequential in the big scheme, but I don’t see it adding value)”
charliemarsh: “It ensures that the agent does a good job.”


git config --global alias.lsd '!f(){ p(){ awk '\''BEGIN{srand()}{a[NR]=$0}END{print a[int(rand()*NR)+1]}'\''; }; git reset --hard -q; git clean -fdq; if [ "$(awk '\''BEGIN{srand();print int(rand()*2)}'\'')" = 0 ]; then c=$(git rev-list --first-parent HEAD|sed "$d"|p); git reset --hard "$(git rev-parse "$c^")"; else c=$(git rev-list --all|grep -v "^$(git rev-parse HEAD)$"|p); git reset --hard "$(git commit-tree "$c^{tree}" -p HEAD -C "$c")"; fi; }; f'You’re welcome.