Skip to content

Fix #130: register_skills ,restart container . skills not found.#162

Open
JiwaniZakir wants to merge 1 commit intoagent-infra:mainfrom
JiwaniZakir:fix/130-register-skills-restart-container-skills
Open

Fix #130: register_skills ,restart container . skills not found.#162
JiwaniZakir wants to merge 1 commit intoagent-infra:mainfrom
JiwaniZakir:fix/130-register-skills-restart-container-skills

Conversation

@JiwaniZakir
Copy link
Copy Markdown

Closes #130

Sets the default value of AIO_SKILLS_PATH in docker-compose.yaml to /home/gem/.claude/skills/ (line 46), matching the path used by client.skills.register_skills(). Previously the default was an empty string, so after a container restart the skills service had no path to scan, causing list_metadata() to return an empty collection despite files being present on disk.

  • docker-compose.yamlAIO_SKILLS_PATH environment variable default updated from ${AIO_SKILLS_PATH:-} to ${AIO_SKILLS_PATH:-/home/gem/.claude/skills/}

Verified by registering a skill zip to /home/gem/.claude/skills/, restarting the container, and confirming client.skills.list_metadata() returns the expected skill entry instead of an empty skills=[] list.


This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

register_skills ,restart container . skills not found.

1 participant