You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: normalize prompt file paths in config during bundle apply
When installing prompt files from bundles, the CLI now adjusts file
references in the preset config from ./prompts/ to .opencode/prompts/
to match the target installation location.
This ensures the config works correctly after installation regardless
of the bundle's original path references.
Add test: TestBundleApplyAdjustsPromptFilePaths
Refs: qbicsoftware/opencode-config-bundle#11
0 commit comments