Files
Gabriel Wu 2539fcbaf4 feat(typst): migrate skill docs to 0.15
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.
2026-06-16 06:39:49 +08:00

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"