/** * Route constants shared by the chrome and pages. In the agentic-app * template the agent RAIL lives inside the app shell (guuey#303's * chat-rail layout) — "open the chat" means entering the app. */ export const CHAT_PATH = "/app"; export const HOME_PATH = "/app/setup";