Operations
Game save operations lab with live evidence
Operate on a per-viewer fake game-save sandbox with API-backed CRUD, dry-run evidence, execute, backup artifacts, and rollback.
IntermediateFirestoreAPI routesDry runBackupCSV evidenceRollback
Why it matters
Safe automation is easier to trust when a reviewer can see the data, run the operation, inspect the evidence, and restore the backup.
Field notes
- The browser never writes directly to Firestore; it goes through API routes with a sandbox token.
- DRY_RUN creates the same decision rows the execute step will use.
- Execute writes a backup artifact before removing duplicate, expired, or corrupted saves.
- The evidence table shows why each save was kept, skipped, deleted, or restored.
- The separate CLI repo can target the same sandbox so the website becomes the visual control room.