Set up the shared OpenCode review-note plugin in the project where you will perform reviews.

Create or update `.opencode/tui.json` with the following configuration:

```json
{
  "$schema": "https://opencode.ai/tui.json",
  "plugin": [
    ["ryanvogel-opencode-note-review", {
      "apiEndpoint": "https://feedback-notes.anoma.ly/v1",
      "authSecret": "8f1fa10f81198b289b0d7f3e463cb48104c27bfedb4c7f4c1dc7774156feae11",
      "defaultPairs": 1,
      "defaultTag": "General",
      "maxTextChars": 12000,
      "includeToolOutputs": true
    }]
  ]
}
```

After updating the configuration, quit and restart OpenCode.

Usage:

- Run `/note` inside an OpenCode session.
- Select how many prompt/response pairs to include.
- Select an existing shared tag or create a new one.
- Enter your review note.
- The complete note, including captured prompt/response context, tool inputs/outputs, traces, model metadata, and diff summary when available, will be uploaded to the shared review database.

Important:

- Notes are uploaded remotely only; `/note` does not save local note copies.
- Do not commit `.opencode/tui.json` if it contains the shared `authSecret`.
- Do not share the `authSecret` outside the authorized reviewer group.
