feat: add journal submission kits + paper scaffold; restructure package

- init journal <elsevier|ieee|springer>: self-contained, make-buildable kits
  (Springer sn-jnl.cls + bst bundled; reuses project references.bib)
- init paper scaffold: ctexart + Fandol fonts, bib at root, latexdiff highlighted
- move templates/ under mytoolkit/, add info/references, relocate protocols
- migrate mytoolkit skill into submodule; update README/CLAUDE docs
This commit is contained in:
Zhengshou Lai
2026-06-28 23:38:47 +08:00
parent 75bb7dec32
commit 587eac8837
76 changed files with 23849 additions and 47 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def synthesize_tts(
Returns absolute path to the output audio file.
"""
# Delayed import to avoid circular dependency when bin.commands is not yet loaded
from mytoolkit.commands.protocols import EventType, MsgType, full_client_request, receive_message
from mytoolkit.protocols import EventType, MsgType, full_client_request, receive_message
try:
import websockets