pi-remote-control/extensions/remote-control/server/routes/commands.ts

7 lines
235 B
TypeScript

// 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
}