You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(demo): refuse to seed over a directory that is not a previous demo (#20)
`flightdeck demo --dir` pointed at an existing org silently overwrote
flightdeck.yaml/models.yaml/usecases.yaml, rmtree'd workflows/ and
deleted the run store and the audit ledger — the whole evidence trail.
seed() now refuses any non-empty target that is not a previous demo
(recognized by the demo org name in flightdeck.yaml); the CLI maps the
refusal to exit 2. Re-seeding a demo dir in place keeps working.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments