5 ms·
I recently built a cli called "standup" which given a git sha, will pass the diffs + commit messages to an LLM and produce a standup message. I still edit it a
by craig 2y ago
I recently built a cli called "standup" which given a git sha, will pass the diffs + commit messages to an LLM and produce a standup message.
I still edit it a little but it saves time and means I never forget about stuff unless ofc it's not tracked by git.
- robertlagrant 2y agoWhat's a standup message?
- bluerooibos 2y agoI'm guessing it's a paragraph of text that you recite every morning at the daily stand-up. "I did X yesterday, starting Y today, no blockers." Stand-ups are such a waste of time.
- robertlagrant 2y agoOnly if you talk about things other than blockers (and say hi to your teammates). Standup isn't a status update, etc.
- craig 2y agoIn the agile/scrum world people often do a daily "standup" meeting where you go over what you did yesterday and plan on doing today. Many of the teams I've worked with recently have moved to doing this async with a "standup" message in slack etc.
- martinni 2y agoThat's really cool, do you mind sharing?
- craig 2y agoSure! https://github.com/craigmulligan/standup https://github.com/craigmulligan/standup