From 97bf9809b60c8bbf8955dd731d3c64a3fc2149ba Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 10 Jul 2026 11:33:15 +0200 Subject: [PATCH] Fix another super-linter complaint --- src/internal/embedded/skills/pattern-author/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal/embedded/skills/pattern-author/SKILL.md b/src/internal/embedded/skills/pattern-author/SKILL.md index 12ba06d..281eef3 100644 --- a/src/internal/embedded/skills/pattern-author/SKILL.md +++ b/src/internal/embedded/skills/pattern-author/SKILL.md @@ -53,6 +53,7 @@ These rules must always be followed: ```text "{{ `{{ .field_name }}` }}" ``` + - **Idempotent imperative jobs** — All imperative jobs run on a schedule (every 10 minutes by default) and must be idempotent. - **Re-run `pattern init`** — After adding new local helm charts, re-run `pattern init` to wire them into the clustergroup values file. It is idempotent.