@microi.net/cli 4.9.7 → 4.9.9
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 +4 -4
- package/package.json +1 -1
- package/scripts/mcp-server.js +75 -75
- package/scripts/microi-cli.js +58 -57
- package/scripts/microi-skills.meta.json +178 -178
- package/skills/.microi-skills-version.json +2 -2
- package/skills/ai-engine/SKILL.md +1 -1
- package/skills/microi-codex-installer/SKILL.md +3 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-13T06:30:33.690Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "4.9.
|
|
6
|
+
"version": "4.9.9",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "4.9.
|
|
10
|
+
"version": "4.9.9",
|
|
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
|
},
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dir": "dist/microi.skills",
|
|
16
16
|
"files": 170,
|
|
17
17
|
"skills": 62,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 2048429
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
21
|
+
".microi-skills-version.json": "d9fa09a156a672f30ad54de0231b9aa2f3d0d920db2edd4866281d0ac33d5bd8",
|
|
22
22
|
".progressive-disclosure-manifest.json": "c0b3640cb5837e3123dc46caae6dd8e73dc2155defbb0dd71f3a332672088f4a",
|
|
23
23
|
"README.md": "168697be6864bbb12befa9a6723d93ea9d1c8b5a615006038c31b09e1171860c",
|
|
24
|
-
"ai-engine/SKILL.md": "
|
|
24
|
+
"ai-engine/SKILL.md": "8a652a1db5eb7c4e65668a36d9d91356d94f58331c683180c83019133830c2fe",
|
|
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",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "ca6771d303c3fb08f647b62b247bd5b14545e317fb6643500319bdffca74a178",
|
|
46
46
|
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "6f456eb61a8f2dcd23d299b94e9dcf35bd5f453a35bf4a6680f304ed725ddf5d",
|
|
47
47
|
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "e882344dbd36233898fb513c74c1e2270060b7a213c0a2d9f2b6d54c735372fd",
|
|
48
|
-
"microi-codex-installer/SKILL.md": "
|
|
48
|
+
"microi-codex-installer/SKILL.md": "d501a250d1541bae726272c9188d8a6846b310c5399e24d59ae8c242cfbc057e",
|
|
49
49
|
"microi-codex-installer/agents/openai.yaml": "e531219b74a70204893a156b1c22c69013a4c9d24b132ead912746b1b312cf80",
|
|
50
|
-
"microi-codex/SKILL.md": "
|
|
50
|
+
"microi-codex/SKILL.md": "83ae8fde45e04c9ec61310e668e45417fcaac70a88b008f3bfc227b91947d928",
|
|
51
51
|
"microi-datasource-mapping/SKILL.md": "619c022b668f928129abef10e3f502f2ca0d2dee6e341ccd55f61fdbbcdd9661",
|
|
52
52
|
"microi-db-schema/SKILL.md": "a69a9bcc87e8b74879c801c7e478a6270da8f2e4724421ff0611bb9a95c2fd1f",
|
|
53
53
|
"microi-db-schema/agents/openai.yaml": "c725a2be4c904472f9e46dc4b49aa642c9f3a4437c91a28ba7cc27167497ede7",
|
|
@@ -190,176 +190,176 @@
|
|
|
190
190
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
191
191
|
},
|
|
192
192
|
"fileVersions": {
|
|
193
|
-
".microi-skills-version.json": "4.9.
|
|
194
|
-
".progressive-disclosure-manifest.json": "4.9.
|
|
195
|
-
"README.md": "4.9.
|
|
196
|
-
"ai-engine/SKILL.md": "4.9.
|
|
197
|
-
"ai-engine/agents/openai.yaml": "4.9.
|
|
198
|
-
"ai-platform-governance/SKILL.md": "4.9.
|
|
199
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "4.9.
|
|
200
|
-
"app-store/SKILL.md": "4.9.
|
|
201
|
-
"app-store/agents/openai.yaml": "4.9.
|
|
202
|
-
"business-blueprint/SKILL.md": "4.9.
|
|
203
|
-
"datasource-engine/SKILL.md": "4.9.
|
|
204
|
-
"datasource-engine/agents/openai.yaml": "4.9.
|
|
205
|
-
"dos-orm/SKILL.md": "4.9.
|
|
206
|
-
"dos-orm/references/api-reference.md": "4.9.
|
|
207
|
-
"job-engine/SKILL.md": "4.9.
|
|
208
|
-
"job-engine/agents/openai.yaml": "4.9.
|
|
209
|
-
"message-notification/SKILL.md": "4.9.
|
|
210
|
-
"message-notification/agents/openai.yaml": "4.9.
|
|
211
|
-
"message-notification/references/contracts.md": "4.9.
|
|
212
|
-
"microi-ai-app-auth.js": "4.9.
|
|
213
|
-
"microi-ai-application/SKILL.md": "4.9.
|
|
214
|
-
"microi-ai-application/agents/openai.yaml": "4.9.
|
|
215
|
-
"microi-ai-application/references/frontend-baseline.md": "4.9.
|
|
216
|
-
"microi-client-frontend/SKILL.md": "4.9.
|
|
217
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "4.9.
|
|
218
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "4.9.
|
|
219
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "4.9.
|
|
220
|
-
"microi-codex-installer/SKILL.md": "4.9.
|
|
221
|
-
"microi-codex-installer/agents/openai.yaml": "4.9.
|
|
222
|
-
"microi-codex/SKILL.md": "4.9.
|
|
223
|
-
"microi-datasource-mapping/SKILL.md": "4.9.
|
|
224
|
-
"microi-db-schema/SKILL.md": "4.9.
|
|
225
|
-
"microi-db-schema/agents/openai.yaml": "4.9.
|
|
226
|
-
"microi-db-schema/references/core-tables.md": "4.9.
|
|
227
|
-
"microi-db-schema/references/form-component-options.md": "4.9.
|
|
228
|
-
"microi-db-schema/references/schema-overview.md": "4.9.
|
|
229
|
-
"microi-db-schema/references/schema.md": "4.9.
|
|
230
|
-
"microi-db-schema/references/table-catalog.md": "4.9.
|
|
231
|
-
"microi-deployment/SKILL.md": "4.9.
|
|
232
|
-
"microi-deployment/references/deployment-matrix.md": "4.9.
|
|
233
|
-
"microi-docs-coverage/SKILL.md": "4.9.
|
|
234
|
-
"microi-docs-coverage/references/capability-map.md": "4.9.
|
|
235
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "4.9.
|
|
236
|
-
"microi-form-engine/SKILL.md": "4.9.
|
|
237
|
-
"microi-form-engine/references/component-catalog.md": "4.9.
|
|
238
|
-
"microi-form-engine/references/data-source-events.md": "4.9.
|
|
239
|
-
"microi-form-layout/SKILL.md": "4.9.
|
|
240
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "4.9.
|
|
241
|
-
"microi-frontend-sdk/SKILL.md": "4.9.
|
|
242
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "4.9.
|
|
243
|
-
"microi-left-right-layout/SKILL.md": "4.9.
|
|
244
|
-
"microi-microservice/SKILL.md": "4.9.
|
|
245
|
-
"microi-microservice/references/runtime-delivery.md": "4.9.
|
|
246
|
-
"microi-mobile-app-quality/SKILL.md": "4.9.
|
|
247
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "4.9.
|
|
248
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "4.9.
|
|
249
|
-
"microi-solution-quotation/SKILL.md": "4.9.
|
|
250
|
-
"microi-solution-quotation/agents/openai.yaml": "4.9.
|
|
251
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "4.9.
|
|
252
|
-
"microi-system-delivery/SKILL.md": "4.9.
|
|
253
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "4.9.
|
|
254
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "4.9.
|
|
255
|
-
"microi-ui/SKILL.md": "4.9.
|
|
256
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "4.9.
|
|
257
|
-
"microi-uniapp-frontend/SKILL.md": "4.9.
|
|
258
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "4.9.
|
|
259
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "4.9.
|
|
260
|
-
"microi.v8.js": "4.9.
|
|
261
|
-
"module-engine/SKILL.md": "4.9.
|
|
262
|
-
"module-engine/references/module-config.md": "4.9.
|
|
263
|
-
"ocr-engine/SKILL.md": "4.9.
|
|
264
|
-
"ocr-engine/agents/openai.yaml": "4.9.
|
|
265
|
-
"page-engine/SKILL.md": "4.9.
|
|
266
|
-
"page-engine/references/progressive-01-所有组件类型.md": "4.9.
|
|
267
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "4.9.
|
|
268
|
-
"performance-testing/SKILL.md": "4.9.
|
|
269
|
-
"playwright-e2e/SKILL.md": "4.9.
|
|
270
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "4.9.
|
|
271
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "4.9.
|
|
272
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "4.9.
|
|
273
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "4.9.
|
|
274
|
-
"print-engine/SKILL.md": "4.9.
|
|
275
|
-
"production-readonly-audit/SKILL.md": "4.9.
|
|
276
|
-
"report-engine/SKILL.md": "4.9.
|
|
277
|
-
"report-engine/agents/openai.yaml": "4.9.
|
|
278
|
-
"scripts/optimize-progressive-disclosure.mjs": "4.9.
|
|
279
|
-
"scripts/refresh-progressive-disclosure.mjs": "4.9.
|
|
280
|
-
"scripts/validate-progressive-disclosure.mjs": "4.9.
|
|
281
|
-
"search-engine/SKILL.md": "4.9.
|
|
282
|
-
"search-engine/agents/openai.yaml": "4.9.
|
|
283
|
-
"spider-engine/SKILL.md": "4.9.
|
|
284
|
-
"translate-engine/SKILL.md": "4.9.
|
|
285
|
-
"translate-engine/agents/openai.yaml": "4.9.
|
|
286
|
-
"ui-design/SKILL.md": "4.9.
|
|
287
|
-
"ui-design/assets/pattern-showcase/app.js": "4.9.
|
|
288
|
-
"ui-design/assets/pattern-showcase/index.html": "4.9.
|
|
289
|
-
"ui-design/assets/pattern-showcase/styles.css": "4.9.
|
|
290
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "4.9.
|
|
291
|
-
"ui-design/references/design-pattern-library.md": "4.9.
|
|
292
|
-
"ui-design/references/mci-design-contract.md": "4.9.
|
|
293
|
-
"ui-design/references/motion-and-media.md": "4.9.
|
|
294
|
-
"ui-design/references/product-flow-recipes.md": "4.9.
|
|
295
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "4.9.
|
|
296
|
-
"ui-design/references/progressive-02-字体.md": "4.9.
|
|
297
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "4.9.
|
|
298
|
-
"ui-design/references/progressive-04-组件风格速查.md": "4.9.
|
|
299
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "4.9.
|
|
300
|
-
"ui-design/references/progressive-06-主题切换实现.md": "4.9.
|
|
301
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "4.9.
|
|
302
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "4.9.
|
|
303
|
-
"uniapp-mall-assets/SKILL.md": "4.9.
|
|
304
|
-
"unity-integration/SKILL.md": "4.9.
|
|
305
|
-
"unity-integration/agents/openai.yaml": "4.9.
|
|
306
|
-
"unity-integration/references/ai-app-delivery.md": "4.9.
|
|
307
|
-
"unity-integration/references/sdk-api.md": "4.9.
|
|
308
|
-
"unity-integration/references/toolbox-migration.md": "4.9.
|
|
309
|
-
"unity-integration/references/webgl-hosting.md": "4.9.
|
|
310
|
-
"v8-api-config/SKILL.md": "4.9.
|
|
311
|
-
"v8-cache-pattern/SKILL.md": "4.9.
|
|
312
|
-
"v8-crud-api/SKILL.md": "4.9.
|
|
313
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "4.9.
|
|
314
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "4.9.
|
|
315
|
-
"v8-debugging/SKILL.md": "4.9.
|
|
316
|
-
"v8-explorer-tree/SKILL.md": "4.9.
|
|
317
|
-
"v8-export-import/SKILL.md": "4.9.
|
|
318
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "4.9.
|
|
319
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "4.9.
|
|
320
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "4.9.
|
|
321
|
-
"v8-file-upload/SKILL.md": "4.9.
|
|
322
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "4.9.
|
|
323
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "4.9.
|
|
324
|
-
"v8-formengine-http/SKILL.md": "4.9.
|
|
325
|
-
"v8-frontend-events/SKILL.md": "4.9.
|
|
326
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "4.9.
|
|
327
|
-
"v8-frontend-events/references/bluetooth-print.md": "4.9.
|
|
328
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "4.9.
|
|
329
|
-
"v8-http-integration/SKILL.md": "4.9.
|
|
330
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "4.9.
|
|
331
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "4.9.
|
|
332
|
-
"v8-image-processing/SKILL.md": "4.9.
|
|
333
|
-
"v8-image-processing/agents/openai.yaml": "4.9.
|
|
334
|
-
"v8-image-processing/references/api-reference.md": "4.9.
|
|
335
|
-
"v8-menu-buttons/SKILL.md": "4.9.
|
|
336
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "4.9.
|
|
337
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "4.9.
|
|
338
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "4.9.
|
|
339
|
-
"v8-mongodb/SKILL.md": "4.9.
|
|
340
|
-
"v8-mq-mqtt/SKILL.md": "4.9.
|
|
341
|
-
"v8-mq-mqtt/references/mqtt-production.md": "4.9.
|
|
342
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "4.9.
|
|
343
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "4.9.
|
|
344
|
-
"v8-saas-multi-tenant/SKILL.md": "4.9.
|
|
345
|
-
"v8-security/SKILL.md": "4.9.
|
|
346
|
-
"v8-security/references/progressive-01-2-权限校验.md": "4.9.
|
|
347
|
-
"v8-security/references/progressive-02-7-日志记录.md": "4.9.
|
|
348
|
-
"v8-sql-query/SKILL.md": "4.9.
|
|
349
|
-
"v8-table-event/SKILL.md": "4.9.
|
|
350
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "4.9.
|
|
351
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "4.9.
|
|
352
|
-
"v8-template-engine/SKILL.md": "4.9.
|
|
353
|
-
"v8-utilities/SKILL.md": "4.9.
|
|
354
|
-
"v8-utilities/references/client-api-index.md": "4.9.
|
|
355
|
-
"v8-utilities/references/platform-http-routes.md": "4.9.
|
|
356
|
-
"v8-utilities/references/server-api-index.md": "4.9.
|
|
357
|
-
"v8-workflow/SKILL.md": "4.9.
|
|
358
|
-
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "4.9.
|
|
359
|
-
"workspace-conventions/SKILL.md": "4.9.
|
|
360
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "4.9.
|
|
361
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "4.9.
|
|
362
|
-
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "4.9.
|
|
193
|
+
".microi-skills-version.json": "4.9.9",
|
|
194
|
+
".progressive-disclosure-manifest.json": "4.9.9",
|
|
195
|
+
"README.md": "4.9.9",
|
|
196
|
+
"ai-engine/SKILL.md": "4.9.9",
|
|
197
|
+
"ai-engine/agents/openai.yaml": "4.9.9",
|
|
198
|
+
"ai-platform-governance/SKILL.md": "4.9.9",
|
|
199
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "4.9.9",
|
|
200
|
+
"app-store/SKILL.md": "4.9.9",
|
|
201
|
+
"app-store/agents/openai.yaml": "4.9.9",
|
|
202
|
+
"business-blueprint/SKILL.md": "4.9.9",
|
|
203
|
+
"datasource-engine/SKILL.md": "4.9.9",
|
|
204
|
+
"datasource-engine/agents/openai.yaml": "4.9.9",
|
|
205
|
+
"dos-orm/SKILL.md": "4.9.9",
|
|
206
|
+
"dos-orm/references/api-reference.md": "4.9.9",
|
|
207
|
+
"job-engine/SKILL.md": "4.9.9",
|
|
208
|
+
"job-engine/agents/openai.yaml": "4.9.9",
|
|
209
|
+
"message-notification/SKILL.md": "4.9.9",
|
|
210
|
+
"message-notification/agents/openai.yaml": "4.9.9",
|
|
211
|
+
"message-notification/references/contracts.md": "4.9.9",
|
|
212
|
+
"microi-ai-app-auth.js": "4.9.9",
|
|
213
|
+
"microi-ai-application/SKILL.md": "4.9.9",
|
|
214
|
+
"microi-ai-application/agents/openai.yaml": "4.9.9",
|
|
215
|
+
"microi-ai-application/references/frontend-baseline.md": "4.9.9",
|
|
216
|
+
"microi-client-frontend/SKILL.md": "4.9.9",
|
|
217
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "4.9.9",
|
|
218
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "4.9.9",
|
|
219
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "4.9.9",
|
|
220
|
+
"microi-codex-installer/SKILL.md": "4.9.9",
|
|
221
|
+
"microi-codex-installer/agents/openai.yaml": "4.9.9",
|
|
222
|
+
"microi-codex/SKILL.md": "4.9.9",
|
|
223
|
+
"microi-datasource-mapping/SKILL.md": "4.9.9",
|
|
224
|
+
"microi-db-schema/SKILL.md": "4.9.9",
|
|
225
|
+
"microi-db-schema/agents/openai.yaml": "4.9.9",
|
|
226
|
+
"microi-db-schema/references/core-tables.md": "4.9.9",
|
|
227
|
+
"microi-db-schema/references/form-component-options.md": "4.9.9",
|
|
228
|
+
"microi-db-schema/references/schema-overview.md": "4.9.9",
|
|
229
|
+
"microi-db-schema/references/schema.md": "4.9.9",
|
|
230
|
+
"microi-db-schema/references/table-catalog.md": "4.9.9",
|
|
231
|
+
"microi-deployment/SKILL.md": "4.9.9",
|
|
232
|
+
"microi-deployment/references/deployment-matrix.md": "4.9.9",
|
|
233
|
+
"microi-docs-coverage/SKILL.md": "4.9.9",
|
|
234
|
+
"microi-docs-coverage/references/capability-map.md": "4.9.9",
|
|
235
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "4.9.9",
|
|
236
|
+
"microi-form-engine/SKILL.md": "4.9.9",
|
|
237
|
+
"microi-form-engine/references/component-catalog.md": "4.9.9",
|
|
238
|
+
"microi-form-engine/references/data-source-events.md": "4.9.9",
|
|
239
|
+
"microi-form-layout/SKILL.md": "4.9.9",
|
|
240
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "4.9.9",
|
|
241
|
+
"microi-frontend-sdk/SKILL.md": "4.9.9",
|
|
242
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "4.9.9",
|
|
243
|
+
"microi-left-right-layout/SKILL.md": "4.9.9",
|
|
244
|
+
"microi-microservice/SKILL.md": "4.9.9",
|
|
245
|
+
"microi-microservice/references/runtime-delivery.md": "4.9.9",
|
|
246
|
+
"microi-mobile-app-quality/SKILL.md": "4.9.9",
|
|
247
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "4.9.9",
|
|
248
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "4.9.9",
|
|
249
|
+
"microi-solution-quotation/SKILL.md": "4.9.9",
|
|
250
|
+
"microi-solution-quotation/agents/openai.yaml": "4.9.9",
|
|
251
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "4.9.9",
|
|
252
|
+
"microi-system-delivery/SKILL.md": "4.9.9",
|
|
253
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "4.9.9",
|
|
254
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "4.9.9",
|
|
255
|
+
"microi-ui/SKILL.md": "4.9.9",
|
|
256
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "4.9.9",
|
|
257
|
+
"microi-uniapp-frontend/SKILL.md": "4.9.9",
|
|
258
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "4.9.9",
|
|
259
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "4.9.9",
|
|
260
|
+
"microi.v8.js": "4.9.9",
|
|
261
|
+
"module-engine/SKILL.md": "4.9.9",
|
|
262
|
+
"module-engine/references/module-config.md": "4.9.9",
|
|
263
|
+
"ocr-engine/SKILL.md": "4.9.9",
|
|
264
|
+
"ocr-engine/agents/openai.yaml": "4.9.9",
|
|
265
|
+
"page-engine/SKILL.md": "4.9.9",
|
|
266
|
+
"page-engine/references/progressive-01-所有组件类型.md": "4.9.9",
|
|
267
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "4.9.9",
|
|
268
|
+
"performance-testing/SKILL.md": "4.9.9",
|
|
269
|
+
"playwright-e2e/SKILL.md": "4.9.9",
|
|
270
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "4.9.9",
|
|
271
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "4.9.9",
|
|
272
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "4.9.9",
|
|
273
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "4.9.9",
|
|
274
|
+
"print-engine/SKILL.md": "4.9.9",
|
|
275
|
+
"production-readonly-audit/SKILL.md": "4.9.9",
|
|
276
|
+
"report-engine/SKILL.md": "4.9.9",
|
|
277
|
+
"report-engine/agents/openai.yaml": "4.9.9",
|
|
278
|
+
"scripts/optimize-progressive-disclosure.mjs": "4.9.9",
|
|
279
|
+
"scripts/refresh-progressive-disclosure.mjs": "4.9.9",
|
|
280
|
+
"scripts/validate-progressive-disclosure.mjs": "4.9.9",
|
|
281
|
+
"search-engine/SKILL.md": "4.9.9",
|
|
282
|
+
"search-engine/agents/openai.yaml": "4.9.9",
|
|
283
|
+
"spider-engine/SKILL.md": "4.9.9",
|
|
284
|
+
"translate-engine/SKILL.md": "4.9.9",
|
|
285
|
+
"translate-engine/agents/openai.yaml": "4.9.9",
|
|
286
|
+
"ui-design/SKILL.md": "4.9.9",
|
|
287
|
+
"ui-design/assets/pattern-showcase/app.js": "4.9.9",
|
|
288
|
+
"ui-design/assets/pattern-showcase/index.html": "4.9.9",
|
|
289
|
+
"ui-design/assets/pattern-showcase/styles.css": "4.9.9",
|
|
290
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "4.9.9",
|
|
291
|
+
"ui-design/references/design-pattern-library.md": "4.9.9",
|
|
292
|
+
"ui-design/references/mci-design-contract.md": "4.9.9",
|
|
293
|
+
"ui-design/references/motion-and-media.md": "4.9.9",
|
|
294
|
+
"ui-design/references/product-flow-recipes.md": "4.9.9",
|
|
295
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "4.9.9",
|
|
296
|
+
"ui-design/references/progressive-02-字体.md": "4.9.9",
|
|
297
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "4.9.9",
|
|
298
|
+
"ui-design/references/progressive-04-组件风格速查.md": "4.9.9",
|
|
299
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "4.9.9",
|
|
300
|
+
"ui-design/references/progressive-06-主题切换实现.md": "4.9.9",
|
|
301
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "4.9.9",
|
|
302
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "4.9.9",
|
|
303
|
+
"uniapp-mall-assets/SKILL.md": "4.9.9",
|
|
304
|
+
"unity-integration/SKILL.md": "4.9.9",
|
|
305
|
+
"unity-integration/agents/openai.yaml": "4.9.9",
|
|
306
|
+
"unity-integration/references/ai-app-delivery.md": "4.9.9",
|
|
307
|
+
"unity-integration/references/sdk-api.md": "4.9.9",
|
|
308
|
+
"unity-integration/references/toolbox-migration.md": "4.9.9",
|
|
309
|
+
"unity-integration/references/webgl-hosting.md": "4.9.9",
|
|
310
|
+
"v8-api-config/SKILL.md": "4.9.9",
|
|
311
|
+
"v8-cache-pattern/SKILL.md": "4.9.9",
|
|
312
|
+
"v8-crud-api/SKILL.md": "4.9.9",
|
|
313
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "4.9.9",
|
|
314
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "4.9.9",
|
|
315
|
+
"v8-debugging/SKILL.md": "4.9.9",
|
|
316
|
+
"v8-explorer-tree/SKILL.md": "4.9.9",
|
|
317
|
+
"v8-export-import/SKILL.md": "4.9.9",
|
|
318
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "4.9.9",
|
|
319
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "4.9.9",
|
|
320
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "4.9.9",
|
|
321
|
+
"v8-file-upload/SKILL.md": "4.9.9",
|
|
322
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "4.9.9",
|
|
323
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "4.9.9",
|
|
324
|
+
"v8-formengine-http/SKILL.md": "4.9.9",
|
|
325
|
+
"v8-frontend-events/SKILL.md": "4.9.9",
|
|
326
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "4.9.9",
|
|
327
|
+
"v8-frontend-events/references/bluetooth-print.md": "4.9.9",
|
|
328
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "4.9.9",
|
|
329
|
+
"v8-http-integration/SKILL.md": "4.9.9",
|
|
330
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "4.9.9",
|
|
331
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "4.9.9",
|
|
332
|
+
"v8-image-processing/SKILL.md": "4.9.9",
|
|
333
|
+
"v8-image-processing/agents/openai.yaml": "4.9.9",
|
|
334
|
+
"v8-image-processing/references/api-reference.md": "4.9.9",
|
|
335
|
+
"v8-menu-buttons/SKILL.md": "4.9.9",
|
|
336
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "4.9.9",
|
|
337
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "4.9.9",
|
|
338
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "4.9.9",
|
|
339
|
+
"v8-mongodb/SKILL.md": "4.9.9",
|
|
340
|
+
"v8-mq-mqtt/SKILL.md": "4.9.9",
|
|
341
|
+
"v8-mq-mqtt/references/mqtt-production.md": "4.9.9",
|
|
342
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "4.9.9",
|
|
343
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "4.9.9",
|
|
344
|
+
"v8-saas-multi-tenant/SKILL.md": "4.9.9",
|
|
345
|
+
"v8-security/SKILL.md": "4.9.9",
|
|
346
|
+
"v8-security/references/progressive-01-2-权限校验.md": "4.9.9",
|
|
347
|
+
"v8-security/references/progressive-02-7-日志记录.md": "4.9.9",
|
|
348
|
+
"v8-sql-query/SKILL.md": "4.9.9",
|
|
349
|
+
"v8-table-event/SKILL.md": "4.9.9",
|
|
350
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "4.9.9",
|
|
351
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "4.9.9",
|
|
352
|
+
"v8-template-engine/SKILL.md": "4.9.9",
|
|
353
|
+
"v8-utilities/SKILL.md": "4.9.9",
|
|
354
|
+
"v8-utilities/references/client-api-index.md": "4.9.9",
|
|
355
|
+
"v8-utilities/references/platform-http-routes.md": "4.9.9",
|
|
356
|
+
"v8-utilities/references/server-api-index.md": "4.9.9",
|
|
357
|
+
"v8-workflow/SKILL.md": "4.9.9",
|
|
358
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "4.9.9",
|
|
359
|
+
"workspace-conventions/SKILL.md": "4.9.9",
|
|
360
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "4.9.9",
|
|
361
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "4.9.9",
|
|
362
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "4.9.9"
|
|
363
363
|
},
|
|
364
364
|
"files": [
|
|
365
365
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.9.
|
|
2
|
+
"version": "4.9.9",
|
|
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-13T06:28:57.554Z"
|
|
6
6
|
}
|
|
@@ -57,7 +57,7 @@ AI 业务统一实现在 `Microi.Server/Microi.AI`。`Microi.Server/Microi.net.A
|
|
|
57
57
|
- MiniMax Token Plan Key 与按量 API Key 是相互独立的凭据,必须复用现有服务器端 Provider/ApiKey 受保护配置,不新增 API `AppSettings`、`MICROI_*` 环境变量或浏览器可见 Key。视频创建、查询和下载仅允许官方 HTTPS Host `api.minimaxi.com`。
|
|
58
58
|
- 视频创建必须要求调用方稳定 `RequestId`,先在当前租户共享 Redis 以 `OsClient + 用户 + RequestId` 原子 `NX` 占位;Redis 不可用时失败关闭。相同 RequestId/参数回放返回原任务,不同参数冲突拒绝;上游 POST 超时或结果不确定时禁止自动换 RequestId 重试。查询不再次扣生成额度。
|
|
59
59
|
- 原始 MiniMax `task_id`/`file_id` 不下发。服务端返回由供应商 Key 签名、绑定当前用户和用途的短句柄;查询/下载验签后才还原。Key 轮换会使旧句柄失效,应先完成或重新登记在途任务。
|
|
60
|
-
- 当前官方模型边界必须实时校准:`MiniMax-Hailuo-2.3` 支持文生/图生,`MiniMax-Hailuo-2.3-Fast` 仅图生且必须有首帧,首尾帧使用 `MiniMax-Hailuo-02
|
|
60
|
+
- 当前官方模型边界必须实时校准:`MiniMax-Hailuo-2.3` 支持文生/图生,`MiniMax-Hailuo-2.3-Fast` 仅图生且必须有首帧,首尾帧使用 `MiniMax-Hailuo-02`。Hailuo 2.3 的清晰优先上限是 6 秒 / 1080P,时长优先上限是 10 秒 / 768P,两者不能同时最大;安全默认值仍可使用 6 秒 / 768P。当前 Token Plan 使用统一用量条、5 小时滚动窗口和周窗口,控制台是剩余额度事实源,不再把固定“每天 N 条”写成官方配额。工作区可按用户明确要求保留 3 条/日等更保守的业务门禁,但领域服务不得硬编码价格或把客户端计数当成供应商权威额度。
|
|
61
61
|
- 使用 Microi.AI 中转站时,租户侧 AI Bootstrap 通过官方 `official_ai_relay_models` 发现可用运行模型。该接口是跨租户只读公共契约,必须保持启用、允许匿名 HTTP 调用,并且只返回模型标识、展示名等公开白名单字段,绝不能返回中转密钥或上游 Endpoint。消费者不得把 `NoAuth` 静默伪装为“没有配置模型”;应返回可诊断错误,同时前端显示明确空态。
|
|
62
62
|
- PC、UniApp 和其它客户端通过 `POST /apiengine/{key}` 发送的 JSON Body 必须完整进入 `V8.Param`;兼容入口 `/api/ApiEngine/Run` 的 JSON Body 还必须包含 `ApiEngineKey`。API 层只负责请求绑定和清除客户端伪造的可信字段,模型选择、权限策略与对话逻辑仍全部位于 `Microi.AI` 或受控 AI 接口引擎中。
|
|
63
63
|
- 当前计量记录除问题摘要外还可能持久化完整 `Question`、`Answer`,部分诊断日志也会输出问题或摘要。处理现有版本时必须把这些字段视为敏感业务数据,限制查询权限和留存;不要声称已经全面脱敏。
|
|
@@ -136,7 +136,9 @@ npx --yes @microi.net/cli@latest init --workspace <工作区>
|
|
|
136
136
|
microi init --workspace <工作区> --pull
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
`init` 必须能够在干净空目录中依次添加服务器连接、交互登录、生成 `microi.skills/`、`AGENTS.md`、`CLAUDE.md`、Copilot/Cursor/CodeBuddy 规则、CodeBuddy/Qoder/Comate 项目 Skill、typings、`jsconfig.json`,并配置 Codex、VS Code、Cursor、Trae、Claude Code、WorkBuddy、CodeBuddy、Qoder、Comate MCP
|
|
139
|
+
`init` 必须能够在干净空目录中依次添加服务器连接、交互登录、生成 `microi.skills/`、`AGENTS.md`、`CLAUDE.md`、Copilot/Cursor/CodeBuddy 规则、CodeBuddy/Qoder/Comate 项目 Skill、typings、`jsconfig.json`,并配置 Codex、VS Code、Cursor、Trae、Claude Code、WorkBuddy、CodeBuddy、Qoder、Comate MCP。密码只允许隐式输入,禁止放入命令参数、对话记录或明文生成文件。Windows 需要静默恢复时,只能写入当前工作区 `Microi-V8-Engine/.microi-workspace-secrets.dpapi.json` 的 DPAPI CurrentUser 密文保险库;MCP 环境只保存该路径和 Key 名,保险库与同目录 Token 文件必须 Git-ignore。
|
|
140
|
+
|
|
141
|
+
安装/升级后若 `microi doctor` 返回“Token 签名验证失败”,先区分验签密钥变化与 20 天到期。新版 MCP 会从工作区 DPAPI 保险库重载精确 Profile 的帐号密码并自动续登、更新 Token/MCP;不得删除全部 Profile、清空 Token 文件或要求用户反复手工输入。同一 `OsClient` 的多条 SaaS 运行记录必须由后端在 JWT 初始化前收敛到同一个 `AuthSecret`,否则更新后仍会反复失效。
|
|
140
142
|
|
|
141
143
|
原生配置对应关系:
|
|
142
144
|
|