Skip to main
maudeMDCC/00
Design commands

/design:rollback

Vrať poslední snapshot aktivního canvasu (undo poslední /design:edit). --steps N pro víc kroků zpět.

PropertyValue
Command/design:rollback
Categorydaily
Argument hint[--steps N] [--list]
Sourceplugins/design/commands/rollback.md

Description

Vrať poslední snapshot aktivního canvasu (undo poslední /design:edit). --steps N pro víc kroků zpět.

Invocation

snippet
/design:rollback [--steps N] [--list]

Summary

Restoruje předchozí stav active canvasu z .design/_history/<slug>/. Každý /design:edit "<feedback>" udělal snapshot před editem; rollback ten snapshot vrátí.

Source of truth

This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:

plugins/design/commands/rollback.md → read it for the full behavior.

On this page