@flavor-code/plugin-catalog 1.0.12 → 1.0.13
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/catalog.json +42 -2
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
4
|
-
"contentHash": "
|
|
3
|
+
"generatedAt": "2026-08-30T02:26:07.164Z",
|
|
4
|
+
"contentHash": "26faa2c24894b0fa5f5e0515d7cfba3572561ad37c17d877d84641ccf87b978a",
|
|
5
5
|
"plugins": [
|
|
6
6
|
{
|
|
7
7
|
"name": "astgraph",
|
|
@@ -17,6 +17,34 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org",
|
|
18
18
|
"qualityScore": 100
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"name": "edit-doctor",
|
|
22
|
+
"description": "在编辑或写入后执行轻量语法检查并标记损坏文件。",
|
|
23
|
+
"tags": [
|
|
24
|
+
"编辑检查",
|
|
25
|
+
"语法检查",
|
|
26
|
+
"文件完整性",
|
|
27
|
+
"钩子",
|
|
28
|
+
"开发辅助"
|
|
29
|
+
],
|
|
30
|
+
"packageName": "@flavor-code/edit-doctor",
|
|
31
|
+
"version": "0.1.0",
|
|
32
|
+
"hash": "45eac8b4ab43300a9aa6eeac134f4bef341d7a705c45ce3bf35ef3de54fc7ae4",
|
|
33
|
+
"registry": "https://registry.npmjs.org",
|
|
34
|
+
"qualityScore": 100
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "secret-guard",
|
|
38
|
+
"description": "密钥安全插件",
|
|
39
|
+
"tags": [
|
|
40
|
+
"secret"
|
|
41
|
+
],
|
|
42
|
+
"packageName": "@flavor-code/secret-guard",
|
|
43
|
+
"version": "0.1.0",
|
|
44
|
+
"hash": "da9b0c35d3a935efd871c93ba08f97b81bd38c4e19e997c0b4daa728f7fd58a3",
|
|
45
|
+
"registry": "https://registry.npmjs.org",
|
|
46
|
+
"qualityScore": 100
|
|
47
|
+
},
|
|
20
48
|
{
|
|
21
49
|
"name": "shell-doctor",
|
|
22
50
|
"description": "诊断并纠正 Shell 命令的平台错配失败(如 Windows 下误用 bash 语法),自动提示重试。",
|
|
@@ -64,6 +92,18 @@
|
|
|
64
92
|
"hash": "8e6b467df2a00a36c119ba1def937c622570702e637b1a3037037e754983aa2d",
|
|
65
93
|
"registry": "https://registry.npmjs.org",
|
|
66
94
|
"qualityScore": 95
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "verify-gate",
|
|
98
|
+
"description": "验证门禁插件,它在代码修改后未经测试验证时通过 Stop hook 否决结束回合,强制先运行验证再收工",
|
|
99
|
+
"tags": [
|
|
100
|
+
"门禁"
|
|
101
|
+
],
|
|
102
|
+
"packageName": "@flavor-code/verify-gate",
|
|
103
|
+
"version": "0.1.0",
|
|
104
|
+
"hash": "a226020091994d41dfe235718e2111c8f089ae17015a374be9031e339793fdf2",
|
|
105
|
+
"registry": "https://registry.npmjs.org",
|
|
106
|
+
"qualityScore": 100
|
|
67
107
|
}
|
|
68
108
|
]
|
|
69
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flavor-code/plugin-catalog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "Approved Flavor Code plugin catalog",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"flavor-plugin",
|
|
12
12
|
"plugin-catalog"
|
|
13
13
|
],
|
|
14
|
-
"flavorCatalogHash": "
|
|
14
|
+
"flavorCatalogHash": "26faa2c24894b0fa5f5e0515d7cfba3572561ad37c17d877d84641ccf87b978a",
|
|
15
15
|
"flavorCatalogSchemaVersion": 1,
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"access": "public",
|