This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Add deprecation notice to README#2847
Merged
Merged
Conversation
policyengine.org is now served by policyengine-app-v2 (Next.js); this Create React App front end no longer powers the live site and is being archived. Add a prominent banner at the top of the README pointing to app-v2 for the live app and for new issues/PRs, and to legacy.policyengine.org for the previous version. Existing README content is retained below for historical reference. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Two markdown deliverables for the policyengine-app (v1) archival, for the lead to review before any bulk action: - docs/wind-down/issue-triage.md: all 394 open issues classified (8 keep-refile, 5 keep-has-v2-equiv, 377 close-stale, 4 close-duplicate), with v2-equivalent cross-references and a full ascending verdict index. - docs/wind-down/pr-closure-drafts.md: ready-to-post closure notes for the 23 open PRs left for the lead (15 community + 8 other), with per-PR re-land assessments. (The 6 Dependabot PRs and my #2846 were already closed with courteous notes as part of the sweep.) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a prominent deprecation notice and supporting wind-down documentation to clarify that this v1 Create React App repository is no longer the live PolicyEngine front end and is being prepared for archival.
Changes:
- Adds a GitHub
[!IMPORTANT]callout banner at the top ofREADME.mdpointing users topolicyengine-app-v2andlegacy.policyengine.org. - Introduces wind-down operational docs for PR closure messaging and open-issue triage under
docs/wind-down/.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a deprecation banner redirecting users/contributors to policyengine-app-v2 and legacy site. |
| docs/wind-down/pr-closure-drafts.md | Adds draft closure-note templates and a PR-by-PR closure plan for lead review. |
| docs/wind-down/issue-triage.md | Adds a detailed snapshot triage of open v1 issues with proposed close/refile dispositions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+3
| # v1 (policyengine-app) PR closure drafts — FOR LEAD REVIEW BEFORE POSTING | ||
|
|
||
| Context: policyengine.org is served by `policyengine-app-v2` (cutover 2026-03-30; v1 now at legacy.policyengine.org). This repo is being archived. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 deprecation banner to the top of the README as part of winding down this repository (v1) for archiving.
policyengine.orgis now served bypolicyengine-app-v2(Next.js) — the domain shift landed 2026-03-30, after which this Create React App front end no longer powered the live site. The previous version remains at legacy.policyengine.org.What the banner says
policyengine-app-v2.policyengine-app-v2— issues here will not be actioned.legacy.policyengine.orgfor reference.Uses a GitHub
[!IMPORTANT]alert so it renders prominently at the top of the repo page.Scope
README-only. No code, posts, or config touched.
Part of the v1 wind-down. Draft — not for merge until the lead confirms the archival sequence. Archiving the repo itself (Settings → Archive), disconnecting the Vercel
policy-engine/policyengine-apppreview project, and the issue/PR closures are separate steps for the lead.🤖 Generated with Claude Code