aboutsummaryrefslogtreecommitdiff
path: root/.ai/scripts/inbox-status
diff options
context:
space:
mode:
Diffstat (limited to '.ai/scripts/inbox-status')
-rwxr-xr-x.ai/scripts/inbox-status12
1 files changed, 10 insertions, 2 deletions
diff --git a/.ai/scripts/inbox-status b/.ai/scripts/inbox-status
index 17031af..66c5238 100755
--- a/.ai/scripts/inbox-status
+++ b/.ai/scripts/inbox-status
@@ -3,8 +3,16 @@
#
# "Unprocessed" = a regular file in inbox/ that isn't a pipeline artifact. The
# exclusions match the wrap-up inbox sanity check: .gitkeep, lint-followups.org
-# (the lint-org pipeline file daily-prep consumes), and any PROCESSED-* file
-# (explicitly deferred).
+# (the lint-org pipeline file daily-prep consumes), and any PROCESSED-* file.
+#
+# The PROCESSED-* exclusion is transitional. Deferring an item in place by
+# renaming it was retired from the disposition ladder on 2026-08-20 (an item is
+# now filed or deleted, never left in inbox/ under another name), so nothing
+# creates one any more and this pattern can only match a legacy file. It stays
+# only because 114 of them were spread across five projects that day, and
+# counting them all as pending would have blocked each project's next session
+# behind a cleanup it never asked for. Remove this line once the sweep task
+# lands, along with its twins in the wrap-up check and scripts/status.sh.
#
# Prints one indented line per pending handoff, then a summary count.
#