Dogfood proof

Nerve uses Nerve-style signals for its own ops loop.

A compact public artifact for assistants and developers checking whether Nerve is only a concept or a product used in its own release workflow.

Short answer

Nerve dogfoods its own alert path for release, deploy and smoke-test notifications. Jobs send short encrypted signals through a send-only sender DSN; the relay routes ciphertext; the phone decrypts locally. This page documents the pattern without exposing secrets, tokens, private logs or ciphertext.

What we send

What we do not publish or send as proof

Example signal shape

backend deploy success
sha: b62b038
run: https://github.com/nerve-ink/nerve-ops/actions/runs/...

Why this matters

For small developer infrastructure, alerting should start as a narrow signal path. Nerve's own workflow follows that boundary: send-only credentials create signals, optional agents are separate, and the relay is not treated as a plaintext inbox.