Remove magnitude template - #240
Merged
Merged
Conversation
Drops the magnitude template from kernel create, including its template files, registry entries, docs, and tests.
masnwilliams
approved these changes
Sep 1, 2026
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
magnitudetemplate fromkernel create(template files, registry constant/entries, deploy command)Test plan
go build ./...go test ./...Note
Low Risk
Documentation and template-registry cleanup with no runtime CLI behavior beyond removing one create option; low risk unless external docs still reference
magnitude.Overview
Removes the
magnitudestarter template fromkernel create, so users can no longer scaffold a TypeScript Magnitude.run + Kernel browser app via-t magnitude.The change deletes
pkg/templates/typescript/magnitude/(app code, lockfile, docs) and dropsTemplateMagnitudefrom the template registry, including deploy/invoke metadata inpkg/create/templates.go. README and the internal QA command doc no longer list magnitude; QA steps drop the related create/deploy/invoke lines and adjust automated test counts (21 → 20). Tests that asserted magnitude was unsupported on Python are removed as obsolete.Existing deployed
ts-magnitudeapps are unaffected; only new projects from this template are gone.Reviewed by Cursor Bugbot for commit d529339. Bugbot is set up for automated code reviews on this repo. Configure here.