Skip to content

drzero-pickle

Produce the minimal viable DrZero solution under strict constraints such as CI repair or tiny diffs

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
minimal
ci
constraints

DrZero Pickle

Use this workflow when the objective is the smallest correct change that passes verification under explicit constraints.

Workflow

  1. Restate the constraint in operational terms, such as "minimal diff" or "only change test config".
  2. Identify the shortest path to a passing acceptance test.
  3. Avoid optional cleanup, refactors, and broad abstractions.
  4. Run the exact failing check and record the outcome.
  5. Escalate if the minimal path would violate repository or security rules.

Example

Use drzero-pickle to make the minimal changes needed to pass CI.

Related Assets