refactor(config): unify secrets in ~/.mytoolkit/config.json and migrate skill wrappers

This commit is contained in:
Zhengshou Lai
2026-07-19 09:49:01 +08:00
parent 7ff58f4695
commit b7749a9b06
17 changed files with 1517 additions and 92 deletions
+1
View File
@@ -9,3 +9,4 @@ import os
import tempfile
os.environ["MYTOOLKIT_HOME"] = tempfile.mkdtemp(prefix="mytoolkit-test-home-")
os.environ["MYTOOLKIT_NO_EXTERNAL_MIGRATION"] = "1"