docs: signal active development and point LSP work to the monorepo#66
Merged
docs: signal active development and point LSP work to the monorepo#66
Conversation
This Atom-era language package is superseded by Legesher's editor-agnostic Language Server at libs/language-server/ in the monorepo. Adds a forward- looking GFM note pointing new visitors there and to the upcoming 2026 open-source release. No contributor changes needed — .all-contributorsrc already covers everyone who contributed to the Legesher fork. Refs CORE-852, CORE-1133. Signed-off-by: Madison (Pfaff) Edgar <7844510+madiedgar@users.noreply.github.com>
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 a forward-looking ecosystem banner before pinning this repo's current state as the legacy release (
v0.59.0-legacy). The Atom-era language package has been superseded by Legesher's editor-agnostic Language Server in the monorepo.Incorporates CORE-1133's "active development / 2026 release" messaging alongside CORE-852's legacy-release work.
Changes
[!NOTE]banner stating the repo is part of the Legesher ecosystem, noting the Atom-specific history, and redirecting toLegesher/legesher → libs/language-server/+ legesher.io + Discord.No contributor changes
.all-contributorsrcalready credits all 8 contributors who submitted PRs to this Legesher fork. The large set of upstream commit authors in git history are fromatom/language-python(the fork source), not direct Legesher contributors, so they're correctly not in the Legesher-specific contributor table.Starting-state divergence (flagged)
This repo was archived before CORE-852 started. It has been temporarily unarchived for this change and will stay unarchived when this PR lands, consistent with the "don't archive yet" direction for the other CORE-852 repos. All three rearchive together when the decision is made to archive the set. See CORE-852 for context.
Refs