@microi.net/cli 5.0.9 → 5.1.0
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/.codebuddy-plugin/marketplace.json +2 -2
- package/.codebuddy-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.workbuddy-plugin/marketplace.json +2 -2
- package/.workbuddy-plugin/plugin.json +1 -1
- package/assets/build-meta.json +6 -6
- package/cordis.patch.yml +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server.js +74 -74
- package/scripts/microi-cli.js +129 -36
- package/scripts/microi-skills.meta.json +196 -190
- package/skills/.microi-skills-version.json +2 -2
- package/skills/.progressive-disclosure-manifest.json +20 -20
- package/skills/README.md +5 -4
- package/skills/ai-engine/SKILL.md +1 -1
- package/skills/app-store/SKILL.md +11 -1
- package/skills/microi-form-engine/SKILL.md +4 -0
- package/skills/microi-form-layout/SKILL.md +10 -1
- package/skills/module-engine/SKILL.md +10 -0
- package/skills/ui-design/SKILL.md +18 -1
- package/skills/v8-security/SKILL.md +10 -8
- package/skills/v8-tcp-integration/SKILL.md +148 -0
- package/skills/v8-tcp-integration/agents/openai.yaml +4 -0
- package/skills/v8-utilities/SKILL.md +1 -0
- package/skills/v8-utilities/references/server-api-index.md +3 -2
- package/skills/workspace-conventions/SKILL.md +8 -1
- package/skills/workspace-conventions/references/progressive-01-/347/211/210/346/234/254/346/233/264/346/226/260/346/227/245/345/277/227/344/277/235/346/212/244/350/247/204/345/210/231-/345/274/272/345/210/266.md +2 -2
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-18T03:50:52.939Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.0
|
|
6
|
+
"version": "5.1.0",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.0
|
|
10
|
+
"version": "5.1.0",
|
|
11
11
|
"versionRule": "Microi version uses three numeric parts. Each publish increments the last part; when a part exceeds 9 it carries to the previous part: 1.0.9 -> 1.1.0, 1.9.9 -> 2.0.0.",
|
|
12
12
|
"managedBy": "Microi.VSCode/bump-version.js"
|
|
13
13
|
},
|
|
14
14
|
"output": {
|
|
15
15
|
"dir": "dist/microi.skills",
|
|
16
|
-
"files":
|
|
17
|
-
"skills":
|
|
18
|
-
"bytes":
|
|
16
|
+
"files": 172,
|
|
17
|
+
"skills": 63,
|
|
18
|
+
"bytes": 2101802
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
22
|
-
".progressive-disclosure-manifest.json": "
|
|
23
|
-
"README.md": "
|
|
24
|
-
"ai-engine/SKILL.md": "
|
|
21
|
+
".microi-skills-version.json": "5de4a38261cbf1d0e067b50c2cd2fc419ba1c4d024dfd45cf9fe3ede4c6026ca",
|
|
22
|
+
".progressive-disclosure-manifest.json": "dc5cfc483df88dfd1f9f5bfba62bceddec5bb28ab551d07b6ed9a91ec33c8e51",
|
|
23
|
+
"README.md": "e4c36c39515953ac1953622f19671d2c377a8828aae20f877bdd39ab1dcb0cb1",
|
|
24
|
+
"ai-engine/SKILL.md": "a9d3b152c6d8ca03bfa37669d4e81cf33c7361f3105165e40cb357f1b23b2bfb",
|
|
25
25
|
"ai-engine/agents/openai.yaml": "40deb07801006a46b9a7f0020d13251955eeadd04c8e591160210479936f8b5b",
|
|
26
26
|
"ai-platform-governance/SKILL.md": "e45979b1b135958834ce2eb40be612a1a84aee05933af862f157026d8fc00be9",
|
|
27
27
|
"ai-platform-governance/references/progressive-01-功能开关.md": "ea46fb02267e9e3ace3d9d72e67b02183c61e5c198f4b2f27e8196d6ee6d0bec",
|
|
28
|
-
"app-store/SKILL.md": "
|
|
28
|
+
"app-store/SKILL.md": "292e9a27939d7c77c1cc95ef2b2f2f3f0b4366658bc5677c2898911de93ca5ef",
|
|
29
29
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
30
30
|
"business-blueprint/SKILL.md": "01619a3b6d37b5b67649ee59d2701301222006d3b943882b2802b1721c58f8a9",
|
|
31
31
|
"datasource-engine/SKILL.md": "bed8352f1d43b55145e1c492d1ea0ca1ec8750b5c4d74e1e80cd71aa7b9a2e6f",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"microi-docs-coverage/SKILL.md": "44d2e633946af233bdd5a59a9fb74a8613e82031fa2f4635a2664fff0ad6c210",
|
|
62
62
|
"microi-docs-coverage/references/capability-map.md": "261a35a1383621d6643da33d71f5f64431ff5fe66e2bb3ef7492d03acac75ea5",
|
|
63
63
|
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "ebd57f17f2ebae499bfa59ad17830db458590feb76f7f0f20219ff0987b33af3",
|
|
64
|
-
"microi-form-engine/SKILL.md": "
|
|
64
|
+
"microi-form-engine/SKILL.md": "b20bc82291f37902def50018a05e38328cf3e5770089f9506521a255db590a7b",
|
|
65
65
|
"microi-form-engine/references/component-catalog.md": "68963c2d5211a4610c09fab1fa127a349339abbb7427509b183d4be72e977c7b",
|
|
66
66
|
"microi-form-engine/references/data-source-events.md": "59a95a36624476b12cdc84e4c23975d074b1f115df19992fd0fd075bb982e7cb",
|
|
67
|
-
"microi-form-layout/SKILL.md": "
|
|
67
|
+
"microi-form-layout/SKILL.md": "3970f25e1bee69ab048af13456853ff4f1d63430fbbcc6c01b52c46d6e0251ed",
|
|
68
68
|
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "b72f79f9cf7635d0add29aa954c9dc0d333a62f45ee1d6113fbd7ee250b26965",
|
|
69
69
|
"microi-frontend-sdk/SKILL.md": "010e5e10a0cbe47a450cb6e4a699b8b26605f23f340adf9d86c66fb2fbef2f7f",
|
|
70
70
|
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "fdcc7aca57eaf7d0fa509dc28ef96abeb1099ed4da1e48411b4bb476d9f51390",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "44df3c20120298f6565cf4388eadca70d98d097880c61168ce6d3ac03e80968b",
|
|
87
87
|
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "31a0a12e39ec785df038fb5c73d4978d6dec42d86c52b79e91082c9ac13f29cf",
|
|
88
88
|
"microi.v8.js": "25ff9e9aca3ff5167a1f3f06e262e3389a6d732cb12b9a3ddb4f218fb331ef53",
|
|
89
|
-
"module-engine/SKILL.md": "
|
|
89
|
+
"module-engine/SKILL.md": "82e625617225d39ddf93253429862d67e13a265601b71873ce8f368fd3fde3da",
|
|
90
90
|
"module-engine/references/module-config.md": "900f3baf7ae8d1311b1e1b8553aeae2ece4d8260fea29a1bd4237f3f9f35fe7d",
|
|
91
91
|
"ocr-engine/SKILL.md": "239fed8ba28c0178fbbcc4c3dc8d4f3b8b8cf1d2b794db2014c2600ea7835da6",
|
|
92
92
|
"ocr-engine/agents/openai.yaml": "3a6cc9984a246c41332c5f53d1badef31b78f81324333ea0d6337cb20c7fc898",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"spider-engine/SKILL.md": "e24018f7ab2a07706a70bb592adb7a2f91f0a66e3f9bc944593e18731c53d77e",
|
|
112
112
|
"translate-engine/SKILL.md": "8f4c49d49049dfc0ed5e0a792b35a2c2490e2279a4e3be90f29309a4e55a9d53",
|
|
113
113
|
"translate-engine/agents/openai.yaml": "8eb47e08a691219bbe22a797ddbdf73234ec77f86e5724bc735fb0738d899112",
|
|
114
|
-
"ui-design/SKILL.md": "
|
|
114
|
+
"ui-design/SKILL.md": "9301d789fd9de4323c964e77df20f3509bf2acd7a05da9071043b4acf3f9cc35",
|
|
115
115
|
"ui-design/assets/pattern-showcase/app.js": "68a8d404c30096da853c6edbc7cb27f336982147ddfebccd66c03ba3d99427cd",
|
|
116
116
|
"ui-design/assets/pattern-showcase/index.html": "242f94772a5f14e38296f1e925f30a9a5fef2103975831cbd47861a3fc14d5bc",
|
|
117
117
|
"ui-design/assets/pattern-showcase/styles.css": "77c34ddae0dd9c665c8774dc6def4bd8f4f5ed02470d4343d116ed141c87eccb",
|
|
@@ -170,196 +170,200 @@
|
|
|
170
170
|
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "842c74bd8bc30b932346e34c0d4154edffc1bf6a5a8aaafaaa344f250394762c",
|
|
171
171
|
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "e9f981e17e3d93d64aeeeb1bbc80a0eb680414e17782d43bfc7c1db676063dd0",
|
|
172
172
|
"v8-saas-multi-tenant/SKILL.md": "f3f4e7b0ce320eb72a62bce3666cd7420a17d477c4d6a5dd29d7cef7a61cfb0e",
|
|
173
|
-
"v8-security/SKILL.md": "
|
|
173
|
+
"v8-security/SKILL.md": "d0a235ea135da81111456c7d6b737589d2f8d0daaa67323de2b94f31ebd46758",
|
|
174
174
|
"v8-security/references/progressive-01-2-权限校验.md": "a7e2314b8f2f9bf413956191ffeda6d2f823760def2b06bf6b4c1565e8f71816",
|
|
175
175
|
"v8-security/references/progressive-02-7-日志记录.md": "2758de279da56e90587df8422e25a1ccfce5c3bdc1f1c363a90c666b6c3f298a",
|
|
176
176
|
"v8-sql-query/SKILL.md": "23a12c6801627890d18ff9f1d09cdd1abbd9b08ffc12ef6a12c915d504ed3255",
|
|
177
177
|
"v8-table-event/SKILL.md": "8479380d0583279ee350534b7ed8d6c73ff0fe92ede028f15f80b9f02972f283",
|
|
178
178
|
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "baa4e6670f693d62ab5fc9d5bd692dfd801ed30a530c5224c7c149088712b5d7",
|
|
179
179
|
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "e72d4ddf9dd29c7f96cdfc2efbeede33e7a50049b5d8971356a54f596d44e2bd",
|
|
180
|
+
"v8-tcp-integration/SKILL.md": "1572287f2541ffa049f8b0a4accd28680a3cf55c18bc8525559c9623596df680",
|
|
181
|
+
"v8-tcp-integration/agents/openai.yaml": "0de66958f5fe4f3410c42578a5462daa0d9d282efd4a1f5a1fad1f8541110515",
|
|
180
182
|
"v8-template-engine/SKILL.md": "19363a9e047737b62236f187946ac8398ee6cb19907de70ce0888681b75afb15",
|
|
181
|
-
"v8-utilities/SKILL.md": "
|
|
183
|
+
"v8-utilities/SKILL.md": "8313a3e0e0c5f7a29cb22231b751a52107e3efa3b790e994343e54807fcb7285",
|
|
182
184
|
"v8-utilities/references/client-api-index.md": "3362126197bd34191640d6bd532b16f1ed446c4a8a9d805f4973be5d58b90a4a",
|
|
183
185
|
"v8-utilities/references/platform-http-routes.md": "87579eef4e89b4c80e1757ad34ec951e0ccadb6bd15aab4f3ab247f55d5f1cd5",
|
|
184
|
-
"v8-utilities/references/server-api-index.md": "
|
|
186
|
+
"v8-utilities/references/server-api-index.md": "c5b9fc297f066e1c48ae2cf7de042afe4d7d41ff60faa93c67020bb95a011d75",
|
|
185
187
|
"v8-workflow/SKILL.md": "6b4f705957c9e2a5a905b9de0953fe3780b43a40140d6df5824386712a8eb911",
|
|
186
188
|
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "9b6b01e7ac03c0a11bc837671a30107ff5c5f253029d74fd17713084104d7e99",
|
|
187
|
-
"workspace-conventions/SKILL.md": "
|
|
188
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "
|
|
189
|
+
"workspace-conventions/SKILL.md": "5a9374a090794c01c3924ce1a13c44f19f38474e2f152da27c8f5513dd8638de",
|
|
190
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "576a781ecc529f7b5c9a824326445b2c90b3172ba0285a73fae4a2e45c9b84f5",
|
|
189
191
|
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "6720c8700972ca2b0b0b4378a137b70763542a280043c75d79d551be1f57b308",
|
|
190
192
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
191
193
|
},
|
|
192
194
|
"fileVersions": {
|
|
193
|
-
".microi-skills-version.json": "5.0
|
|
194
|
-
".progressive-disclosure-manifest.json": "5.0
|
|
195
|
-
"README.md": "5.0
|
|
196
|
-
"ai-engine/SKILL.md": "5.0
|
|
197
|
-
"ai-engine/agents/openai.yaml": "5.0
|
|
198
|
-
"ai-platform-governance/SKILL.md": "5.0
|
|
199
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "5.0
|
|
200
|
-
"app-store/SKILL.md": "5.0
|
|
201
|
-
"app-store/agents/openai.yaml": "5.0
|
|
202
|
-
"business-blueprint/SKILL.md": "5.0
|
|
203
|
-
"datasource-engine/SKILL.md": "5.0
|
|
204
|
-
"datasource-engine/agents/openai.yaml": "5.0
|
|
205
|
-
"dos-orm/SKILL.md": "5.0
|
|
206
|
-
"dos-orm/references/api-reference.md": "5.0
|
|
207
|
-
"job-engine/SKILL.md": "5.0
|
|
208
|
-
"job-engine/agents/openai.yaml": "5.0
|
|
209
|
-
"message-notification/SKILL.md": "5.0
|
|
210
|
-
"message-notification/agents/openai.yaml": "5.0
|
|
211
|
-
"message-notification/references/contracts.md": "5.0
|
|
212
|
-
"microi-ai-app-auth.js": "5.0
|
|
213
|
-
"microi-ai-application/SKILL.md": "5.0
|
|
214
|
-
"microi-ai-application/agents/openai.yaml": "5.0
|
|
215
|
-
"microi-ai-application/references/frontend-baseline.md": "5.0
|
|
216
|
-
"microi-client-frontend/SKILL.md": "5.0
|
|
217
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.0
|
|
218
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.0
|
|
219
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.0
|
|
220
|
-
"microi-codex-installer/SKILL.md": "5.0
|
|
221
|
-
"microi-codex-installer/agents/openai.yaml": "5.0
|
|
222
|
-
"microi-codex/SKILL.md": "5.0
|
|
223
|
-
"microi-datasource-mapping/SKILL.md": "5.0
|
|
224
|
-
"microi-db-schema/SKILL.md": "5.0
|
|
225
|
-
"microi-db-schema/agents/openai.yaml": "5.0
|
|
226
|
-
"microi-db-schema/references/core-tables.md": "5.0
|
|
227
|
-
"microi-db-schema/references/form-component-options.md": "5.0
|
|
228
|
-
"microi-db-schema/references/schema-overview.md": "5.0
|
|
229
|
-
"microi-db-schema/references/schema.md": "5.0
|
|
230
|
-
"microi-db-schema/references/table-catalog.md": "5.0
|
|
231
|
-
"microi-deployment/SKILL.md": "5.0
|
|
232
|
-
"microi-deployment/references/deployment-matrix.md": "5.0
|
|
233
|
-
"microi-docs-coverage/SKILL.md": "5.0
|
|
234
|
-
"microi-docs-coverage/references/capability-map.md": "5.0
|
|
235
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.0
|
|
236
|
-
"microi-form-engine/SKILL.md": "5.0
|
|
237
|
-
"microi-form-engine/references/component-catalog.md": "5.0
|
|
238
|
-
"microi-form-engine/references/data-source-events.md": "5.0
|
|
239
|
-
"microi-form-layout/SKILL.md": "5.0
|
|
240
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.0
|
|
241
|
-
"microi-frontend-sdk/SKILL.md": "5.0
|
|
242
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.0
|
|
243
|
-
"microi-left-right-layout/SKILL.md": "5.0
|
|
244
|
-
"microi-microservice/SKILL.md": "5.0
|
|
245
|
-
"microi-microservice/references/runtime-delivery.md": "5.0
|
|
246
|
-
"microi-mobile-app-quality/SKILL.md": "5.0
|
|
247
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.0
|
|
248
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.0
|
|
249
|
-
"microi-solution-quotation/SKILL.md": "5.0
|
|
250
|
-
"microi-solution-quotation/agents/openai.yaml": "5.0
|
|
251
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "5.0
|
|
252
|
-
"microi-system-delivery/SKILL.md": "5.0
|
|
253
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.0
|
|
254
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.0
|
|
255
|
-
"microi-ui/SKILL.md": "5.0
|
|
256
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.0
|
|
257
|
-
"microi-uniapp-frontend/SKILL.md": "5.0
|
|
258
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.0
|
|
259
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.0
|
|
260
|
-
"microi.v8.js": "5.0
|
|
261
|
-
"module-engine/SKILL.md": "5.0
|
|
262
|
-
"module-engine/references/module-config.md": "5.0
|
|
263
|
-
"ocr-engine/SKILL.md": "5.0
|
|
264
|
-
"ocr-engine/agents/openai.yaml": "5.0
|
|
265
|
-
"page-engine/SKILL.md": "5.0
|
|
266
|
-
"page-engine/references/progressive-01-所有组件类型.md": "5.0
|
|
267
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.0
|
|
268
|
-
"performance-testing/SKILL.md": "5.0
|
|
269
|
-
"playwright-e2e/SKILL.md": "5.0
|
|
270
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.0
|
|
271
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.0
|
|
272
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.0
|
|
273
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "5.0
|
|
274
|
-
"print-engine/SKILL.md": "5.0
|
|
275
|
-
"production-readonly-audit/SKILL.md": "5.0
|
|
276
|
-
"report-engine/SKILL.md": "5.0
|
|
277
|
-
"report-engine/agents/openai.yaml": "5.0
|
|
278
|
-
"scripts/optimize-progressive-disclosure.mjs": "5.0
|
|
279
|
-
"scripts/refresh-progressive-disclosure.mjs": "5.0
|
|
280
|
-
"scripts/validate-progressive-disclosure.mjs": "5.0
|
|
281
|
-
"search-engine/SKILL.md": "5.0
|
|
282
|
-
"search-engine/agents/openai.yaml": "5.0
|
|
283
|
-
"spider-engine/SKILL.md": "5.0
|
|
284
|
-
"translate-engine/SKILL.md": "5.0
|
|
285
|
-
"translate-engine/agents/openai.yaml": "5.0
|
|
286
|
-
"ui-design/SKILL.md": "5.0
|
|
287
|
-
"ui-design/assets/pattern-showcase/app.js": "5.0
|
|
288
|
-
"ui-design/assets/pattern-showcase/index.html": "5.0
|
|
289
|
-
"ui-design/assets/pattern-showcase/styles.css": "5.0
|
|
290
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "5.0
|
|
291
|
-
"ui-design/references/design-pattern-library.md": "5.0
|
|
292
|
-
"ui-design/references/mci-design-contract.md": "5.0
|
|
293
|
-
"ui-design/references/motion-and-media.md": "5.0
|
|
294
|
-
"ui-design/references/product-flow-recipes.md": "5.0
|
|
295
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.0
|
|
296
|
-
"ui-design/references/progressive-02-字体.md": "5.0
|
|
297
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.0
|
|
298
|
-
"ui-design/references/progressive-04-组件风格速查.md": "5.0
|
|
299
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "5.0
|
|
300
|
-
"ui-design/references/progressive-06-主题切换实现.md": "5.0
|
|
301
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.0
|
|
302
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.0
|
|
303
|
-
"uniapp-mall-assets/SKILL.md": "5.0
|
|
304
|
-
"unity-integration/SKILL.md": "5.0
|
|
305
|
-
"unity-integration/agents/openai.yaml": "5.0
|
|
306
|
-
"unity-integration/references/ai-app-delivery.md": "5.0
|
|
307
|
-
"unity-integration/references/sdk-api.md": "5.0
|
|
308
|
-
"unity-integration/references/toolbox-migration.md": "5.0
|
|
309
|
-
"unity-integration/references/webgl-hosting.md": "5.0
|
|
310
|
-
"v8-api-config/SKILL.md": "5.0
|
|
311
|
-
"v8-cache-pattern/SKILL.md": "5.0
|
|
312
|
-
"v8-crud-api/SKILL.md": "5.0
|
|
313
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.0
|
|
314
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.0
|
|
315
|
-
"v8-debugging/SKILL.md": "5.0
|
|
316
|
-
"v8-explorer-tree/SKILL.md": "5.0
|
|
317
|
-
"v8-export-import/SKILL.md": "5.0
|
|
318
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.0
|
|
319
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.0
|
|
320
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.0
|
|
321
|
-
"v8-file-upload/SKILL.md": "5.0
|
|
322
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.0
|
|
323
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.0
|
|
324
|
-
"v8-formengine-http/SKILL.md": "5.0
|
|
325
|
-
"v8-frontend-events/SKILL.md": "5.0
|
|
326
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "5.0
|
|
327
|
-
"v8-frontend-events/references/bluetooth-print.md": "5.0
|
|
328
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "5.0
|
|
329
|
-
"v8-http-integration/SKILL.md": "5.0
|
|
330
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "5.0
|
|
331
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.0
|
|
332
|
-
"v8-image-processing/SKILL.md": "5.0
|
|
333
|
-
"v8-image-processing/agents/openai.yaml": "5.0
|
|
334
|
-
"v8-image-processing/references/api-reference.md": "5.0
|
|
335
|
-
"v8-menu-buttons/SKILL.md": "5.0
|
|
336
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.0
|
|
337
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.0
|
|
338
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.0
|
|
339
|
-
"v8-mongodb/SKILL.md": "5.0
|
|
340
|
-
"v8-mq-mqtt/SKILL.md": "5.0
|
|
341
|
-
"v8-mq-mqtt/references/mqtt-production.md": "5.0
|
|
342
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.0
|
|
343
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.0
|
|
344
|
-
"v8-saas-multi-tenant/SKILL.md": "5.0
|
|
345
|
-
"v8-security/SKILL.md": "5.0
|
|
346
|
-
"v8-security/references/progressive-01-2-权限校验.md": "5.0
|
|
347
|
-
"v8-security/references/progressive-02-7-日志记录.md": "5.0
|
|
348
|
-
"v8-sql-query/SKILL.md": "5.0
|
|
349
|
-
"v8-table-event/SKILL.md": "5.0
|
|
350
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.0
|
|
351
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.0
|
|
352
|
-
"v8-
|
|
353
|
-
"v8-
|
|
354
|
-
"v8-
|
|
355
|
-
"v8-utilities/
|
|
356
|
-
"v8-utilities/references/
|
|
357
|
-
"v8-
|
|
358
|
-
"v8-
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"workspace-conventions/
|
|
362
|
-
"workspace-conventions/references/progressive-
|
|
195
|
+
".microi-skills-version.json": "5.1.0",
|
|
196
|
+
".progressive-disclosure-manifest.json": "5.1.0",
|
|
197
|
+
"README.md": "5.1.0",
|
|
198
|
+
"ai-engine/SKILL.md": "5.1.0",
|
|
199
|
+
"ai-engine/agents/openai.yaml": "5.1.0",
|
|
200
|
+
"ai-platform-governance/SKILL.md": "5.1.0",
|
|
201
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.1.0",
|
|
202
|
+
"app-store/SKILL.md": "5.1.0",
|
|
203
|
+
"app-store/agents/openai.yaml": "5.1.0",
|
|
204
|
+
"business-blueprint/SKILL.md": "5.1.0",
|
|
205
|
+
"datasource-engine/SKILL.md": "5.1.0",
|
|
206
|
+
"datasource-engine/agents/openai.yaml": "5.1.0",
|
|
207
|
+
"dos-orm/SKILL.md": "5.1.0",
|
|
208
|
+
"dos-orm/references/api-reference.md": "5.1.0",
|
|
209
|
+
"job-engine/SKILL.md": "5.1.0",
|
|
210
|
+
"job-engine/agents/openai.yaml": "5.1.0",
|
|
211
|
+
"message-notification/SKILL.md": "5.1.0",
|
|
212
|
+
"message-notification/agents/openai.yaml": "5.1.0",
|
|
213
|
+
"message-notification/references/contracts.md": "5.1.0",
|
|
214
|
+
"microi-ai-app-auth.js": "5.1.0",
|
|
215
|
+
"microi-ai-application/SKILL.md": "5.1.0",
|
|
216
|
+
"microi-ai-application/agents/openai.yaml": "5.1.0",
|
|
217
|
+
"microi-ai-application/references/frontend-baseline.md": "5.1.0",
|
|
218
|
+
"microi-client-frontend/SKILL.md": "5.1.0",
|
|
219
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.1.0",
|
|
220
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.1.0",
|
|
221
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.1.0",
|
|
222
|
+
"microi-codex-installer/SKILL.md": "5.1.0",
|
|
223
|
+
"microi-codex-installer/agents/openai.yaml": "5.1.0",
|
|
224
|
+
"microi-codex/SKILL.md": "5.1.0",
|
|
225
|
+
"microi-datasource-mapping/SKILL.md": "5.1.0",
|
|
226
|
+
"microi-db-schema/SKILL.md": "5.1.0",
|
|
227
|
+
"microi-db-schema/agents/openai.yaml": "5.1.0",
|
|
228
|
+
"microi-db-schema/references/core-tables.md": "5.1.0",
|
|
229
|
+
"microi-db-schema/references/form-component-options.md": "5.1.0",
|
|
230
|
+
"microi-db-schema/references/schema-overview.md": "5.1.0",
|
|
231
|
+
"microi-db-schema/references/schema.md": "5.1.0",
|
|
232
|
+
"microi-db-schema/references/table-catalog.md": "5.1.0",
|
|
233
|
+
"microi-deployment/SKILL.md": "5.1.0",
|
|
234
|
+
"microi-deployment/references/deployment-matrix.md": "5.1.0",
|
|
235
|
+
"microi-docs-coverage/SKILL.md": "5.1.0",
|
|
236
|
+
"microi-docs-coverage/references/capability-map.md": "5.1.0",
|
|
237
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.1.0",
|
|
238
|
+
"microi-form-engine/SKILL.md": "5.1.0",
|
|
239
|
+
"microi-form-engine/references/component-catalog.md": "5.1.0",
|
|
240
|
+
"microi-form-engine/references/data-source-events.md": "5.1.0",
|
|
241
|
+
"microi-form-layout/SKILL.md": "5.1.0",
|
|
242
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.1.0",
|
|
243
|
+
"microi-frontend-sdk/SKILL.md": "5.1.0",
|
|
244
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.1.0",
|
|
245
|
+
"microi-left-right-layout/SKILL.md": "5.1.0",
|
|
246
|
+
"microi-microservice/SKILL.md": "5.1.0",
|
|
247
|
+
"microi-microservice/references/runtime-delivery.md": "5.1.0",
|
|
248
|
+
"microi-mobile-app-quality/SKILL.md": "5.1.0",
|
|
249
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.1.0",
|
|
250
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.1.0",
|
|
251
|
+
"microi-solution-quotation/SKILL.md": "5.1.0",
|
|
252
|
+
"microi-solution-quotation/agents/openai.yaml": "5.1.0",
|
|
253
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.1.0",
|
|
254
|
+
"microi-system-delivery/SKILL.md": "5.1.0",
|
|
255
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.1.0",
|
|
256
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.1.0",
|
|
257
|
+
"microi-ui/SKILL.md": "5.1.0",
|
|
258
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.1.0",
|
|
259
|
+
"microi-uniapp-frontend/SKILL.md": "5.1.0",
|
|
260
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.1.0",
|
|
261
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.1.0",
|
|
262
|
+
"microi.v8.js": "5.1.0",
|
|
263
|
+
"module-engine/SKILL.md": "5.1.0",
|
|
264
|
+
"module-engine/references/module-config.md": "5.1.0",
|
|
265
|
+
"ocr-engine/SKILL.md": "5.1.0",
|
|
266
|
+
"ocr-engine/agents/openai.yaml": "5.1.0",
|
|
267
|
+
"page-engine/SKILL.md": "5.1.0",
|
|
268
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.1.0",
|
|
269
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.1.0",
|
|
270
|
+
"performance-testing/SKILL.md": "5.1.0",
|
|
271
|
+
"playwright-e2e/SKILL.md": "5.1.0",
|
|
272
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.1.0",
|
|
273
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.1.0",
|
|
274
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.1.0",
|
|
275
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.1.0",
|
|
276
|
+
"print-engine/SKILL.md": "5.1.0",
|
|
277
|
+
"production-readonly-audit/SKILL.md": "5.1.0",
|
|
278
|
+
"report-engine/SKILL.md": "5.1.0",
|
|
279
|
+
"report-engine/agents/openai.yaml": "5.1.0",
|
|
280
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.1.0",
|
|
281
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.1.0",
|
|
282
|
+
"scripts/validate-progressive-disclosure.mjs": "5.1.0",
|
|
283
|
+
"search-engine/SKILL.md": "5.1.0",
|
|
284
|
+
"search-engine/agents/openai.yaml": "5.1.0",
|
|
285
|
+
"spider-engine/SKILL.md": "5.1.0",
|
|
286
|
+
"translate-engine/SKILL.md": "5.1.0",
|
|
287
|
+
"translate-engine/agents/openai.yaml": "5.1.0",
|
|
288
|
+
"ui-design/SKILL.md": "5.1.0",
|
|
289
|
+
"ui-design/assets/pattern-showcase/app.js": "5.1.0",
|
|
290
|
+
"ui-design/assets/pattern-showcase/index.html": "5.1.0",
|
|
291
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.1.0",
|
|
292
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.1.0",
|
|
293
|
+
"ui-design/references/design-pattern-library.md": "5.1.0",
|
|
294
|
+
"ui-design/references/mci-design-contract.md": "5.1.0",
|
|
295
|
+
"ui-design/references/motion-and-media.md": "5.1.0",
|
|
296
|
+
"ui-design/references/product-flow-recipes.md": "5.1.0",
|
|
297
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.1.0",
|
|
298
|
+
"ui-design/references/progressive-02-字体.md": "5.1.0",
|
|
299
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.1.0",
|
|
300
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.1.0",
|
|
301
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.1.0",
|
|
302
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.1.0",
|
|
303
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.1.0",
|
|
304
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.1.0",
|
|
305
|
+
"uniapp-mall-assets/SKILL.md": "5.1.0",
|
|
306
|
+
"unity-integration/SKILL.md": "5.1.0",
|
|
307
|
+
"unity-integration/agents/openai.yaml": "5.1.0",
|
|
308
|
+
"unity-integration/references/ai-app-delivery.md": "5.1.0",
|
|
309
|
+
"unity-integration/references/sdk-api.md": "5.1.0",
|
|
310
|
+
"unity-integration/references/toolbox-migration.md": "5.1.0",
|
|
311
|
+
"unity-integration/references/webgl-hosting.md": "5.1.0",
|
|
312
|
+
"v8-api-config/SKILL.md": "5.1.0",
|
|
313
|
+
"v8-cache-pattern/SKILL.md": "5.1.0",
|
|
314
|
+
"v8-crud-api/SKILL.md": "5.1.0",
|
|
315
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.1.0",
|
|
316
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.1.0",
|
|
317
|
+
"v8-debugging/SKILL.md": "5.1.0",
|
|
318
|
+
"v8-explorer-tree/SKILL.md": "5.1.0",
|
|
319
|
+
"v8-export-import/SKILL.md": "5.1.0",
|
|
320
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.1.0",
|
|
321
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.1.0",
|
|
322
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.1.0",
|
|
323
|
+
"v8-file-upload/SKILL.md": "5.1.0",
|
|
324
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.1.0",
|
|
325
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.1.0",
|
|
326
|
+
"v8-formengine-http/SKILL.md": "5.1.0",
|
|
327
|
+
"v8-frontend-events/SKILL.md": "5.1.0",
|
|
328
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.1.0",
|
|
329
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.1.0",
|
|
330
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.1.0",
|
|
331
|
+
"v8-http-integration/SKILL.md": "5.1.0",
|
|
332
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.1.0",
|
|
333
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.1.0",
|
|
334
|
+
"v8-image-processing/SKILL.md": "5.1.0",
|
|
335
|
+
"v8-image-processing/agents/openai.yaml": "5.1.0",
|
|
336
|
+
"v8-image-processing/references/api-reference.md": "5.1.0",
|
|
337
|
+
"v8-menu-buttons/SKILL.md": "5.1.0",
|
|
338
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.1.0",
|
|
339
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.1.0",
|
|
340
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.1.0",
|
|
341
|
+
"v8-mongodb/SKILL.md": "5.1.0",
|
|
342
|
+
"v8-mq-mqtt/SKILL.md": "5.1.0",
|
|
343
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.1.0",
|
|
344
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.1.0",
|
|
345
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.1.0",
|
|
346
|
+
"v8-saas-multi-tenant/SKILL.md": "5.1.0",
|
|
347
|
+
"v8-security/SKILL.md": "5.1.0",
|
|
348
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.1.0",
|
|
349
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.1.0",
|
|
350
|
+
"v8-sql-query/SKILL.md": "5.1.0",
|
|
351
|
+
"v8-table-event/SKILL.md": "5.1.0",
|
|
352
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.1.0",
|
|
353
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.1.0",
|
|
354
|
+
"v8-tcp-integration/SKILL.md": "5.1.0",
|
|
355
|
+
"v8-tcp-integration/agents/openai.yaml": "5.1.0",
|
|
356
|
+
"v8-template-engine/SKILL.md": "5.1.0",
|
|
357
|
+
"v8-utilities/SKILL.md": "5.1.0",
|
|
358
|
+
"v8-utilities/references/client-api-index.md": "5.1.0",
|
|
359
|
+
"v8-utilities/references/platform-http-routes.md": "5.1.0",
|
|
360
|
+
"v8-utilities/references/server-api-index.md": "5.1.0",
|
|
361
|
+
"v8-workflow/SKILL.md": "5.1.0",
|
|
362
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.1.0",
|
|
363
|
+
"workspace-conventions/SKILL.md": "5.1.0",
|
|
364
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.1.0",
|
|
365
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.1.0",
|
|
366
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.1.0"
|
|
363
367
|
},
|
|
364
368
|
"files": [
|
|
365
369
|
".microi-skills-version.json",
|
|
@@ -521,6 +525,8 @@
|
|
|
521
525
|
"v8-table-event/SKILL.md",
|
|
522
526
|
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md",
|
|
523
527
|
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md",
|
|
528
|
+
"v8-tcp-integration/SKILL.md",
|
|
529
|
+
"v8-tcp-integration/agents/openai.yaml",
|
|
524
530
|
"v8-template-engine/SKILL.md",
|
|
525
531
|
"v8-utilities/SKILL.md",
|
|
526
532
|
"v8-utilities/references/client-api-index.md",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.0
|
|
2
|
+
"version": "5.1.0",
|
|
3
3
|
"versionRule": "Microi version uses three numeric parts. Each publish increments the last part; when a part exceeds 9 it carries to the previous part: 1.0.9 -> 1.1.0, 1.9.9 -> 2.0.0.",
|
|
4
4
|
"managedBy": "Microi.VSCode/bump-version.js",
|
|
5
|
-
"updatedAt": "2026-08-
|
|
5
|
+
"updatedAt": "2026-08-18T03:50:28.277Z"
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-18T02:40:05.582Z",
|
|
4
4
|
"policy": {
|
|
5
5
|
"maxEntryLines": 285,
|
|
6
6
|
"referenceBudgetLines": 245,
|
|
@@ -316,11 +316,11 @@
|
|
|
316
316
|
]
|
|
317
317
|
},
|
|
318
318
|
"microi-form-layout": {
|
|
319
|
-
"originalSha256": "
|
|
320
|
-
"originalLines":
|
|
321
|
-
"prefixSha256": "
|
|
322
|
-
"prefixBytes":
|
|
323
|
-
"entryLines":
|
|
319
|
+
"originalSha256": "f062cd46b4a1736796f727ddc5d184e2b38d94556cf39a0f2d941bf7da4596d0",
|
|
320
|
+
"originalLines": 398,
|
|
321
|
+
"prefixSha256": "e54e2fa2f5a398f6dcd63cd2ef8a245ca95d9e24c5b18643d4e59647904f78a0",
|
|
322
|
+
"prefixBytes": 2518,
|
|
323
|
+
"entryLines": 192,
|
|
324
324
|
"chunks": [
|
|
325
325
|
{
|
|
326
326
|
"id": "microi-form-layout-000",
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
"id": "microi-form-layout-003",
|
|
351
351
|
"ordinal": 4,
|
|
352
352
|
"destination": "microi-form-layout/SKILL.md",
|
|
353
|
-
"sha256": "
|
|
354
|
-
"lines":
|
|
353
|
+
"sha256": "c737fc8b0d488548e5a3de616ff172b8b645553c818fb09e70a196f4e9c0e2ae",
|
|
354
|
+
"lines": 27,
|
|
355
355
|
"heading": "5. 必填与禁止"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"originalLines": 1632,
|
|
1615
1615
|
"prefixSha256": "d557bbba4ba5ade3f10f5d8cc672d038f5136ce2eda7eaefbcfe2dd2eb65812a",
|
|
1616
1616
|
"prefixBytes": 1106,
|
|
1617
|
-
"entryLines":
|
|
1617
|
+
"entryLines": 205,
|
|
1618
1618
|
"chunks": [
|
|
1619
1619
|
{
|
|
1620
1620
|
"id": "ui-design-000",
|
|
@@ -2786,18 +2786,18 @@
|
|
|
2786
2786
|
]
|
|
2787
2787
|
},
|
|
2788
2788
|
"v8-security": {
|
|
2789
|
-
"originalSha256": "
|
|
2790
|
-
"originalLines":
|
|
2789
|
+
"originalSha256": "9ca4d19e632aa28e49ee7322e10e9bac489b51ed3162b4a885a66adc36c1e1a7",
|
|
2790
|
+
"originalLines": 491,
|
|
2791
2791
|
"prefixSha256": "529a335f022a9c01309e2aca8254abf8aa72ea9b3bd4f0e73ec737697118ae51",
|
|
2792
2792
|
"prefixBytes": 1071,
|
|
2793
|
-
"entryLines":
|
|
2793
|
+
"entryLines": 178,
|
|
2794
2794
|
"chunks": [
|
|
2795
2795
|
{
|
|
2796
2796
|
"id": "v8-security-000",
|
|
2797
2797
|
"ordinal": 0,
|
|
2798
2798
|
"destination": "v8-security/SKILL.md",
|
|
2799
|
-
"sha256": "
|
|
2800
|
-
"lines":
|
|
2799
|
+
"sha256": "683f6fb48592b050fc31caec6b45e39c8109b0a67baa48c0a2e6d1385a0e4ce1",
|
|
2800
|
+
"lines": 46,
|
|
2801
2801
|
"heading": "0. 租户动态系统设置与密钥边界"
|
|
2802
2802
|
},
|
|
2803
2803
|
{
|
|
@@ -3196,11 +3196,11 @@
|
|
|
3196
3196
|
]
|
|
3197
3197
|
},
|
|
3198
3198
|
"workspace-conventions": {
|
|
3199
|
-
"originalSha256": "
|
|
3200
|
-
"originalLines":
|
|
3199
|
+
"originalSha256": "cc49d8186eb37f06fcfedb4630df658ca141f3e8e39d5eaa5627d3341a8ee7dc",
|
|
3200
|
+
"originalLines": 560,
|
|
3201
3201
|
"prefixSha256": "b58cd0a59d3643525695b94a5941278a5088c33cbe2ce81620359f37db69878e",
|
|
3202
3202
|
"prefixBytes": 252,
|
|
3203
|
-
"entryLines":
|
|
3203
|
+
"entryLines": 208,
|
|
3204
3204
|
"chunks": [
|
|
3205
3205
|
{
|
|
3206
3206
|
"id": "workspace-conventions-000",
|
|
@@ -3230,8 +3230,8 @@
|
|
|
3230
3230
|
"id": "workspace-conventions-003",
|
|
3231
3231
|
"ordinal": 3,
|
|
3232
3232
|
"destination": "workspace-conventions/SKILL.md",
|
|
3233
|
-
"sha256": "
|
|
3234
|
-
"lines":
|
|
3233
|
+
"sha256": "f11353ab84b85f319d592dac979e9a44fac3bc5aa50f827ad5aaa728f83fa18d",
|
|
3234
|
+
"lines": 19,
|
|
3235
3235
|
"heading": "本地资源与 OOM 保护规范(强制)"
|
|
3236
3236
|
},
|
|
3237
3237
|
{
|
|
@@ -3310,7 +3310,7 @@
|
|
|
3310
3310
|
"id": "workspace-conventions-013",
|
|
3311
3311
|
"ordinal": 13,
|
|
3312
3312
|
"destination": "workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md",
|
|
3313
|
-
"sha256": "
|
|
3313
|
+
"sha256": "dbf22caaf1673270e6abf2277704505481f632c68c1da61df992c81a577e24df",
|
|
3314
3314
|
"lines": 12,
|
|
3315
3315
|
"heading": "身份、可逆业务秘密与敏感操作统一规范(强制)"
|
|
3316
3316
|
},
|
package/skills/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## 包含的 Skills
|
|
10
10
|
|
|
11
|
-
当前仓库包含
|
|
11
|
+
当前仓库包含 63 个 `SKILL.md`。以下清单按任务类型组织;AI 必须先完整读取与当前任务匹配的 Skill,再执行源码、MCP、文档或交付操作。
|
|
12
12
|
|
|
13
13
|
### V8 引擎核心(后端)
|
|
14
14
|
|
|
@@ -17,9 +17,10 @@
|
|
|
17
17
|
| **v8-crud-api** | 接口引擎增删改查 | `v8-crud-api/SKILL.md` |
|
|
18
18
|
| **v8-sql-query** | 安全的 SQL 查询(参数化、_Where 语法、事务) | `v8-sql-query/SKILL.md` |
|
|
19
19
|
| **v8-table-event** | 表单 V8 事件(提交前/后、DataFilter) | `v8-table-event/SKILL.md` |
|
|
20
|
-
| **v8-cache-pattern** | Redis 缓存模式(L1+L2、Key 命名、防穿透) | `v8-cache-pattern/SKILL.md` |
|
|
21
|
-
| **v8-http-integration** | 调用外部 HTTP API(含下载/上传) | `v8-http-integration/SKILL.md` |
|
|
22
|
-
| **v8-
|
|
20
|
+
| **v8-cache-pattern** | Redis 缓存模式(L1+L2、Key 命名、防穿透) | `v8-cache-pattern/SKILL.md` |
|
|
21
|
+
| **v8-http-integration** | 调用外部 HTTP API(含下载/上传) | `v8-http-integration/SKILL.md` |
|
|
22
|
+
| **v8-tcp-integration** | 后端 TCP 原始字节、小票机与设备收发 | `v8-tcp-integration/SKILL.md` |
|
|
23
|
+
| **v8-mongodb** | MongoDB 增删改查(IoT、审计日志) | `v8-mongodb/SKILL.md` |
|
|
23
24
|
| **v8-mq-mqtt** | RabbitMQ 消息队列与 MQTT 物联网 | `v8-mq-mqtt/SKILL.md` |
|
|
24
25
|
| **v8-workflow** | 工作流(审批流程)V8 事件 | `v8-workflow/SKILL.md` |
|
|
25
26
|
| **v8-api-config** | 接口引擎配置(匿名/锁/StopHttp/响应文件) | `v8-api-config/SKILL.md` |
|