📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-07 16:02:11 +00:00
parent 772a1da63c
commit ac39ab52f3
219 changed files with 5905 additions and 833 deletions
@@ -3,7 +3,7 @@ import shutil
import sys
from pathlib import Path
from common import find_skill_dir
from common import UsthtSafetyError, find_skill_dir
HELP = """Usage: python init.py [--help]
@@ -34,6 +34,8 @@ def main():
target = Path.cwd() / ".ustht"
if target.exists():
if target.is_symlink():
raise UsthtSafetyError(f"Refusing symlinked runtime directory: {target}")
print("Already initialized; .ustht/ exists, skipping creation.")
sys.exit(0)