magic-spec 1.4.0 β 1.4.1
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/CHANGELOG.md +6 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.1] - 2026-03-01
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **Localization**: Translated remaining Russian text in `README.md` Mermaid diagrams to English.
|
|
13
|
+
|
|
8
14
|
## [1.4.0] - 2026-03-01
|
|
9
15
|
|
|
10
16
|
### Added
|
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ The engine enforces a rigorous, unskippable pipeline: **Idea β Specification
|
|
|
55
55
|
|
|
56
56
|
```mermaid
|
|
57
57
|
flowchart TB
|
|
58
|
-
IDEA(["π‘
|
|
58
|
+
IDEA(["π‘ Idea"])
|
|
59
59
|
|
|
60
60
|
subgraph BOX ["Magic Spec"]
|
|
61
61
|
direction TB
|
|
@@ -75,7 +75,7 @@ flowchart TB
|
|
|
75
75
|
TASKS --> RUN
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
CODE(["π
|
|
78
|
+
CODE(["π Code"])
|
|
79
79
|
|
|
80
80
|
IDEA --> SPEC
|
|
81
81
|
RUN --> CODE
|