Conversation
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.
Summary
Closes #32. The canonical operation-history chain, artifact store, rollback, and retention implementation were already present on
dev; the remaining production gap was that no workflow invoked retention enforcement. This change applies the existing configured policy after accepted outputs in PdfTool repair, Action List, add-bleed, and Editor rollback flows. The immutable history event and output stay recorded if a retention sweep fails, and the workflow reports the failure.Changes
enforceRetention()after accepted output or rollback events in the production paths above.Verification
scripts/agent/check-architecture.py --base origin/dev --head HEAD— passed.scripts/agent/check-change.py --base origin/dev— source integrity, architecture catalog, generated adapters, preflight truth, QML parity, search and independent validation gates, Qt runtime wiring, and clang-format passed. Overall result is incomplete/failing because this isolated worktree has no configuredbuilddirectory; mapped builds and focused tests could not run. No configure was run.Hosted CI should provide the missing compile and test proof.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.