Skip to content

chore: pin ruamel.yaml to 0.19.1 in manage-bclaw skill - #31

Merged
capotej merged 1 commit into
boldblackai:mainfrom
BoldBlackBot:chore/pin-ruamel-yaml
Aug 1, 2026
Merged

chore: pin ruamel.yaml to 0.19.1 in manage-bclaw skill#31
capotej merged 1 commit into
boldblackai:mainfrom
BoldBlackBot:chore/pin-ruamel-yaml

Conversation

@BoldBlackBot

Copy link
Copy Markdown
Contributor

Summary

The merge_config.py invocation in the manage-bclaw skill used uv run --with 'ruamel.yaml' with no version constraint. This pins it to 0.19.1 (current latest stable) for reproducible dependency resolution across generated claws.

What changed

  • template/.agents/skills/manage-bclaw/SKILL.md line 589: 'ruamel.yaml''ruamel.yaml==0.19.1'

This is the only uv run --with 'ruamel.yaml' invocation in the template. The other references (prose in SKILL.md, the from ruamel.yaml import YAML import in merge_config.py) are not version-sensitive.

Test plan

  • Golden test passes (17/17)

The merge_config.py invocation used 'uv run --with ruamel.yaml' with no
version constraint. Pin to 0.19.1 (current latest stable) for reproducible
dependency resolution across generated claws.

Co-Authored-By: Julio Capote <6135+capotej@users.noreply.github.com>
@capotej
capotej merged commit e233185 into boldblackai:main Aug 1, 2026
1 check 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.

2 participants