From e75e03fb3f1451f412e28aa3d8b87f58f0685ea7 Mon Sep 17 00:00:00 2001 From: chrisfu Date: Sun, 3 May 2026 14:57:09 -0700 Subject: [PATCH] fix(rebrand): rename prole_*.sh shell libs to knoe_*.sh check_kerberos.sh (already updated) sourced knoe_env.sh, knoe_secrets.sh, knoe_string.sh, and knoe_yaml.sh but the files were still named prole_*.sh. No other script referenced the old names, so this is a pure rename. Co-Authored-By: Claude Sonnet 4.6 --- etc/lib/shell/{prole_cmd.sh => knoe_cmd.sh} | 0 etc/lib/shell/{prole_env.sh => knoe_env.sh} | 0 etc/lib/shell/{prole_guardrails.sh => knoe_guardrails.sh} | 0 etc/lib/shell/{prole_secrets.sh => knoe_secrets.sh} | 0 etc/lib/shell/{prole_string.sh => knoe_string.sh} | 0 etc/lib/shell/{prole_yaml.sh => knoe_yaml.sh} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename etc/lib/shell/{prole_cmd.sh => knoe_cmd.sh} (100%) rename etc/lib/shell/{prole_env.sh => knoe_env.sh} (100%) rename etc/lib/shell/{prole_guardrails.sh => knoe_guardrails.sh} (100%) rename etc/lib/shell/{prole_secrets.sh => knoe_secrets.sh} (100%) rename etc/lib/shell/{prole_string.sh => knoe_string.sh} (100%) rename etc/lib/shell/{prole_yaml.sh => knoe_yaml.sh} (100%) diff --git a/etc/lib/shell/prole_cmd.sh b/etc/lib/shell/knoe_cmd.sh similarity index 100% rename from etc/lib/shell/prole_cmd.sh rename to etc/lib/shell/knoe_cmd.sh diff --git a/etc/lib/shell/prole_env.sh b/etc/lib/shell/knoe_env.sh similarity index 100% rename from etc/lib/shell/prole_env.sh rename to etc/lib/shell/knoe_env.sh diff --git a/etc/lib/shell/prole_guardrails.sh b/etc/lib/shell/knoe_guardrails.sh similarity index 100% rename from etc/lib/shell/prole_guardrails.sh rename to etc/lib/shell/knoe_guardrails.sh diff --git a/etc/lib/shell/prole_secrets.sh b/etc/lib/shell/knoe_secrets.sh similarity index 100% rename from etc/lib/shell/prole_secrets.sh rename to etc/lib/shell/knoe_secrets.sh diff --git a/etc/lib/shell/prole_string.sh b/etc/lib/shell/knoe_string.sh similarity index 100% rename from etc/lib/shell/prole_string.sh rename to etc/lib/shell/knoe_string.sh diff --git a/etc/lib/shell/prole_yaml.sh b/etc/lib/shell/knoe_yaml.sh similarity index 100% rename from etc/lib/shell/prole_yaml.sh rename to etc/lib/shell/knoe_yaml.sh