fix(okf-hub): excluir variantes MEMORY-*.md no validador e classify

This commit is contained in:
2026-06-28 21:22:53 +01:00
parent 8d4988ad3f
commit b78cc9c465
4 changed files with 38 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ is_excluded() {
# Check filename patterns
local base
base="$(basename "$rel")"
[[ "$base" == MEMORY-*.md ]] && return 0 # variantes MEMORY legacy
for pat in "${EXCLUDE_FILES[@]}"; do
if [[ "$base" == "$pat" ]]; then
return 0