fix(coding-agent): keep ~/.agents skills user-scoped\n\ncloses #1915

This commit is contained in:
Mario Zechner
2026-03-07 12:21:54 +01:00
parent c99b9940e1
commit e80692bcb6
3 changed files with 43 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `pi config` misclassifying `~/.agents/skills` as project-scoped in non-git directories under `$HOME`, so toggling those skills no longer writes project overrides to `.pi/settings.json` ([#1915](https://github.com/badlogic/pi-mono/issues/1915))
## [0.56.3] - 2026-03-06
### New Features