Projects
RAG systems, applied ML tools and product engineering work. Each one names the constraint it was built against.
Discuss a similar build →18 of 18

ActiveAug 2026
Decide what merges without a human
merge-gateThe policy engine that decides which of ~100 open pull requests may merge without a human. Shape is computed from the diff, never eyeballed — and it refuses to arm auto-merge on anything, ever.
Tools · Open Source
Highlights
- 49 tests covering the classifier and the merge decision, with DECISIONS.md recording why each rule exists
- Version deltas read from the PR body, not the title — a group bump titled '21 updates' names no versions but its body tabulates the majors that must block it
- A group is as risky as its riskiest member: bump_kind() takes the max
















