Display version roadmap 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
- •
List versions:
- •Call
list_versionswith the project ID
- •Call
- •
Format the output as a table showing:
- •Version name
- •Status: "released", "now" (current focus), "next" (queued), or "later"
- •Feature count
Example output:
code
Version Status Features ───────────────────────────── v0.1.0 released 5 v0.2.0 now 3 v0.3.0 next 1 v1.0.0 later 0