magic-spec 1.5.206 → 1.5.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,18 @@
4
4
  [![PyPI version](https://img.shields.io/pypi/v/magic-spec?color=blue&label=pypi)](https://pypi.org/project/magic-spec/)
5
5
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
6
6
 
7
+ > [!WARNING]
8
+ > **Legacy Installers Deprecated (v1.5.x)**
9
+ >
10
+ > The `npx magic-spec` (npm) and `uvx magic-spec` (PyPI) packages will **no longer receive updates**
11
+ > as of **v1.5.207**. Archived releases remain available for historical reference:
12
+ >
13
+ > - npm: <https://www.npmjs.com/package/magic-spec> (last version: 1.5.207)
14
+ > - PyPI: <https://pypi.org/project/magic-spec/> (last version: 1.5.207)
15
+ >
16
+ > **New users:** See [Installation](#-installation) for the GitHub-based setup.
17
+ > **Existing users:** See [Migrating from the legacy installer](docs/distribution.md).
18
+
7
19
  ## 📖 Description
8
20
 
9
21
  **The Specification-Driven Development (SDD) Operating System for AI Coding Agents.**
@@ -233,4 +245,4 @@ Distributed under the [Apache License 2.0](./LICENSE).
233
245
 
234
246
  ## 📊 Project Status
235
247
 
236
- **Active Development** (v1.5.206). We are constantly refining the SDD engine based on real-world usage.
248
+ **Active Development** (v1.5.207). We are constantly refining the SDD engine based on real-world usage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magic-spec",
3
- "version": "1.5.206",
3
+ "version": "1.5.207",
4
4
  "description": "Magic Specification-Driven Development (SDD) Workflow",
5
5
  "author": "Oleg Alexandrov <alexandrovoleg.ru@gmail.com>",
6
6
  "license": "Apache-2.0",