Skip to content

docs: update CLI naming to capiscio (consolidation)#34

Merged
beonde merged 3 commits intomainfrom
chore/v2.4.0
Feb 3, 2026
Merged

docs: update CLI naming to capiscio (consolidation)#34
beonde merged 3 commits intomainfrom
chore/v2.4.0

Conversation

@beonde
Copy link
Member

@beonde beonde commented Feb 3, 2026

Updates CLI naming references from capiscio-cli to capiscio for consistency.

Part of the CLI naming consolidation effort.

Copilot AI review requested due to automatic review settings February 3, 2026 21:28
Copy link

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 updates repository references from capiscio-cli to capiscio-node and bumps the version to 2.4.0. However, there are critical issues: the PR description incorrectly states it updates naming from capiscio-cli to capiscio (when it's actually updating to capiscio-node), and the CHANGELOG claims to update to capiscio-core v2.4.0 without actually modifying the code to do so.

Changes:

  • Bumped package version from 2.3.1 to 2.4.0
  • Updated repository URLs from capiscio/capiscio-cli to capiscio/capiscio-node in CONTRIBUTING.md and workflow README
  • Added CHANGELOG entry for version 2.4.0

Reviewed changes

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

File Description
package.json Version bumped from 2.3.1 to 2.4.0
CONTRIBUTING.md Updated repository URLs and added clarification about repository vs package naming
CHANGELOG.md Added entry for version 2.4.0 claiming update to capiscio-core v2.4.0
.github/workflows/README.md Updated repository references and added clarification about package naming

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


1. Fork the repository
2. Clone your fork: `git clone https://github.com/your-username/capiscio-cli.git`
2. Clone your fork: `git clone https://github.com/your-username/capiscio-node.git`
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The PR description states "Updates CLI naming references from capiscio-cli to capiscio", but the actual changes are updating repository URLs from capiscio/capiscio-cli to capiscio/capiscio-node. The repository name is being changed to capiscio-node, not capiscio. The npm package name is capiscio, but that's different from the repository name. Please update the PR description to accurately reflect that this is updating repository references from capiscio-cli to capiscio-node.

Copilot uses AI. Check for mistakes.
## [2.4.0] - 2026-01-18

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.4.0
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The CHANGELOG entry for version 2.4.0 only mentions updating the core version to v2.4.0, but doesn't document the repository naming changes made in this PR (updating references from capiscio-cli to capiscio-node). The CHANGELOG should comprehensively document all changes made in this release, including the repository URL updates in CONTRIBUTING.md and the workflow README.

Suggested change
- **CORE VERSION**: Now downloads `capiscio-core` v2.4.0
- **CORE VERSION**: Now downloads `capiscio-core` v2.4.0
- **REPOSITORY RENAME**: Updated project naming from `capiscio-cli` to `capiscio-node`.
- Updated repository URLs and references in `CONTRIBUTING.md`.
- Updated workflow documentation and badges in the workflow README to point to the new repository name.

Copilot uses AI. Check for mistakes.
## [2.4.0] - 2026-01-18

### Changed
- **CORE VERSION**: Now downloads `capiscio-core` v2.4.0
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The CHANGELOG entry claims "Now downloads capiscio-core v2.4.0", but the DEFAULT_VERSION in src/utils/binary-manager.ts is still set to 'v2.2.0'. The code needs to be updated to match the CHANGELOG, or the CHANGELOG entry should be corrected to reflect the actual version being used.

Suggested change
- **CORE VERSION**: Now downloads `capiscio-core` v2.4.0
- **CORE VERSION**: Still downloads `capiscio-core` v2.2.0 (no core binary change in this wrapper release).

Copilot uses AI. Check for mistakes.
@beonde beonde merged commit d93b92c into main Feb 3, 2026
13 checks passed
@beonde beonde deleted the chore/v2.4.0 branch February 3, 2026 21:37
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