Wiki Notes via Discussions (leave notes the right way)

Install

Leave a note/request/bug on an Adom Wiki page you do NOT own by opening a DISCUSSION item (an open issue); the owning repo's next agent thread actions and closes it. Don't edit pages you don't own, and don't use breadcrumbs for notes. Read before any cross-repo note.

adom-wiki pkg install adom/wiki-notes-via-discussions

Latest: v0.1.0, published

Contents

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

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)

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 for the full agent checklist. Part of the agent-ground-rules pack.