Skip to content

Fix version command in documentation#1685

Merged
mnriem merged 1 commit intogithub:mainfrom
sbhavani:fix/version-command-docs
Feb 25, 2026
Merged

Fix version command in documentation#1685
mnriem merged 1 commit intogithub:mainfrom
sbhavani:fix/version-command-docs

Conversation

@sbhavani
Copy link
Contributor

@sbhavani sbhavani commented Feb 25, 2026

Summary

  • Change specify --version to specify version in documentation since the CLI uses a subcommand rather than a flag

Test plan

  • Verify the CLI accepts specify version command
  • Confirm documentation now shows correct command

Fixes #1310

@sbhavani sbhavani requested a review from mnriem as a code owner February 25, 2026 05:21
@mnriem mnriem requested a review from Copilot February 25, 2026 14:20
@mnriem mnriem merged commit 525cdc1 into github:main Feb 25, 2026
9 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes incorrect documentation that referenced specify --version instead of the correct specify version subcommand. The issue was reported in #1310 where users following the documentation encountered errors because the CLI uses a subcommand rather than a flag for version checking.

Changes:

  • Updated extension user guide to show correct specify version command
  • Fixed bug report template to instruct users to run specify version instead of specify --version

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/EXTENSION-USER-GUIDE.md Corrected version check command from specify --version to specify version
.github/ISSUE_TEMPLATE/bug_report.yml Updated bug report template instructions to use correct specify version command

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sbhavani sbhavani deleted the fix/version-command-docs branch February 25, 2026 15:39
kanfil pushed a commit to tikalk/agentic-sdlc-spec-kit that referenced this pull request Feb 25, 2026
Co-authored-by: Santosh Bhavani <sb@mac-mini-i7.local>
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.

Website's quick start doc incorrectly uses specify --version instead of specify version

3 participants