From 104a1532394d93cdcc3d06ccd629a67faac22121 Mon Sep 17 00:00:00 2001 From: skevetter <69881238+skevetter@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:55:57 +0000 Subject: [PATCH 1/4] chore: configure git allowed_signers in agent setup Updates the `setup:agent` task in `mise.agent.toml` to configure `gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers` and appending the agent's signing public key along with the configured author email. This allows git to verify the ssh signatures of commits made within the agent environment without encountering missing file errors. From db8cead02420300fca2cb2a98e8a22abe3f6444d Mon Sep 17 00:00:00 2001 From: skevetter <69881238+skevetter@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:58:43 +0000 Subject: [PATCH 2/4] chore: configure git allowed_signers in agent setup Updates the `setup:agent` task in `mise.agent.toml` to configure `gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers` and appending the agent's signing public key along with the configured author email. This allows git to verify the ssh signatures of commits made within the agent environment without encountering missing file errors. From 42d0383cb369e30ba91de527f1e205890ed4b2af Mon Sep 17 00:00:00 2001 From: skevetter <69881238+skevetter@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:01:54 +0000 Subject: [PATCH 3/4] chore: configure git allowed_signers in agent setup Updates the `setup:agent` task in `mise.agent.toml` to configure `gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers` and appending the agent's signing public key along with the configured author email. This allows git to verify the ssh signatures of commits made within the agent environment without encountering missing file errors. From e38a0cf07e433a1ec61e446e9b958711e5af29a8 Mon Sep 17 00:00:00 2001 From: skevetter <69881238+skevetter@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:22:23 +0000 Subject: [PATCH 4/4] chore: configure git allowed_signers in agent setup Updates the `setup:agent` task in `mise.agent.toml` to configure `gpg.ssh.allowedSignersFile` by creating `~/.ssh/allowed_signers` and appending the agent's signing public key along with the configured author email. This allows git to verify the ssh signatures of commits made within the agent environment without encountering missing file errors.