confer_record
Record peer-model exchanges as auditable acts, including diff reviews that gate feature completion, so reviews exist before work is closed.
Instructions
Record an exchange with a peer model as its own act. Use for a diff review before a feature is marked done — a worker cannot both review its own work and close it in one call, so the review has to exist first — and for any conferral worth keeping that is not attached to another write. The subject must already exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| conferral | No | ||
| subject_id | Yes | The feature id, goal name, study id, or gate id it concerns. | |
| subject_kind | Yes | 'diff' is the code review that gates a feature reaching done. |