Set the primary feature for activity attribution
Set the primary feature for activity attribution. Use this when you want all new work to be tracked under a specific feature by default, unless another feature's patterns match better.
/plugin marketplace add shakes-tzd/htmlgraph/plugin install htmlgraph@htmlgraphSet the primary feature for activity attribution
/htmlgraph:feature-primary <feature-id>
feature-id (required): The feature ID to set as primary/htmlgraph:feature-primary feature-001
Set feature-001 as the primary feature for activity attribution
This command uses the SDK's None() method.
from htmlgraph import SDK
sdk = SDK(agent="claude")
# Parse arguments
**DO THIS:**
1. **Run this command:**
```bash
htmlgraph feature primary <feature-id>
Parse the output to extract:
Present a summary using the output template above
Inform the user:
### 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.
### Other Active Features
{other_active_features}