fork_log
Append a change entry to an open fork's log with artifact type, reference, and description, so later merge or archive actions can tally promoted or archived changes.
Instructions
Append one change entry to an open fork's log: type names what kind
of artifact changed (branch, atom, task, thread, …), ref points at it
(branch name, atom ID, URL), and description says what happened. These
entries are what fork_merge / fork_delete later tally as promoted or
archived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| type | Yes | ||
| app_id | Yes | ||
| fork_id | Yes | ||
| component | Yes | ||
| description | No |