LM-DRIFT-001
Detect new visual values after a baseline
A normalized visual value is present now but absent from the pinned baseline scan.
Value was added after the baseline
Confirm the new vocabulary as intentional or return the source to an established value.
Source example
What this finding can look like
The exact candidate comes from the project’s own tokens and repeated values. This example shows the shape of the issue, not a universal replacement.
/* Added after the pinned baseline */
.card { color: #202124; }.card { color: var(--ink); }
/* Rescan to verify the baseline delta. */Resolution workflow
Fix the source without erasing intent
- Inspect
Review every reported occurrence and the established candidates Ledgermachine found in the same project.
- Decide
Confirm the new vocabulary as intentional or return the source to an established value.
- Verify
Make the change in your editor or coding agent, then rescan. Ledgermachine stays read-only and records whether the finding cleared.
Run it on your source
See the evidence behind this rule.
Open a folder locally, inspect the exact occurrences, and decide whether to repair or preserve the difference.
Open Ledgermachine
LEDGERMACHINE