> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managed Section

> BRIK64 AGENTS.md managed section markers.

When BRIK64 managed instructions are installed into `AGENTS.md`, they should
live only inside explicit markers:

```text theme={null}
<!-- BRIK64:BEGIN managed-section version=<semver> sha256=<section_sha> docs=https://docs.brik64.com -->
...
<!-- BRIK64:END managed-section -->
```

The section hash protects the managed body from silent drift.

## Rules

* Text outside the markers belongs to the user.
* `brik64 init` does not create these markers.
* Skill installation should happen through the host agent environment or by
  reviewing the public `brik64-tools-skills` repository.
* Any `AGENTS.md` write must be explicit, reviewable and user-approved.

If markers or hash validation fail, preview the intended managed section before
repairing.
