@microi.net/cli 5.2.7 → 5.2.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/cordis.patch.yml +1 -1
- package/package.json +1 -1
- package/scripts/microi-cli.js +37 -29
- package/scripts/microi-skills.meta.json +204 -204
- package/skills/.microi-skills-version.json +2 -2
- package/skills/.progressive-disclosure-manifest.json +15 -15
- package/skills/ai-engine/SKILL.md +11 -3
- package/skills/app-store/SKILL.md +29 -12
- package/skills/message-notification/SKILL.md +12 -1
- package/skills/message-notification/references/contracts.md +1 -0
- package/skills/microi-ai-app-auth.js +4 -3
- package/skills/microi-client-frontend/references/progressive-01-3-/345/212/250/346/200/201/346/214/211/351/222/256/347/263/273/347/273/237.md +1 -1
- package/skills/microi-client-frontend/references/progressive-02-8-/350/277/220/350/241/214/346/227/266/351/253/230/351/242/221/345/235/221/345/244/215/347/233/230.md +1 -1
- package/skills/microi-frontend-sdk/SKILL.md +1 -1
- package/skills/microi-mobile-app-quality/SKILL.md +1 -1
- package/skills/microi-system-delivery/references/progressive-02-/350/207/252/345/212/250/345/214/226/346/265/213/350/257/225/345/277/205/351/241/273/350/246/206/347/233/226/347/232/204/345/235/221.md +1 -1
- package/skills/microi-uniapp-frontend/SKILL.md +1 -1
- package/skills/microi.v8.js +75 -21
- package/skills/v8-file-upload/SKILL.md +10 -7
- package/skills/v8-file-upload/references/progressive-01-/345/205/254/346/234/211/346/241/266-vs-/347/247/201/346/234/211/346/241/266.md +1 -1
- package/skills/v8-file-upload/references/progressive-02-office-/346/226/207/344/273/266/345/234/250/347/272/277/347/274/226/350/276/221/347/211/210/346/234/254/345/217/267/350/247/204/345/210/231.md +1 -1
- package/skills/v8-mongodb/SKILL.md +58 -18
- package/skills/v8-saas-multi-tenant/SKILL.md +3 -0
- package/skills/v8-security/SKILL.md +3 -1
- package/skills/v8-utilities/references/platform-http-routes.md +1 -1
- package/skills/v8-utilities/references/server-api-index.md +25 -7
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-25T02:18:22.909Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.2.
|
|
6
|
+
"version": "5.2.9",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.2.
|
|
10
|
+
"version": "5.2.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,17 +15,17 @@
|
|
|
15
15
|
"dir": "dist/microi.skills",
|
|
16
16
|
"files": 178,
|
|
17
17
|
"skills": 65,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 2254645
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
22
|
-
".progressive-disclosure-manifest.json": "
|
|
21
|
+
".microi-skills-version.json": "2d77a79b32af4fa267caa2bb96e98c9a4e4df9798ea6f14eca36518bb78623d3",
|
|
22
|
+
".progressive-disclosure-manifest.json": "647fb9b710b958ca64713c45bb0e8a17252ec7f2913179327a26525a2cd5a31d",
|
|
23
23
|
"README.md": "332aade05015acac5f1387829a42529f37fc203ff0fcfb2f16cc3afdbb23b1ed",
|
|
24
|
-
"ai-engine/SKILL.md": "
|
|
24
|
+
"ai-engine/SKILL.md": "df63cf56bd06027f30bd0597003c65b479049141fc0b4a31d33cbc9a5fa044cf",
|
|
25
25
|
"ai-engine/agents/openai.yaml": "40deb07801006a46b9a7f0020d13251955eeadd04c8e591160210479936f8b5b",
|
|
26
26
|
"ai-platform-governance/SKILL.md": "84ca4bcacf15deecd0c04dc1a664b23041a6a5f020d3a5288c5458b5e7da4b8e",
|
|
27
27
|
"ai-platform-governance/references/progressive-01-功能开关.md": "ea46fb02267e9e3ace3d9d72e67b02183c61e5c198f4b2f27e8196d6ee6d0bec",
|
|
28
|
-
"app-store/SKILL.md": "
|
|
28
|
+
"app-store/SKILL.md": "55f03986168fb5bac82b631e88baa1bc0b666412e34c9b7b92b3302642c2324a",
|
|
29
29
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
30
30
|
"business-blueprint/SKILL.md": "01619a3b6d37b5b67649ee59d2701301222006d3b943882b2802b1721c58f8a9",
|
|
31
31
|
"datasource-engine/SKILL.md": "bed8352f1d43b55145e1c492d1ea0ca1ec8750b5c4d74e1e80cd71aa7b9a2e6f",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"dos-orm/references/api-reference.md": "facc5e62cd6439a06263580dab9656271118d4bb5a91b5d9230a79136e6daa72",
|
|
35
35
|
"job-engine/SKILL.md": "5d3322f183475bdb7acfa157112bcee3b859b740caeafb57a7afaba0efb58d0d",
|
|
36
36
|
"job-engine/agents/openai.yaml": "65889ee39bc34caca9085539d8954a381aab93590c5635eea3bb6f4c001934af",
|
|
37
|
-
"message-notification/SKILL.md": "
|
|
37
|
+
"message-notification/SKILL.md": "09b6b9b8ba67627cb4603a69a3a6530db943ffec92adcb520a50da00fad00ee1",
|
|
38
38
|
"message-notification/agents/openai.yaml": "d0e259921410e94caaf8b376d690a529842446e3f32c9523b7dfd1bda599f58c",
|
|
39
|
-
"message-notification/references/contracts.md": "
|
|
40
|
-
"microi-ai-app-auth.js": "
|
|
39
|
+
"message-notification/references/contracts.md": "fd520821d533ead45ab6a476bd53cab79b19219cd46ef26120181dbd35dfcb0d",
|
|
40
|
+
"microi-ai-app-auth.js": "e7f62522709eca196dea9c4170da8095cef69dfdf96e00dc470825a6cf4e2a01",
|
|
41
41
|
"microi-ai-application/SKILL.md": "de48dd57de350dcc3e605bc5075ff0d6cfa33e7f7e450e59cbdd6afe32e02e0b",
|
|
42
42
|
"microi-ai-application/agents/openai.yaml": "d3dfc4d0f2fda3391e90e661ca9d8d051cb43824b011d1a88e99db135870454f",
|
|
43
43
|
"microi-ai-application/references/frontend-baseline.md": "c21a2d38292fd8d445a7538afb45d609881f624f32d39c0fc4bbbb3c2fa64a74",
|
|
44
44
|
"microi-client-frontend/SKILL.md": "097c2dc3b06741678bcaccca6eb24bb4b65770e356f5f947d5d9b087a2e8ae8c",
|
|
45
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "
|
|
46
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "
|
|
45
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "3aa2cdbd37ed6ff6927ba76b7fbd15a4e0855d8b84e77603793182a778a33438",
|
|
46
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "485de240a2e1d79f069b4845ac835847fffd64fdd3a5e805fc7d4e2f5bdf1d6a",
|
|
47
47
|
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "bf78d9d2e2d6d1a8315f44f04f21889b21d845a02801d5f8e0eb11b3f490b6d1",
|
|
48
48
|
"microi-codex-installer/SKILL.md": "75bec07d087167ab6343c816d07d9c7e1e850871a05737f31aec115e7fa3cdce",
|
|
49
49
|
"microi-codex-installer/agents/openai.yaml": "e531219b74a70204893a156b1c22c69013a4c9d24b132ead912746b1b312cf80",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"microi-form-engine/references/data-source-events.md": "59a95a36624476b12cdc84e4c23975d074b1f115df19992fd0fd075bb982e7cb",
|
|
67
67
|
"microi-form-layout/SKILL.md": "ce4278f50cd5cea54a20b082525b1a94b58baa7745a27bec626b71725affa061",
|
|
68
68
|
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "b72f79f9cf7635d0add29aa954c9dc0d333a62f45ee1d6113fbd7ee250b26965",
|
|
69
|
-
"microi-frontend-sdk/SKILL.md": "
|
|
69
|
+
"microi-frontend-sdk/SKILL.md": "391a1da2720c4537a9465fa73cf2182b86ba6a7b0028696c38fe9f6478100afc",
|
|
70
70
|
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5dea28edec5a31b6e6e5e15fefc03df9d1ad9bd4b583388fc77bd2aa67a19165",
|
|
71
71
|
"microi-left-right-layout/SKILL.md": "e2f051bce91e6b7cd103599ea526d543fd0f8caaa4c92c71e9e5d81b1a90cf7d",
|
|
72
72
|
"microi-microservice/SKILL.md": "6714aac779aa0d64d95594a180c0bf72a2c0b41fd21de3894e84643665865532",
|
|
73
73
|
"microi-microservice/references/runtime-delivery.md": "538ae295826892942b365492b11aa4797599ea7047fc69409aae64ed99ecfe9b",
|
|
74
|
-
"microi-mobile-app-quality/SKILL.md": "
|
|
74
|
+
"microi-mobile-app-quality/SKILL.md": "5f096599d539faf2fd57da23686497cf85eb75b4e5c18cc26704c3a856f2f995",
|
|
75
75
|
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "ec938bd1a64b9896ff5d3165ad217ee5c68a22a51ddb690d8a8a0c7a9365c512",
|
|
76
76
|
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "070ad110ed5a87046b2daf36c899debe2f1d08680148f6ff7549be4432bd3492",
|
|
77
77
|
"microi-solution-quotation/SKILL.md": "d99886d1261dba1c56b8ef70090783ffe9ae8a4915f5ca2c7e1fae6be519567a",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
"microi-sso/references/outbound.md": "236da363eea139a19264e956c94e0cc90da69a0a6c21505d0e02e682d8c506bc",
|
|
85
85
|
"microi-system-delivery/SKILL.md": "06502e440efa37689a0d98bfa34f960d882a80fb1d1ab1e87ec36868c2af09cc",
|
|
86
86
|
"microi-system-delivery/references/progressive-01-标准工作流.md": "02c9fe51cab2216fc58fb4a18a6acb43b3318864a5a74cac2990e848e3e19c4b",
|
|
87
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "
|
|
87
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "65acd38ad85744c7fd69d23bb65c25269e293a4085fed2bbef2ee2aeb4c232d0",
|
|
88
88
|
"microi-ui/SKILL.md": "1136593475e94d55799dde302e8e86f1e96dd101e5f4645fd4d8091faa52f5d6",
|
|
89
89
|
"microi-ui/references/progressive-01-移动端场景蓝图.md": "aec5e6a400cec7a4cc4e474ad7033bc69874920ebd554706656034ffb9dc8c00",
|
|
90
|
-
"microi-uniapp-frontend/SKILL.md": "
|
|
90
|
+
"microi-uniapp-frontend/SKILL.md": "1ef0905b45007706d5a40d829edcbe62103373aabb1c9846b4aa0cf15edff8d1",
|
|
91
91
|
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "44df3c20120298f6565cf4388eadca70d98d097880c61168ce6d3ac03e80968b",
|
|
92
92
|
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "31a0a12e39ec785df038fb5c73d4978d6dec42d86c52b79e91082c9ac13f29cf",
|
|
93
|
-
"microi.v8.js": "
|
|
93
|
+
"microi.v8.js": "66db7602fe838944fd5b89b59148517a303da574f3f40acadbe7102b8599aa25",
|
|
94
94
|
"module-engine/SKILL.md": "64c899b916aca60189b5cb02abe6577d686bcd3820188970d32f751699196266",
|
|
95
95
|
"module-engine/references/module-config.md": "9e8ac8a7f65d6b563f938193d4b7c6b230d878a3513fc2a90c8b780e70ddd353",
|
|
96
96
|
"ocr-engine/SKILL.md": "239fed8ba28c0178fbbcc4c3dc8d4f3b8b8cf1d2b794db2014c2600ea7835da6",
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "71ab3c94a6034f2d0c374de594104543770cb1313a6515494a213a1ecdf5baf7",
|
|
153
153
|
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5837905a195be7c38fe37e0abd40eee95a8bc26acdab1f3a9aba01c264a125ae",
|
|
154
154
|
"v8-export-import/references/progressive-03-安全-性能注意.md": "a2acc492740eb693be5a0ad275cabcba7a813aa7378c844e43b04233d03a9d0c",
|
|
155
|
-
"v8-file-upload/SKILL.md": "
|
|
156
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "
|
|
157
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "
|
|
155
|
+
"v8-file-upload/SKILL.md": "d05c6f18e4099ce67f3f56ded1c2934fa4a0224d5bc9fc9ff34d92a8e4df8192",
|
|
156
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "0e78e6f7db21415cea0fe94d58ded7f3159068a21fdd39e1f295b14f4dc9961f",
|
|
157
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "4e1027b52ab21db3b16d4d374736ae6abd30d9415b5fdf7a6ee41f73c30468c5",
|
|
158
158
|
"v8-formengine-http/SKILL.md": "8338e9087e93bb41ad260863b076db387373c606e481bf49809c447083c761d1",
|
|
159
159
|
"v8-frontend-events/SKILL.md": "ae476d6dde9b8251100f61411e9ff86ce9e885df651eb599015fa2a121b0270e",
|
|
160
160
|
"v8-frontend-events/references/bluetooth-print-api.md": "ce7f2448dc79e7eb946646784619b47501bdff1651253fc5e82fc91ee41ea6c8",
|
|
@@ -170,13 +170,13 @@
|
|
|
170
170
|
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "d64938d7b17a77fd8a83e16baf9a34a35a79f05a96b47794cfd8401e173df6cc",
|
|
171
171
|
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "7a3ab56864a0485279e53bad65ff8f3f880a3495b16a48a4bbf9b71e9e83ea2a",
|
|
172
172
|
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "36487289e5f20ba7d0b4e4a2fba737d1ac45395ffba037b84c88a8d50ed44901",
|
|
173
|
-
"v8-mongodb/SKILL.md": "
|
|
173
|
+
"v8-mongodb/SKILL.md": "526d77b0afd20417a0c03b2a8f958a6f8c99241f3f65bc01f642824ec55127ee",
|
|
174
174
|
"v8-mq-mqtt/SKILL.md": "a96679cd2c87ade78dfe271a52d8562895c0d91b227cb28947cccbbf37a0320d",
|
|
175
175
|
"v8-mq-mqtt/references/mqtt-production.md": "fec6dd18d58c0f0fc90a295286945f6e7cb7f43c60022c4fd9d48f9baafb35b9",
|
|
176
176
|
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "842c74bd8bc30b932346e34c0d4154edffc1bf6a5a8aaafaaa344f250394762c",
|
|
177
177
|
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "433b922578f37e95483a3d794ad0bf60ba6344fe9ea580eeb3d34b42c50d352f",
|
|
178
|
-
"v8-saas-multi-tenant/SKILL.md": "
|
|
179
|
-
"v8-security/SKILL.md": "
|
|
178
|
+
"v8-saas-multi-tenant/SKILL.md": "24754fb8fe34d5c3b0bf76925b0e82c033736135fa70aa4e314677bc23547b4d",
|
|
179
|
+
"v8-security/SKILL.md": "f7736752de7981deb6b62e468b20a2b7ca5654b6d7a93c56be1ce18a32a15e9b",
|
|
180
180
|
"v8-security/references/progressive-01-2-权限校验.md": "a7e2314b8f2f9bf413956191ffeda6d2f823760def2b06bf6b4c1565e8f71816",
|
|
181
181
|
"v8-security/references/progressive-02-7-日志记录.md": "2758de279da56e90587df8422e25a1ccfce5c3bdc1f1c363a90c666b6c3f298a",
|
|
182
182
|
"v8-sql-query/SKILL.md": "23a12c6801627890d18ff9f1d09cdd1abbd9b08ffc12ef6a12c915d504ed3255",
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"v8-template-engine/SKILL.md": "19363a9e047737b62236f187946ac8398ee6cb19907de70ce0888681b75afb15",
|
|
189
189
|
"v8-utilities/SKILL.md": "2cf8fc6d1a9296ea60bb89ea1b130ac5c9a1f9eb94802fed0cceaf8b61de1b30",
|
|
190
190
|
"v8-utilities/references/client-api-index.md": "3362126197bd34191640d6bd532b16f1ed446c4a8a9d805f4973be5d58b90a4a",
|
|
191
|
-
"v8-utilities/references/platform-http-routes.md": "
|
|
192
|
-
"v8-utilities/references/server-api-index.md": "
|
|
191
|
+
"v8-utilities/references/platform-http-routes.md": "36a28da8f294eac6cf0b853bb58c88050fe19ac0ffe98daff71cd0c786669da4",
|
|
192
|
+
"v8-utilities/references/server-api-index.md": "8e4392ac26fcf0c2a4715d966d526cb142a077dfb68bea0a117971ffaf23bc15",
|
|
193
193
|
"v8-workflow/SKILL.md": "d068ceded6f338fece9443f354dff21dfcf744dd192dd6329b2e98692bb8181e",
|
|
194
194
|
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "9b6b01e7ac03c0a11bc837671a30107ff5c5f253029d74fd17713084104d7e99",
|
|
195
195
|
"workspace-conventions/SKILL.md": "1ba87f3812a83469dfbec33e7efa34a401d3efda5bdbccb083c9c8e0f93f0321",
|
|
@@ -198,184 +198,184 @@
|
|
|
198
198
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
199
199
|
},
|
|
200
200
|
"fileVersions": {
|
|
201
|
-
".microi-skills-version.json": "5.2.
|
|
202
|
-
".progressive-disclosure-manifest.json": "5.2.
|
|
203
|
-
"README.md": "5.2.
|
|
204
|
-
"ai-engine/SKILL.md": "5.2.
|
|
205
|
-
"ai-engine/agents/openai.yaml": "5.2.
|
|
206
|
-
"ai-platform-governance/SKILL.md": "5.2.
|
|
207
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "5.2.
|
|
208
|
-
"app-store/SKILL.md": "5.2.
|
|
209
|
-
"app-store/agents/openai.yaml": "5.2.
|
|
210
|
-
"business-blueprint/SKILL.md": "5.2.
|
|
211
|
-
"datasource-engine/SKILL.md": "5.2.
|
|
212
|
-
"datasource-engine/agents/openai.yaml": "5.2.
|
|
213
|
-
"dos-orm/SKILL.md": "5.2.
|
|
214
|
-
"dos-orm/references/api-reference.md": "5.2.
|
|
215
|
-
"job-engine/SKILL.md": "5.2.
|
|
216
|
-
"job-engine/agents/openai.yaml": "5.2.
|
|
217
|
-
"message-notification/SKILL.md": "5.2.
|
|
218
|
-
"message-notification/agents/openai.yaml": "5.2.
|
|
219
|
-
"message-notification/references/contracts.md": "5.2.
|
|
220
|
-
"microi-ai-app-auth.js": "5.2.
|
|
221
|
-
"microi-ai-application/SKILL.md": "5.2.
|
|
222
|
-
"microi-ai-application/agents/openai.yaml": "5.2.
|
|
223
|
-
"microi-ai-application/references/frontend-baseline.md": "5.2.
|
|
224
|
-
"microi-client-frontend/SKILL.md": "5.2.
|
|
225
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.2.
|
|
226
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.2.
|
|
227
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.2.
|
|
228
|
-
"microi-codex-installer/SKILL.md": "5.2.
|
|
229
|
-
"microi-codex-installer/agents/openai.yaml": "5.2.
|
|
230
|
-
"microi-codex/SKILL.md": "5.2.
|
|
231
|
-
"microi-datasource-mapping/SKILL.md": "5.2.
|
|
232
|
-
"microi-db-schema/SKILL.md": "5.2.
|
|
233
|
-
"microi-db-schema/agents/openai.yaml": "5.2.
|
|
234
|
-
"microi-db-schema/references/core-tables.md": "5.2.
|
|
235
|
-
"microi-db-schema/references/form-component-options.md": "5.2.
|
|
236
|
-
"microi-db-schema/references/schema-overview.md": "5.2.
|
|
237
|
-
"microi-db-schema/references/schema.md": "5.2.
|
|
238
|
-
"microi-db-schema/references/table-catalog.md": "5.2.
|
|
239
|
-
"microi-deployment/SKILL.md": "5.2.
|
|
240
|
-
"microi-deployment/references/deployment-matrix.md": "5.2.
|
|
241
|
-
"microi-docs-coverage/SKILL.md": "5.2.
|
|
242
|
-
"microi-docs-coverage/references/capability-map.md": "5.2.
|
|
243
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.2.
|
|
244
|
-
"microi-form-engine/SKILL.md": "5.2.
|
|
245
|
-
"microi-form-engine/references/component-catalog.md": "5.2.
|
|
246
|
-
"microi-form-engine/references/data-source-events.md": "5.2.
|
|
247
|
-
"microi-form-layout/SKILL.md": "5.2.
|
|
248
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.2.
|
|
249
|
-
"microi-frontend-sdk/SKILL.md": "5.2.
|
|
250
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.2.
|
|
251
|
-
"microi-left-right-layout/SKILL.md": "5.2.
|
|
252
|
-
"microi-microservice/SKILL.md": "5.2.
|
|
253
|
-
"microi-microservice/references/runtime-delivery.md": "5.2.
|
|
254
|
-
"microi-mobile-app-quality/SKILL.md": "5.2.
|
|
255
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.2.
|
|
256
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.2.
|
|
257
|
-
"microi-solution-quotation/SKILL.md": "5.2.
|
|
258
|
-
"microi-solution-quotation/agents/openai.yaml": "5.2.
|
|
259
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "5.2.
|
|
260
|
-
"microi-sso/SKILL.md": "5.2.
|
|
261
|
-
"microi-sso/references/acceptance.md": "5.2.
|
|
262
|
-
"microi-sso/references/configuration-and-security.md": "5.2.
|
|
263
|
-
"microi-sso/references/inbound.md": "5.2.
|
|
264
|
-
"microi-sso/references/outbound.md": "5.2.
|
|
265
|
-
"microi-system-delivery/SKILL.md": "5.2.
|
|
266
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.2.
|
|
267
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.2.
|
|
268
|
-
"microi-ui/SKILL.md": "5.2.
|
|
269
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.2.
|
|
270
|
-
"microi-uniapp-frontend/SKILL.md": "5.2.
|
|
271
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.2.
|
|
272
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.2.
|
|
273
|
-
"microi.v8.js": "5.2.
|
|
274
|
-
"module-engine/SKILL.md": "5.2.
|
|
275
|
-
"module-engine/references/module-config.md": "5.2.
|
|
276
|
-
"ocr-engine/SKILL.md": "5.2.
|
|
277
|
-
"ocr-engine/agents/openai.yaml": "5.2.
|
|
278
|
-
"page-engine/SKILL.md": "5.2.
|
|
279
|
-
"page-engine/references/progressive-01-所有组件类型.md": "5.2.
|
|
280
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.2.
|
|
281
|
-
"performance-testing/SKILL.md": "5.2.
|
|
282
|
-
"playwright-e2e/SKILL.md": "5.2.
|
|
283
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.2.
|
|
284
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.2.
|
|
285
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.2.
|
|
286
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "5.2.
|
|
287
|
-
"print-engine/SKILL.md": "5.2.
|
|
288
|
-
"production-readonly-audit/SKILL.md": "5.2.
|
|
289
|
-
"report-engine/SKILL.md": "5.2.
|
|
290
|
-
"report-engine/agents/openai.yaml": "5.2.
|
|
291
|
-
"scripts/optimize-progressive-disclosure.mjs": "5.2.
|
|
292
|
-
"scripts/refresh-progressive-disclosure.mjs": "5.2.
|
|
293
|
-
"scripts/validate-progressive-disclosure.mjs": "5.2.
|
|
294
|
-
"search-engine/SKILL.md": "5.2.
|
|
295
|
-
"search-engine/agents/openai.yaml": "5.2.
|
|
296
|
-
"spider-engine/SKILL.md": "5.2.
|
|
297
|
-
"system-observability/SKILL.md": "5.2.
|
|
298
|
-
"translate-engine/SKILL.md": "5.2.
|
|
299
|
-
"translate-engine/agents/openai.yaml": "5.2.
|
|
300
|
-
"ui-design/SKILL.md": "5.2.
|
|
301
|
-
"ui-design/assets/pattern-showcase/app.js": "5.2.
|
|
302
|
-
"ui-design/assets/pattern-showcase/index.html": "5.2.
|
|
303
|
-
"ui-design/assets/pattern-showcase/styles.css": "5.2.
|
|
304
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "5.2.
|
|
305
|
-
"ui-design/references/design-pattern-library.md": "5.2.
|
|
306
|
-
"ui-design/references/mci-design-contract.md": "5.2.
|
|
307
|
-
"ui-design/references/motion-and-media.md": "5.2.
|
|
308
|
-
"ui-design/references/product-flow-recipes.md": "5.2.
|
|
309
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.2.
|
|
310
|
-
"ui-design/references/progressive-02-字体.md": "5.2.
|
|
311
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.2.
|
|
312
|
-
"ui-design/references/progressive-04-组件风格速查.md": "5.2.
|
|
313
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "5.2.
|
|
314
|
-
"ui-design/references/progressive-06-主题切换实现.md": "5.2.
|
|
315
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.2.
|
|
316
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.2.
|
|
317
|
-
"uniapp-mall-assets/SKILL.md": "5.2.
|
|
318
|
-
"unity-integration/SKILL.md": "5.2.
|
|
319
|
-
"unity-integration/agents/openai.yaml": "5.2.
|
|
320
|
-
"unity-integration/references/ai-app-delivery.md": "5.2.
|
|
321
|
-
"unity-integration/references/sdk-api.md": "5.2.
|
|
322
|
-
"unity-integration/references/toolbox-migration.md": "5.2.
|
|
323
|
-
"unity-integration/references/webgl-hosting.md": "5.2.
|
|
324
|
-
"v8-api-config/SKILL.md": "5.2.
|
|
325
|
-
"v8-cache-pattern/SKILL.md": "5.2.
|
|
326
|
-
"v8-crud-api/SKILL.md": "5.2.
|
|
327
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.2.
|
|
328
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.2.
|
|
329
|
-
"v8-debugging/SKILL.md": "5.2.
|
|
330
|
-
"v8-explorer-tree/SKILL.md": "5.2.
|
|
331
|
-
"v8-export-import/SKILL.md": "5.2.
|
|
332
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.2.
|
|
333
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.2.
|
|
334
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.2.
|
|
335
|
-
"v8-file-upload/SKILL.md": "5.2.
|
|
336
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.2.
|
|
337
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.2.
|
|
338
|
-
"v8-formengine-http/SKILL.md": "5.2.
|
|
339
|
-
"v8-frontend-events/SKILL.md": "5.2.
|
|
340
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "5.2.
|
|
341
|
-
"v8-frontend-events/references/bluetooth-print.md": "5.2.
|
|
342
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "5.2.
|
|
343
|
-
"v8-http-integration/SKILL.md": "5.2.
|
|
344
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "5.2.
|
|
345
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.2.
|
|
346
|
-
"v8-image-processing/SKILL.md": "5.2.
|
|
347
|
-
"v8-image-processing/agents/openai.yaml": "5.2.
|
|
348
|
-
"v8-image-processing/references/api-reference.md": "5.2.
|
|
349
|
-
"v8-menu-buttons/SKILL.md": "5.2.
|
|
350
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.2.
|
|
351
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.2.
|
|
352
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.2.
|
|
353
|
-
"v8-mongodb/SKILL.md": "5.2.
|
|
354
|
-
"v8-mq-mqtt/SKILL.md": "5.2.
|
|
355
|
-
"v8-mq-mqtt/references/mqtt-production.md": "5.2.
|
|
356
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.2.
|
|
357
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.2.
|
|
358
|
-
"v8-saas-multi-tenant/SKILL.md": "5.2.
|
|
359
|
-
"v8-security/SKILL.md": "5.2.
|
|
360
|
-
"v8-security/references/progressive-01-2-权限校验.md": "5.2.
|
|
361
|
-
"v8-security/references/progressive-02-7-日志记录.md": "5.2.
|
|
362
|
-
"v8-sql-query/SKILL.md": "5.2.
|
|
363
|
-
"v8-table-event/SKILL.md": "5.2.
|
|
364
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.2.
|
|
365
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.2.
|
|
366
|
-
"v8-tcp-integration/SKILL.md": "5.2.
|
|
367
|
-
"v8-tcp-integration/agents/openai.yaml": "5.2.
|
|
368
|
-
"v8-template-engine/SKILL.md": "5.2.
|
|
369
|
-
"v8-utilities/SKILL.md": "5.2.
|
|
370
|
-
"v8-utilities/references/client-api-index.md": "5.2.
|
|
371
|
-
"v8-utilities/references/platform-http-routes.md": "5.2.
|
|
372
|
-
"v8-utilities/references/server-api-index.md": "5.2.
|
|
373
|
-
"v8-workflow/SKILL.md": "5.2.
|
|
374
|
-
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.2.
|
|
375
|
-
"workspace-conventions/SKILL.md": "5.2.
|
|
376
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.2.
|
|
377
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.2.
|
|
378
|
-
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.2.
|
|
201
|
+
".microi-skills-version.json": "5.2.9",
|
|
202
|
+
".progressive-disclosure-manifest.json": "5.2.9",
|
|
203
|
+
"README.md": "5.2.9",
|
|
204
|
+
"ai-engine/SKILL.md": "5.2.9",
|
|
205
|
+
"ai-engine/agents/openai.yaml": "5.2.9",
|
|
206
|
+
"ai-platform-governance/SKILL.md": "5.2.9",
|
|
207
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.2.9",
|
|
208
|
+
"app-store/SKILL.md": "5.2.9",
|
|
209
|
+
"app-store/agents/openai.yaml": "5.2.9",
|
|
210
|
+
"business-blueprint/SKILL.md": "5.2.9",
|
|
211
|
+
"datasource-engine/SKILL.md": "5.2.9",
|
|
212
|
+
"datasource-engine/agents/openai.yaml": "5.2.9",
|
|
213
|
+
"dos-orm/SKILL.md": "5.2.9",
|
|
214
|
+
"dos-orm/references/api-reference.md": "5.2.9",
|
|
215
|
+
"job-engine/SKILL.md": "5.2.9",
|
|
216
|
+
"job-engine/agents/openai.yaml": "5.2.9",
|
|
217
|
+
"message-notification/SKILL.md": "5.2.9",
|
|
218
|
+
"message-notification/agents/openai.yaml": "5.2.9",
|
|
219
|
+
"message-notification/references/contracts.md": "5.2.9",
|
|
220
|
+
"microi-ai-app-auth.js": "5.2.9",
|
|
221
|
+
"microi-ai-application/SKILL.md": "5.2.9",
|
|
222
|
+
"microi-ai-application/agents/openai.yaml": "5.2.9",
|
|
223
|
+
"microi-ai-application/references/frontend-baseline.md": "5.2.9",
|
|
224
|
+
"microi-client-frontend/SKILL.md": "5.2.9",
|
|
225
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.2.9",
|
|
226
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.2.9",
|
|
227
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.2.9",
|
|
228
|
+
"microi-codex-installer/SKILL.md": "5.2.9",
|
|
229
|
+
"microi-codex-installer/agents/openai.yaml": "5.2.9",
|
|
230
|
+
"microi-codex/SKILL.md": "5.2.9",
|
|
231
|
+
"microi-datasource-mapping/SKILL.md": "5.2.9",
|
|
232
|
+
"microi-db-schema/SKILL.md": "5.2.9",
|
|
233
|
+
"microi-db-schema/agents/openai.yaml": "5.2.9",
|
|
234
|
+
"microi-db-schema/references/core-tables.md": "5.2.9",
|
|
235
|
+
"microi-db-schema/references/form-component-options.md": "5.2.9",
|
|
236
|
+
"microi-db-schema/references/schema-overview.md": "5.2.9",
|
|
237
|
+
"microi-db-schema/references/schema.md": "5.2.9",
|
|
238
|
+
"microi-db-schema/references/table-catalog.md": "5.2.9",
|
|
239
|
+
"microi-deployment/SKILL.md": "5.2.9",
|
|
240
|
+
"microi-deployment/references/deployment-matrix.md": "5.2.9",
|
|
241
|
+
"microi-docs-coverage/SKILL.md": "5.2.9",
|
|
242
|
+
"microi-docs-coverage/references/capability-map.md": "5.2.9",
|
|
243
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.2.9",
|
|
244
|
+
"microi-form-engine/SKILL.md": "5.2.9",
|
|
245
|
+
"microi-form-engine/references/component-catalog.md": "5.2.9",
|
|
246
|
+
"microi-form-engine/references/data-source-events.md": "5.2.9",
|
|
247
|
+
"microi-form-layout/SKILL.md": "5.2.9",
|
|
248
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.2.9",
|
|
249
|
+
"microi-frontend-sdk/SKILL.md": "5.2.9",
|
|
250
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.2.9",
|
|
251
|
+
"microi-left-right-layout/SKILL.md": "5.2.9",
|
|
252
|
+
"microi-microservice/SKILL.md": "5.2.9",
|
|
253
|
+
"microi-microservice/references/runtime-delivery.md": "5.2.9",
|
|
254
|
+
"microi-mobile-app-quality/SKILL.md": "5.2.9",
|
|
255
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.2.9",
|
|
256
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.2.9",
|
|
257
|
+
"microi-solution-quotation/SKILL.md": "5.2.9",
|
|
258
|
+
"microi-solution-quotation/agents/openai.yaml": "5.2.9",
|
|
259
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.2.9",
|
|
260
|
+
"microi-sso/SKILL.md": "5.2.9",
|
|
261
|
+
"microi-sso/references/acceptance.md": "5.2.9",
|
|
262
|
+
"microi-sso/references/configuration-and-security.md": "5.2.9",
|
|
263
|
+
"microi-sso/references/inbound.md": "5.2.9",
|
|
264
|
+
"microi-sso/references/outbound.md": "5.2.9",
|
|
265
|
+
"microi-system-delivery/SKILL.md": "5.2.9",
|
|
266
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.2.9",
|
|
267
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.2.9",
|
|
268
|
+
"microi-ui/SKILL.md": "5.2.9",
|
|
269
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.2.9",
|
|
270
|
+
"microi-uniapp-frontend/SKILL.md": "5.2.9",
|
|
271
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.2.9",
|
|
272
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.2.9",
|
|
273
|
+
"microi.v8.js": "5.2.9",
|
|
274
|
+
"module-engine/SKILL.md": "5.2.9",
|
|
275
|
+
"module-engine/references/module-config.md": "5.2.9",
|
|
276
|
+
"ocr-engine/SKILL.md": "5.2.9",
|
|
277
|
+
"ocr-engine/agents/openai.yaml": "5.2.9",
|
|
278
|
+
"page-engine/SKILL.md": "5.2.9",
|
|
279
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.2.9",
|
|
280
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.2.9",
|
|
281
|
+
"performance-testing/SKILL.md": "5.2.9",
|
|
282
|
+
"playwright-e2e/SKILL.md": "5.2.9",
|
|
283
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.2.9",
|
|
284
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.2.9",
|
|
285
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.2.9",
|
|
286
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.2.9",
|
|
287
|
+
"print-engine/SKILL.md": "5.2.9",
|
|
288
|
+
"production-readonly-audit/SKILL.md": "5.2.9",
|
|
289
|
+
"report-engine/SKILL.md": "5.2.9",
|
|
290
|
+
"report-engine/agents/openai.yaml": "5.2.9",
|
|
291
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.2.9",
|
|
292
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.2.9",
|
|
293
|
+
"scripts/validate-progressive-disclosure.mjs": "5.2.9",
|
|
294
|
+
"search-engine/SKILL.md": "5.2.9",
|
|
295
|
+
"search-engine/agents/openai.yaml": "5.2.9",
|
|
296
|
+
"spider-engine/SKILL.md": "5.2.9",
|
|
297
|
+
"system-observability/SKILL.md": "5.2.9",
|
|
298
|
+
"translate-engine/SKILL.md": "5.2.9",
|
|
299
|
+
"translate-engine/agents/openai.yaml": "5.2.9",
|
|
300
|
+
"ui-design/SKILL.md": "5.2.9",
|
|
301
|
+
"ui-design/assets/pattern-showcase/app.js": "5.2.9",
|
|
302
|
+
"ui-design/assets/pattern-showcase/index.html": "5.2.9",
|
|
303
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.2.9",
|
|
304
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.2.9",
|
|
305
|
+
"ui-design/references/design-pattern-library.md": "5.2.9",
|
|
306
|
+
"ui-design/references/mci-design-contract.md": "5.2.9",
|
|
307
|
+
"ui-design/references/motion-and-media.md": "5.2.9",
|
|
308
|
+
"ui-design/references/product-flow-recipes.md": "5.2.9",
|
|
309
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.2.9",
|
|
310
|
+
"ui-design/references/progressive-02-字体.md": "5.2.9",
|
|
311
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.2.9",
|
|
312
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.2.9",
|
|
313
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.2.9",
|
|
314
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.2.9",
|
|
315
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.2.9",
|
|
316
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.2.9",
|
|
317
|
+
"uniapp-mall-assets/SKILL.md": "5.2.9",
|
|
318
|
+
"unity-integration/SKILL.md": "5.2.9",
|
|
319
|
+
"unity-integration/agents/openai.yaml": "5.2.9",
|
|
320
|
+
"unity-integration/references/ai-app-delivery.md": "5.2.9",
|
|
321
|
+
"unity-integration/references/sdk-api.md": "5.2.9",
|
|
322
|
+
"unity-integration/references/toolbox-migration.md": "5.2.9",
|
|
323
|
+
"unity-integration/references/webgl-hosting.md": "5.2.9",
|
|
324
|
+
"v8-api-config/SKILL.md": "5.2.9",
|
|
325
|
+
"v8-cache-pattern/SKILL.md": "5.2.9",
|
|
326
|
+
"v8-crud-api/SKILL.md": "5.2.9",
|
|
327
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.2.9",
|
|
328
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.2.9",
|
|
329
|
+
"v8-debugging/SKILL.md": "5.2.9",
|
|
330
|
+
"v8-explorer-tree/SKILL.md": "5.2.9",
|
|
331
|
+
"v8-export-import/SKILL.md": "5.2.9",
|
|
332
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.2.9",
|
|
333
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.2.9",
|
|
334
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.2.9",
|
|
335
|
+
"v8-file-upload/SKILL.md": "5.2.9",
|
|
336
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.2.9",
|
|
337
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.2.9",
|
|
338
|
+
"v8-formengine-http/SKILL.md": "5.2.9",
|
|
339
|
+
"v8-frontend-events/SKILL.md": "5.2.9",
|
|
340
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.2.9",
|
|
341
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.2.9",
|
|
342
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.2.9",
|
|
343
|
+
"v8-http-integration/SKILL.md": "5.2.9",
|
|
344
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.2.9",
|
|
345
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.2.9",
|
|
346
|
+
"v8-image-processing/SKILL.md": "5.2.9",
|
|
347
|
+
"v8-image-processing/agents/openai.yaml": "5.2.9",
|
|
348
|
+
"v8-image-processing/references/api-reference.md": "5.2.9",
|
|
349
|
+
"v8-menu-buttons/SKILL.md": "5.2.9",
|
|
350
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.2.9",
|
|
351
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.2.9",
|
|
352
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.2.9",
|
|
353
|
+
"v8-mongodb/SKILL.md": "5.2.9",
|
|
354
|
+
"v8-mq-mqtt/SKILL.md": "5.2.9",
|
|
355
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.2.9",
|
|
356
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.2.9",
|
|
357
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.2.9",
|
|
358
|
+
"v8-saas-multi-tenant/SKILL.md": "5.2.9",
|
|
359
|
+
"v8-security/SKILL.md": "5.2.9",
|
|
360
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.2.9",
|
|
361
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.2.9",
|
|
362
|
+
"v8-sql-query/SKILL.md": "5.2.9",
|
|
363
|
+
"v8-table-event/SKILL.md": "5.2.9",
|
|
364
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.2.9",
|
|
365
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.2.9",
|
|
366
|
+
"v8-tcp-integration/SKILL.md": "5.2.9",
|
|
367
|
+
"v8-tcp-integration/agents/openai.yaml": "5.2.9",
|
|
368
|
+
"v8-template-engine/SKILL.md": "5.2.9",
|
|
369
|
+
"v8-utilities/SKILL.md": "5.2.9",
|
|
370
|
+
"v8-utilities/references/client-api-index.md": "5.2.9",
|
|
371
|
+
"v8-utilities/references/platform-http-routes.md": "5.2.9",
|
|
372
|
+
"v8-utilities/references/server-api-index.md": "5.2.9",
|
|
373
|
+
"v8-workflow/SKILL.md": "5.2.9",
|
|
374
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.2.9",
|
|
375
|
+
"workspace-conventions/SKILL.md": "5.2.9",
|
|
376
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.2.9",
|
|
377
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.2.9",
|
|
378
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.2.9"
|
|
379
379
|
},
|
|
380
380
|
"files": [
|
|
381
381
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.2.
|
|
2
|
+
"version": "5.2.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-25T02:17:40.843Z"
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-24T23:28:15.830Z",
|
|
4
4
|
"policy": {
|
|
5
5
|
"maxEntryLines": 285,
|
|
6
6
|
"referenceBudgetLines": 245,
|
|
@@ -2221,18 +2221,18 @@
|
|
|
2221
2221
|
]
|
|
2222
2222
|
},
|
|
2223
2223
|
"v8-file-upload": {
|
|
2224
|
-
"originalSha256": "
|
|
2225
|
-
"originalLines":
|
|
2226
|
-
"prefixSha256": "
|
|
2227
|
-
"prefixBytes":
|
|
2228
|
-
"entryLines":
|
|
2224
|
+
"originalSha256": "c6a1d4ed64cc2abbd9c3bc42c4d9473535564b45277f4a563e1452006325eaeb",
|
|
2225
|
+
"originalLines": 557,
|
|
2226
|
+
"prefixSha256": "dd9e661499692931e0da053fdb6060a3ff2827eb5862d1a820f05159038ead5d",
|
|
2227
|
+
"prefixBytes": 7475,
|
|
2228
|
+
"entryLines": 219,
|
|
2229
2229
|
"chunks": [
|
|
2230
2230
|
{
|
|
2231
2231
|
"id": "v8-file-upload-000",
|
|
2232
2232
|
"ordinal": 0,
|
|
2233
2233
|
"destination": "v8-file-upload/SKILL.md",
|
|
2234
|
-
"sha256": "
|
|
2235
|
-
"lines":
|
|
2234
|
+
"sha256": "841bb634227ea21cf97abcbee5dc6220042e73139170e6a6c304bfce83274e7a",
|
|
2235
|
+
"lines": 12,
|
|
2236
2236
|
"heading": "核心 API"
|
|
2237
2237
|
},
|
|
2238
2238
|
{
|
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
"id": "v8-file-upload-002",
|
|
2248
2248
|
"ordinal": 2,
|
|
2249
2249
|
"destination": "v8-file-upload/SKILL.md",
|
|
2250
|
-
"sha256": "
|
|
2250
|
+
"sha256": "c20863b68d13b3bd41caee90a5e12878501a35b3d9f8d40a80efe3f6b46125a9",
|
|
2251
2251
|
"lines": 101,
|
|
2252
2252
|
"heading": "接收前端上传的文件"
|
|
2253
2253
|
},
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"id": "v8-file-upload-003",
|
|
2256
2256
|
"ordinal": 5,
|
|
2257
2257
|
"destination": "v8-file-upload/SKILL.md",
|
|
2258
|
-
"sha256": "
|
|
2258
|
+
"sha256": "d02dfde4abd2349cd92de1daee129bc08ba42142b5f6229736588cb3e0dbf43c",
|
|
2259
2259
|
"lines": 13,
|
|
2260
2260
|
"heading": "跨平台文件同步登录会话"
|
|
2261
2261
|
},
|
|
@@ -2786,11 +2786,11 @@
|
|
|
2786
2786
|
]
|
|
2787
2787
|
},
|
|
2788
2788
|
"v8-security": {
|
|
2789
|
-
"originalSha256": "
|
|
2790
|
-
"originalLines":
|
|
2791
|
-
"prefixSha256": "
|
|
2792
|
-
"prefixBytes":
|
|
2793
|
-
"entryLines":
|
|
2789
|
+
"originalSha256": "47f1d4392b637af2b25a658e475bdcf8ee888b6e51098b888e477ce1aa1c9985",
|
|
2790
|
+
"originalLines": 497,
|
|
2791
|
+
"prefixSha256": "c3b2ae10a39461ee69fda3c7e994d072ca6d8c9dc6f2338742bc8f07e0dcffd0",
|
|
2792
|
+
"prefixBytes": 1648,
|
|
2793
|
+
"entryLines": 184,
|
|
2794
2794
|
"chunks": [
|
|
2795
2795
|
{
|
|
2796
2796
|
"id": "v8-security-000",
|