record_artifact_read
Log memory artifact consultations to maintain session context and retrieval history.
Instructions
Record that a durable on-disk memory artifact was injected or consulted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Prompt/query that caused the artifact lookup | |
| score | No | Optional retrieval score used for ranking | |
| harness | No | Harness name, e.g. pi or opencode | |
| metadata | No | Optional structured metadata | |
| project_id | No | Optional project slug | |
| session_id | No | Optional session identifier | |
| artifact_path | Yes | Absolute or canonical artifact path | |
| artifact_type | No | Artifact kind (memory,current,decisions,handoff,promoted,project-artifact) |