revert: destructive reset of repo state to v1.0.0#98
Closed
KailasMahavarkar wants to merge 1 commit intomainfrom
Closed
revert: destructive reset of repo state to v1.0.0#98KailasMahavarkar wants to merge 1 commit intomainfrom
KailasMahavarkar wants to merge 1 commit intomainfrom
Conversation
Sets main tree equal to v1.0.0 (2026-04-10, commit 5649490). Wipes all work after v1.0.0 including v1.0.1..v1.1.5 eras. Tree equals v1.0.0 tree exactly. 226 files restored. package.json reverts to version 1.0.0. CI workflow at v1.0.0 only runs install + test + build (no compile:context, no skills:index), both verified clean locally (8 tests pass, tsc exits 0). After this lands: all tags v1.0.1..v1.1.5 will be deleted from remote, GitHub release v1.1.5 will be deleted, docker container will be recreated on the v1.0.0 image. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Superseded: user wants version reset only, not code reset. |
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.
Destructive reset. Tree equals v1.0.0 (commit 5649490, 2026-04-10) exactly. 226 files restored. Wipes all work since v1.0.0.
After merge I will delete:
Verified locally: bun install clean, bun test 8/8 pass, bun run build exit 0.