Set the primary feature for activity attribution
# /htmlgraph:feature-primary
Set the primary feature for activity attribution
## Usage
## Parameters
- `feature-id` (required): The feature ID to set as primary
## Examples
Set feature-001 as the primary feature for activity attribution
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph feature primary <feature-id>
### Output Format:
## Primary Feature Set
**ID:** {feature_id}
**Title:** {title}
All subsequent activity will be attributed to this feature unless it matches another feature's patterns better.
##...