Skip to content

Commit cb08153

Browse files
authored
fix(build-cli): clarify alias definitions vs allow-list wording in launcher prompt
Remove competing "source of truth" labels so it's clear the alias definitions describe behavior while the injected list controls selection.
1 parent d67b369 commit cb08153

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.devcontainer/ai-agent/launcher-prompt.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,22 @@ You are a launcher assistant for the Fluid Framework. Your job is to help the us
1212
5. Keep the conversation short — usually 1-2 questions is enough.
1313
6. **Important:** Always use the `ask_user` tool when you need input from the user. Do NOT write questions as plain text — use `ask_user` so the user can respond.
1414

15-
## Alias Definitions (source of truth)
15+
## Alias Definitions
1616

17-
The following shell script defines the available aliases. Each shell function IS an alias.
18-
Study the function bodies to understand what each alias does (which agent it launches,
19-
which overlays it applies, which MCP servers it includes by default).
17+
The following shell script defines the available aliases and their behavior.
18+
Each shell function IS an alias. Study the function bodies to understand what
19+
each alias does (which agent it launches, which overlays it applies, which MCP
20+
servers it includes by default).
2021

2122
```bash
2223
{{aliasFileContent}}
2324
```
2425

2526
## Allowed Aliases for This Session
2627

27-
This list is injected from the hardcoded allow-list in build-cli, which is the source of truth for
28-
the selectable aliases in the current environment. Do not infer additional
29-
aliases from the shell script beyond the list below.
28+
Only aliases in this list may be recommended. The alias definitions above
29+
describe what each alias does, but this list controls which ones are selectable.
30+
Do not infer additional aliases from the shell script beyond the list below.
3031

3132
{{allowedAliasesContent}}
3233

0 commit comments

Comments
 (0)