|
|
|
|
|
by nivertech
1060 days ago
|
|
> Integration between your repository (git?), your CI system, and your chat tool. When people aren't in the same room, or at the same coffee machine, this is a great way to build peripheral awareness of what's being done. Can you please elaborate? I mean technically do you mean just something that takes git PRs. CI statuses, error traces, etc. and sends push notifications to Slack/Teams/etc., or something more sophisticated like GitHub Actions committing realtime meeting transcripts and their AI geenerated summaries to a git repo? |
|
We found it really useful to see, in a way that you could read and ignore, who was committing what to where. It helped you keep up with what was going on, who was working where in the codebase, when things that might impact you changed, etc, all without any explicit effort save for writing decent commit messages.
Particularly when you're all in different timezones, that kind of casual background knowledge is really useful for keeping everyone on the same page. You can scan through the messages to see what's happened in the code overnight in a few minutes.