implementation_handoff_artifact
implementation_handoff_artifactComposes an implementation brief with the current session state into a typed handoff artifact, capturing evolving codebase context for agent handoffs.
Instructions
Artifact tool for reusable implementation handoff: compose one implementation brief and the current session handoff into a typed handoff artifact. Basis is session-scoped — session_handoff shifts with every tool call, so artifactId moves between calls by design (each call captures the current session state). Do not dedupe on artifactId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| queryKind | Yes | ||
| queryText | Yes | ||
| queryArgs | No | ||
| sessionLimit | No | ||
| followupLimit | No | ||
| export | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| result | Yes | ||
| exported | No | ||
| _hints | Yes |