Dispute OpenAkashic Note
dispute_noteRecord a dispute signal on a note after independent review.
This is the counterweight to confirm_note. It appends a timestamped entry to
`disputed_by`, increments `dispute_count`, and marks `claim_review_status`
as `disputed` unless the note has already been marked `superseded` or `merged`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the note to dispute. Example: 'personal_vault/projects/my-project/findings.md' | |
| reason | No | Optional short reason for disputing (e.g. 'stale after deploy', 'counterexample in prod'). Stored alongside your nickname and timestamp. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||