Versioning prompts
Strategies for safe prompt rollouts and rollback.
Immutable versions
Prefer append-only versions for production prompts. When a regression appears, you can roll back by pinning clients to the last known good version.
Linking to benchmarks
Reference prompt versions explicitly in benchmark configurations so score shifts trace to prompt diffs, not mysterious drift.
Reviews
Use pull-request style review with teammates (via comments or your own process) before flipping production traffic to a new prompt version.