fork_log
Append a change entry to an open fork's log, naming the changed artifact type, its reference, and what happened, so later merge or delete operations can tally promoted or archived items.
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 |