chore: initialize tessl with vendored tiles#2114
Merged
Conversation
Run tessl init to generate MCP configs for 5 agents (Claude Code, Gemini CLI, Codex, GitHub Copilot CLI, GitHub Copilot for VS Code). Track .mcp.json and .vscode/mcp.json for team sharing. Gitignore .tessl/session-data/ and .playwright-mcp/.
Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, and GitHub Copilot.
Vendor documentation tiles for project dependencies: - Python (27): pytest, gitpython, libcst, jedi, tree-sitter, tomlkit, attrs, requests, pydantic, humanize, posthog, click, inquirer, sentry-sdk, parameterized, dill, rich, lxml, crosshair-tool, coverage, platformdirs, pygls, filelock, memray, mypy, uv, pytest-cov - JS/TS (6): jest, vitest, mocha, typescript, better-sqlite3, @babel/core - Java (4): gson, jacoco-agent, junit-jupiter, @babel/preset-typescript Add scheduled GitHub Action (weekly Monday 9am UTC) that updates existing tiles, attempts to install 21 missing tiles, and auto-prunes the list as they become available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.mcp.jsonand.vscode/mcp.jsonfor team sharing; gitignore.tessl/session-data/and.playwright-mcp/.vscode/extensions.jsonwith 7 recommended extensions (Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, Copilot)Missing tiles (requested via tessl feedback)
PyPI: tree-sitter-javascript, tree-sitter-typescript, tree-sitter-java, tree-sitter-groovy, tree-sitter-kotlin, pytest-timeout, junitparser, isort, line-profiler, pytest-asyncio, pytest-memray, unidiff, ruff
npm: @msgpack/msgpack, @babel/register, @babel/preset-env
Maven: kryo, objenesis, sqlite-jdbc, asm, asm-commons
Test plan
tessl statusruns clean on a fresh clonetessl installrestores all tiles fromtessl.jsontessl-updateworkflow triggers viaworkflow_dispatch