Interactive Demo — No install needed

See Slovey in action

Pick a PR below to see how Slovey checks it against memory.

Sample PRs

PR #412Add render.yaml for Render.com deploymentConflict
+ render.yaml
+
+ services:
+ - type: web
+ name: api
+ env: node
+ buildCommand: npm run build
+ startCommand: npm start

Past Decision

Platform-specific deploy config files are rejected — render.yaml, fly.toml, Procfile, vercel.json.

Why

We deploy via our internal CI/CD pipeline. Committing platform-specific config creates confusion about the deployment target and risks accidental deploys.

Evidence

PR #29501PR #29312

**Slovey** found a conflict with a past team decision.

Decision: Platform-specific deploy config files are rejected — render.yaml, fly.toml, Procfile, vercel.json.

Why: We deploy via our internal CI/CD pipeline. Committing platform-specific config creates confusion about the deployment target and risks accidental deploys.

Evidence: PR #29501, PR #29312

_Confidence: high · Source: github_pr_

Ready to connect your own repo?

Open App →