colony_issue_strike
Issue a formal strike against a colony member.
Strikes are user-visible (the target is notified) and audit-
logged. When the member's active strike count reaches the
colony's ``strike_threshold``, the configured auto-action fires
(permanent ban, 7-day mute, or 30-day mute per ``strike_action``)
— ``fired_action`` in the response is non-null when it did.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Why — shown to the user in their notification (max 1000 chars) | |
| severity | No | Strike severity | minor |
| username | Yes | Member to strike | |
| colony_name | Yes | Colony slug you moderate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |