// LEGACY placeholder — to be filled in by T-1.6 (slash-command registry)
import type { Express } from "express";
export function registerCommandsRoutes(_app: Express): void {
// TODO T-1.6: S-08 slash-command registry endpoint
}