revert(privacy): move gitleaks catalogue to PR #707 - #736
Merged
ScriptedAlchemy merged 1 commit intoAug 27, 2026
Conversation
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
|
ScriptedAlchemy
marked this pull request as ready for review
August 27, 2026 07:01
ScriptedAlchemy
added a commit
that referenced
this pull request
Aug 27, 2026
Absorbs the merged churn-split PRs so the merge-base advances and the byte-identical files (benchmark_data/, mockups/, plugin/cursor-native-extension/, dashboard contracts schema) leave #707's visible diff. Tree is identical to the previous branch head — no content change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A2BarcJk3iuv77aJQwHvnx
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.
Partial revert of #734: the gitleaks catalogue belongs with #707
#734 was meant to carry only dead vendor-tree deletes, but it merged with the gitleaks rules data (
crates/tracedecay-runtime-core/src/privacy/rules/vendor/gitleaks/{gitleaks.toml,LICENSE,PROVENANCE.md}, +3,364 lines) still included. Nothing onmasterreferences those files — therules.rsthatinclude_str!s the toml exists only on #707 — so they are inert here and belong next to the detector change that consumes them.This PR deletes the three files from
master(3 files, −3,364, no code changes).#707 is already prepared for this
codex/tracedecay-total-redesign-plan-reopenedhas merged this branch and re-asserted the catalogue files in the merge commit (ddee8f4d3), so after this lands:rules.rs, andmasterre-adds the files (verified by a local test merge) instead of the silent clean-deletion git would otherwise produce for "deleted on one side, untouched on the other".Land this before #707. Do not merge without explicit authorization.