AGENTS.md@packages/agentbundle/agentbundle/_data/catalogue-scaffold/profiles · git:20260820.0e1c1b0 · 2026-08-20 · sha256 648e780f121fd81f

AGENTS.md@packages/agentbundle/agentbundle/_data/catalogue-scaffold/profiles git:20260820.0e1c1b0A

Immutable. This exact content is served forever at /api/v1/blob/648e780f121fd81f.

# AGENTS.md — `profiles/`

Applies to `profiles/`. Inherits the root `AGENTS.md`. Scope-specific deltas only.

## Profile boundary

A profile is a hand-authored `profiles/<id>.toml` that composes an ordered,
single-scope set of existing packs; it introduces no primitives. The filename stem
is its identifier. Reserved `_` children are authoring assets, not active profiles.

## Validation and ownership

[`contracts/profile.schema.json`](../contracts/profile.schema.json) owns fields and
semantic validation. Profile TOML is the source; profiles are scaffold sources but
are not projected by `catalogue self-host`.

- A pack name appears at most once in a profile.
- Packs with a declared `conflicts` relationship do not share a profile.

## Essential commands

```bash
agentbundle catalogue lint --root .
agentbundle catalogue verify --root .
agentbundle list-profiles <catalogue>
```

## Deeper pointers

Start from `profiles/_example/profile.toml`. Synchronize scaffold projections after
profile-source changes with `tools/catalogue/sync_authoring_scaffold.py`.