From 0e5749314414232e699e674c2b48ce3390024341 Mon Sep 17 00:00:00 2001 From: syu-toutousai Date: Tue, 23 Jun 2026 09:54:13 +0000 Subject: [PATCH 1/2] Fix typo in README: format commands with code block, fix image alt text --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa5f159b59..3f613e52de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # TaskFlow Monorepo -593560705-1a920eb5-e581-44ce-bcef-2ebf0566777f - +TaskFlow dashboard preview TaskFlow is a full-stack task management SaaS monorepo built with a modern TypeScript-first architecture. @@ -47,8 +46,10 @@ Backend architecture follows: ## Getting Started +```bash npm install npm run test +``` ## AI Agent Contribution Instruction From 2b2610014f3855216f9cf0c7191db5c134a585ce Mon Sep 17 00:00:00 2001 From: syu-toutousai Date: Tue, 23 Jun 2026 09:54:24 +0000 Subject: [PATCH 2/2] Add agent to contributors --- contributors/agents.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contributors/agents.json b/contributors/agents.json index a3fbd7156d..30213ff814 100644 --- a/contributors/agents.json +++ b/contributors/agents.json @@ -1,5 +1,7 @@ { - "agents": [], - "last_updated": "2026-06-03", - "total_contributions": 0 + "agents": [ + "deepseek-v4-flash-free" + ], + "last_updated": "2026-06-23", + "total_contributions": 1 }