chore: 迁移项目路径 C:\NeoZQYY → C:\Project\NeoZQYY
开发环境从旧虚拟机 (DESKTOP-KGB0K5G) 迁移到新机器 (DESKTOP-D676QDA), 项目目录从 C:\NeoZQYY 变更为 C:\Project\NeoZQYY, 批量替换 126 个文件中的绝对路径引用。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@ from hypothesis import given, settings
|
||||
from hypothesis.strategies import sampled_from
|
||||
|
||||
# ── 路径常量 ──────────────────────────────────────────────
|
||||
MONOREPO_ROOT = r"C:\NeoZQYY"
|
||||
MONOREPO_ROOT = r"C:\Project\NeoZQYY"
|
||||
STEERING_DIR = os.path.join(MONOREPO_ROOT, ".kiro", "steering")
|
||||
|
||||
# 旧仓库路径模式(需要检测并确认已清除的字符串)
|
||||
|
||||
Reference in New Issue
Block a user