Armory
Source
Browse
Workflows

managed-agents-cma-prompt-versioning-and-rollback

Server-side prompt versioning — create v1, evaluate against a labelled test set, ship v2, detect a regression, roll back by pinning sessions to version 1. Covers agents.update, version pinning on sessions.create, and where the review gate moves when prompts are not code.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install managed-agents-cma-prompt-versioning-and-rollback --cli claude

writes the file to.claude/commands/managed-agents-cma-prompt-versioning-and-rollback.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/managed-agents-cma-prompt-versioning-and-rollback.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Official anthropics/anthropic-cookbook workflows component — Server-side prompt versioning — create v1, evaluate against a labelled test set, ship v2, detect a regression, roll back by pinning sessions to version 1. Covers agents.update, version pinning on sessions.create, and where the review gate moves when prompts are not code.

When to use it

Server-side prompt versioning — create v1, evaluate against a labelled test set, ship v2, detect a regression, roll back by pinning sessions to version 1. Covers agents.update, version pinning on sessions.create, and where the review gate moves when prompts are not code.

How to install / invoke

Official Anthropic cookbook recipe (notebook). Open it to follow the runnable walkthrough: https://github.com/anthropics/anthropic-cookbook/blob/main/managed_agents/CMA_prompt_versioning_and_rollback.ipynb

Notes

Recipe "Managed Agents tutorial: prompt versioning and rollback" from the anthropic-cookbook managed_agents/ family (categories: Claude Managed Agents, Evals). License: MIT.