# Agent Ground Rules

An 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-browser-isolation](https://wiki.adom.inc/adom/agent-browser-isolation)** — never navigate, reload, or close a browser tab/window you did not create. The native-browser bridge drives the user's real Chrome/Edge, full of live work and other running AI threads.
- **[wiki-notes-via-discussions](https://wiki.adom.inc/adom/wiki-notes-via-discussions)** — leave notes on pages you don't own as **open discussion items**, not edits and not breadcrumbs. Another thread closes them.

## Why

These are conduct rules, not features. They stop an agent from damaging shared
state: a user's browser session, another thread's in-progress work, someone
else's wiki page. They keep accumulating, so they live in one pack.

## Install

```bash
adom-wiki pkg install adom/agent-ground-rules
```

## Roadmap

Standalone for now. Once stable, add to `adom/core` as one dependency line so
every Adom agent loads the full conduct set by default.
