feat: extract devframe into standalone monorepo#1
Merged
Merged
Conversation
Imports the devframe code from vite-devtools and converts the single-package boilerplate into a multi-package monorepo (packages, examples, docs, tests, skills). Sets up pnpm catalogs, Turborepo pipeline, ESLint config, tsconfig path aliases via alias.ts, and the VitePress docs site. The files-inspector example has its Vite DevTools kit integration removed (kit package lives outside this repo).
The empty `permissions: {}` block strips the default token permissions,
leaving only `metadata: read`. Checkout in the reusable workflow then
hits "Repository not found" because it can't authenticate the fetch.
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
packages/devframe,packages/nuxt, three examples, VitePress docs, tsnapi tests, and the Claude Code skill.build/deps/devtools/docs/frontend/inlined/testing/types), Turborepo build pipeline, ESLint config,tsconfig.base.jsonworkspace path aliases auto-synced fromalias.ts, GitHub Actions (sxzz/workflowsreusable CI + release), and the Netlify-deployed docs site.devframe-files-inspectorexample has its@vitejs/devtools-kitintegration removed since the kit package lives in a separate repo; the CLI/dev/build/SPA demo path remains intact.Test plan
pnpm installsucceeds (semver^7.8.0override pins the trust-policy-flagged transitive dep)pnpm buildruns the full turbo pipeline (devframe → nuxt → example clients)pnpm typecheckpasses (tsc -bacross the workspace)pnpm lintpassespnpm testpasses — 283/283 tests including tsnapi public-API snapshotspnpm docs:buildproduces the VitePress site for Netlifypnpm -C packages/devframe packincludesdist/+skills/devframe/via theprepackscript