Skip to content

Commit 3caa2e7

Browse files
committed
feat(tweaks): restore 453 stub tweaks with real registry operations\n\nRestored missing tweaks across 66 files with complete ApplyOps,\nRemoveOps, and DetectOps. Fixed 5 duplicate IDs in Chrome.cs and\nFirefox.cs. Fixed tuple deconstruction in Wsl.cs and escape\nsequences in Defender.cs.\n\nTotal tweaks: 1882 across 72 categories. All 203 tests passing.
1 parent ccb563b commit 3caa2e7

84 files changed

Lines changed: 9432 additions & 67 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111
# Idempotent — safe to source multiple times in the same session.
1212
# ─────────────────────────────────────────────────────────────────────────────
13+
#$env:REGILATTICE_ENV_LOADED = '1'
1314

1415
# Guard: only run once per session
1516
if ($env:REGILATTICE_ENV_LOADED -eq '1') { return }

0 commit comments

Comments
 (0)