fix: align removed-command and HAP/MAP messaging with holoscan version convention#185
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe PR updates user-facing documentation, CLI error messages, and tests to state that legacy Changesv4.3.0 Breaking Change Messaging
🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
…n convention holoscan-cli now versions in lockstep with the Holoscan SDK, so the internal "v1" codename is meaningless to users. Replace it with the public release version (holoscan v4.3.0) everywhere it appears in user-facing messaging: - src/holoscan_cli/__main__.py: removed-command error + footer strings and the explanatory comments - README.md: HOLOHUB_* env-var deprecation note and the HAP/MAP packaging deprecation section - tests/unit/test_main.py: pin the new "since holoscan v4.3.0" wording Supersedes the split work in #184 and #185. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
106ba19 to
b28f8bb
Compare
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 152: The long paragraph beginning "Application packaging (HAP/MAP) is no
longer part of this CLI..." in README.md exceeds markdownlint MD013; break it
into multiple shorter lines (or separate sentences into separate lines) so no
single line exceeds the 800-character limit, preserving original wording and
links (e.g., the holoscan CLI/package names and the issue `#164` link) and
ensuring Markdown still renders as one paragraph.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a80e739b-b3c4-47a7-be1d-aa96693fca61
📒 Files selected for processing (3)
README.mdsrc/holoscan_cli/__main__.pytests/unit/test_main.py
Co-authored-by: Codex <noreply@openai.com>
Summary
Replaces the internal "v1" codename with the public release version ("holoscan v4.3.0") everywhere it appears in user-facing messaging. holoscan-cli now versions in lockstep with the Holoscan SDK, so "v1" is meaningless to users.
This unifies the split work previously in #184 and #185 into a single PR. (#184 is closed as superseded.)
Changes
src/holoscan_cli/__main__.py— removed-command error line + footer strings, and the explanatory commentsREADME.md—HOLOHUB_*env-var deprecation note and the HAP/MAP packaging deprecation sectiontests/unit/test_main.py— assertions now pin the new "since holoscan v4.3.0" wordingBefore (
holoscan nics):After:
Test plan
pytest tests/— 389 passed locallypre-commit run --files ...— all hooks pass (ruff, black, isort, codespell, markdownlint)local-docs/is gitignored and out of scope)🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Bug Fixes