From 2889b562e64993482bd13fd806af8ed0865bab8b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 14 Feb 2026 11:52:56 +0900 Subject: refactor: migrate API from GraphQL to REST (TypeSpec/OpenAPI) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the entire GraphQL stack (gqlgen, urql, graphql-codegen) with a TypeSpec → OpenAPI 3.x pipeline using oapi-codegen for Go server stubs and openapi-fetch + openapi-typescript for the frontend client. Co-Authored-By: Claude Opus 4.6 --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') diff --git a/justfile b/justfile index be1c9d4..a34f12f 100644 --- a/justfile +++ b/justfile @@ -18,5 +18,6 @@ check: cd backend && just check generate: + cd typespec && npm run generate cd frontend && npm run generate cd backend && just generate -- cgit v1.3-1-g0d28