Skip to content

pipemason audit

Snapshot an existing system before a brownfield program so the program can plan changes against an accurate picture of what is already there.

Usage

pipemason audit

Run it from inside the repository you intend to upgrade or extend.

What it writes

  • Writes a snapshot of the existing system to .pipeline/AUDIT.md.

Examples

# Snapshot the system, then start a brownfield program
pipemason audit
pipemason program start "migrate auth from passwords to passkeys" \
  --mode brownfield-upgrade

Audit is the recommended first step before pipemason program start --mode brownfield-upgrade or --mode brownfield-extension. See program.