Display the feature tree for the current project.
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
- •
Render the feature tree:
- •Call
render_feature_treewith the project ID - •Use default
max_depthof 3
- •Call
- •
Display the ASCII tree directly in your response with the legend:
- •◇ proposed
- •○ in_progress
- •● implemented
- •✗ deprecated