This directory is a generated blacklane-pp-cli printed CLI. It was produced by CLI Printing Press, so treat systemic fixes as upstream Printing Press fixes first. Keep local edits narrow and document why a generated-tree patch belongs here.
Start by asking the generated CLI for current runtime truth:
blacklane-pp-cli doctor --json
blacklane-pp-cli agent-context --prettyUse runtime discovery instead of relying on a copied command list:
blacklane-pp-cli which "<capability>" --json
blacklane-pp-cli <command> --helpAdd --agent to command invocations for JSON, compact output, non-interactive defaults, no color, and confirmation-safe scripting:
blacklane-pp-cli <command> --agentBefore running an unfamiliar command that may mutate remote state, inspect its help and prefer a dry run:
blacklane-pp-cli <command> --help
blacklane-pp-cli <command> --dry-run --agentUse --yes --no-input only after the target, arguments, and side effects are clear.
For install, auth, examples, and longer product guidance, read README.md and SKILL.md. This file intentionally stays small so repo-local agents get invariant local guidance without duplicating the generated docs.
This directory is generated output -- a fresh print can overwrite the whole tree, so ad-hoc hand-edits don't survive on their own. If you modify the generated code, record each change under .printing-press-patches/ (parallel to .printing-press.json) so a regen carries the intent forward instead of silently dropping it.
The entry shape, and the altitude to write it at -- a durable reprint-guard, not a changelog -- live in the source catalog's AGENTS.md, which is the single source of truth; this guide intentionally doesn't duplicate them.