docs(signing): clarify Skip option for agent-container use case (#52)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Flo
2026-05-11 17:08:10 +02:00
parent cd2afdb308
commit 2372cc3d43
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Changed
- Signing wizard "Skip" option now clarifies the agent-container use case (humans sign at PR merge)
## [0.5.0] - 2026-04-05 ## [0.5.0] - 2026-04-05
### Added ### Added
+1 -1
View File
@@ -1250,7 +1250,7 @@ signing_wizard() {
printf '\n Signing key options:\n' >&2 printf '\n Signing key options:\n' >&2
printf ' 1) Generate a new ed25519 SSH key (software)\n' >&2 printf ' 1) Generate a new ed25519 SSH key (software)\n' >&2
printf ' 2) Generate a hardware-backed SSH key (FIDO2/U2F security key)\n' >&2 printf ' 2) Generate a hardware-backed SSH key (FIDO2/U2F security key)\n' >&2
printf ' s) Skip signing setup\n' >&2 printf ' s) Skip signing setup (e.g. in an agent container where humans sign at PR merge)\n' >&2
local choice local choice
printf '\n Choose [1/2/s]: ' >&2 printf '\n Choose [1/2/s]: ' >&2