mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-09 18:52:24 +08:00
- 调整 getSpaceflowDir:从 cwd 向上遍历查找已存在的 .spaceflow 目录,未找到时回退到 cwd/.spaceflow - 重构 getConfigPaths 和 getEnvFilePaths:支持向上遍历目录树收集所有祖先目录的配置文件,越靠近 cwd 优先级越高 - 新增 local 选项:getDependencies 和 readConfigSync 支持 local 模式,仅读取当前目录和全局配置,不向上遍历