Skip to content

fix: avoid wildcard reference token in Skill prose - #597

Open
newjsouza wants to merge 1 commit into
Panniantong:mainfrom
newjsouza:fix/skill-wildcard-reference-token
Open

fix: avoid wildcard reference token in Skill prose#597
newjsouza wants to merge 1 commit into
Panniantong:mainfrom
newjsouza:fix/skill-wildcard-reference-token

Conversation

@newjsouza

Copy link
Copy Markdown

Summary

  • Replace the prose token references/*.md with wording that does not resemble a support-file glob.
  • Keep the seven explicit Markdown links to real reference files unchanged.

Context

Closes #584. Hermes Skill installation recursively extracts references/-shaped tokens from SKILL.md; the prose wildcard was interpreted as a file path, causing bundle installation to fail.

Validation

  • git diff --check
  • ruff check agent_reach tests
  • mypy agent_reach
  • pytest -q — 586 passed, 16 subtests passed

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.

Skill installation fails in Hermes: prose references/*.md parsed as a support file

1 participant