magic-spec 1.5.48 → 1.5.71

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 (3) hide show
  1. package/CHANGELOG.md +263 -213
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,213 +1,263 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [1.5.48] - 2026-03-24
9
-
10
- ### Added
11
-
12
- - **Publish Workflow**: Restored `.agents/workflows/publish.md` for engine maintenance and registry publishing.
13
- - **History Tracking**: Initialized history for `magic.analyze` and `magic.dev.simulate` wrappers to ensure full auditability.
14
-
15
- ### Changed
16
-
17
- - **Version Synchronization**: Unified project version to `1.5.47` across all manifests (`package.json`, `pyproject.toml`, `__init__.py`) and the `.magic/.version` engine core.
18
- - **Instruction Density**: Refined `.magic/simulate.md` (Context Bleed Warning) to remove vague qualifiers ("high-confidence" -> "strictly unbiased"), reaching a density score of 10/10.
19
- - **Engine Integrity**: Optimized `generate-checksums.js` to exclude the `.checksums` file from its own mapping, preventing confusion and unstable hash values.
20
-
21
- ### Fixed
22
-
23
- - **Testing Logic**: Corrected `run_tests.py` to properly set `PYTHONPATH` for Python installer subprocesses and fixed an `os.environ` access bug.
24
- - **Sandbox Cleanup**: Removed dev-only `simulate.md` from installer test sandbox.
25
- - **RULES Template**: Added missing conventions C18-C23 to `init.js` RULES.md generator.
26
- - **Python Installer**: Fixed `_resolve_package_version()` to read actual package version.
27
- - **Engine Scripts**: Deduplicated `workspace.json` reads in `executor.js`.
28
- - **History Cleanup**: Removed legacy `audit.md` and `docs.md` files from `.magic/history/`.
29
-
30
- ## [1.5.30] - 2026-03-24
31
-
32
- ### Fixed
33
-
34
- - **Version Synchronization**: Unified project version across `package.json` (was 1.5.0), `pyproject.toml` (was 1.4.162), and `__init__.py` (was 1.4.162) to a single `1.5.30`. Previously 5 different versions existed across 5 sources.
35
- - **CONTEXT.md**: Regenerated stale context file (was 9 days old).
36
-
37
- ## [1.5.29] - 2026-03-16
38
-
39
- ### Added
40
-
41
- - **Argument Routing (A–D)** for `task.md` and `run.md`: Both workflows now accept optional arguments — workspace name, directive text, or both. Consistent with `analyze.md` pattern. Includes Workspace Fallback, Disambiguation, and Handoff Propagation rules.
42
- - **T4 Inline Guards** in `spec.md`: When spec workflow captures a standing rule via T4 trigger ("remember that..."), it now applies Tier Routing (global vs workspace RULES.md), Duplication Check (across both tiers), and Constitutional Guard (§1–6 protection) — matching `rule.md` safety guarantees without breaking T4's "Apply Immediately" semantics.
43
- - **Regression Tests (T153–T161)**: 9 new scenarios covering argument routing (scoped planning, workspace fallback, disambiguation, targeted task/phase execution, cross-workflow handoff propagation) and T4 inline guards (tier routing, duplication detection, constitutional block).
44
-
45
- ### Changed
46
-
47
- - **AGENTS.md**: Clarified C14 Enforcement scope explicitly covers all `.magic/` content (workflows, scripts, templates, tests, config), not just workflow files. Added description of what `update-engine-meta` does (bumps `.version`, regenerates `.checksums`).
48
- - **`run.md` Argument Routing**: Detection column harmonized with `analyze.md` — accepts both quoted text and non-workspace tokens (e.g., unquoted `T-1A01` or `phase-2`).
49
-
50
- ## [1.4.162] - 2026-03-12
51
-
52
- ### Added
53
-
54
- - **Session Isolation Rule (C17)**: Formalized the requirement for "New Chat" sessions between major workflow transitions (Spec Task → Run) to prevent context bleed-over and hallucinations.
55
- - **Multi-Workspace Support (C22)**: Enhanced `check-prerequisites.js` and `init.js` to support nested workspaces with inherited root rules.
56
- - **Model-Aware History**: Updated engine history schema to include AI Model information, improving auditability of generated code.
57
-
58
- ### Changed
59
-
60
- - **Task Checklist Logic**: Consolidated implementation checklists into `TASKS.md` for better execution tracking and status reporting.
61
- - **Gitignore Resilience**: Improved installers to automatically manage `.gitignore` entries for `.magic/` and `.agents/` directories with idempotent updates.
62
- - **Onboarding Safety**: Added production data collision guards to `onboard.md` to prevent accidental overwrites of existing project plans.
63
-
64
- ### Fixed
65
-
66
- - **Error Reporting**: Enhanced `check-prerequisites.js` with structured, actionable JSON error suggestions.
67
- - **Path Handling**: Fixed Windows-specific path issues in installer scripts.
68
-
69
- ## [1.4.162] - 2026-03-03
70
-
71
- ### Added
72
-
73
- - **Regression Test T85**: Verifies mandatory engine integrity HALT when `.magic/` files are tampered (C1 enforcement).
74
-
75
- ### Changed
76
-
77
- - **Engine Integrity Halt**: Upgraded `check-prerequisites.js` to set `ok: false` on checksum mismatches, ensuring a hard HALT during pre-flight checks.
78
- - **History Auto-Heal**: Enhanced `executor.js` to automatically recreate the `.magic/history/` directory and missing history files if deleted.
79
-
80
- ### Fixed
81
-
82
- - **Resilient Logic**: Improved `check-prerequisites.js` to distinguish between critical engine integrity (HALT) and project data drift (WARNING), preserving self-healing capabilities.
83
-
84
- ## [1.4.162] - 2026-03-02
85
-
86
- ### Changed
87
-
88
- - **Executor Refactor**: Improved `executor.js` structure by replacing global `return` with an `else` block for better readability and standard Node.js practices.
89
- - **Test Suite Cleanup**: Removed duplicate T54 "Spec Rename History Immutability" scenario from `suite.md`.
90
-
91
- ### Meta
92
-
93
- - **Automated Update**: Sequential patch bump, history update, and checksum regeneration via `update-engine-meta`.
94
-
95
- ## [1.4.5] - 2026-03-01
96
-
97
- ### Added
98
-
99
- - **Engine Versioning Protocol (C14)**: Established a mandatory convention requiring a patch version bump in `.magic/.version` whenever core engine files are modified. Integrated checkpoints into all primary workflows (`run.md`, `spec.md`, `rule.md`).
100
- - **History Refactoring**: Extracted "Document History" from core workflow markdown files into a dedicated `.magic/history/` directory. This significantly reduces token consumption during agentic operations while preserving audit trials.
101
- - **Node.js Script Transition**: Fully replaced legacy `.sh` and `.ps1` initialization and utility scripts with cross-platform Node.js implementations (`init.js`, `generate-context.js`, etc.).
102
-
103
- ### Changed
104
-
105
- - **Installer Configuration**: Optimized `installers/config.json` to exclude history files from distribution and prioritize Node.js scripts.
106
- - **Engine Security**: `generate-checksums.js` and `executor.js` now explicitly skip history files to prevent non-functional changes from triggering integrity warnings.
107
- - **Template System**: `init.js` now automatically injects the new C14 protocol into target project constitution files (`RULES.md`).
108
-
109
- ### Fixed
110
-
111
- - **Syntax Hygiene**: Cleaned up redundant markdown artifacts (terminal backticks) in core workflow files.
112
- - **Workflow Integrity**: Fixed accidental history duplication in `spec.md`.
113
-
114
- ## [1.4.3] - 2026-03-01
115
-
116
- ### Added
117
-
118
- - **Smart Adapter Updates**: Both Python and Node.js installers now seamlessly verify and update adapter `.mdc`/`.toml` wrapper files during `--update`.
119
- - **Smart Update Conflict Resolution**: When users manually modify `.cursor/rules/*` wrapper files in their project, the `--update` command now detects the modifications. Users can intelligently choose to skip updates for specific conflicting adapter files, preserving their changes while updating the core `.magic` engine logic.
120
-
121
- ### Fixed
122
-
123
- - **Updater Integrity**: Modified files that are bypassed during an update via `[s] Skip modified files` now persist their original hashes so they don't get silently overwritten in subsequent updates.
124
- - **Testing Logic**: Fixed an issue in the `run_tests.py` exhaustive test suite section where failures during adapter testing cycles were mistakenly swallowed, reporting a false "All tests completed successfully".
125
-
126
- ## [1.4.1] - 2026-03-01
127
-
128
- ### Fixed
129
-
130
- - **Localization**: Translated remaining Russian text in `README.md` Mermaid diagrams to English.
131
-
132
- ## [1.4.0] - 2026-03-01
133
-
134
- ### Added
135
-
136
- - **Smart Sync Optimization (AOP)** in `analyze.md`: Automated detection of manual renames during project re-analysis. If an orphaned specification matches a new uncovered directory (>80% similarity or title match), it triggers a `[RESCUE]` action instead of delete/create cycle.
137
- - **Manual Rename Rescue** in `spec.md`: Protocol to globally update references (INDEX, PLAN, TASKS) when a specification file is moved/renamed, preserving task progress.
138
- - **Regression Tests (T48–T51)**: Added coverage for Engine Integrity guards, Analysis Depth Control, and Smart Sync mechanisms.
139
-
140
- ### Changed
141
-
142
- - **Test Suite Synchronization**: The `suite.md` version is now synchronized with the core engine version to prevent metadata confusion.
143
-
144
- ## [1.3.2] - 2026-02-28
145
-
146
- ### Added
147
-
148
- - **Project Analysis Workflow** (`.magic/analyze.md`): Powerful reverse-engineering tool. Delegated automatically from `spec.md` or directly via `/magic.analyze`. Supports scanning existing source code to generate structured proposals with paired Layer 1 (Concept) and Layer 2 (Implementation) specifications. Features Depth Control for massive codebases.
149
- - **Bootstrapping Exemption**: Special rules added to bypass standard Draft/RFC phases and create "Stable" specs directly when adopting existing working code into the SDD system.
150
- - **Improv Mode (Live Simulation)** in `simulate.md`: Added ability for the simulation workflow to synthesize "crisis scenarios" (e.g., INDEX.md desync) and perform full SDK lifecycle stress tests end-to-end on its own, functioning as a fallback if the static test suite is missing.
151
-
152
- ### Changed
153
-
154
- - Expanded Test Suite (`.magic/tests/suite.md`) from 28 to 34 scenarios (+6), fully covering Analyze gap detection, L1/L2 generation asserts, depth control limits, and the missing test suite fallback.
155
-
156
- ## [1.3.1] - 2026-02-27### Added
157
-
158
- - **Workflow Test Suite** (`.magic/tests/suite.md`): 16 predefined regression test scenarios covering all 8 engine workflows. Run via `/magic.dev.simulate test`.
159
- - **Test Suite mode** in `simulate.md`: reads `suite.md` and reports PASS/FAIL for each scenario.
160
- - **Template directory** (`.magic/templates/`): extracted inline templates from core workflow files:
161
- - `specification.md` Specification Template (from `spec.md`)
162
- - `plan.md` PLAN.md Template (from `task.md`)
163
- - `tasks.md` — TASKS.md + phase-{n}.md Templates (from `task.md`)
164
- - `retrospective.md` — RETROSPECTIVE.md Template (from `retrospective.md`)
165
-
166
- ### Changed
167
-
168
- - **AOP Optimization**: Compressed verbose prose in `spec.md` (Post-Update Review, Audit/Consistency Reports). ~17% token reduction across core workflows.
169
- - **Stress-test hardening** across all workflows:
170
- - `spec.md`: Intra-input self-contradiction guard, Deprecation Cascade (scan Related Specs for stale refs)
171
- - `task.md`: Circular Dependency Guard, Phantom Done-task preservation (Archive not Cancel), Deprecated Done-task preservation, Convention Sync wording fix
172
- - `run.md`: Mode Guard — HALT if execution mode not in RULES.md §7
173
- - `rule.md`: Duplication Guard, convention-not-found handler, Workflow Dependency Check in Remove Impact Analysis
174
- - `simulate.md`: Checksums mismatch upgraded to HALT, Checksum Rule (generate after approval only)
175
- - `onboard.md`: Production collision HALT with backup/cancel, re-entry checks production PLAN.md
176
- - `init.md`: Expanded post-init verification to all 5 artifacts, Maintainer Note for hardcoded RULES.md sync
177
-
178
- ### Fixed
179
-
180
- - Template references now explicitly point to `.magic/templates/*.md` in creation steps of `spec.md`, `task.md`, `retrospective.md`, and `onboard.md`.
181
-
182
- ## [1.3.0] - 2026-02-25
183
-
184
- ### Added
185
-
186
- - **Full support for abstract environment templates** with automatic resolution (`{ARGUMENTS}`) across all CLIs.
187
- - **Introduced `.magicrc`** for persistence of selected environments and their auto-detection.
188
- - **Two-level automatic Changelog generation** (by accumulating `Changes` blocks within tasks).
189
- - **Added new CLI commands:** `info`, `--check`, `--list-envs`, and `--eject`.
190
- - **Introduced core version tracking** within the project via the `.magic/.version` file.
191
-
192
- ### Changed
193
-
194
- - **Architecture:** Restructured the repository into a two-level model (root = source of truth + installers), and removed the `core/` folder to eliminate duplication.
195
- - **Node Installer:** Completely overhauled the installation mechanism (it now uses compiled files from NPM instead of downloading them from GitHub, eliminating Path Traversal vulnerabilities).
196
- - **Python Installer:** Implemented an isolated package based on `hatchling` (via shared-data) without external dependencies on GitHub.
197
- - **Documentation:** Separated `README.md` strategies (different focuses for GitHub, NPM package, and PyPI package).
198
- - **Update Logic:** Improved `.magic` update logic to be safer (old folders are now moved to `.magic/archives/` rather than simply deleted).
199
-
200
- ## [1.3.0] - 2026-02-23
201
-
202
- ### Added
203
-
204
- - **Handoff integrations** (`magic.*.md`): Introduced explicit handoff blocks across all agent workflow wrappers to guide next-steps effortlessly.
205
- - **Task Engine Enhancement:** Integrated User Stories generation parsing into `.magic/task.md` and suppressed user priority prompts using `RULES.md C4`.
206
- - **System Automation Hooks:** Added `generate-context` script hooks into `task.md` and `run.md` post-write triggers.
207
- - **Context Automation Script:** Created `generate-context.sh` and `generate-context.ps1` to assemble `CONTEXT.md` from PLAN, workspace trees, and changelogs.
208
- - **Spec Engine Protections:** Added strict Explore Mode Safety rules and Delta Editing constraints for spec updates over 200 lines to `.magic/spec.md`.
209
- - **Explore Hints:** Updated `.agents/workflows/magic.spec.md` UI wrapper with tips to use Delta Constraints and strict read-only explore mode.
210
- - **CLI Doctor Command (Node/Python):** Implemented `--doctor` and `--check` parsing in installers, executing the prerequisite script and outputting a formatted terminal validation report.
211
- - **Interactive Onboarding Script:** Created `.magic/onboard.md` to guide new developers through building a toy "console logger" specification.
212
- - **Onboarding Wrapper:** Added `.agents/workflows/magic.onboard.md` to trigger the interactive onboarding tutorial seamlessly.
213
- - **Prerequisite Validation:** Created `check-prerequisites.sh` and `check-prerequisites.ps1` parsing `INDEX.md` and returning valid JSON results.
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.5.70] - 2026-03-30
9
+
10
+ ### Changed
11
+
12
+ - **Documentation**: Updated `README.md` and `docs/README.md` to include a mandatory recommendation to run `/magic.analyze` after updating the Magic Spec engine. This ensures that specifications and engine metadata remain synchronized after a core logic update.
13
+
14
+ ### Meta
15
+
16
+ - **Automated Update**: Engine version bumped to `1.5.70`, history updated, and checksums regenerated (C14).
17
+
18
+ ## [1.5.71] - 2026-03-26
19
+
20
+ ### Added
21
+
22
+ - **Gitignore Safety (Invariant 8)** in `analyze.md`: The agent now MUST scan and apply `.gitignore` patterns before any project scan or architecture inference. This prevents `node_modules`, `dist`, `.venv`, and other build artifacts from leaking into the analysis reports or coverage checks.
23
+
24
+ ### Changed
25
+
26
+ - **Stack & Structure**: Refined the initial scan step to build the high-level project map only *after* applying gitignore filters.
27
+
28
+ ### Meta
29
+
30
+ - **Automated Update**: Engine version bumped to `1.5.71`, history updated, and checksums regenerated (C14).
31
+
32
+ ## [1.5.50] - 2026-03-26
33
+
34
+ ### Added
35
+
36
+ - **Anti-Stall Mechanism (Invariant 12)**: Solved the "AI holds specs in mind" issue (reported by user). The agent is now forced to write a `Draft` spec if it asks more than one clarifying question without file creation. Added `<!-- TBD -->` inline markers for ambiguous sections.
37
+ - **Mode Transition Protocol**: Defined explicit triggers to exit `Explore Mode` and enter `Dispatch Mode` automatically (3+ topics, confirmation words, or 2nd idea exchange in Trust Mode).
38
+ - **Non-Blocking Dispatch Notice**: Reframed "Notice of Intent" as a statement of action rather than a question to prevent infinite loops.
39
+
40
+ ### Changed
41
+
42
+ - **Analysis Mode Scope**: Strictly limited the "do not modify specs/registry" prohibition to `Project Analysis Delegation` mode, allowing normal `Dispatch` to proceed without friction.
43
+ - **Workflow Wrapper**: Updated `.agents/workflows/magic.spec.md` to align with the new non-blocking exploration logic.
44
+
45
+ ### Meta
46
+
47
+ - **Automated Update**: Engine version bumped to `1.5.50`, history updated, and checksums regenerated (C14).
48
+
49
+ ## [1.5.49] - 2026-03-25
50
+
51
+ ### Added
52
+
53
+ - **Config Drift Guard**: `check-prerequisites` now detects uncommitted manual changes to `RULES.md` via `git diff` and emits a non-blocking `CONFIG_DRIFT` advisory warning. Supports workspace-specific `RULES.md` per C22. Gracefully skips when git is unavailable.
54
+ - **Init Workflow**: Added Config Drift Advisory sub-step to pre-flight check (show diff / proceed / restore options).
55
+ - **Test Suite**: Added cognitive tests T168-T170 for config drift detection (drift present, no git, workspace C22). Suite version bumped to 1.9.51.
56
+ - **Engine Spec**: New `config-drift-guard.md` specification (Stable, L1) in engine workspace.
57
+
58
+ ## [1.5.48] - 2026-03-24
59
+
60
+ ### Added
61
+
62
+ - **Publish Workflow**: Restored `.agents/workflows/publish.md` for engine maintenance and registry publishing.
63
+ - **History Tracking**: Initialized history for `magic.analyze` and `magic.dev.simulate` wrappers to ensure full auditability.
64
+
65
+ ### Changed
66
+
67
+ - **Version Synchronization**: Unified project version to `1.5.71` across all manifests (`package.json`, `pyproject.toml`, `__init__.py`) and the `.magic/.version` engine core.
68
+ - **Instruction Density**: Refined `.magic/simulate.md` (Context Bleed Warning) to remove vague qualifiers ("high-confidence" -> "strictly unbiased"), reaching a density score of 10/10.
69
+ - **Engine Integrity**: Optimized `generate-checksums.js` to exclude the `.checksums` file from its own mapping, preventing confusion and unstable hash values.
70
+
71
+ ### Fixed
72
+
73
+ - **Testing Logic**: Corrected `run_tests.py` to properly set `PYTHONPATH` for Python installer subprocesses and fixed an `os.environ` access bug.
74
+ - **Sandbox Cleanup**: Removed dev-only `simulate.md` from installer test sandbox.
75
+ - **RULES Template**: Added missing conventions C18-C23 to `init.js` RULES.md generator.
76
+ - **Python Installer**: Fixed `_resolve_package_version()` to read actual package version.
77
+ - **Engine Scripts**: Deduplicated `workspace.json` reads in `executor.js`.
78
+ - **History Cleanup**: Removed legacy `audit.md` and `docs.md` files from `.magic/history/`.
79
+
80
+ ## [1.5.30] - 2026-03-24
81
+
82
+ ### Fixed
83
+
84
+ - **Version Synchronization**: Unified project version across `package.json` (was 1.5.0), `pyproject.toml` (was 1.4.162), and `__init__.py` (was 1.4.162) to a single `1.5.30`. Previously 5 different versions existed across 5 sources.
85
+ - **CONTEXT.md**: Regenerated stale context file (was 9 days old).
86
+
87
+ ## [1.5.29] - 2026-03-16
88
+
89
+ ### Added
90
+
91
+ - **Argument Routing (A–D)** for `task.md` and `run.md`: Both workflows now accept optional arguments — workspace name, directive text, or both. Consistent with `analyze.md` pattern. Includes Workspace Fallback, Disambiguation, and Handoff Propagation rules.
92
+ - **T4 Inline Guards** in `spec.md`: When spec workflow captures a standing rule via T4 trigger ("remember that..."), it now applies Tier Routing (global vs workspace RULES.md), Duplication Check (across both tiers), and Constitutional Guard (§1–6 protection) — matching `rule.md` safety guarantees without breaking T4's "Apply Immediately" semantics.
93
+ - **Regression Tests (T153–T161)**: 9 new scenarios covering argument routing (scoped planning, workspace fallback, disambiguation, targeted task/phase execution, cross-workflow handoff propagation) and T4 inline guards (tier routing, duplication detection, constitutional block).
94
+
95
+ ### Changed
96
+
97
+ - **AGENTS.md**: Clarified C14 Enforcement scope — explicitly covers all `.magic/` content (workflows, scripts, templates, tests, config), not just workflow files. Added description of what `update-engine-meta` does (bumps `.version`, regenerates `.checksums`).
98
+ - **`run.md` Argument Routing**: Detection column harmonized with `analyze.md` — accepts both quoted text and non-workspace tokens (e.g., unquoted `T-1A01` or `phase-2`).
99
+
100
+ ## [1.4.162] - 2026-03-12
101
+
102
+ ### Added
103
+
104
+ - **Session Isolation Rule (C17)**: Formalized the requirement for "New Chat" sessions between major workflow transitions (Spec → Task → Run) to prevent context bleed-over and hallucinations.
105
+ - **Multi-Workspace Support (C22)**: Enhanced `check-prerequisites.js` and `init.js` to support nested workspaces with inherited root rules.
106
+ - **Model-Aware History**: Updated engine history schema to include AI Model information, improving auditability of generated code.
107
+
108
+ ### Changed
109
+
110
+ - **Task Checklist Logic**: Consolidated implementation checklists into `TASKS.md` for better execution tracking and status reporting.
111
+ - **Gitignore Resilience**: Improved installers to automatically manage `.gitignore` entries for `.magic/` and `.agents/` directories with idempotent updates.
112
+ - **Onboarding Safety**: Added production data collision guards to `onboard.md` to prevent accidental overwrites of existing project plans.
113
+
114
+ ### Fixed
115
+
116
+ - **Error Reporting**: Enhanced `check-prerequisites.js` with structured, actionable JSON error suggestions.
117
+ - **Path Handling**: Fixed Windows-specific path issues in installer scripts.
118
+
119
+ ## [1.4.162] - 2026-03-03
120
+
121
+ ### Added
122
+
123
+ - **Regression Test T85**: Verifies mandatory engine integrity HALT when `.magic/` files are tampered (C1 enforcement).
124
+
125
+ ### Changed
126
+
127
+ - **Engine Integrity Halt**: Upgraded `check-prerequisites.js` to set `ok: false` on checksum mismatches, ensuring a hard HALT during pre-flight checks.
128
+ - **History Auto-Heal**: Enhanced `executor.js` to automatically recreate the `.magic/history/` directory and missing history files if deleted.
129
+
130
+ ### Fixed
131
+
132
+ - **Resilient Logic**: Improved `check-prerequisites.js` to distinguish between critical engine integrity (HALT) and project data drift (WARNING), preserving self-healing capabilities.
133
+
134
+ ## [1.4.162] - 2026-03-02
135
+
136
+ ### Changed
137
+
138
+ - **Executor Refactor**: Improved `executor.js` structure by replacing global `return` with an `else` block for better readability and standard Node.js practices.
139
+ - **Test Suite Cleanup**: Removed duplicate T54 "Spec Rename History Immutability" scenario from `suite.md`.
140
+
141
+ ### Meta
142
+
143
+ - **Automated Update**: Sequential patch bump, history update, and checksum regeneration via `update-engine-meta`.
144
+
145
+ ## [1.4.5] - 2026-03-01
146
+
147
+ ### Added
148
+
149
+ - **Engine Versioning Protocol (C14)**: Established a mandatory convention requiring a patch version bump in `.magic/.version` whenever core engine files are modified. Integrated checkpoints into all primary workflows (`run.md`, `spec.md`, `rule.md`).
150
+ - **History Refactoring**: Extracted "Document History" from core workflow markdown files into a dedicated `.magic/history/` directory. This significantly reduces token consumption during agentic operations while preserving audit trials.
151
+ - **Node.js Script Transition**: Fully replaced legacy `.sh` and `.ps1` initialization and utility scripts with cross-platform Node.js implementations (`init.js`, `generate-context.js`, etc.).
152
+
153
+ ### Changed
154
+
155
+ - **Installer Configuration**: Optimized `installers/config.json` to exclude history files from distribution and prioritize Node.js scripts.
156
+ - **Engine Security**: `generate-checksums.js` and `executor.js` now explicitly skip history files to prevent non-functional changes from triggering integrity warnings.
157
+ - **Template System**: `init.js` now automatically injects the new C14 protocol into target project constitution files (`RULES.md`).
158
+
159
+ ### Fixed
160
+
161
+ - **Syntax Hygiene**: Cleaned up redundant markdown artifacts (terminal backticks) in core workflow files.
162
+ - **Workflow Integrity**: Fixed accidental history duplication in `spec.md`.
163
+
164
+ ## [1.4.3] - 2026-03-01
165
+
166
+ ### Added
167
+
168
+ - **Smart Adapter Updates**: Both Python and Node.js installers now seamlessly verify and update adapter `.mdc`/`.toml` wrapper files during `--update`.
169
+ - **Smart Update Conflict Resolution**: When users manually modify `.cursor/rules/*` wrapper files in their project, the `--update` command now detects the modifications. Users can intelligently choose to skip updates for specific conflicting adapter files, preserving their changes while updating the core `.magic` engine logic.
170
+
171
+ ### Fixed
172
+
173
+ - **Updater Integrity**: Modified files that are bypassed during an update via `[s] Skip modified files` now persist their original hashes so they don't get silently overwritten in subsequent updates.
174
+ - **Testing Logic**: Fixed an issue in the `run_tests.py` exhaustive test suite section where failures during adapter testing cycles were mistakenly swallowed, reporting a false "All tests completed successfully".
175
+
176
+ ## [1.4.1] - 2026-03-01
177
+
178
+ ### Fixed
179
+
180
+ - **Localization**: Translated remaining Russian text in `README.md` Mermaid diagrams to English.
181
+
182
+ ## [1.4.0] - 2026-03-01
183
+
184
+ ### Added
185
+
186
+ - **Smart Sync Optimization (AOP)** in `analyze.md`: Automated detection of manual renames during project re-analysis. If an orphaned specification matches a new uncovered directory (>80% similarity or title match), it triggers a `[RESCUE]` action instead of delete/create cycle.
187
+ - **Manual Rename Rescue** in `spec.md`: Protocol to globally update references (INDEX, PLAN, TASKS) when a specification file is moved/renamed, preserving task progress.
188
+ - **Regression Tests (T48–T51)**: Added coverage for Engine Integrity guards, Analysis Depth Control, and Smart Sync mechanisms.
189
+
190
+ ### Changed
191
+
192
+ - **Test Suite Synchronization**: The `suite.md` version is now synchronized with the core engine version to prevent metadata confusion.
193
+
194
+ ## [1.3.2] - 2026-02-28
195
+
196
+ ### Added
197
+
198
+ - **Project Analysis Workflow** (`.magic/analyze.md`): Powerful reverse-engineering tool. Delegated automatically from `spec.md` or directly via `/magic.analyze`. Supports scanning existing source code to generate structured proposals with paired Layer 1 (Concept) and Layer 2 (Implementation) specifications. Features Depth Control for massive codebases.
199
+ - **Bootstrapping Exemption**: Special rules added to bypass standard Draft/RFC phases and create "Stable" specs directly when adopting existing working code into the SDD system.
200
+ - **Improv Mode (Live Simulation)** in `simulate.md`: Added ability for the simulation workflow to synthesize "crisis scenarios" (e.g., INDEX.md desync) and perform full SDK lifecycle stress tests end-to-end on its own, functioning as a fallback if the static test suite is missing.
201
+
202
+ ### Changed
203
+
204
+ - Expanded Test Suite (`.magic/tests/suite.md`) from 28 to 34 scenarios (+6), fully covering Analyze gap detection, L1/L2 generation asserts, depth control limits, and the missing test suite fallback.
205
+
206
+ ## [1.3.1] - 2026-02-27### Added
207
+
208
+ - **Workflow Test Suite** (`.magic/tests/suite.md`): 16 predefined regression test scenarios covering all 8 engine workflows. Run via `/magic.dev.simulate test`.
209
+ - **Test Suite mode** in `simulate.md`: reads `suite.md` and reports PASS/FAIL for each scenario.
210
+ - **Template directory** (`.magic/templates/`): extracted inline templates from core workflow files:
211
+ - `specification.md` Specification Template (from `spec.md`)
212
+ - `plan.md` PLAN.md Template (from `task.md`)
213
+ - `tasks.md` TASKS.md + phase-{n}.md Templates (from `task.md`)
214
+ - `retrospective.md` — RETROSPECTIVE.md Template (from `retrospective.md`)
215
+
216
+ ### Changed
217
+
218
+ - **AOP Optimization**: Compressed verbose prose in `spec.md` (Post-Update Review, Audit/Consistency Reports). ~17% token reduction across core workflows.
219
+ - **Stress-test hardening** across all workflows:
220
+ - `spec.md`: Intra-input self-contradiction guard, Deprecation Cascade (scan Related Specs for stale refs)
221
+ - `task.md`: Circular Dependency Guard, Phantom Done-task preservation (Archive not Cancel), Deprecated Done-task preservation, Convention Sync wording fix
222
+ - `run.md`: Mode Guard — HALT if execution mode not in RULES.md §7
223
+ - `rule.md`: Duplication Guard, convention-not-found handler, Workflow Dependency Check in Remove Impact Analysis
224
+ - `simulate.md`: Checksums mismatch upgraded to HALT, Checksum Rule (generate after approval only)
225
+ - `onboard.md`: Production collision HALT with backup/cancel, re-entry checks production PLAN.md
226
+ - `init.md`: Expanded post-init verification to all 5 artifacts, Maintainer Note for hardcoded RULES.md sync
227
+
228
+ ### Fixed
229
+
230
+ - Template references now explicitly point to `.magic/templates/*.md` in creation steps of `spec.md`, `task.md`, `retrospective.md`, and `onboard.md`.
231
+
232
+ ## [1.3.0] - 2026-02-25
233
+
234
+ ### Added
235
+
236
+ - **Full support for abstract environment templates** with automatic resolution (`{ARGUMENTS}`) across all CLIs.
237
+ - **Introduced `.magicrc`** for persistence of selected environments and their auto-detection.
238
+ - **Two-level automatic Changelog generation** (by accumulating `Changes` blocks within tasks).
239
+ - **Added new CLI commands:** `info`, `--check`, `--list-envs`, and `--eject`.
240
+ - **Introduced core version tracking** within the project via the `.magic/.version` file.
241
+
242
+ ### Changed
243
+
244
+ - **Architecture:** Restructured the repository into a two-level model (root = source of truth + installers), and removed the `core/` folder to eliminate duplication.
245
+ - **Node Installer:** Completely overhauled the installation mechanism (it now uses compiled files from NPM instead of downloading them from GitHub, eliminating Path Traversal vulnerabilities).
246
+ - **Python Installer:** Implemented an isolated package based on `hatchling` (via shared-data) without external dependencies on GitHub.
247
+ - **Documentation:** Separated `README.md` strategies (different focuses for GitHub, NPM package, and PyPI package).
248
+ - **Update Logic:** Improved `.magic` update logic to be safer (old folders are now moved to `.magic/archives/` rather than simply deleted).
249
+
250
+ ## [1.3.0] - 2026-02-23
251
+
252
+ ### Added
253
+
254
+ - **Handoff integrations** (`magic.*.md`): Introduced explicit handoff blocks across all agent workflow wrappers to guide next-steps effortlessly.
255
+ - **Task Engine Enhancement:** Integrated User Stories generation parsing into `.magic/task.md` and suppressed user priority prompts using `RULES.md C4`.
256
+ - **System Automation Hooks:** Added `generate-context` script hooks into `task.md` and `run.md` post-write triggers.
257
+ - **Context Automation Script:** Created `generate-context.sh` and `generate-context.ps1` to assemble `CONTEXT.md` from PLAN, workspace trees, and changelogs.
258
+ - **Spec Engine Protections:** Added strict Explore Mode Safety rules and Delta Editing constraints for spec updates over 200 lines to `.magic/spec.md`.
259
+ - **Explore Hints:** Updated `.agents/workflows/magic.spec.md` UI wrapper with tips to use Delta Constraints and strict read-only explore mode.
260
+ - **CLI Doctor Command (Node/Python):** Implemented `--doctor` and `--check` parsing in installers, executing the prerequisite script and outputting a formatted terminal validation report.
261
+ - **Interactive Onboarding Script:** Created `.magic/onboard.md` to guide new developers through building a toy "console logger" specification.
262
+ - **Onboarding Wrapper:** Added `.agents/workflows/magic.onboard.md` to trigger the interactive onboarding tutorial seamlessly.
263
+ - **Prerequisite Validation:** Created `check-prerequisites.sh` and `check-prerequisites.ps1` parsing `INDEX.md` and returning valid JSON results.
package/README.md CHANGED
@@ -237,7 +237,7 @@ npx magic-spec@latest --update
237
237
  ```
238
238
 
239
239
  > [!TIP]
240
- > The update process preserves your `.design/` workspace and automatically creates backups of `.magic/` and `.agents/` folders. If you have modified core engine files, the installer will detect conflicts and ask for your preference (overwrite, skip, or abort).
240
+ > The update process preserves your `.design/` workspace and automatically creates backups of `.magic/` and `.agents/` folders. If you have modified core engine files, the installer will detect conflicts and ask for your preference (overwrite, skip, or abort). **After updating Magic Spec, it is highly recommended to run the `/magic.analyze` command to ensure your project's specifications and engine metadata are fully synchronized.**
241
241
 
242
242
  ### Post-Install: `.gitignore`
243
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magic-spec",
3
- "version": "1.5.48",
3
+ "version": "1.5.71",
4
4
  "description": "Magic Specification-Driven Development (SDD) Workflow",
5
5
  "author": "Oleg Alexandrov <alexandrovoleg.ru@gmail.com>",
6
6
  "license": "MIT",