filterspec.CONTINUATION_GROUPS
filterspec.CONTINUATION_GROUPS: tuple[tuple[str, str], …] = (
(
"continuation",
"^\s*(?:(?:yea+h?|yep|yup|sure|ok(?:ay)?|sounds good|looks good|lgtm|perfect)[\s,.!]+){0,2}(?:go ahead\b|(?:go ahead and\s+)?(?:commit|push|rebase|merge|deploy)\b|ship it\b|cut (?:a |the )?(?:new )?release\b|proceed\b)|\byou must resume\b|\b(?:resume|restart) (?:them|it|the (?:sub-?agents?|workflows?|agents?|tasks?))\b",
),
)