Skip to content

Commit 7966a07

Browse files
committed
feat(prompt): add numbering to menu items
1 parent 27180e9 commit 7966a07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/prompt.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ export const tmaiInitMenu_prompt = [
8181
value: "tmai-interactiveconfig",
8282
},
8383
{
84-
name: `${emoji.get("fast_forward")} 4 - Configure AI models (quickly)`,
84+
name: `${emoji.get("fast_forward")} Configure AI models (quickly)`,
8585
value: "tmai-config",
8686
},
8787
{
8888
name: `${emoji.get(
8989
"globe_with_meridians",
90-
)} 5 - Set the response language for AI-generated content in TMAI`,
90+
)} 4 - Set the response language for AI-generated content in TMAI`,
9191
value: "tmai-lang",
9292
},
9393
],
@@ -108,17 +108,17 @@ export const tmaiGenDecMenu_prompt = [
108108
choices: [
109109
new inquirer.Separator("=== Generation and Decomposition ==="),
110110
{
111-
name: `${emoji.get("notebook")} Generate tasks from PRD (AI)`,
111+
name: `${emoji.get("notebook")} 1 - Generate tasks from PRD (AI)`,
112112
value: "tmai-parse",
113113
},
114114
{
115115
name: `${emoji.get(
116116
"page_facing_up",
117-
)} Generate task files (from tasks.json) `,
117+
)} 2 - Generate task files (from tasks.json) `,
118118
value: "tmai-gen",
119119
},
120120
{
121-
name: `${emoji.get("factory")} Decompose all tasks (AI)`,
121+
name: `${emoji.get("factory")} 3 - Decompose all tasks (AI)`,
122122
value: "tmai-dec",
123123
},
124124
],

0 commit comments

Comments
 (0)