{% changeset %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
commits | string | ✓ | Space-separated list of Git commit hashes containing the spec changes |
scope | enum | — | Visibility scope — defaults to 'public agent' |
Valid Children
| Tag | Multiplicity |
|---|---|
{% touched %} | [+] |
{% example %} | [*] |
The primary hand-off mechanism for implementation agents. Groups related specification changes tied to the Git commits that produced them.
Changeset linking commits to touched documents
{% changeset commits="a1b2c3d f8e7d6c" %} {% touched ref="feature/add-bookmark" %} Added optional tags array to the API. {% /touched %}{% /changeset %}Tag Tree
{% touched %}[+]Identifies a specific document modified as part of a changeset with a brief description of the change.{% example %}[*]Embeds a named, filterable example inline in a document and collects it in the global Examples Gallery.