Skip to content
blogus uvx blogus

← Use cases · CI

CI-native teams that already trust lockfiles

Shops that live by uv, pnpm, or cargo lockfiles want the same guarantee for prompts — no new SaaS, no runtime dependency.

The problem

A team with disciplined dependency lockfiles still has an unlocked surface: its prompts. Evals pass against one version while production runs another, and the gap only surfaces as a quality regression no one can explain.

With blogus

blogus adds prompts.lock to the same lockfile-and-verify discipline the team already uses for dependencies. verify is offline and secret-free, so it drops straight into an existing CI step with no new infrastructure.

How it flows

  1. 01
    check

    Pre-commit hook flags any inline prompt that isn’t versioned yet.

  2. 02
    verify

    CI step recomputes hashes and fails on drift — no keys, no network.

  3. 03
    lock

    Prompt updates land with a refreshed lock, reviewed like a dependency bump.

  4. 04
    release

    The lock’s commit field ties each shipped prompt to an exact ref.

What you get

Try it on your repo

Run uvx blogus scan today, or follow the quickstart.