From 1c817a92a6598e4ef2bc856b28476971475beca8 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 31 Aug 2026 00:48:13 +0200 Subject: [PATCH] feat(mise): Add toolbox name header in generated conf.d files Addresses PR feedback: each conf.d/.toml now starts with a "# Toolbox: " comment, matching the previous inline config.toml layout. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01GA4dAzARMnLz1G9AmQkYYn --- .chezmoitemplates/mise-toolbox-conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoitemplates/mise-toolbox-conf b/.chezmoitemplates/mise-toolbox-conf index 4c2f357..6cd9e58 100644 --- a/.chezmoitemplates/mise-toolbox-conf +++ b/.chezmoitemplates/mise-toolbox-conf @@ -2,6 +2,8 @@ {{/* Expects data: (merge (dict "toolboxName" "") .) */}} {{- $toolboxName := .toolboxName -}} {{ includeTemplate "chezmoi-managed-header" . }} +# Toolbox: {{ $toolboxName }} + [tools] {{- $toolsList := index .tools.toolboxes $toolboxName }} {{- range $tool := $toolsList }}