Launching today

Mo
Checks PRs against decisions your team approved in Slack
44 followers
Checks PRs against decisions your team approved in Slack
44 followers
Your team agrees on something in Slack. Two weeks later a PR quietly breaks it. Nobody catches it until QA — or after deploy. Mo watches a Slack channel for decisions. When someone tags @mo to approve something, it stores it. When a PR opens, Mo checks the diff against every approved decision and flags conflicts before merge. It doesn't review code quality. It only cares if the code matches what the team actually decided.





How do you decide which Slack discussions actually become enforceable rules without creating noise?
Interesting approach. Curious how this handles the agent pipeline - when an AI agent opens the PR, does it still catch conflicts with decisions made before the agent was involved? The drift window starts earlier than that.