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.
- package/README.md +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
[](https://pypi.org/project/magic-spec/)
|
|
5
5
|
[](./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.
|
|
248
|
+
**Active Development** (v1.5.207). We are constantly refining the SDD engine based on real-world usage.
|