dsh-embedded-workbench 0.8.0 → 0.8.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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-embedded-workbench",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Embedded C/C++ firmware development toolbox — 4 agents, 8 skills covering FreeRTOS, ISR, NVM storage, Keil MDK, ARMCLANG, HardFault, state machines, architecture, LVGL patterns, and claim fact-checking. Ships a native DeepSeek Harness (dsh) bundle that injects the session-start gate into the first model step.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -32,12 +32,13 @@
|
|
|
32
32
|
"patch": "./cordis.patch.yml"
|
|
33
33
|
},
|
|
34
34
|
"compatibility": {
|
|
35
|
-
"dsh": "^0.1.0-rc.7 || ^0.1.1-rc.1",
|
|
35
|
+
"dsh": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.2",
|
|
36
36
|
"dshReleases": {
|
|
37
37
|
"0.1.0-rc.7": "compatible",
|
|
38
38
|
"0.1.0-rc.8": "compatible",
|
|
39
39
|
"0.1.1-rc.1": "compatible",
|
|
40
|
-
"0.1.1-rc.2": "compatible"
|
|
40
|
+
"0.1.1-rc.2": "compatible",
|
|
41
|
+
"0.1.2-alpha.2": "compatible"
|
|
41
42
|
},
|
|
42
43
|
"profiles": [
|
|
43
44
|
"headless"
|