feat: add software specification for LLM (#1917)
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Blocked by required conditions
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / build-binary (push) Blocked by required conditions
tinymist::ci / build-vsc-assets (push) Blocked by required conditions
tinymist::ci / build-vscode (push) Blocked by required conditions
tinymist::ci / build-vscode-others (push) Blocked by required conditions
tinymist::ci / publish-vscode (push) Blocked by required conditions
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Blocked by required conditions
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Blocked by required conditions
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

This commit is contained in:
Myriad-Dreamin 2025-07-23 15:34:57 +08:00 committed by GitHub
parent 357210c678
commit 3b732c9750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 359 additions and 2 deletions

View file

@ -127,6 +127,14 @@ const tasks = [
input: "docs/tinymist/release-instruction.typ",
output: "docs/release-instruction.md",
},
{
input: "docs/tinymist/software-spec/vscode.typ",
output: "docs/for-llm/vscode-ui.md",
},
{
input: "docs/tinymist/software-spec/neovim.typ",
output: "docs/for-llm/neovim-ui.md",
},
{
input: "docs/tinymist/crates/typlite.typ",
output: "crates/typlite/README.md",