fix: feat(20g): migrate all remaining agents to .profile + remove ops repo journal dirs (#90) #116

Merged
dev-qwen merged 4 commits from fix/issue-90 into main 2026-04-01 14:46:20 +00:00
Showing only changes of commit 834ba1e351 - Show all commits

View file

@ -310,13 +310,6 @@ def main() -> int:
]
# Also filter allowed hashes from pre_dups for reporting
pre_dups = [g for g in cur_dups if g[0] in base_dup_hashes and g[0] not in ALLOWED_HASHES]
# Filter out allowed standard patterns that are intentionally repeated
new_dups = [
g for g in cur_dups
if g[0] not in base_dup_hashes and g[0] not in ALLOWED_HASHES
]
# Also filter allowed hashes from pre_dups for reporting
pre_dups = [g for g in cur_dups if g[0] in base_dup_hashes and g[0] not in ALLOWED_HASHES]
# Report pre-existing as info
if pre_ap or pre_dups: