fix: auto-install embedded rulesets for installed binary

This commit is contained in:
2025-12-31 23:21:45 -05:00
parent fb62779f53
commit 3b27855b09
3 changed files with 135 additions and 34 deletions

View File

@@ -96,6 +96,8 @@ This section is for contributors and anyone building on the project.
## Rulesets 🧩
Rules are datadriven and split by domain in `rulesets/*.toml`.
When running an installed binary, the first run will autoinstall the default rulesets
into the XDG data directory (for example `~/.local/share/vid-repair/rulesets` on Linux).
Before shipping changes:
```bash