fork_log
Append a change entry to a fork's log, recording the artifact type, reference, and description of what changed. Entries track promoted or archived artifacts for later merge or delete.
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 |