chore(analytics): adopt @vllnt toolchain; drop mcp + demo packages#33
Open
bntvllnt wants to merge 1 commit into
Open
chore(analytics): adopt @vllnt toolchain; drop mcp + demo packages#33bntvllnt wants to merge 1 commit into
bntvllnt wants to merge 1 commit into
Conversation
- packages/convex-analytics: add @vllnt/eslint-config + @vllnt/typescript devDeps; tsconfig now extends @vllnt/typescript/node-library.json - remove packages/convex-analytics-mcp and the demo host package; strip their pnpm-workspace, ci.yml, publish.yml, .gitignore, eslint, and convex.json wiring - docs-sync: drop MCP + demo references from README, llms.txt, AGENTS.md, CLAUDE.md, CONTRIBUTING.md, quick-start.md, CHANGELOG.md; delete docs/mcp-tools.md; regenerate llms-full.txt
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.
What
Brings
convex-analyticsin line with the fleet toolchain and removes two now-dead sub-packages.Toolchain (the drift fix)
packages/convex-analytics: add@vllnt/eslint-config+@vllnt/typescript(^1.0.0) to devDeps.tsconfig.jsonnowextends "@vllnt/typescript/node-library.json"(kept the package'sbundler/react-jsx/ESNextoverrides → no behavior change beyondforceConsistentCasingInFileNames).Removals
packages/convex-analytics-mcp(MCP is being retired fleet-wide).demo/host package (tests are self-contained viaconvex-test+src/test.tsregister(), so the suite is unaffected).pnpm-workspace.yaml,ci.yml,publish.yml,.gitignore, rooteslint.config.jsignore, and the now-danglingpackages/convex-analytics/convex.json.Docs-sync
README.md,llms.txt,AGENTS.md/CLAUDE.md,CONTRIBUTING.md,docs/quick-start.md,CHANGELOG.md.docs/mcp-tools.md; drop it fromgenerate-llms.mjs; regeneratellms-full.txt.git grepconfirms zero stalemcp/demorefs outside deliberate history (ROADMAP.md,specs/).Gates (local, all green)
pnpm installrefreshed the lockfile (noconvex-analytics-mcpimporter remains).Note
The repo no longer ships a host-app
example//demo/harness (the standard wants one). The component is still fully E2E-tested via the in-packageconvex-testsuite; re-adding a minimalexample/convex/harness can be a follow-up.