Edit node field
fieldEdit list-valued attributes on a node: add an entry, remove an entry by index, or clear all entries.
Instructions
Edit one list-valued field of a node (ac, hypothesis, evidence_strategy, evidence, outcome, goals, surface, and so on): op add appends value, rm removes the entry at the 1-based index given in value, clear empties the field. Success is silent. For scalar attributes use set; for done-work proof on a work item prefer evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | target node id, e.g. W-12, G-03 or D-40 | |
| op | Yes | field operation | |
| field | Yes | field name (ac, hypothesis, evidence_strategy, evidence, outcome, goals, surface, ...) | |
| value | No | entry text (add) or 1-based index (rm) |