fix(okf-hub): excluir variantes MEMORY-*.md no validador e classify
This commit is contained in:
@@ -27,6 +27,7 @@ is_excluded() {
|
||||
local base
|
||||
base="$(basename "$rel")"
|
||||
[[ "$base" == "MEMORY.md" ]] && return 0
|
||||
[[ "$base" == MEMORY-*.md ]] && return 0
|
||||
[[ "$base" == "index.md" ]] && return 0
|
||||
[[ "$base" == "log.md" ]] && return 0
|
||||
[[ "$base" == "CLAUDE.md" ]] && return 0
|
||||
|
||||
Reference in New Issue
Block a user