@wrongstack/plugins 1.0.3 → 1.0.4
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.
|
@@ -494,6 +494,13 @@ var HOST_PLUGIN_AUDIT_ENTRIES = [
|
|
|
494
494
|
defaultState: "inactive",
|
|
495
495
|
canDisable: true
|
|
496
496
|
},
|
|
497
|
+
{
|
|
498
|
+
name: "wstack-specialist-triggers",
|
|
499
|
+
risk: "medium",
|
|
500
|
+
summary: "Spawns roster specialists when files matching their patterns change.",
|
|
501
|
+
defaultState: "inactive",
|
|
502
|
+
canDisable: true
|
|
503
|
+
},
|
|
497
504
|
{
|
|
498
505
|
name: "wstack-skills",
|
|
499
506
|
risk: "medium",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/plugins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Official WrongStack collection of focused plugins for code quality, security, observability, planning, and agent coordination",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ECOSTACK TECHNOLOGY OÜ",
|
|
@@ -303,10 +303,10 @@
|
|
|
303
303
|
"vitest": "^4.1.11"
|
|
304
304
|
},
|
|
305
305
|
"dependencies": {
|
|
306
|
-
"@wrongstack/core": "1.0.
|
|
307
|
-
"@wrongstack/primitives": "1.0.
|
|
308
|
-
"@wrongstack/plugin-sdk": "1.0.
|
|
309
|
-
"@wrongstack/tools": "1.0.
|
|
306
|
+
"@wrongstack/core": "1.0.4",
|
|
307
|
+
"@wrongstack/primitives": "1.0.4",
|
|
308
|
+
"@wrongstack/plugin-sdk": "1.0.4",
|
|
309
|
+
"@wrongstack/tools": "1.0.4"
|
|
310
310
|
},
|
|
311
311
|
"scripts": {
|
|
312
312
|
"build": "node ../../scripts/build-package.mjs",
|