feat: protect campaign edits and persist version state - #112
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Ankit6149
marked this pull request as ready for review
July 30, 2026 18:09
Owner
Author
Post-merge verification
|
This was referenced Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #18.
Closes #20.
Closes #21.
Product outcome
This PR makes regeneration edit-safe, turns campaign/channel/version status into persistent product state, and completes stable campaign identity with explicit create/update/save-as-copy/read/list/delete behavior.
Issue #18 — edit-safe regeneration
Issue #20 — persistent state and action truth
Issue #21 — stable identity and persistence
Documentation
Updates README, AGENTS, domain architecture, campaign migration/rollback, and
docs/CAMPAIGN_EDITING_AND_VERSIONING.md. Documentation tests guard regeneration, stable identity, approval, migration, accessibility, and rollback claims.Exact-head verification
Verified head:
7f669810db8442cb5779ab689945d08bd4a88967GitHub Actions CI run 254 passed:
Vercel preview deployment succeeded for the exact final head. No temporary migration scripts/workflows or unresolved review threads remain.
Explicit non-goals