/** * GitHub-related constants used throughout the application */ /** * Claude App bot user ID */ export const CLAUDE_APP_BOT_ID = 41898282; /** * Claude bot username */ export const CLAUDE_BOT_LOGIN = "claude[bot]";