You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ghost/src/commands/gather-command.ts
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,18 +89,19 @@ function formatMenuMarkdown(menu: GhostGatherResult): string {
89
89
}
90
90
91
91
constlines: string[]=[
92
-
"# Guidance for this task",
92
+
"# Guidance menu",
93
93
"",
94
-
`Task: ${menu.ask}`,
94
+
"This is the complete, unfiltered menu. For the task below, check every `Applies when` condition and pull every applicable ID. The entries have not been selected or ranked.",
95
+
"",
96
+
"## Task",
97
+
"",
98
+
menu.ask,
95
99
"",
96
-
];
97
-
98
-
lines.push(
99
100
"## Available guidance",
100
101
"",
101
-
"Check every item below. Pull all applicable IDs together with `ghost pull <id> [<id>…]`. If no listed guidance applies, run bare `ghost pull` to receive the cover and uncovered-guidance policy. Skip clear non-matches; topic overlap alone is not enough. Do not limit the number.",
102
+
"Pull the applicable IDs together with `ghost pull <id> [<id>…]`. If no listed guidance applies, run bare `ghost pull` to receive the cover and uncovered-guidance policy. Skip clear non-matches; topic overlap alone is not enough. Do not limit the number.",
0 commit comments