Docs(reports): pbir-cli PyPI version check + skill-ahead-of-CLI guidance; bump to 26.24.6#31
Merged
Conversation
…PyPI and treats missing commands as skill-ahead-of-CLI; bump to 26.24.6 Add a "Version and availability" section to the pbir-cli skill: compare `pbir --version` against the latest pbir-cli release on PyPI and suggest `pip install --upgrade pbir-cli` when behind. Note that a documented command or flag absent from the installed CLI likely means the skill is ahead of the installed release (especially for `pbir desktop`), so confirm with --help and upgrade rather than hand-editing report JSON. https://claude.ai/code/session_01UFpxSTJFcE5anpPsqLaDVk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two targeted adjustments to the
pbir-cliskill, plus a version bump.Check the installed CLI against PyPI. A new "Version and availability" section tells the agent to compare
pbir --versionagainst the latestpbir-clirelease on https://pypi.org/project/pbir-cli/ and suggestpip install --upgrade pbir-cliwhen the installed CLI is behind the commands this skill documents.Treat missing commands as skill-ahead-of-CLI. If a documented command or flag does not exist in the installed CLI, the skill is likely ahead of the installed
pbir-clirelease — called out as especially common for thepbir desktopcommands. The agent should confirm withpbir <command> --help/pbir --versionand upgrade from PyPI rather than working around the gap by hand-editing report JSON.Version
Bumped
26.24.5 → 26.24.6across:plugins/reports/skills/pbir-cli/SKILL.mdplugins/reports/.claude-plugin/plugin.json(reports plugin manifest).claude-plugin/marketplace.json(kept in sync)Note: the branch was already at
26.24.5from a prior Desktop-fallback commit, so these edits take their own.6to follow the repo's one-bump-per-change convention.https://claude.ai/code/session_01UFpxSTJFcE5anpPsqLaDVk
Generated by Claude Code