From d5998ac902d3a0dcbfa55c50a537715bd1f6666c Mon Sep 17 00:00:00 2001 From: 2002yy <15135142681@163.com> Date: Sun, 17 May 2026 17:29:12 +0800 Subject: [PATCH] chore: rename repo from -study-agent to study-agent - GitHub repo renamed to github.com/2002yy/study-agent - Local remote URL updated - README badge/link URL updated - USER_GUIDE clone URL updated Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- USER_GUIDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5d344..d5104b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Study Agent

- CI + CI Python 3.12 140 tests

diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 6279a7a..bc9d15f 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -16,7 +16,7 @@ ## 2. 启动 ```powershell -git clone https://github.com/2002yy/-study-agent.git study-agent +git clone https://github.com/2002yy/study-agent.git study-agent cd study-agent pip install -r requirements.txt pip install -r requirements-dev.txt