magic-spec 1.5.132 β 1.5.206
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 +413 -221
- package/LICENSE +201 -21
- package/README.md +236 -323
- package/installers/config.json +6 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,323 +1,236 @@
|
|
|
1
|
-
# πͺ Magic Spec
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/magic-spec)
|
|
4
|
-
[](https://pypi.org/project/magic-spec/)
|
|
5
|
-
[![License:
|
|
6
|
-
|
|
7
|
-
## π Description
|
|
8
|
-
|
|
9
|
-
**The Specification-Driven Development (SDD) Operating System for AI Coding Agents.**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
**
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
**
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
```
|
|
238
|
-
|
|
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). **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
|
-
|
|
242
|
-
### Post-Install: `.gitignore`
|
|
243
|
-
|
|
244
|
-
The installer automatically adds `.magic/` and the adapter directory (e.g., `.agents/`, `.cursor/rules/`) to your project's `.gitignore`. These directories are **installed dependencies** β similar to `node_modules/` β and should be reinstalled via `npx magic-spec@latest` rather than committed to version control.
|
|
245
|
-
|
|
246
|
-
> [!TIP]
|
|
247
|
-
> **Vendoring**: If you prefer to commit the engine into your repository (so teammates get it without running the installer), simply remove the `.magic/` and `.agents/` entries from your `.gitignore`.
|
|
248
|
-
|
|
249
|
-
## π¬ Usage
|
|
250
|
-
|
|
251
|
-
Just talk to your AI agent naturally in your prompt interface. No complex commands to learn:
|
|
252
|
-
|
|
253
|
-
- *"Dispatch this thought into specs..."* β Triggers **Specification** workflow.
|
|
254
|
-
- *"Run a project audit"*, *"magic.analyze"* β Triggers **Analyze** (Ventilation) workflow.
|
|
255
|
-
- *"Create an implementation plan"* β Triggers **Task & Plan** workflow.
|
|
256
|
-
- *"Execute the next task"* β Triggers **Run** workflow.
|
|
257
|
-
- *"Add a rule: always use Inter font"* β Triggers **Rule** workflow.
|
|
258
|
-
|
|
259
|
-
### π€ Compatibility
|
|
260
|
-
|
|
261
|
-
Magic Spec is heavily optimized and provides native workflow generation for the world's most powerful AI development environments.
|
|
262
|
-
|
|
263
|
-
You can install support for a specific adapter using the shortcut flag (e.g., `--cursor`) or the environment flag (e.g., `--env cursor`).
|
|
264
|
-
|
|
265
|
-
| AI Agent / IDE | Shortcut Flag | Env Flag |
|
|
266
|
-
| :--- | :--- | :--- |
|
|
267
|
-
| [**Cursor**](https://cursor.com) (Agent Mode) | `--cursor` | `--env cursor` |
|
|
268
|
-
| [**Windsurf**](https://codeium.com/windsurf) (Cascade) | `--windsurf` | `--env windsurf` |
|
|
269
|
-
| [**Claude Code**](https://claude.ai/code) | `--claude` | `--env claude` |
|
|
270
|
-
| [**Gemini CLI**](https://gemini.google.com) | `--gemini` | `--env gemini` |
|
|
271
|
-
| [**GitHub Copilot**](https://github.com/features/copilot) | `--copilot` | `--env copilot` |
|
|
272
|
-
| **Roo Code** | `--roo` | `--env roo` |
|
|
273
|
-
| **Amp** | `--amp` | `--env amp` |
|
|
274
|
-
| **Amazon Q Developer** | `--q` | `--env q` |
|
|
275
|
-
| **Kilo Code** | `--kilocode` | `--env kilocode` |
|
|
276
|
-
| **Qwen Code** | `--qwen` | `--env qwen` |
|
|
277
|
-
| **OpenCode** | `--opencode` | `--env opencode` |
|
|
278
|
-
| **SHAI (OVHcloud)** | `--shai` | `--env shai` |
|
|
279
|
-
| **IBM Bob** | `--bob` | `--env bob` |
|
|
280
|
-
| **CodeBuddy** | `--codebuddy` | `--env codebuddy` |
|
|
281
|
-
| **Qoder IDE** | `--qoder` | `--env qoder` |
|
|
282
|
-
| **Codex CLI** | `--codex` | `--env codex` |
|
|
283
|
-
| **Auggie CLI** | `--augment` | `--env augment` |
|
|
284
|
-
| **Antigravity IDE** | `--antigravity` | `--env antigravity` |
|
|
285
|
-
| **Lingma IDE** | `--lingma` | `--env lingma` |
|
|
286
|
-
|
|
287
|
-
## π Documentation
|
|
288
|
-
|
|
289
|
-
- [**Main Documentation**](./docs/README.md) β Detailed guide on workflows, architecture, and advanced features.
|
|
290
|
-
- [**Installers Guide**](./installers/README.md) β Advanced CLI options and platform specifics.
|
|
291
|
-
- [**Contributing**](./CONTRIBUTING.md) β How to develop, test, and extend the engine.
|
|
292
|
-
|
|
293
|
-
## π Support
|
|
294
|
-
|
|
295
|
-
If you encounter issues or have questions:
|
|
296
|
-
|
|
297
|
-
- Open an [Issue](https://github.com/teratron/magic-spec/issues) on GitHub.
|
|
298
|
-
|
|
299
|
-
## πΊοΈ Roadmap
|
|
300
|
-
|
|
301
|
-
- [x] Multi-agent adapter system.
|
|
302
|
-
- [x] Phased implementation planning.
|
|
303
|
-
- [ ] Extended support for local-first LLM agents.
|
|
304
|
-
- [ ] Advanced visual dashboard for project health.
|
|
305
|
-
- [ ] Integration with CI/CD for automated spec validation.
|
|
306
|
-
|
|
307
|
-
## ποΈ Contributing
|
|
308
|
-
|
|
309
|
-
We welcome contributions! Whether it's a bug fix, a new adapter, or an improvement to the workflow logic.
|
|
310
|
-
Please see [**Contributing Guide**](./CONTRIBUTING.md) for details.
|
|
311
|
-
|
|
312
|
-
## π₯ Authors and Acknowledgments
|
|
313
|
-
|
|
314
|
-
- **Oleg Alexandrov** β Creator and Lead Maintainer.
|
|
315
|
-
- Special thanks to the AI agent community for inspiration and testing.
|
|
316
|
-
|
|
317
|
-
## π License
|
|
318
|
-
|
|
319
|
-
Distributed under the [MIT License](./LICENSE).
|
|
320
|
-
|
|
321
|
-
## π Project Status
|
|
322
|
-
|
|
323
|
-
**Active Development** (v1.5.129). We are constantly refining the SDD engine based on real-world usage.
|
|
1
|
+
# πͺ Magic Spec
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/magic-spec)
|
|
4
|
+
[](https://pypi.org/project/magic-spec/)
|
|
5
|
+
[](./LICENSE)
|
|
6
|
+
|
|
7
|
+
## π Description
|
|
8
|
+
|
|
9
|
+
**The Specification-Driven Development (SDD) Operating System for AI Coding Agents.**
|
|
10
|
+
|
|
11
|
+
`magic-spec` installs a structured pipeline β *Thought β Spec β Task β Run β Code* β directly into any project, regardless of the tech stack. It acts as a set of **markdown-based workflow instructions** for AI coding agents (Cursor, Windsurf, Claude Code, Gemini CLI, and others), enforcing a deterministic process that ensures the AI fully understands the problem before writing code.
|
|
12
|
+
|
|
13
|
+
```plaintext
|
|
14
|
+
π‘ Idea β π Specification β πΊοΈ Task & Plan β β‘ Run β π Code
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### What Gets Installed
|
|
18
|
+
|
|
19
|
+
```plaintext
|
|
20
|
+
your-project/
|
|
21
|
+
βββ .agents/workflows/ # Slash commands (magic.spec, magic.task, magic.run, ...)
|
|
22
|
+
βββ .magic/ # SDD Engine (workflow logic and scripts β read-only)
|
|
23
|
+
βββ .design/ # Your Design Workspace (INDEX.md, RULES.md, PLAN.md)
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
> [!TIP]
|
|
27
|
+
> **Magic Workspaces**: Multiple isolated design environments within a single repo (e.g., `.design/engine/`, `.design/web/`). See [workspaces.md](./workspaces.md) for details.
|
|
28
|
+
|
|
29
|
+
## βοΈ Requirements
|
|
30
|
+
|
|
31
|
+
| Requirement | Details |
|
|
32
|
+
| :--- | :--- |
|
|
33
|
+
| **Node.js** | Version `16.x` or higher (for `npx` method) |
|
|
34
|
+
| **Python** | Version `3.8` or higher (for `uvx` or `pipx` methods) |
|
|
35
|
+
| **Git** | Required for installing edge versions directly from GitHub |
|
|
36
|
+
| **Terminal** | `tar` utility (pre-installed on Windows/Linux/macOS) |
|
|
37
|
+
|
|
38
|
+
## π¦ Installation
|
|
39
|
+
|
|
40
|
+
Works with **any project** β Rust, Go, Python, JavaScript, C++, or anything else. No runtime lock-in.
|
|
41
|
+
|
|
42
|
+
### Option A: Node.js (`npx`)
|
|
43
|
+
|
|
44
|
+
**Stable Release:**
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
# Basic installation (defaults to .agents/ folder)
|
|
48
|
+
npx magic-spec@latest
|
|
49
|
+
|
|
50
|
+
# Targeted installation for a specific AI agent
|
|
51
|
+
npx magic-spec@latest --cursor
|
|
52
|
+
npx magic-spec@latest --claude
|
|
53
|
+
npx magic-spec@latest --windsurf
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
**Edge Version (GitHub):**
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npx --yes github:teratron/magic-spec
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### Option B: Python (`uvx`)
|
|
63
|
+
|
|
64
|
+
**Stable Release:**
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
# Basic installation
|
|
68
|
+
uvx magic-spec
|
|
69
|
+
|
|
70
|
+
# Targeted installation
|
|
71
|
+
uvx magic-spec --windsurf
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
**Edge Version (GitHub):**
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
uvx --from git+https://github.com/teratron/magic-spec.git magic-spec
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Option C: Python (`pipx`)
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
pipx run magic-spec
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Option D: Multi-Adapter Installation
|
|
87
|
+
|
|
88
|
+
Install support for multiple adapters at once:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
npx magic-spec@latest --cursor --copilot --windsurf
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Option E: Manual Installation
|
|
95
|
+
|
|
96
|
+
1. Download `.magic/` and [`workflows/`](https://github.com/teratron/magic-spec/tree/main/workflows) from the [GitHub repository](https://github.com/teratron/magic-spec).
|
|
97
|
+
2. Place files into your AI agent's instruction directory (e.g., `.cursor/commands`).
|
|
98
|
+
|
|
99
|
+
### Post-Install: `.gitignore`
|
|
100
|
+
|
|
101
|
+
The installer automatically adds `.magic/` and the adapter directory (e.g., `.agents/`) to `.gitignore`. These are **installed dependencies** (like `node_modules/`) β reinstall via `npx magic-spec@latest` rather than committing.
|
|
102
|
+
|
|
103
|
+
> [!TIP]
|
|
104
|
+
> **Vendoring**: To commit the engine into your repo (so teammates get it without running the installer), remove the `.magic/` and `.agents/` entries from `.gitignore`.
|
|
105
|
+
|
|
106
|
+
## π Updating
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
# Check if update is available
|
|
110
|
+
npx magic-spec@latest --check
|
|
111
|
+
|
|
112
|
+
# Perform the update
|
|
113
|
+
npx magic-spec@latest --update
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
> [!TIP]
|
|
117
|
+
> The update preserves your `.design/` workspace and creates backups of `.magic/` and `.agents/`. After updating, run `/magic.analyze` to ensure synchronization.
|
|
118
|
+
|
|
119
|
+
## π¬ Usage
|
|
120
|
+
|
|
121
|
+
### Natural Language
|
|
122
|
+
|
|
123
|
+
Talk to your AI agent naturally β it will route to the correct workflow:
|
|
124
|
+
|
|
125
|
+
- *"Create a spec for user authentication"* β **Specification** workflow
|
|
126
|
+
- *"Build an implementation plan"* β **Task & Plan** workflow
|
|
127
|
+
- *"Execute the next task"* β **Run** workflow
|
|
128
|
+
- *"Add a rule: always use Inter font"* β **Rule** workflow
|
|
129
|
+
- *"Run a project audit"* β **Analyze** workflow
|
|
130
|
+
|
|
131
|
+
### Slash Commands
|
|
132
|
+
|
|
133
|
+
All core workflows are available as slash commands with optional arguments:
|
|
134
|
+
|
|
135
|
+
| Command | Purpose |
|
|
136
|
+
| :--- | :--- |
|
|
137
|
+
| `/magic.spec` | Create or update specifications |
|
|
138
|
+
| `/magic.task` | Generate implementation plan and tasks |
|
|
139
|
+
| `/magic.run` | Execute tasks from the plan |
|
|
140
|
+
| `/magic.rule` | Add or amend project conventions |
|
|
141
|
+
| `/magic.analyze` | Audit project health and detect drift |
|
|
142
|
+
|
|
143
|
+
#### Commands with Arguments
|
|
144
|
+
|
|
145
|
+
Each command accepts optional arguments to scope the operation to a specific **workspace** or provide a **directive**:
|
|
146
|
+
|
|
147
|
+
```bash
|
|
148
|
+
# No arguments β operates across all workspaces
|
|
149
|
+
/magic.spec
|
|
150
|
+
/magic.task
|
|
151
|
+
/magic.run
|
|
152
|
+
|
|
153
|
+
# Workspace-scoped
|
|
154
|
+
/magic.task engine # Plan only for the "engine" workspace
|
|
155
|
+
/magic.run installers # Execute tasks in "installers" workspace
|
|
156
|
+
/magic.analyze engine # Analyze only the "engine" workspace
|
|
157
|
+
|
|
158
|
+
# With directive (quoted text)
|
|
159
|
+
/magic.task "decompose phase-2" # Guided planning with focus
|
|
160
|
+
/magic.run "T-1A01" # Execute a specific task by ID
|
|
161
|
+
/magic.run "phase-2" # Execute all tasks in a phase
|
|
162
|
+
/magic.analyze "check API coverage" # Focused analysis on a specific area
|
|
163
|
+
|
|
164
|
+
# Workspace + directive
|
|
165
|
+
/magic.run installers "phase-1" # Execute phase 1 in "installers" workspace
|
|
166
|
+
/magic.task engine "only new specs" # Plan only new specs in "engine" workspace
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
> [!NOTE]
|
|
170
|
+
> **For AI IDE users (Cursor, Windsurf, Claude Code, etc.):** When you type `/` in the chat, a dropdown list of available commands appears and selecting one immediately executes it **without arguments**. If you need to pass arguments (workspace name, task ID, directive), **type the full command manually** instead of selecting from the dropdown. For example, type `/magic.run "phase-2"` directly rather than clicking `/magic.run` from the list.
|
|
171
|
+
|
|
172
|
+
## π€ Compatibility
|
|
173
|
+
|
|
174
|
+
Magic Spec provides native workflow generation for all major AI development environments.
|
|
175
|
+
|
|
176
|
+
Install with a shortcut flag (e.g., `--cursor`) or the environment flag (e.g., `--env cursor`).
|
|
177
|
+
|
|
178
|
+
| AI Agent / IDE | Shortcut Flag | Env Flag |
|
|
179
|
+
| :--- | :--- | :--- |
|
|
180
|
+
| [**Cursor**](https://cursor.com) (Agent Mode) | `--cursor` | `--env cursor` |
|
|
181
|
+
| [**Windsurf**](https://codeium.com/windsurf) (Cascade) | `--windsurf` | `--env windsurf` |
|
|
182
|
+
| [**Claude Code**](https://claude.ai/code) | `--claude` | `--env claude` |
|
|
183
|
+
| [**Gemini CLI**](https://gemini.google.com) | `--gemini` | `--env gemini` |
|
|
184
|
+
| [**GitHub Copilot**](https://github.com/features/copilot) | `--copilot` | `--env copilot` |
|
|
185
|
+
| **Roo Code** | `--roo` | `--env roo` |
|
|
186
|
+
| **Amp** | `--amp` | `--env amp` |
|
|
187
|
+
| **Amazon Q Developer** | `--q` | `--env q` |
|
|
188
|
+
| **Kilo Code** | `--kilocode` | `--env kilocode` |
|
|
189
|
+
| **Qwen Code** | `--qwen` | `--env qwen` |
|
|
190
|
+
| **OpenCode** | `--opencode` | `--env opencode` |
|
|
191
|
+
| **SHAI (OVHcloud)** | `--shai` | `--env shai` |
|
|
192
|
+
| **IBM Bob** | `--bob` | `--env bob` |
|
|
193
|
+
| **CodeBuddy** | `--codebuddy` | `--env codebuddy` |
|
|
194
|
+
| **Qoder IDE** | `--qoder` | `--env qoder` |
|
|
195
|
+
| **Codex CLI** | `--codex` | `--env codex` |
|
|
196
|
+
| **Auggie CLI** | `--augment` | `--env augment` |
|
|
197
|
+
| **Antigravity IDE** | `--antigravity` | `--env antigravity` |
|
|
198
|
+
| **Lingma IDE** | `--lingma` | `--env lingma` |
|
|
199
|
+
|
|
200
|
+
## π Documentation
|
|
201
|
+
|
|
202
|
+
| Document | Description |
|
|
203
|
+
| :--- | :--- |
|
|
204
|
+
| [**Main Documentation**](./docs/README.md) | Workflows, architecture, and advanced features |
|
|
205
|
+
| [**SDD Philosophy**](./docs/conception.md) | Two-Layer Model, Integrity by Design, Self-Improving Feedback Loop |
|
|
206
|
+
| [**Installers Guide**](./installers/README.md) | Advanced CLI options and platform specifics |
|
|
207
|
+
| [**Contributing**](./CONTRIBUTING.md) | How to develop, test, and extend the engine |
|
|
208
|
+
|
|
209
|
+
## π Support
|
|
210
|
+
|
|
211
|
+
If you encounter issues or have questions β open an [Issue](https://github.com/teratron/magic-spec/issues) on GitHub.
|
|
212
|
+
|
|
213
|
+
## πΊοΈ Roadmap
|
|
214
|
+
|
|
215
|
+
- [x] Multi-agent adapter system.
|
|
216
|
+
- [x] Phased implementation planning.
|
|
217
|
+
- [ ] Extended support for local-first LLM agents.
|
|
218
|
+
- [ ] Advanced visual dashboard for project health.
|
|
219
|
+
- [ ] Integration with CI/CD for automated spec validation.
|
|
220
|
+
|
|
221
|
+
## ποΈ Contributing
|
|
222
|
+
|
|
223
|
+
We welcome contributions! See the [**Contributing Guide**](./CONTRIBUTING.md) for details.
|
|
224
|
+
|
|
225
|
+
## π₯ Authors and Acknowledgments
|
|
226
|
+
|
|
227
|
+
- **Oleg Alexandrov** β Creator and Lead Maintainer.
|
|
228
|
+
- Special thanks to the AI agent community for inspiration and testing.
|
|
229
|
+
|
|
230
|
+
## π License
|
|
231
|
+
|
|
232
|
+
Distributed under the [Apache License 2.0](./LICENSE).
|
|
233
|
+
|
|
234
|
+
## π Project Status
|
|
235
|
+
|
|
236
|
+
**Active Development** (v1.5.206). We are constantly refining the SDD engine based on real-world usage.
|
package/installers/config.json
CHANGED
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
"magic.task"
|
|
18
18
|
],
|
|
19
19
|
"devWorkflows": [
|
|
20
|
-
"magic.dev.
|
|
20
|
+
"magic.dev.publish",
|
|
21
|
+
"magic.dev.simulate",
|
|
22
|
+
"magic.dev.sync"
|
|
21
23
|
],
|
|
22
24
|
"devSkills": [
|
|
23
|
-
"magic.dev.
|
|
25
|
+
"magic.dev.publish",
|
|
26
|
+
"magic.dev.simulate",
|
|
27
|
+
"magic.dev.sync"
|
|
24
28
|
],
|
|
25
29
|
"magicFiles": [
|
|
26
30
|
"analyze.md",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magic-spec",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.206",
|
|
4
4
|
"description": "Magic Specification-Driven Development (SDD) Workflow",
|
|
5
5
|
"author": "Oleg Alexandrov <alexandrovoleg.ru@gmail.com>",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
7
|
"homepage": "https://github.com/teratron/magic-spec",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|