Agent Ground Rules (Adom ecosystem conduct pack)
Public Made by Adomby adom
Umbrella pack of cross-cutting 'how an AI agent should behave in the shared Adom ecosystem' rules. One install pulls them all. Designed to fold into adom/core later as a single entry. Members: agent-b
name: agent-ground-rules description: Umbrella pack of cross-cutting "how an AI agent should behave in the shared Adom ecosystem" rules. Read the relevant member before acting. Members: agent-browser-isolation (never navigate/close a browser tab or window you did not create; the native bridge drives the user's REAL Chrome/Edge full of live work and other AI threads) and wiki-notes-via-discussions (leave notes on pages you don't own as OPEN discussion items, not edits or breadcrumbs; another thread closes them). Designed to fold into adom/core later as one entry. Triggers: agent ground rules, agent conduct, drive the browser, nbrowser, leave a note on a wiki page, breadcrumb vs discussion, don't break other threads.
Agent Ground Rules
Cross-cutting rules for how an AI agent should behave in the shared Adom
ecosystem (the user's real browser, other running threads, other people's wiki
pages). Each rule is its own installable skill; this pack bundles them so one
install pulls them all, and so they can later fold into adom/core as a single
entry.
Members (read the one that fits what you are about to do)
| Before you... | Read | The rule in one line |
|---|---|---|
Drive a browser (nbrowser_* / browser_*) |
agent-browser-isolation | Never navigate/reload/close a tab or window you did not create; the native bridge is the user's REAL browser (other live AI threads, forms, sessions). Open your own window; act only on tab IDs you captured. |
| Leave a note on a wiki page you don't own | wiki-notes-via-discussions | Open a discussion item (an open issue), not an edit and not a breadcrumb. The owning repo's next thread actions and closes it. |
Why a pack
These are not feature skills; they are conduct rules that prevent an agent from damaging shared state (a user's browser session, another thread's work, someone else's page). They keep accumulating, so they live together under one roof.
Install
adom-wiki pkg install adom/agent-ground-rules # pulls all members
Roadmap
Kept as a standalone pack for now. Once stable, add it to adom/core as one
dependency line (not N) so every Adom agent loads the whole conduct set by
default. New conduct rules get added here first, then ride along.
---
name: agent-ground-rules
description: Umbrella pack of cross-cutting "how an AI agent should behave in the shared Adom ecosystem" rules. Read the relevant member before acting. Members: agent-browser-isolation (never navigate/close a browser tab or window you did not create; the native bridge drives the user's REAL Chrome/Edge full of live work and other AI threads) and wiki-notes-via-discussions (leave notes on pages you don't own as OPEN discussion items, not edits or breadcrumbs; another thread closes them). Designed to fold into adom/core later as one entry. Triggers: agent ground rules, agent conduct, drive the browser, nbrowser, leave a note on a wiki page, breadcrumb vs discussion, don't break other threads.
---
# Agent Ground Rules
Cross-cutting rules for how an AI agent should behave in the **shared Adom
ecosystem** (the user's real browser, other running threads, other people's wiki
pages). Each rule is its own installable skill; this pack bundles them so one
install pulls them all, and so they can later fold into `adom/core` as a single
entry.
## Members (read the one that fits what you are about to do)
| Before you... | Read | The rule in one line |
|---|---|---|
| Drive a browser (`nbrowser_*` / `browser_*`) | **[agent-browser-isolation](https://wiki.adom.inc/adom/agent-browser-isolation)** | Never navigate/reload/close a tab or window you did not create; the native bridge is the user's REAL browser (other live AI threads, forms, sessions). Open your own window; act only on tab IDs you captured. |
| Leave a note on a wiki page you don't own | **[wiki-notes-via-discussions](https://wiki.adom.inc/adom/wiki-notes-via-discussions)** | Open a discussion item (an open issue), not an edit and not a breadcrumb. The owning repo's next thread actions and closes it. |
## Why a pack
These are not feature skills; they are conduct rules that prevent an agent from
damaging shared state (a user's browser session, another thread's work, someone
else's page). They keep accumulating, so they live together under one roof.
## Install
```bash
adom-wiki pkg install adom/agent-ground-rules # pulls all members
```
## Roadmap
Kept as a standalone pack for now. Once stable, add it to `adom/core` as **one**
dependency line (not N) so every Adom agent loads the whole conduct set by
default. New conduct rules get added here first, then ride along.