| .. | .. |
|---|
| 261 | 261 | |
|---|
| 262 | 262 | **Rules:** |
|---|
| 263 | 263 | 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. |
|---|
| 267 | 267 | |
|---|
| 268 | 268 | ### Finding the previous triage file |
|---|
| 269 | 269 | ```bash |
|---|