petpals.create_task_contract
Create a task contract for a ticket, specifying goal, scope, agents, acceptance criteria, and validation, then update the ticket description.
Instructions
Create a task contract and update the ticket description with it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| reviewer | Yes | ||
| ticketId | Yes | Ticket ID | |
| riskLevel | No | medium | |
| projectSlug | Yes | Project slug | |
| primaryAgent | Yes | ||
| scopeAllowed | Yes | ||
| scopeForbidden | No | ||
| acceptanceCriteria | Yes | ||
| requiredValidation | Yes |