## Summary Implement script versioning to reference past drafts or revert changes. Consider replacing generic tags with the script's current version count. ## Source - Category: Script Editing - Feedback video: https://youtu.be/IeUoMyx7dKE?t=26m51s ## Acceptance criteria - [ ] Users can see script version history or version count for draft changes. - [ ] Users can reference or restore past drafts without leaving the browser-first local workflow. - [ ] Generic version tags are replaced or supplemented by meaningful version count/status where applicable. - [ ] Add or update browser/UI test coverage for the relevant user flow. - [ ] Solution tests pass before the issue is marked ready for user verification.
Summary
Implement script versioning to reference past drafts or revert changes. Consider replacing generic tags with the script's current version count.
Source
Acceptance criteria