| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-15 | 628 Bytes | |
| v1.0.6 source code.tar.gz | 2026-06-15 | 576.2 kB | |
| v1.0.6 source code.zip | 2026-06-15 | 707.6 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
Changes
- fix: avoid duplicate home rule scope (#62) — When the user config path and the project config path resolve to the same file (e.g. running inside
$HOME), the rules config was loaded twice, producing duplicate rule entries. The policy loader now detects this viaresolve()andrealpathSync()and skips the redundant read.
Tests
- test: isolate home scope regression — Added dedicated tests to verify that rules are not duplicated when the home and project scopes overlap.
Thanks to @sQVe for reporting the issue in [#61] .