mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Discard changes to src/services/command/built-in-commands.ts
This commit is contained in:
parent
7c83546f75
commit
ce1f682d6e
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ const BUILT_IN_COMMANDS: Record<string, BuiltInCommandDefinition> = {
|
|||
init: {
|
||||
name: "init",
|
||||
description: "Analyze codebase and create concise AGENTS.md files for AI assistants",
|
||||
content: `<user_message>
|
||||
content: `<task>
|
||||
Please analyze this codebase and create an AGENTS.md file containing:
|
||||
1. Build/lint/test commands - especially for running a single test
|
||||
2. Code style guidelines including imports, formatting, types, naming conventions, error handling, etc.
|
||||
</user_message>
|
||||
</task>
|
||||
|
||||
<initialization>
|
||||
<purpose>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue