# Wiki Notes via Discussions

How to leave a note on an Adom Wiki page you do **not** own.

> Open a **discussion item** (an issue). Do not edit their page. Do not use a
> breadcrumb. The owning repo's next agent thread actions it and closes it.

## The three channels (use the right one)

| You want to... | Use | Not |
|---|---|---|
| Ask the owner to fix/add/change something | **Discussion** (open issue) | an edit, a breadcrumb |
| Announce a related add-on/bridge **you built** | **Breadcrumb** | a discussion |
| Change a page **you own** | **Edit + push** | a discussion to yourself |

## Leave a note

```bash
adom-wiki discussion create <owner/slug> \
  --title "Add a pointer to X" \
  --category "suggestion" \
  --body "What you want, why, links. Please close once done." \
  --json
```

Read the `--json` result and confirm `status: ok` plus a discussion `id` before
you say you left a note.

## Resolve a note (on a page you own)

```bash
adom-wiki discussion list  <owner/slug>
adom-wiki discussion comment <id> -b "Done in vX.Y."
adom-wiki discussion triage  <id> --status closed
```

See [SKILL.md](SKILL.md) for the full agent checklist. Part of the
**agent-ground-rules** pack.
