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:
Acbox
2026-03-31 15:35:57 +08:00
parent faaf13a0e9
commit bb14bcb3bc
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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"`