# .ragignore - Harness-9 defensive exclude (2026-06-17)
#
# Read-side design: inject the archive INDEX (the map), read content on-demand.
# Keep archive _INDEX.md + *.gist.md OUT of the RAG corpus so they do not
# duplicate/noise against the verbatim records they point to.
#
# NOTE: SE's corpus glob currently matches MEMORY.md only (which is exactly WHY
# the archive tier went dark). This guard is forward-looking — it only bites if
# AI_INFRA later broadens the corpus glob. Re-index itself is an AI_INFRA op.
**/agent-memory/**/_INDEX.md
**/agent-memory/**/*.gist.md
