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
3 changes: 3 additions & 0 deletions tools/hygiene/audit-orphan-role-refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
# 2026-04-29 call; see file's classification block)
# - docs/backlog/** (per-row history of backlog filings;
# authors, dated lineage, persona names allowed)
# - docs/lost-substrate/** (incident artifacts + dated
# inventory ledgers — by definition history-surface)
# - docs/CURRENT-ROUND.md (round-history equivalent)
# - docs/amara-full-conversation/** (verbatim archived
# conversation — bootstrap-attempt-1 lineage)
Expand Down Expand Up @@ -131,6 +133,7 @@ is_history_surface() {
docs/pr-discussions/* | \
docs/active-trajectory.md | \
docs/backlog/* | \
docs/lost-substrate/* | \
Comment thread
AceHack marked this conversation as resolved.
docs/CURRENT-ROUND.md | \
docs/amara-full-conversation/* | \
.git/* | \
Expand Down
Loading