goal-add-evidence-text
SUBORDINATE / supplementary path — does NOT close an acceptance criterion. Adds a text-only note (URL to a permanent external source like CI run / GitHub commit / issue, or a description of a manual scenario) as extra context alongside the real proof. The path that actually covers an AC and closes a Grove goal is goal-attach-evidence — use that one for every criterion. Plain evidence NEVER counts toward AC coverage no matter how many you add; it is only a complement to an attached file. NOT for bytes — screenshots, logs, API responses, exports all go through goal-attach-evidence. NOT for filesystem paths — those need goal-attach-evidence with the actual file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text payload: URL to a permanent external source or a description of a manual scenario | |
| createdBy | No | Identifier of the uploading agent | |
| criterionId | Yes | UUID acceptance criterion |