codex: support store-path skill sources

Handle per-skill values that come through as store-path strings, such as fetcher outputs with subdirectories appended. This restores the previously working pattern for packaged skill directories and adds a regression test for both directory and file sources.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-03-24 10:19:38 -05:00
parent 5068d0b03e
commit b8cb89f2c4
3 changed files with 41 additions and 2 deletions

View file

@ -9,5 +9,6 @@
codex-skills-inline-null-package = ./skills-inline-null-package.nix;
codex-skills-inline-legacy-path = ./skills-inline-legacy-path.nix;
codex-skills-dir = ./skills-dir.nix;
codex-skills-store-path = ./skills-store-path.nix;
codex-skills-path-not-directory = ./skills-path-not-directory.nix;
}