fix(env): PLAN03-1 リリース後の軽微修正3件#23
Merged
Merged
Conversation
- manifest version チェックを != から > に変更し過去バージョンの後方互換を確保 - --identity と --passphrase-* の併用禁止を削除 (age は identity → passphrase fallback が可能) - CLI help テキストの identity 既定説明を修正 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
!=→>に変更し、過去バージョンのバンドルも import 可能にした (後方互換)--identityと--passphrase-env/--passphrase-stdinの併用禁止バリデーションを削除 (age は identity 試行後に passphrase fallback が可能なため不要だった)Test plan
tests/env/test_bundle.py— 71 passedtests/cli/test_env_import.py— 71 passed🤖 Generated with Claude Code