Add a new versioned API endpoint to ragent. Use when the user asks to add a new route — e.g. "add a GET /documents endpoint", "expose a new action on the chat router", "create a v2 of ingest". Codifies the path naming convention, router-prefix discipline, spec/plan update, and TDD sequence already w
Add a new versioned API endpoint to ragent. Use when the user asks to add a new route — e.g. "add a GET /documents endpoint", "expose a new action on the chat router", "create a v2 of ingest". Codifies the path naming convention, router-prefix discipline, spec/plan update, and TDD sequence already wired into the project.