aps_project_attribution
Extract one axis (D, P, G, or C) from an AttributionPrimitive with a two-hop Merkle path, enabling verification of the signed root without exposing other axes.
Instructions
Extract a single-axis projection from an AttributionPrimitive. The projection carries the axis content plus a two-hop Merkle path that lets a downstream verifier reconstruct the signed root without seeing the other three axes. axis: 'D' | 'P' | 'G' | 'C'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | Axis to project | |
| primitive | Yes | An AttributionPrimitive (from aps_construct_attribution_primitive) |