/** * AI Integration Guide Messages * Issue #264: Display AI tool integration guide after init completion */ export declare const AI_INTEGRATION_GUIDE = "\n\u001B[1m\u2501\u2501\u2501 AI Tool Integration \u2501\u2501\u2501\u001B[0m\nCommandMate commands can be used from Claude Code or Codex:\n\n Issue management:\n commandmate issue create --bug --title \"Title\" --body \"Description\"\n commandmate issue create --feature --title \"Title\" --body \"Description\"\n commandmate issue create --question --title \"Question\" --body \"Details\"\n commandmate issue search \"keyword\"\n commandmate issue list\n\n Documentation (RAG):\n commandmate docs # Show all documentation sections\n commandmate docs --section # Show specific section\n commandmate docs --search # Search documentation\n\n Tip: Add to your CLAUDE.md or system prompt:\n \"Use `commandmate --help` to see available commands.\"\n\u001B[1m\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u001B[0m\n"; //# sourceMappingURL=ai-integration-messages.d.ts.map