We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a2d52 commit dfd6698Copy full SHA for dfd6698
internal/paths/paths.go
@@ -90,7 +90,7 @@ func (p *Paths) SyncableOpenCodePaths() []string {
90
filepath.Join(p.OpenCodeConfigDir, "AGENTS.md"),
91
filepath.Join(p.OpenCodeConfigDir, "agent"),
92
filepath.Join(p.OpenCodeConfigDir, "command"),
93
- filepath.Join(p.OpenCodeConfigDir, "skill"),
+ filepath.Join(p.OpenCodeConfigDir, "skills"),
94
filepath.Join(p.OpenCodeConfigDir, "mode"),
95
filepath.Join(p.OpenCodeConfigDir, "themes"),
96
filepath.Join(p.OpenCodeConfigDir, "plugin"),
0 commit comments