# ACTIVE AGENT REGISTRY — <PROJECT NAME> v01

## Registry Metadata

| Field | Value |
|---|---|
| Project Name | <Project Name> |
| Registry Version | v01 |
| Created Date | 2026-05-15 |
| Last Updated | <YYYY-MM-DD> |
| Maintained By | <Operator / Agent / Project Owner> |
| Purpose | Define active agents, boundaries, routing rules, and savepoint ownership |

---

## 1. Active Agents

| Agent | Role | In Scope | Out of Scope | Savepoint Folder | Current Status |
|---|---|---|---|---|---|
| Agent Handoff Compiler | Schema-first handoff compiler | Protocols, state packets, handoffs, boundary rules | Final domain authority; legal/finance/medical/tax decisions | `_AGENT_SAVEPOINTS/Agent-Handoff-Compiler/active/` | active |
| <Agent Name> | <Role> | <Scope> | <Out of Scope> | `_AGENT_SAVEPOINTS/<Agent-Name>/active/` | active |

---

## 2. Agent Authority Boundaries

| Agent | May Decide | Must Escalate | May Restore? | May Diff? | May Absorb? |
|---|---|---|---:|---:|---:|
| Agent Handoff Compiler | Schema structure, handoff formatting, protocol compilation recommendations | Operator decisions, specialist-domain final calls | same-agent only with approval | yes with approval | yes with approval |
| <Agent Name> |  |  |  |  |  |

---

## 3. Routing Rules

- Same-agent savepoints may be restored only by the same agent unless operator-approved.
- Cross-agent savepoints may be absorbed, not restored.
- Foreign identity layers are non-transferable.
- Operator decisions override agent recommendations.
- Domain agents do not inherit authority from coordination agents.
- Coordination agents may compile comparative analysis but may not convert recommendations into operator decisions.
- If two agents claim ownership over the same domain, stop and create a boundary conflict register.

---

## 4. Cross-Agent Handoff Rules

| Source Agent | Receiving Agent | Transfer Allowed | Identity Transfer Allowed? | Required Command |
|---|---|---|---:|---|
| <Agent A> | <Agent B> | project context, decisions, dependencies | no | `/absorb preview` |

---

## 5. Known Agent Collision Risks

| Risk ID | Collision Type | Agents Involved | Why It Matters | Mitigation |
|---|---|---|---|---|
| R-001 | scope_conflict |  |  | Use conflict register and operator decision |

---

## 6. Revision Log

| Date | Change | Reason | Updated By |
|---|---|---|---|
| 2026-05-15 | Created template | Deployment layer setup | Agent Handoff Compiler |
