git:20260819.db5a4ed to git:20260820.0e1c1b0

8 added, 0 removed. Audit A to A.

# AGENTS.md — placeholder package
Applies to `packages/_example/`. Inherits the root `AGENTS.md`. Scope-specific deltas only.
## Package identity
This placeholder package demonstrates concise package-local instructions. Replace
this text with the package's purpose and the users or callers it serves.
## Public boundary
State the package's public interface, internal implementation boundary, and any
exceptional compatibility or runtime constraint here.
+ ## Cross-package test boundary
+
+ State that this package's tests do not import another package's internals.
+
## Exceptional verification
Document a test command only when it differs from the monorepo default.
+
+ ## ADR triggers
+
+ For a sensitive package, list the change categories that require an ADR.
## Deeper documentation
Put detailed architecture, API, and release rationale in the appropriate package
documentation or repository reference; do not turn this file into a manual.