Primary finding
summary_lines array may overflow notify length budget; SKILL.md mentions 2000-char limit for aixbt but postprocess scripts don't truncate
- scripts/postprocess-admanage-create.sh:166-178
If a large batch is queued (e.g., 50 ad sets), the summary may exceed Telegram/Discord/Slack message limits. The aixbt skill documents this limit (2000 chars), but the postprocess scripts don't. This will silently fail or truncate inconsistently across channels. Low-severity since file artifacts exist, but worth bounding.
Recommendation
Cap summary_lines length, append '...and N more' if exceeded, and rely on the results/ files for full detail.