Skip to content
Merged
Changes from all commits
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
8 changes: 8 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,14 @@ 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).
# The "Worked-example trace" section quotes the MEMORY.md sibling-
# DIRTY conflict shape inside a fenced code block as the rule's
# documented example. Fenced examples of merge markers are
# documentation, not leakage. (Line numbers intentionally omitted
# so the rationale survives section-level edits — file-level
# allowlist scope is the durable contract.)
"memory/feedback_rerere_conflict_resolution_cache_dividend_amara_2026_04_28.md"
)

is_allowed() {
Expand Down
Loading