Commit Graph

4 Commits

Author SHA1 Message Date
Champbreed
ba0e7f763c fix(install): implement safety backup during migration to prevent dat… (#368)
* fix(install): implement safety backup during migration to prevent data loss

* fix: safely migrate skills by backing up directory and preserving permissions
2026-03-21 11:58:28 +01:00
sck_0
fe07e07215 fix: harden filesystem trust boundaries 2026-03-15 08:39:22 +01:00
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