Commit Graph

2 Commits

Author SHA1 Message Date
yang1002378395-cmyk
b9ce8c9011 fix: remove Windows symlink workaround for git clone (#299)
- The installer uses copyRecursiveSync which copies files,
  not symlinks, so git clone without core.symlinks works fine
- The previous Windows-specific git -c core.symlinks=true clone
  required admin privileges, causing install failures
- This fix allows non-admin Windows users to install

Fixes #286

Co-authored-by: 阳虎 <yanghu@yanghudeMacBook-Pro.local>
2026-03-14 17:47:42 +01:00
sck_0
45844de534 refactor: reorganize repo docs and tooling layout
Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
2026-03-06 15:01:38 +01:00