opencode: handle string store paths in skill sources
Add support for store directory paths provided as strings, in addition to the existing path type check for directories. Context: certain project will include a `SKILL.md` file, and instead of managing them via some 3rd party manager or manually, why not include them from the source itself! I implemented this in my setup, since I wanted to include the `SKILL.md` file from the [beads](https://github.com/steveyegge/beads) project.
This commit is contained in:
parent
db9cf9232f
commit
63ecc7d495
3 changed files with 43 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
opencode-mixed-content = ./mixed-content.nix;
|
||||
opencode-skills-inline = ./skills-inline.nix;
|
||||
opencode-skills-path = ./skills-path.nix;
|
||||
opencode-skills-store-path = ./skills-store-path.nix;
|
||||
opencode-skills-directory = ./skills-directory.nix;
|
||||
opencode-skills-bulk-directory = ./skills-bulk-directory.nix;
|
||||
opencode-themes-inline = ./themes-inline.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue