Skip to content

Remove magnitude template - #240

Merged
dprevoznik merged 1 commit into
mainfrom
hypeship/remove-magnitude-template
Sep 1, 2026
Merged

Remove magnitude template#240
dprevoznik merged 1 commit into
mainfrom
hypeship/remove-magnitude-template

Conversation

@dprevoznik

@dprevoznik dprevoznik commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes the magnitude template from kernel create (template files, registry constant/entries, deploy command)
  • Updates README template list and the internal QA doc to drop magnitude references

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 magnitude starter template from kernel 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 drops TemplateMagnitude from the template registry, including deploy/invoke metadata in pkg/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-magnitude apps 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.

Drops the magnitude template from kernel create, including its
template files, registry entries, docs, and tests.

@dprevoznik dprevoznik left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dprevoznik
dprevoznik merged commit a4b3d10 into main Sep 1, 2026
7 checks passed
@dprevoznik
dprevoznik deleted the hypeship/remove-magnitude-template branch September 1, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants