feat: track starter project name on initialization#1771
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
levimykel
commented
Mar 30, 2026
| fp-ts: ^2.13.1 | ||
| get-port: ^6.1.2 | ||
| h3: ^1.15.5 | ||
| h3: ^1.15.6 |
Contributor
Author
There was a problem hiding this comment.
I needed to update this for the CI audit to pass.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
jomifepe
approved these changes
Mar 30, 2026
package.json
Outdated
| "express": "4.20.0", | ||
| "@prismicio/types-internal": "3.11.2" | ||
| "@prismicio/types-internal": "3.11.2", | ||
| "h3": "^1.15.6" |
Collaborator
There was a problem hiding this comment.
❓ Was this intended to be defined in the root package.json?
Contributor
Author
There was a problem hiding this comment.
Yeah, this wasn't needed. I removed it and everything looks good. Good catch.
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.

Resolves: DT-3288
Description
Add
starterproperty to init telemetry eventsAdds the
--starterflag value (e.g.agentic-migration-starter) to thecommand:init:startandcommand:init:endSegment events, so we can track which starter template users are initializing.Changes:
starter?: stringtoCommandInitStartSegmentEventandCommandInitEndSegmentEventtypesthis.options.starterin all threetelemetry.track()calls inSliceMachineInitProcessThe property is optional and undefined when
--starteris not used, so existing behavior is unaffected.Checklist
Preview
N/A
How to QA 1
Run this to test:
Note
Low Risk
Low risk: only adds an optional field to telemetry payloads during
initand updates a patch-level dependency, with no functional behavior changes when--starteris not provided.Overview
Tracks which starter template was used during
@slicemachine/initby adding an optionalstarterfield to thecommand:init:startandcommand:init:endSegment events (including failure tracking).Updates telemetry event typings accordingly and bumps
h3from^1.15.5to^1.15.6(lockfile resolves to1.15.10).Written by Cursor Bugbot for commit ddefd35. This will update automatically on new commits. Configure here.
Footnotes
Please use these labels when submitting a review:
⚠️ #issue: Strongly suggest a change.
❓ #ask: Ask a question.
💡 #idea: Suggest an idea.
🎉 #nice: Share a compliment. ↩