From f503ac2c194354d5617495a2b92bfde9055eede0 Mon Sep 17 00:00:00 2001 From: Salauddin <48466919+salauddin-ee@users.noreply.github.com> Date: Fri, 22 May 2026 18:08:05 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcc2dd..bb10568 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is a scaffold for the Scribble lab. -## Overview +## Overview test This lab starts from a runnable but intentionally incomplete Scribble-style guessing game with a minimal REST backend and an in-memory room system. The work is a brownfield enhancement: inspect the starter, produce Spec Kit artifacts, implement the missing behavior incrementally, validate against acceptance criteria, and reflect on the AI-assisted workflow. From c4da87f9adb749526517bc0881d7a646e74d0698 Mon Sep 17 00:00:00 2001 From: Salauddin <48466919+salauddin-ee@users.noreply.github.com> Date: Mon, 25 May 2026 16:53:11 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb10568..4f5f7cf 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,4 @@ npm run build - If the frontend cannot reach the backend, verify the backend is running on port `3001`. - If the backend port is already in use, run `PORT= npm run dev`. - If local commands are missing, rerun `npm install` in the relevant app directory. +- just testing