fix(okf-hub): excluir variantes MEMORY-*.md no validador e classify
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user