import * as React from 'react'; import { Box, Text } from '@anthropic/ink'; import { PromptInputHelpMenu } from '../PromptInput/PromptInputHelpMenu.js'; export function General(): React.ReactNode { return ( Getting started 1. Ask a question or describe a task — Claude will explore your code and respond. 2. When Claude wants to edit files or run commands, you review and approve each action. 3. Type /commit to commit changes, /help for commands, or ? for shortcuts. Shortcuts ); }