Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/hygiene/check-no-conflict-markers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ ALLOWLIST=(
# examples. Allowed because the file body is meta-discussion not
# accidental marker leakage.
"memory/feedback_otto_341_lint_suppression_is_self_deception_noise_signal_or_underlying_fix_greenfield_large_refactors_welcome_training_data_human_shortcut_bias_2026_04_26.md"
# Rerere cache dividend memory file — landed PR #694 (2026-04-30).
# Body has a worked-example trace of the MEMORY.md sibling-DIRTY
# conflict shape inside a fenced code block (lines 117-121).
Comment thread
AceHack marked this conversation as resolved.
Outdated
# Fenced examples of merge markers are documentation, not leakage.
"memory/feedback_rerere_conflict_resolution_cache_dividend_amara_2026_04_28.md"
)

is_allowed() {
Expand Down
Loading