fix: route all scheduled templates to #general (target: channel) + pulse_check chapter limit guard

This commit is contained in:
David Baity
2026-04-28 08:47:55 -04:00
parent 384d43adc4
commit ebc9d1d007
6 changed files with 127 additions and 3 deletions

View File

@@ -56,6 +56,14 @@ steps:
Based on the portfolio report's project_breakdown for crimson_leaf_publishing,
which single CLP project has is_idle=true with the most hours_since_activity?
CHAPTER LIMITS -- do NOT dispatch to a book that has reached its chapter target:
- cypress-bend: 12 chapters. If 12 or more polished chapters exist, do NOT dispatch.
- crimson-vows: 10 chapters. If 10 or more polished chapters exist, do NOT dispatch.
- binding-thread: 12 chapters. If 12 or more polished chapters exist, do NOT dispatch.
Check deliverables or portfolio report for polished chapter counts before deciding.
A book at or over its chapter limit should be treated as if is_idle=false.
Valid output values (pick exactly one): cypress-bend, crimson-vows, binding-thread, none
Rules: output ONLY the slug value. No explanation. No punctuation. No newlines.