feat(agents): add implementation workflow skills

This commit is contained in:
2026-08-01 13:40:11 -04:00
parent 6544d3d8a0
commit 585d4919e7
3 changed files with 10 additions and 4 deletions

View File

@@ -80,3 +80,5 @@ The domain model (Host, Module, Skeleton, Auto-loader, Enable convention, overla
The tab rename binding must use the produced literal, such as `prefix+<`, rather than `prefix+shift+comma`.
- Flake-managed Pi extension, prompt, and skill directories may still be written directly for throwaway development or local experiments.
The risk is that a later Home Manager activation can overwrite or hide those unmanaged files, so finished work must be promoted into the dotfiles module before it counts as deployed.
- Pi's tool discovery checks `~/.pi/agent/bin` before `PATH`, and downloaded generic Linux binaries there can be unusable on NixOS with the stub-ld error.
A copied or patched Pi launcher that only prepends Nix `fd`/`rg` to `PATH` may still break `@` autocomplete unless the local tool path is removed or Pi validates the local binary before using it.