Skip to content

Commit 8eb1174

Browse files
PR review - suggested changes to prompts
1 parent ab960da commit 8eb1174

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

src/core/prompts/__tests__/__snapshots__/system.test.ts.snap

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Parameters:
8686
- task: (required) The task to get instructions for. This can take the following values:
8787
create_mcp_server
8888
create_mode
89-
tell_a_joke
9089

9190
Example: Requesting instructions to create an MCP Server
9291

@@ -486,7 +485,6 @@ Parameters:
486485
- task: (required) The task to get instructions for. This can take the following values:
487486
create_mcp_server
488487
create_mode
489-
tell_a_joke
490488

491489
Example: Requesting instructions to create an MCP Server
492490

@@ -975,7 +973,6 @@ Parameters:
975973
- task: (required) The task to get instructions for. This can take the following values:
976974
create_mcp_server
977975
create_mode
978-
tell_a_joke
979976

980977
Example: Requesting instructions to create an MCP Server
981978

@@ -1428,7 +1425,6 @@ Parameters:
14281425
- task: (required) The task to get instructions for. This can take the following values:
14291426
create_mcp_server
14301427
create_mode
1431-
tell_a_joke
14321428

14331429
Example: Requesting instructions to create an MCP Server
14341430

@@ -1828,7 +1824,6 @@ Parameters:
18281824
- task: (required) The task to get instructions for. This can take the following values:
18291825
create_mcp_server
18301826
create_mode
1831-
tell_a_joke
18321827

18331828
Example: Requesting instructions to create an MCP Server
18341829

@@ -2228,7 +2223,6 @@ Parameters:
22282223
- task: (required) The task to get instructions for. This can take the following values:
22292224
create_mcp_server
22302225
create_mode
2231-
tell_a_joke
22322226

22332227
Example: Requesting instructions to create an MCP Server
22342228

@@ -2628,7 +2622,6 @@ Parameters:
26282622
- task: (required) The task to get instructions for. This can take the following values:
26292623
create_mcp_server
26302624
create_mode
2631-
tell_a_joke
26322625

26332626
Example: Requesting instructions to create an MCP Server
26342627

@@ -3077,7 +3070,6 @@ Parameters:
30773070
- task: (required) The task to get instructions for. This can take the following values:
30783071
create_mcp_server
30793072
create_mode
3080-
tell_a_joke
30813073

30823074
Example: Requesting instructions to create an MCP Server
30833075

@@ -3547,7 +3539,6 @@ Parameters:
35473539
- task: (required) The task to get instructions for. This can take the following values:
35483540
create_mcp_server
35493541
create_mode
3550-
tell_a_joke
35513542

35523543
Example: Requesting instructions to create an MCP Server
35533544

@@ -3996,7 +3987,6 @@ Parameters:
39963987
- task: (required) The task to get instructions for. This can take the following values:
39973988
create_mcp_server
39983989
create_mode
3999-
tell_a_joke
40003990

40013991
Example: Requesting instructions to create an MCP Server
40023992

@@ -4458,7 +4448,6 @@ Parameters:
44584448
- task: (required) The task to get instructions for. This can take the following values:
44594449
create_mcp_server
44604450
create_mode
4461-
tell_a_joke
44624451

44634452
Example: Requesting instructions to create an MCP Server
44644453

@@ -4900,7 +4889,6 @@ Parameters:
49004889
- task: (required) The task to get instructions for. This can take the following values:
49014890
create_mcp_server
49024891
create_mode
4903-
tell_a_joke
49044892

49054893
Example: Requesting instructions to create an MCP Server
49064894

@@ -5462,7 +5450,6 @@ Parameters:
54625450
- task: (required) The task to get instructions for. This can take the following values:
54635451
create_mcp_server
54645452
create_mode
5465-
tell_a_joke
54665453

54675454
Example: Requesting instructions to create an MCP Server
54685455

@@ -5938,7 +5925,6 @@ Parameters:
59385925
- task: (required) The task to get instructions for. This can take the following values:
59395926
create_mcp_server
59405927
create_mode
5941-
tell_a_joke
59425928

59435929
Example: Requesting instructions to create an MCP Server
59445930

@@ -6312,7 +6298,6 @@ Parameters:
63126298
- task: (required) The task to get instructions for. This can take the following values:
63136299
create_mcp_server
63146300
create_mode
6315-
tell_a_joke
63166301

63176302
Example: Requesting instructions to create an MCP Server
63186303

src/core/prompts/sections/modes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ${allModes.map((mode: ModeConfig) => ` * "${mode.name}" mode (${mode.slug}) - $
3232
3333
When modes with the same slug exist in both files, the workspace-specific .roomodes version takes precedence. This allows projects to override global modes or define project-specific modes.
3434
35-
If the user asks you to create new mode for this project, you can get instructions using the fetch_instructions tool, like this:
35+
If the user asks you to create or edit a new mode for this project, you can get instructions using the fetch_instructions tool, like this:
3636
<fetch_instructions>
3737
<task>create_mode</task>
3838
</fetch_instructions>

src/core/prompts/tools/fetch-instructions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Parameters:
55
- task: (required) The task to get instructions for. This can take the following values:
66
create_mcp_server
77
create_mode
8-
tell_a_joke
98
109
Example: Requesting instructions to create an MCP Server
1110

0 commit comments

Comments
 (0)