AgentsExamples
Standup summary
Yesterday's commits and open PRs, summarized every weekday morning.
Before standup, your agent reads yesterday's commits and the open PRs in your project and posts a summary you can paste or speak from.
What you need
- A connected channel (Slack fits a team; any channel works)
- Your project registered:
memcode project add ~/github/yourrepo
Set it up
memcode gateway schedule add standup --cron "0 9 * * 1-5" \
--to slack:C0123ABCD \
"Summarize yesterday's commits and the currently open PRs: what shipped, what's in review, what looks stuck. Three short sections."0 9 * * 1-5 is weekdays at 9:00. The summary is grounded in the actual git
history and PR state of the registered project, not a guess.
Make it yours
Point it at a different project per schedule by saying so in the task
("in the www project, ..."), or bind the whole channel to one project with
channels.slack.projects in gateway.yaml.