Step 0: Check for existing brief
Check whether .reelme/src/brief.json already exists.
[ -f ".reelme/src/brief.json" ] && echo "exists" || echo "not found"
If not found → skip to Step 1.
If found:
Read .reelme/src/brief.json and show the user a compact summary:
Existing video found Project: [name] · Mode: [mode] · [N] scenes: [scene types joined by ", "]
Then ask:
Update the existing video, or start fresh?
- Start fresh → continue to Step 1 (the f
[Description truncada. Veja o README completo no GitHub.]