Description
The CLI currently has no way to check what version is installed. Add a --version flag that prints the current version from package.json (or pyproject.toml, depending on the project setup).
Requirements
agentcore-cli --version should print the version number (e.g., agentcore-cli v0.1.0)
- Read the version from the project's package manifest file
- Exit with code 0 after printing
Acceptance Criteria
Notes
This is a simple test issue to validate the loopy-symphony agent orchestrator pipeline.
Description
The CLI currently has no way to check what version is installed. Add a
--versionflag that prints the current version frompackage.json(orpyproject.toml, depending on the project setup).Requirements
agentcore-cli --versionshould print the version number (e.g.,agentcore-cli v0.1.0)Acceptance Criteria
--versionflag prints version and exits--versionis usedNotes
This is a simple test issue to validate the loopy-symphony agent orchestrator pipeline.