Accept or dismiss a contradiction suggestion
resolve_stale_suggestionResolve stale suggestions by accepting to write a supersede link that down-weights the old node, or dismissing to silence it without changing ranking.
Instructions
"accept" writes a supersede link from candidateId to againstId (the same effect as "nexusmem mark-stale") -- the ranker down-weights candidateId from then on but never deletes it. "dismiss" silences the suggestion without changing ranking, so it stops resurfacing on future stale/sync runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to write the supersede link or silence the suggestion | |
| againstId | No | Id of the superseding node. Required for "accept", ignored for "dismiss". | |
| candidateId | Yes | Id of the stale/superseded node | |
| projectRoot | Yes | Absolute path to the repository root |