resolve
Mark a collision as resolved after reconciling conflicting intents, closing the 'Needs you' flag and recording the audit trail.
Instructions
Mark a collision as sewn/handled after you reconciled it — closes its 'Needs you' flag and records the audit trail. Use after you've merged or adapted so the work accounts for both intents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | what you did to reconcile it | |
| actor | No | actor id to act as. Auto-derived per connection when omitted (from the client name, e.g. cursor-3fa2), so naming is optional for a single agent. Pass an explicit id (your role/task name) when several subagents share one server — they have no ambient identity to tell them apart — or when you want a stable id across runs. | |
| target | Yes | the clash that was resolved, e.g. pool.js#maxConnections | |
| takeFrom | No | also transfer dirty operations from this stale/conflicting actor to the resolver |