Discard changes to src/services/command/built-in-commands.ts

This commit is contained in:
Hannes Rudolph 2025-12-03 21:58:16 -07:00 committed by GitHub
parent 7c83546f75
commit ce1f682d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>