Search for and display feature details.
Arguments
$ARGUMENTS - Search query to find the feature (title or content)
Steps
- •
Get the project for the current working directory:
- •Call
list_projectswithdirectory_pathset to the current working directory - •If no project found, tell the user to run
/manifest:initfirst
- •Call
- •
Search for features:
- •Call
find_featureswithproject_idandqueryset to$ARGUMENTS - •If no matches found, tell the user and suggest checking spelling or using
/manifest:tree
- •Call
- •
If multiple matches, list them and ask which one:
codeFound N features matching "[query]": 1. [Title] ([state]) 2. [Title] ([state]) Which feature would you like to see details for?
- •
Get full feature details:
- •Call
get_featurewithfeature_idandinclude_history: true
- •Call
- •
Display the feature:
codeFeature: [Title] ([state]) Parent: [Parent title if any] Priority: [priority] Version: [target version if assigned] ## Description [Feature details] ## History [List of history entries with dates and summaries]