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