Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
|
|
||
| - Initial release | ||
|
|
||
| ## Added |
There was a problem hiding this comment.
Changelog 0.1.0 section has broken heading structure
Medium Severity
The revert corrupted the ## [0.1.0] changelog section. The original ### Added subsection was split into ### Uncategorized (line 53) and a new ## Added (line 57). The ## Added is a level-2 heading, making it appear as a top-level version section rather than a subsection of [0.1.0]. This orphans the starter template entries from the [0.1.0] release and introduces a non-standard Uncategorized category, breaking the Keep a Changelog format.
jeffsmale90
previously approved these changes
Mar 27, 2026
jeffsmale90
approved these changes
Mar 27, 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.


Reverts #91
Note
Low Risk
Low risk because this only reverts release metadata (changelog/version) and a trivial config formatting change, with no runtime logic impact.
Overview
Reverts the
0.1.5release bookkeeping by removing itsCHANGELOG.mdentry and updating the[Unreleased]compare link to start fromv0.1.4.Also bumps
package.jsonversion back from0.1.5to0.1.4, and makes a no-op whitespace cleanup invitest.config.mts.Written by Cursor Bugbot for commit 4939f9f. This will update automatically on new commits. Configure here.