Skip to content

fix(env): PLAN03-1 リリース後の軽微修正3件#23

Merged
takemi-ohama merged 1 commit into
mainfrom
fix/PLAN03-1-post-release-fixes
May 23, 2026
Merged

fix(env): PLAN03-1 リリース後の軽微修正3件#23
takemi-ohama merged 1 commit into
mainfrom
fix/PLAN03-1-post-release-fixes

Conversation

@takemi-ohama
Copy link
Copy Markdown
Contributor

Summary

  • manifest version チェックを !=> に変更し、過去バージョンのバンドルも import 可能にした (後方互換)
  • --identity--passphrase-env/--passphrase-stdin の併用禁止バリデーションを削除 (age は identity 試行後に passphrase fallback が可能なため不要だった)
  • CLI help テキストの identity 既定説明を "all existing ones" → "first existing one" に修正

Test plan

  • tests/env/test_bundle.py — 71 passed
  • tests/cli/test_env_import.py — 71 passed

🤖 Generated with Claude Code

- manifest version チェックを != から > に変更し過去バージョンの後方互換を確保
- --identity と --passphrase-* の併用禁止を削除 (age は identity → passphrase fallback が可能)
- CLI help テキストの identity 既定説明を修正

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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