mirror of
https://github.com/lucifer1004/claude-skill-typst.git
synced 2026-09-19 07:28:49 +08:00
2539fcbaf4
Update the embedded API snapshot and documentation for Typst 0.15 while keeping the 0.14.2 API and query fallback available as a legacy compatibility path. Add CI smoke coverage for Typst 0.14.2 so version-neutral examples and legacy API lookup continue to work during the transition.
21 lines
560 B
TOML
21 lines
560 B
TOML
[workspace]
|
|
authors = ["Zihua Wu <13583761+lucifer1004@users.noreply.github.com>"]
|
|
channels = ["conda-forge"]
|
|
name = "claude-skill-typst"
|
|
platforms = ["linux-64", "osx-arm64"]
|
|
version = "0.1.0"
|
|
|
|
[tasks]
|
|
test = "pytest tests/ -v"
|
|
fetch = "python tools/fetch-packages.py"
|
|
search = "python skills/typst/scripts/search-packages.py"
|
|
validate = "python skills/typst/scripts/validate-examples.py"
|
|
perf = "python skills/typst/scripts/perf-timings.py"
|
|
|
|
[dependencies]
|
|
python = ">=3.10"
|
|
pytest = ">=9"
|
|
prek = ">=0.3"
|
|
markdown-it-py = ">=4.0.0,<5"
|
|
typst = ">=0.15,<0.16"
|