feat(graveyard): add 5 more famous casualties#20
Merged
dotsystemsdevs merged 1 commit intodotsystemsdevs:mainfrom Apr 22, 2026
Merged
feat(graveyard): add 5 more famous casualties#20dotsystemsdevs merged 1 commit intodotsystemsdevs:mainfrom
dotsystemsdevs merged 1 commit intodotsystemsdevs:mainfrom
Conversation
Adds entries to KNOWN_REPO_CAUSES (src/lib/scoring.ts) and HALL_OF_SHAME (src/components/Leaderboard.tsx) for five factually-abandoned repos, matching the existing dry deadpan tone: - facebook/draft-js (archived Feb 2023, replaced by Lexical) - LightTable/LightTable (abandoned 2022, Kickstarter IDE) - keystonejs/keystone-classic (archived Dec 2023, superseded by Keystone 6) - facebookarchive/stetho (archived 2024, native DevTools Android took over) - facebookarchive/react-native-fbsdk (archived 2021, replaced by -fbsdk-next) All five repos are confirmed archived on GitHub. Causes are under ~65 characters. Test + lint pass. Refs dotsystemsdevs#9
|
@mvanhorn is attempting to deploy a commit to the Dotsystems 9999 Team on Vercel. A member of the Team first needs to authorize it. |
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
Adds 5 new entries to both data sources that power the graveyard:
All five are confirmed archived on GitHub (`archived: true` at time of PR). Causes are under ~65 characters and match the existing dry deadpan tone.
New entries
Why these five
Test plan
Refs #9