-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
Problem
The application version (package.json, version.json) is 0.23.9, but the CLI script (aimaestro-agent.sh) reports v1.0.1 via --version.
| Location | Version |
|---|---|
package.json |
0.23.9 |
version.json |
0.23.9 |
aimaestro-agent.sh line 24 (comment) |
v1.0.1 |
aimaestro-agent.sh --version output |
v1.0.1 |
Question
Is the CLI script version intentionally independent from the app version? If not, the bump-version.sh script should also update the CLI version, or the CLI should read from version.json.
Proposed Fix
If versioning should be unified:
- Add
aimaestro-agent.shversion line toscripts/bump-version.sh - Or have the CLI read version from a shared source
If versioning is intentionally separate:
- Document this in CLAUDE.md under Version Management
- Add the CLI version to
bump-version.shas a separate managed field
Source
Identified in AIM-222 audit (10.1), verified partially addressed in v0.23.9.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels