Skip to content

Conversation

@beonde
Copy link
Member

@beonde beonde commented Dec 27, 2025

Summary

Documentation audit verifying CLI examples against actual capiscio v2.2.0 binary.

Issues Fixed

Issue Fix
capiscio version capiscio --version (version is a flag, not command)
key gen --output key gen --out-priv/--out-pub

Files Changed

  • README.md: Fixed version command syntax
  • docs/index.md: Fixed version command syntax
  • docs/getting-started/installation.md: Fixed version command syntax
  • docs/reference/commands.md: Fixed key gen flags

Verification

All changes verified against capiscio-core v2.2.0 --help output.

Audit date: 2025-12-26

- Change 'capiscio version' to 'capiscio --version' (version is a flag, not command)
- Fix 'key gen --output' to 'key gen --out-priv/--out-pub' (correct flag names)
- Remove '(includes scores)' from JSON output description (clarification)
Copilot AI review requested due to automatic review settings December 27, 2025 14:23
@github-actions
Copy link

✅ All checks passed! Ready for review.

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 CLI command documentation to align with the actual capiscio v2.2.0 binary behavior. The changes correct command syntax and flag usage across all documentation files based on verification against the binary's --help output.

  • Fixed version check command from capiscio version to capiscio --version (version is a flag, not a subcommand)
  • Updated key generation command to use separate --out-priv and --out-pub flags instead of single --output flag
  • Clarified comments for improved accuracy (removed "includes scores" qualifier, changed "key" to "key pair")

Reviewed changes

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

File Description
README.md Updated version command syntax and clarified JSON output comment
docs/index.md Updated version command syntax and clarified JSON output comment
docs/getting-started/installation.md Updated version command syntax
docs/reference/commands.md Updated version command syntax, fixed key generation flags, and improved comment accuracy

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

@github-actions
Copy link

✅ All checks passed! Ready for review.

@beonde beonde merged commit 4c0a224 into main Dec 27, 2025
18 checks 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