From 117f4e436ad1a818084408ba5b63f7a76bfeb6ee Mon Sep 17 00:00:00 2001 From: Anon <206556099+An0n-01@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:52:28 +0200 Subject: [PATCH] Revise README for OMSS Framework migration Updated README to reflect the migration of OMSS Framework to a new repository and added caution notice for users. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 32f031a..9696738 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,27 @@
+# [~OMSS Framework~ MOVED](https://github.com/omss-spec/core) + +[![NPM Version](https://img.shields.io/npm/v/@omss/framework.svg)](https://www.npmjs.com/package/@omss/framework) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![TypeScript](https://img.shields.io/badge/TypeScript-5.3+-blue.svg)](https://www.typescriptlang.org/) +[![OMSS Spec](https://img.shields.io/badge/OMSS-v1.0.0-orange.svg)](https://github.com/omss-spec/omss-spec) +[![Node.js](https://img.shields.io/badge/Node.js-20.6+-green.svg)](https://nodejs.org/) + +
+ +> [!CAUTION] +> We are writing this whole thing new. If you are looking to implement OMSS v1, you can still use this framework. +> +> Starting OMSS v1.1 and future releases will be moved to: https://github.com/omss-spec/core +> The whole structure/usage will be different. Please bear with us while we are migrating. + +--- + +
Click me to read the old readme. + +
+ # OMSS Framework [![NPM Version](https://img.shields.io/npm/v/@omss/framework.svg)](https://www.npmjs.com/package/@omss/framework) @@ -646,6 +668,8 @@ This implementation follows the [OMSS Standard](https://github.com/omss-spec/oms Contributions are welcome! Please read [our contributing guidelines](https://github.com/omss-spec/omss-spec/blob/main/CONTRIBUTING.md) before submitting PRs. +
+ ## 📄 License MIT License - see [LICENSE](./LICENSE) file for details.