refactor: extract ee/ into private submodule (disknext-ee)
All checks were successful
Test / test (push) Successful in 1m54s

Enterprise Edition code is now hosted in a separate private repository
and linked as a git submodule. Community Edition runs without it via
ImportError fallback in main.py.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 11:14:45 +08:00
parent b5d09009e3
commit 19837b4817
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "ee"]
path = ee
url = https://git.yxqi.cn/Yuerchu/disknext-ee.git

1
ee Submodule

Submodule ee added at 52921f9ffe