fix: redact config values in skills status

This commit is contained in:
Peter Steinberger
2026-02-14 17:32:19 +01:00
parent 188c4cd076
commit d3428053d9
7 changed files with 154 additions and 514 deletions

View File

@@ -710,7 +710,6 @@ export type CronRunLogEntry = {
export type SkillsStatusConfigCheck = {
path: string;
value: unknown;
satisfied: boolean;
};