fix(home/pi): load skills directory directly

Use the directory path so Pi sees stable skill names instead of store-hash-prefixed individual paths.

Assisted-by: pi (openai-codex/gpt-5.5)
This commit is contained in:
Gabriel Fontes
2026-06-27 01:52:52 -03:00
parent afd45d3137
commit e590f9f5ab
+1 -4
View File
@@ -1,8 +1,5 @@
{
programs.pi-coding-agent.settings.skills = [
./gabs-tools
./jujutsu
./nix-shell
./pi-extension-authoring
./.
];
}