Skip to content

skill: Skill references wrong binary name for run/describe commands#2

Draft
ATX24 wants to merge 1 commit into
mainfrom
builder/skill-fix-15
Draft

skill: Skill references wrong binary name for run/describe commands#2
ATX24 wants to merge 1 commit into
mainfrom
builder/skill-fix-15

Conversation

@ATX24

@ATX24 ATX24 commented May 20, 2026

Copy link
Copy Markdown
Collaborator

Auto-drafted by baml-bench-builder from builder issue #15.

Issue

Skill references wrong binary name for run/describe commands

The baml:core skill states that the relevant commands live in baml-cli, but run and describe only exist on the baml-lang binary (the standalone language runtime). baml and baml-cli are the Python SDK CLI and do not expose these subcommands. Agents following the skill's guidance immediately hit 'unrecognized subcommand' errors. The skill must distinguish the three binaries shipped by baml-py and direct agents to baml-lang for run/describe and to baml/baml-cli for generate/check. Additionally, baml-lang has no init subcommand, and baml check misreports baml.math as an unknown namespace while baml-lang handles it correctly — both gaps compound the two-CLI confusion.

Builder summary

Builder fix for issue #15

Evidence

  • result_id 53
  • result_id 51
  • result_id 56
  • result_id 58
  • result_id 60
  • result_id 59

This is a draft PR generated from deduplicated agent reports. Review before merging.

Builder fix for issue #15
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.

1 participant