Matthias Nott
2026-04-10 441396c88bf81f1f38a9a63fb018799eb032d273
fix: clean stale entries on carry-forward to new date
1 files modified
changed files
workflows/NewTriage.md patch | view | blame | history
workflows/NewTriage.md
....@@ -261,9 +261,9 @@
261261
262262 **Rules:**
263263 1. **Same date as previous sweep:** Update the existing triage file in-place. Add new finds, update statuses.
264
-2. **New date:** Create a new date folder, create a new triage file, and CARRY FORWARD the entire previous triage file as the base. Then add new finds on top.
265
-3. **Carry-forward means:** Copy the full master list (all tiers, all links, all statuses) from the previous triage into the new file. The new file is the single source of truth.
266
-4. **ALL links must be preserved.** When carrying forward, keep every column including Type and Link. Never strip links when copying tables.
264
+2. **New date:** Create a new date folder, copy the previous triage as base, CLEAN IT, then add new finds on top.
265
+3. **Clean on carry-forward:** Remove entries that are expired/dead links, skipped by user, already applied (move to Applied section), already rejected, or confirmed duplicates. Only carry forward jobs that are still open and actionable. This prevents the file from growing endlessly with stale entries.
266
+4. **ALL links must be preserved** on entries that ARE carried forward. Never strip links when copying tables.
267267
268268 ### Finding the previous triage file
269269 ```bash