From ed1d04ea57a1217666c71fe81324aa9bb198c867 Mon Sep 17 00:00:00 2001 From: Pranav Kothare Date: Thu, 5 Mar 2026 23:24:43 +0000 Subject: [PATCH 1/2] docs: update README to reflect repository status as archived and redirect to OSCAL Viewer --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 081d7c28..10b6629e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # OSCAL React Library +> [!IMPORTANT] +> **Repository status: archived (read-only).** The ecosystem has shifted: with modern LLM-assisted development, +> many teams can build small, purpose-built OSCAL UIs quickly, and we have not seen sustained community demand to +> justify maintaining a standalone React component library over the long term. +> +> Easy Dynamics is a member of the [OSCAL Foundation](https://oscalfoundation.org/) and remains deeply committed to OSCAL. Ongoing development and support +> has moved to our maintained OSCAL Viewer application: +> https://github.com/EasyDynamics/oscal-viewer +> +> Please use the viewer repository for updates, issues, and contributions. + A library of React components and an [example application](/packages/oscal-viewer) that provides a direct view into NIST's Open Security Controls Assessment Language ([OSCAL](https://pages.nist.gov/OSCAL/)) data in JSON format. @@ -22,7 +33,7 @@ in the manner that best fits their application. Documentation for the React components, as well as an editable mockup of each component, can be found on our [Storybook page](https://docs.oscal-react-library.msd.easydynamics.com/). -The [viewer appplication](./packages/oscal-viewer/) shows how those components can be assembled +The [viewer application](./packages/oscal-viewer/) shows how those components can be assembled to create an OSCAL Viewer application. ## Setting Up From 766b08fdc07404769f92640cf6b6bc9dc2092cfb Mon Sep 17 00:00:00 2001 From: Pranav Kothare Date: Thu, 5 Mar 2026 23:26:56 +0000 Subject: [PATCH 2/2] docs: fix punctuation in archived repository notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b6629e..f4fd86cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OSCAL React Library > [!IMPORTANT] -> **Repository status: archived (read-only).** The ecosystem has shifted: with modern LLM-assisted development, +> **REPOSITORY STATUS: archived (read-only).** The ecosystem has shifted. With modern LLM-assisted development, > many teams can build small, purpose-built OSCAL UIs quickly, and we have not seen sustained community demand to > justify maintaining a standalone React component library over the long term. >