You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: universal-refiner/scripts/operations/REGISTER-GLOBAL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Optional overrides:
25
25
-ObsidianVaultPath 'C:\repo\global.obsidian'
26
26
```
27
27
28
-
The script preserves unrelated JSON and TOML configuration. In `-Apply` mode it creates timestamped backups before changed files are replaced through same-directory atomic UTF-8 writes. The doctor reports mojibake and suspicious plaintext credential field paths without printing credential values.
28
+
The script preserves unrelated JSON and TOML configuration. In `-Apply` mode it first preflights every target, then creates timestamped backups before changed files are replaced through same-directory atomic UTF-8 writes. Apply is refused when invalid JSON, mojibake, or suspicious plaintext credential fields are detected. Diagnostics print field paths, never credential values.
0 commit comments