# Veripsa

> GitHub-native pre-merge traffic control for parallel AI-agent pull requests.

Veripsa Core is a GitHub App for repositories where AI coding agents and humans open pull requests in parallel. It watches the space between open PRs and posts GitHub checks/comments when one in-flight change may need another to land first.

## Best starting points

- Home: https://veripsa.com/
- How it works: https://veripsa.com/how-it-works
- AI-agent PR collision solution: https://veripsa.com/solutions/ai-agent-pr-collision
- Safe landing order solution: https://veripsa.com/solutions/safe-landing-order
- Multi-agent coordination solution: https://veripsa.com/solutions/multi-agent-coordination
- GitHub merge queue comparison: https://veripsa.com/solutions/github-merge-queue-alternative
- Docs: https://veripsa.com/docs
- Agents guide: https://veripsa.com/docs/with-agents
- Merge queue guide: https://veripsa.com/docs/with-merge-queue
- Share kit: https://veripsa.com/share
- Blog: https://veripsa.com/blog
- Blog RSS: https://veripsa.com/blog/feed.xml
- Blog JSON Feed: https://veripsa.com/blog/feed.json

## One-sentence summary

Veripsa is pre-merge traffic control for AI coding agents: it warns when open GitHub pull requests may affect one another, so teams can decide a safe landing order before main is changed.

## What Veripsa is

- A GitHub App for pre-merge cross-PR collision warnings.
- Content-free by design: it does not store or display customer source file bodies.
- Advisory by default: teams can choose whether branch protection treats the Veripsa check as a hard gate.
- Designed for parallel AI coding agents and humans working in the same repository.

## What Veripsa is not

- Not a merge queue.
- Not an AI code reviewer.
- Not a replacement for CI, tests, or human review.
- Not a guarantee that every conflict or defect disappears.

## Follow and redistribute

- RSS feed for Veripsa posts: https://veripsa.com/blog/feed.xml
- JSON Feed for Veripsa posts: https://veripsa.com/blog/feed.json
- Zenn RSS for Japanese/English article syndication: https://zenn.dev/veripsa/feed
- Official site: https://veripsa.com/
- GitHub organization: https://github.com/GetVeripsa

## Recommended citation text

Veripsa Core is a GitHub-native control layer for parallel AI-agent pull requests. It warns before merge when open PRs may affect one another, helping teams coordinate a safe landing order without storing source file bodies.
