mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
refactor: move skills directory from .skills to skills and enrich prompt
- Change skills storage path from `/data/.skills` to `/data/skills` - Add usage instructions and directory location to the Skills section in the system prompt
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/memohai/memoh/internal/workspace/bridge"
|
||||
)
|
||||
|
||||
const skillsDirPath = config.DefaultDataMount + "/.skills"
|
||||
const skillsDirPath = config.DefaultDataMount + "/skills"
|
||||
|
||||
type SkillItem struct {
|
||||
Name string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user