@microi.net/cli 5.2.2 → 5.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +5 -5
- package/cordis.patch.yml +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server.js +56 -56
- package/scripts/microi-codex-broker.js +12 -2
- package/scripts/microi-skills.meta.json +199 -199
- package/skills/.microi-skills-version.json +2 -2
- package/skills/.progressive-disclosure-manifest.json +6 -6
- package/skills/app-store/SKILL.md +81 -8
- package/skills/message-notification/references/contracts.md +2 -0
- package/skills/microi-ai-application/SKILL.md +4 -3
- package/skills/microi-db-schema/references/form-component-options.md +1 -1
- package/skills/microi-form-engine/SKILL.md +23 -1
- package/skills/microi-form-engine/references/component-catalog.md +75 -4
- package/skills/microi-frontend-sdk/references/progressive-01-token-/345/275/223/345/211/215/347/231/273/345/275/225/347/224/250/346/210/267/344/270/216/345/275/223/345/211/215/347/273/210/347/253/257/347/231/273/345/275/225/345/215/217/350/256/256.md +4 -0
- package/skills/microi-microservice/SKILL.md +1 -0
- package/skills/microi-mobile-app-quality/references/progressive-01-4-/351/207/215/350/246/201/346/214/211/351/222/256/345/277/205/351/241/273/345/270/246/345/233/276/346/240/207.md +4 -0
- package/skills/microi-uniapp-frontend/SKILL.md +9 -1
- package/skills/v8-export-import/SKILL.md +12 -9
- package/skills/v8-file-upload/SKILL.md +28 -3
- 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-saas-multi-tenant/SKILL.md +8 -7
- package/skills/v8-security/SKILL.md +3 -1
- package/skills/workspace-conventions/SKILL.md +11 -0
|
@@ -77,8 +77,18 @@ function writeLeaseRecord(record, exclusive = false) {
|
|
|
77
77
|
fs.mkdirSync(path.dirname(leasePath), { recursive: true });
|
|
78
78
|
const text = `${JSON.stringify(record, null, 2)}\n`;
|
|
79
79
|
if (exclusive) {
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
// Publish a complete lease atomically. Creating leasePath first and then
|
|
81
|
+
// writing its JSON leaves a short empty-file window; concurrent brokers can
|
|
82
|
+
// mistake that window for a stale lease, remove it, and leave connected
|
|
83
|
+
// routers without an authentication token. A same-directory hard link is
|
|
84
|
+
// both exclusive (EEXIST wins the race) and immediately complete.
|
|
85
|
+
const staged = `${leasePath}.${process.pid}.${Date.now()}.${ownerToken.slice(0, 8)}.new`;
|
|
86
|
+
try {
|
|
87
|
+
fs.writeFileSync(staged, text, { encoding: 'utf8', mode: 0o600, flag: 'wx' });
|
|
88
|
+
fs.linkSync(staged, leasePath);
|
|
89
|
+
} finally {
|
|
90
|
+
try { if (fs.existsSync(staged)) fs.rmSync(staged, { force: true }); } catch { /* harmless */ }
|
|
91
|
+
}
|
|
82
92
|
return;
|
|
83
93
|
}
|
|
84
94
|
const current = readLease();
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-23T04:41:57.567Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.2.
|
|
6
|
+
"version": "5.2.4",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.2.
|
|
10
|
+
"version": "5.2.4",
|
|
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": 177,
|
|
17
17
|
"skills": 64,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 2196071
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
22
|
-
".progressive-disclosure-manifest.json": "
|
|
21
|
+
".microi-skills-version.json": "1fd9e365bae1ad365000ec91ce3030cce03daeff60a7784441a09b8ab5654624",
|
|
22
|
+
".progressive-disclosure-manifest.json": "852576d84d0c40d3171771ff8373b85b74e93c74f26a1a4d76c3577233a98b5a",
|
|
23
23
|
"README.md": "d39c20a392145fe9aff9929bec11549bdd1fe1640e5af63228ac396b21173046",
|
|
24
24
|
"ai-engine/SKILL.md": "0d91e157454569003b216ee4e6efa8b161dd7409788c4cae9f10f212531badc3",
|
|
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": "9e8b311bfa03e573cfdd00f256a8e27ca3684158fb1266822589480088556533",
|
|
29
29
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
30
30
|
"business-blueprint/SKILL.md": "01619a3b6d37b5b67649ee59d2701301222006d3b943882b2802b1721c58f8a9",
|
|
31
31
|
"datasource-engine/SKILL.md": "bed8352f1d43b55145e1c492d1ea0ca1ec8750b5c4d74e1e80cd71aa7b9a2e6f",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"job-engine/agents/openai.yaml": "65889ee39bc34caca9085539d8954a381aab93590c5635eea3bb6f4c001934af",
|
|
37
37
|
"message-notification/SKILL.md": "54c92a1bfd4ae7fa42ef87775f209ea3e935d0fcec4fa352511553084b23bd75",
|
|
38
38
|
"message-notification/agents/openai.yaml": "d0e259921410e94caaf8b376d690a529842446e3f32c9523b7dfd1bda599f58c",
|
|
39
|
-
"message-notification/references/contracts.md": "
|
|
39
|
+
"message-notification/references/contracts.md": "752a5acdd6481dd2386d116eaa8b59401dcef8fc07185208c5e835e17b979afe",
|
|
40
40
|
"microi-ai-app-auth.js": "8023db6ae655bc33027f389a64ef7937ac09da35eb1b8a497aaefb986834242a",
|
|
41
|
-
"microi-ai-application/SKILL.md": "
|
|
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": "14bef202a3b8b99d3b36144bd99fa5a2f92de638ee48bd11f42c32eada1bd0fd",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"microi-db-schema/SKILL.md": "a69a9bcc87e8b74879c801c7e478a6270da8f2e4724421ff0611bb9a95c2fd1f",
|
|
53
53
|
"microi-db-schema/agents/openai.yaml": "c725a2be4c904472f9e46dc4b49aa642c9f3a4437c91a28ba7cc27167497ede7",
|
|
54
54
|
"microi-db-schema/references/core-tables.md": "b71164d9afe8cd6085745a27dddb31722014a85f8ab22f09ab447738612fea6a",
|
|
55
|
-
"microi-db-schema/references/form-component-options.md": "
|
|
55
|
+
"microi-db-schema/references/form-component-options.md": "070f31a866ac59a7e727e2f90fb796f51818acfa5ec4d769f352abcc26287707",
|
|
56
56
|
"microi-db-schema/references/schema-overview.md": "fb2e99d0d759619f73833b9261c4cb57c9dcdbdd3c0be6147d0ecf8b0d192991",
|
|
57
57
|
"microi-db-schema/references/schema.md": "943de6a603c60e8184044745787fcff2c5c8e192a94ebe2f6511e3200df5f430",
|
|
58
58
|
"microi-db-schema/references/table-catalog.md": "26cc65486f39cc80703e47111e715f8b8512e24a55d0ab94dc048ace6206a3da",
|
|
@@ -61,18 +61,18 @@
|
|
|
61
61
|
"microi-docs-coverage/SKILL.md": "44d2e633946af233bdd5a59a9fb74a8613e82031fa2f4635a2664fff0ad6c210",
|
|
62
62
|
"microi-docs-coverage/references/capability-map.md": "7be5142411650c3ad50414324d07240b8d110f98c2bea57eda38da846bfdd516",
|
|
63
63
|
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "ebd57f17f2ebae499bfa59ad17830db458590feb76f7f0f20219ff0987b33af3",
|
|
64
|
-
"microi-form-engine/SKILL.md": "
|
|
65
|
-
"microi-form-engine/references/component-catalog.md": "
|
|
64
|
+
"microi-form-engine/SKILL.md": "b92a7f80cb35ff26b2a1b0b91829fe85329794bb6e92e4b9e95ff706fb5c9ddb",
|
|
65
|
+
"microi-form-engine/references/component-catalog.md": "5272eb01b9bbedd5bdbcb9c839316812c69a29c8e92766229cbec1a904effcac",
|
|
66
66
|
"microi-form-engine/references/data-source-events.md": "59a95a36624476b12cdc84e4c23975d074b1f115df19992fd0fd075bb982e7cb",
|
|
67
67
|
"microi-form-layout/SKILL.md": "8a443d18587fc1eb0a9d5ae8082bc730b43ad82ca450af91cd5cfca4515b0392",
|
|
68
68
|
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "b72f79f9cf7635d0add29aa954c9dc0d333a62f45ee1d6113fbd7ee250b26965",
|
|
69
69
|
"microi-frontend-sdk/SKILL.md": "828edf7b6a08cde37e13aeee0f9eb4042dc74e10b62ef80c87649ccb6231139a",
|
|
70
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "
|
|
70
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5dea28edec5a31b6e6e5e15fefc03df9d1ad9bd4b583388fc77bd2aa67a19165",
|
|
71
71
|
"microi-left-right-layout/SKILL.md": "e2f051bce91e6b7cd103599ea526d543fd0f8caaa4c92c71e9e5d81b1a90cf7d",
|
|
72
|
-
"microi-microservice/SKILL.md": "
|
|
72
|
+
"microi-microservice/SKILL.md": "b4d905f92ea66d7e09ecf0a8d7606ae236f188084f86311af8b3f8ccf862a615",
|
|
73
73
|
"microi-microservice/references/runtime-delivery.md": "538ae295826892942b365492b11aa4797599ea7047fc69409aae64ed99ecfe9b",
|
|
74
74
|
"microi-mobile-app-quality/SKILL.md": "79cb796df3a486c9a39db10d47df53d9dafb259826067799486def659683144a",
|
|
75
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "
|
|
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",
|
|
78
78
|
"microi-solution-quotation/agents/openai.yaml": "9e3f994cc842c927ca25e23216f6ce5e8f8313fc39b1c7142d9b652ca73e7dd1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "dee8e3f2363548e4c83519f8784f8e8bfafe8dd3058f28c49d525dc93c542753",
|
|
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": "b4e7ae93b10a9944197fc1221adab88dcaf168f9ec6d56adbabc210e7665ec4b",
|
|
91
91
|
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "44df3c20120298f6565cf4388eadca70d98d097880c61168ce6d3ac03e80968b",
|
|
92
92
|
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "31a0a12e39ec785df038fb5c73d4978d6dec42d86c52b79e91082c9ac13f29cf",
|
|
93
93
|
"microi.v8.js": "4e5b7bb819255159a3d7a9555af662618162e31ec41cb3b67b3d7cc01635c9ec",
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "3ee7f1ef68b3546a5dacd0ed12f94e1ca7bf6cd10ecf5c3594bc4ecfb63f333d",
|
|
148
148
|
"v8-debugging/SKILL.md": "32007f51d5ba0a6125f2220904bf1864a283820bb61ee6c0b2c9a0e8477f776c",
|
|
149
149
|
"v8-explorer-tree/SKILL.md": "1c941d9b5b589a27ed2ce3000f69206c2209660f7d1c86b5b0cb0a82bc1d5003",
|
|
150
|
-
"v8-export-import/SKILL.md": "
|
|
150
|
+
"v8-export-import/SKILL.md": "f5c04ad68d1aea586ae01fab3c6a22942cf578e160ce59d4f16dc1667f7b9a5d",
|
|
151
151
|
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "71ab3c94a6034f2d0c374de594104543770cb1313a6515494a213a1ecdf5baf7",
|
|
152
152
|
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5837905a195be7c38fe37e0abd40eee95a8bc26acdab1f3a9aba01c264a125ae",
|
|
153
153
|
"v8-export-import/references/progressive-03-安全-性能注意.md": "a2acc492740eb693be5a0ad275cabcba7a813aa7378c844e43b04233d03a9d0c",
|
|
154
|
-
"v8-file-upload/SKILL.md": "
|
|
155
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "
|
|
154
|
+
"v8-file-upload/SKILL.md": "22cdd7392c9bffcfbcbeaf0aa3ce5e40485295e2af55989091fd306994226ad6",
|
|
155
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "1f6e3e9081b17aab783d63a65aa12c6cb530f930390c76f01b41685845fcecd3",
|
|
156
156
|
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "ab5a0d6f9e0f39a036d48d7f87cfac8aed5575f42dcbabc9f34ad723ade2e1be",
|
|
157
157
|
"v8-formengine-http/SKILL.md": "8338e9087e93bb41ad260863b076db387373c606e481bf49809c447083c761d1",
|
|
158
158
|
"v8-frontend-events/SKILL.md": "ae476d6dde9b8251100f61411e9ff86ce9e885df651eb599015fa2a121b0270e",
|
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
"v8-mq-mqtt/references/mqtt-production.md": "8ef68eb3f312abfef23a2c667d809d9aa2bc036f6219ea7921969b4edb0f0090",
|
|
175
175
|
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "842c74bd8bc30b932346e34c0d4154edffc1bf6a5a8aaafaaa344f250394762c",
|
|
176
176
|
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "e9f981e17e3d93d64aeeeb1bbc80a0eb680414e17782d43bfc7c1db676063dd0",
|
|
177
|
-
"v8-saas-multi-tenant/SKILL.md": "
|
|
178
|
-
"v8-security/SKILL.md": "
|
|
177
|
+
"v8-saas-multi-tenant/SKILL.md": "7c2683b80e9b571408f79a2fa0ec7ed0e266c753183109b812d61da5b95f911f",
|
|
178
|
+
"v8-security/SKILL.md": "9670e5b77a564d64acda91efaae22ce24db950aa107dcf4d90f226a252668ef1",
|
|
179
179
|
"v8-security/references/progressive-01-2-权限校验.md": "a7e2314b8f2f9bf413956191ffeda6d2f823760def2b06bf6b4c1565e8f71816",
|
|
180
180
|
"v8-security/references/progressive-02-7-日志记录.md": "2758de279da56e90587df8422e25a1ccfce5c3bdc1f1c363a90c666b6c3f298a",
|
|
181
181
|
"v8-sql-query/SKILL.md": "23a12c6801627890d18ff9f1d09cdd1abbd9b08ffc12ef6a12c915d504ed3255",
|
|
@@ -191,189 +191,189 @@
|
|
|
191
191
|
"v8-utilities/references/server-api-index.md": "a7f8872cb06ef9c145eae3646af25e7c2fb9bf017ea5c3dbd56d25e541f42d0f",
|
|
192
192
|
"v8-workflow/SKILL.md": "f6dc87709362c3f8305a03d0b9b73e16a5ded601a509e8d5191b1141b0a72175",
|
|
193
193
|
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "9b6b01e7ac03c0a11bc837671a30107ff5c5f253029d74fd17713084104d7e99",
|
|
194
|
-
"workspace-conventions/SKILL.md": "
|
|
194
|
+
"workspace-conventions/SKILL.md": "8847ac29c19f2876939d4d7a90c79d0f817385006a9771c56a39bb02b453ea33",
|
|
195
195
|
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "576a781ecc529f7b5c9a824326445b2c90b3172ba0285a73fae4a2e45c9b84f5",
|
|
196
196
|
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "6720c8700972ca2b0b0b4378a137b70763542a280043c75d79d551be1f57b308",
|
|
197
197
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
198
198
|
},
|
|
199
199
|
"fileVersions": {
|
|
200
|
-
".microi-skills-version.json": "5.2.
|
|
201
|
-
".progressive-disclosure-manifest.json": "5.2.
|
|
202
|
-
"README.md": "5.2.
|
|
203
|
-
"ai-engine/SKILL.md": "5.2.
|
|
204
|
-
"ai-engine/agents/openai.yaml": "5.2.
|
|
205
|
-
"ai-platform-governance/SKILL.md": "5.2.
|
|
206
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "5.2.
|
|
207
|
-
"app-store/SKILL.md": "5.2.
|
|
208
|
-
"app-store/agents/openai.yaml": "5.2.
|
|
209
|
-
"business-blueprint/SKILL.md": "5.2.
|
|
210
|
-
"datasource-engine/SKILL.md": "5.2.
|
|
211
|
-
"datasource-engine/agents/openai.yaml": "5.2.
|
|
212
|
-
"dos-orm/SKILL.md": "5.2.
|
|
213
|
-
"dos-orm/references/api-reference.md": "5.2.
|
|
214
|
-
"job-engine/SKILL.md": "5.2.
|
|
215
|
-
"job-engine/agents/openai.yaml": "5.2.
|
|
216
|
-
"message-notification/SKILL.md": "5.2.
|
|
217
|
-
"message-notification/agents/openai.yaml": "5.2.
|
|
218
|
-
"message-notification/references/contracts.md": "5.2.
|
|
219
|
-
"microi-ai-app-auth.js": "5.2.
|
|
220
|
-
"microi-ai-application/SKILL.md": "5.2.
|
|
221
|
-
"microi-ai-application/agents/openai.yaml": "5.2.
|
|
222
|
-
"microi-ai-application/references/frontend-baseline.md": "5.2.
|
|
223
|
-
"microi-client-frontend/SKILL.md": "5.2.
|
|
224
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.2.
|
|
225
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.2.
|
|
226
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.2.
|
|
227
|
-
"microi-codex-installer/SKILL.md": "5.2.
|
|
228
|
-
"microi-codex-installer/agents/openai.yaml": "5.2.
|
|
229
|
-
"microi-codex/SKILL.md": "5.2.
|
|
230
|
-
"microi-datasource-mapping/SKILL.md": "5.2.
|
|
231
|
-
"microi-db-schema/SKILL.md": "5.2.
|
|
232
|
-
"microi-db-schema/agents/openai.yaml": "5.2.
|
|
233
|
-
"microi-db-schema/references/core-tables.md": "5.2.
|
|
234
|
-
"microi-db-schema/references/form-component-options.md": "5.2.
|
|
235
|
-
"microi-db-schema/references/schema-overview.md": "5.2.
|
|
236
|
-
"microi-db-schema/references/schema.md": "5.2.
|
|
237
|
-
"microi-db-schema/references/table-catalog.md": "5.2.
|
|
238
|
-
"microi-deployment/SKILL.md": "5.2.
|
|
239
|
-
"microi-deployment/references/deployment-matrix.md": "5.2.
|
|
240
|
-
"microi-docs-coverage/SKILL.md": "5.2.
|
|
241
|
-
"microi-docs-coverage/references/capability-map.md": "5.2.
|
|
242
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.2.
|
|
243
|
-
"microi-form-engine/SKILL.md": "5.2.
|
|
244
|
-
"microi-form-engine/references/component-catalog.md": "5.2.
|
|
245
|
-
"microi-form-engine/references/data-source-events.md": "5.2.
|
|
246
|
-
"microi-form-layout/SKILL.md": "5.2.
|
|
247
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.2.
|
|
248
|
-
"microi-frontend-sdk/SKILL.md": "5.2.
|
|
249
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.2.
|
|
250
|
-
"microi-left-right-layout/SKILL.md": "5.2.
|
|
251
|
-
"microi-microservice/SKILL.md": "5.2.
|
|
252
|
-
"microi-microservice/references/runtime-delivery.md": "5.2.
|
|
253
|
-
"microi-mobile-app-quality/SKILL.md": "5.2.
|
|
254
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.2.
|
|
255
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.2.
|
|
256
|
-
"microi-solution-quotation/SKILL.md": "5.2.
|
|
257
|
-
"microi-solution-quotation/agents/openai.yaml": "5.2.
|
|
258
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "5.2.
|
|
259
|
-
"microi-sso/SKILL.md": "5.2.
|
|
260
|
-
"microi-sso/references/acceptance.md": "5.2.
|
|
261
|
-
"microi-sso/references/configuration-and-security.md": "5.2.
|
|
262
|
-
"microi-sso/references/inbound.md": "5.2.
|
|
263
|
-
"microi-sso/references/outbound.md": "5.2.
|
|
264
|
-
"microi-system-delivery/SKILL.md": "5.2.
|
|
265
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.2.
|
|
266
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.2.
|
|
267
|
-
"microi-ui/SKILL.md": "5.2.
|
|
268
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.2.
|
|
269
|
-
"microi-uniapp-frontend/SKILL.md": "5.2.
|
|
270
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.2.
|
|
271
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.2.
|
|
272
|
-
"microi.v8.js": "5.2.
|
|
273
|
-
"module-engine/SKILL.md": "5.2.
|
|
274
|
-
"module-engine/references/module-config.md": "5.2.
|
|
275
|
-
"ocr-engine/SKILL.md": "5.2.
|
|
276
|
-
"ocr-engine/agents/openai.yaml": "5.2.
|
|
277
|
-
"page-engine/SKILL.md": "5.2.
|
|
278
|
-
"page-engine/references/progressive-01-所有组件类型.md": "5.2.
|
|
279
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.2.
|
|
280
|
-
"performance-testing/SKILL.md": "5.2.
|
|
281
|
-
"playwright-e2e/SKILL.md": "5.2.
|
|
282
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.2.
|
|
283
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.2.
|
|
284
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.2.
|
|
285
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "5.2.
|
|
286
|
-
"print-engine/SKILL.md": "5.2.
|
|
287
|
-
"production-readonly-audit/SKILL.md": "5.2.
|
|
288
|
-
"report-engine/SKILL.md": "5.2.
|
|
289
|
-
"report-engine/agents/openai.yaml": "5.2.
|
|
290
|
-
"scripts/optimize-progressive-disclosure.mjs": "5.2.
|
|
291
|
-
"scripts/refresh-progressive-disclosure.mjs": "5.2.
|
|
292
|
-
"scripts/validate-progressive-disclosure.mjs": "5.2.
|
|
293
|
-
"search-engine/SKILL.md": "5.2.
|
|
294
|
-
"search-engine/agents/openai.yaml": "5.2.
|
|
295
|
-
"spider-engine/SKILL.md": "5.2.
|
|
296
|
-
"translate-engine/SKILL.md": "5.2.
|
|
297
|
-
"translate-engine/agents/openai.yaml": "5.2.
|
|
298
|
-
"ui-design/SKILL.md": "5.2.
|
|
299
|
-
"ui-design/assets/pattern-showcase/app.js": "5.2.
|
|
300
|
-
"ui-design/assets/pattern-showcase/index.html": "5.2.
|
|
301
|
-
"ui-design/assets/pattern-showcase/styles.css": "5.2.
|
|
302
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "5.2.
|
|
303
|
-
"ui-design/references/design-pattern-library.md": "5.2.
|
|
304
|
-
"ui-design/references/mci-design-contract.md": "5.2.
|
|
305
|
-
"ui-design/references/motion-and-media.md": "5.2.
|
|
306
|
-
"ui-design/references/product-flow-recipes.md": "5.2.
|
|
307
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.2.
|
|
308
|
-
"ui-design/references/progressive-02-字体.md": "5.2.
|
|
309
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.2.
|
|
310
|
-
"ui-design/references/progressive-04-组件风格速查.md": "5.2.
|
|
311
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "5.2.
|
|
312
|
-
"ui-design/references/progressive-06-主题切换实现.md": "5.2.
|
|
313
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.2.
|
|
314
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.2.
|
|
315
|
-
"uniapp-mall-assets/SKILL.md": "5.2.
|
|
316
|
-
"unity-integration/SKILL.md": "5.2.
|
|
317
|
-
"unity-integration/agents/openai.yaml": "5.2.
|
|
318
|
-
"unity-integration/references/ai-app-delivery.md": "5.2.
|
|
319
|
-
"unity-integration/references/sdk-api.md": "5.2.
|
|
320
|
-
"unity-integration/references/toolbox-migration.md": "5.2.
|
|
321
|
-
"unity-integration/references/webgl-hosting.md": "5.2.
|
|
322
|
-
"v8-api-config/SKILL.md": "5.2.
|
|
323
|
-
"v8-cache-pattern/SKILL.md": "5.2.
|
|
324
|
-
"v8-crud-api/SKILL.md": "5.2.
|
|
325
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.2.
|
|
326
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.2.
|
|
327
|
-
"v8-debugging/SKILL.md": "5.2.
|
|
328
|
-
"v8-explorer-tree/SKILL.md": "5.2.
|
|
329
|
-
"v8-export-import/SKILL.md": "5.2.
|
|
330
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.2.
|
|
331
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.2.
|
|
332
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.2.
|
|
333
|
-
"v8-file-upload/SKILL.md": "5.2.
|
|
334
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.2.
|
|
335
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.2.
|
|
336
|
-
"v8-formengine-http/SKILL.md": "5.2.
|
|
337
|
-
"v8-frontend-events/SKILL.md": "5.2.
|
|
338
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "5.2.
|
|
339
|
-
"v8-frontend-events/references/bluetooth-print.md": "5.2.
|
|
340
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "5.2.
|
|
341
|
-
"v8-http-integration/SKILL.md": "5.2.
|
|
342
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "5.2.
|
|
343
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.2.
|
|
344
|
-
"v8-image-processing/SKILL.md": "5.2.
|
|
345
|
-
"v8-image-processing/agents/openai.yaml": "5.2.
|
|
346
|
-
"v8-image-processing/references/api-reference.md": "5.2.
|
|
347
|
-
"v8-menu-buttons/SKILL.md": "5.2.
|
|
348
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.2.
|
|
349
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.2.
|
|
350
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.2.
|
|
351
|
-
"v8-mongodb/SKILL.md": "5.2.
|
|
352
|
-
"v8-mq-mqtt/SKILL.md": "5.2.
|
|
353
|
-
"v8-mq-mqtt/references/mqtt-production.md": "5.2.
|
|
354
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.2.
|
|
355
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.2.
|
|
356
|
-
"v8-saas-multi-tenant/SKILL.md": "5.2.
|
|
357
|
-
"v8-security/SKILL.md": "5.2.
|
|
358
|
-
"v8-security/references/progressive-01-2-权限校验.md": "5.2.
|
|
359
|
-
"v8-security/references/progressive-02-7-日志记录.md": "5.2.
|
|
360
|
-
"v8-sql-query/SKILL.md": "5.2.
|
|
361
|
-
"v8-table-event/SKILL.md": "5.2.
|
|
362
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.2.
|
|
363
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.2.
|
|
364
|
-
"v8-tcp-integration/SKILL.md": "5.2.
|
|
365
|
-
"v8-tcp-integration/agents/openai.yaml": "5.2.
|
|
366
|
-
"v8-template-engine/SKILL.md": "5.2.
|
|
367
|
-
"v8-utilities/SKILL.md": "5.2.
|
|
368
|
-
"v8-utilities/references/client-api-index.md": "5.2.
|
|
369
|
-
"v8-utilities/references/platform-http-routes.md": "5.2.
|
|
370
|
-
"v8-utilities/references/server-api-index.md": "5.2.
|
|
371
|
-
"v8-workflow/SKILL.md": "5.2.
|
|
372
|
-
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.2.
|
|
373
|
-
"workspace-conventions/SKILL.md": "5.2.
|
|
374
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.2.
|
|
375
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.2.
|
|
376
|
-
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.2.
|
|
200
|
+
".microi-skills-version.json": "5.2.4",
|
|
201
|
+
".progressive-disclosure-manifest.json": "5.2.4",
|
|
202
|
+
"README.md": "5.2.4",
|
|
203
|
+
"ai-engine/SKILL.md": "5.2.4",
|
|
204
|
+
"ai-engine/agents/openai.yaml": "5.2.4",
|
|
205
|
+
"ai-platform-governance/SKILL.md": "5.2.4",
|
|
206
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.2.4",
|
|
207
|
+
"app-store/SKILL.md": "5.2.4",
|
|
208
|
+
"app-store/agents/openai.yaml": "5.2.4",
|
|
209
|
+
"business-blueprint/SKILL.md": "5.2.4",
|
|
210
|
+
"datasource-engine/SKILL.md": "5.2.4",
|
|
211
|
+
"datasource-engine/agents/openai.yaml": "5.2.4",
|
|
212
|
+
"dos-orm/SKILL.md": "5.2.4",
|
|
213
|
+
"dos-orm/references/api-reference.md": "5.2.4",
|
|
214
|
+
"job-engine/SKILL.md": "5.2.4",
|
|
215
|
+
"job-engine/agents/openai.yaml": "5.2.4",
|
|
216
|
+
"message-notification/SKILL.md": "5.2.4",
|
|
217
|
+
"message-notification/agents/openai.yaml": "5.2.4",
|
|
218
|
+
"message-notification/references/contracts.md": "5.2.4",
|
|
219
|
+
"microi-ai-app-auth.js": "5.2.4",
|
|
220
|
+
"microi-ai-application/SKILL.md": "5.2.4",
|
|
221
|
+
"microi-ai-application/agents/openai.yaml": "5.2.4",
|
|
222
|
+
"microi-ai-application/references/frontend-baseline.md": "5.2.4",
|
|
223
|
+
"microi-client-frontend/SKILL.md": "5.2.4",
|
|
224
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.2.4",
|
|
225
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.2.4",
|
|
226
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.2.4",
|
|
227
|
+
"microi-codex-installer/SKILL.md": "5.2.4",
|
|
228
|
+
"microi-codex-installer/agents/openai.yaml": "5.2.4",
|
|
229
|
+
"microi-codex/SKILL.md": "5.2.4",
|
|
230
|
+
"microi-datasource-mapping/SKILL.md": "5.2.4",
|
|
231
|
+
"microi-db-schema/SKILL.md": "5.2.4",
|
|
232
|
+
"microi-db-schema/agents/openai.yaml": "5.2.4",
|
|
233
|
+
"microi-db-schema/references/core-tables.md": "5.2.4",
|
|
234
|
+
"microi-db-schema/references/form-component-options.md": "5.2.4",
|
|
235
|
+
"microi-db-schema/references/schema-overview.md": "5.2.4",
|
|
236
|
+
"microi-db-schema/references/schema.md": "5.2.4",
|
|
237
|
+
"microi-db-schema/references/table-catalog.md": "5.2.4",
|
|
238
|
+
"microi-deployment/SKILL.md": "5.2.4",
|
|
239
|
+
"microi-deployment/references/deployment-matrix.md": "5.2.4",
|
|
240
|
+
"microi-docs-coverage/SKILL.md": "5.2.4",
|
|
241
|
+
"microi-docs-coverage/references/capability-map.md": "5.2.4",
|
|
242
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.2.4",
|
|
243
|
+
"microi-form-engine/SKILL.md": "5.2.4",
|
|
244
|
+
"microi-form-engine/references/component-catalog.md": "5.2.4",
|
|
245
|
+
"microi-form-engine/references/data-source-events.md": "5.2.4",
|
|
246
|
+
"microi-form-layout/SKILL.md": "5.2.4",
|
|
247
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.2.4",
|
|
248
|
+
"microi-frontend-sdk/SKILL.md": "5.2.4",
|
|
249
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.2.4",
|
|
250
|
+
"microi-left-right-layout/SKILL.md": "5.2.4",
|
|
251
|
+
"microi-microservice/SKILL.md": "5.2.4",
|
|
252
|
+
"microi-microservice/references/runtime-delivery.md": "5.2.4",
|
|
253
|
+
"microi-mobile-app-quality/SKILL.md": "5.2.4",
|
|
254
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.2.4",
|
|
255
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.2.4",
|
|
256
|
+
"microi-solution-quotation/SKILL.md": "5.2.4",
|
|
257
|
+
"microi-solution-quotation/agents/openai.yaml": "5.2.4",
|
|
258
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.2.4",
|
|
259
|
+
"microi-sso/SKILL.md": "5.2.4",
|
|
260
|
+
"microi-sso/references/acceptance.md": "5.2.4",
|
|
261
|
+
"microi-sso/references/configuration-and-security.md": "5.2.4",
|
|
262
|
+
"microi-sso/references/inbound.md": "5.2.4",
|
|
263
|
+
"microi-sso/references/outbound.md": "5.2.4",
|
|
264
|
+
"microi-system-delivery/SKILL.md": "5.2.4",
|
|
265
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.2.4",
|
|
266
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.2.4",
|
|
267
|
+
"microi-ui/SKILL.md": "5.2.4",
|
|
268
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.2.4",
|
|
269
|
+
"microi-uniapp-frontend/SKILL.md": "5.2.4",
|
|
270
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.2.4",
|
|
271
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.2.4",
|
|
272
|
+
"microi.v8.js": "5.2.4",
|
|
273
|
+
"module-engine/SKILL.md": "5.2.4",
|
|
274
|
+
"module-engine/references/module-config.md": "5.2.4",
|
|
275
|
+
"ocr-engine/SKILL.md": "5.2.4",
|
|
276
|
+
"ocr-engine/agents/openai.yaml": "5.2.4",
|
|
277
|
+
"page-engine/SKILL.md": "5.2.4",
|
|
278
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.2.4",
|
|
279
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.2.4",
|
|
280
|
+
"performance-testing/SKILL.md": "5.2.4",
|
|
281
|
+
"playwright-e2e/SKILL.md": "5.2.4",
|
|
282
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.2.4",
|
|
283
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.2.4",
|
|
284
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.2.4",
|
|
285
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.2.4",
|
|
286
|
+
"print-engine/SKILL.md": "5.2.4",
|
|
287
|
+
"production-readonly-audit/SKILL.md": "5.2.4",
|
|
288
|
+
"report-engine/SKILL.md": "5.2.4",
|
|
289
|
+
"report-engine/agents/openai.yaml": "5.2.4",
|
|
290
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.2.4",
|
|
291
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.2.4",
|
|
292
|
+
"scripts/validate-progressive-disclosure.mjs": "5.2.4",
|
|
293
|
+
"search-engine/SKILL.md": "5.2.4",
|
|
294
|
+
"search-engine/agents/openai.yaml": "5.2.4",
|
|
295
|
+
"spider-engine/SKILL.md": "5.2.4",
|
|
296
|
+
"translate-engine/SKILL.md": "5.2.4",
|
|
297
|
+
"translate-engine/agents/openai.yaml": "5.2.4",
|
|
298
|
+
"ui-design/SKILL.md": "5.2.4",
|
|
299
|
+
"ui-design/assets/pattern-showcase/app.js": "5.2.4",
|
|
300
|
+
"ui-design/assets/pattern-showcase/index.html": "5.2.4",
|
|
301
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.2.4",
|
|
302
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.2.4",
|
|
303
|
+
"ui-design/references/design-pattern-library.md": "5.2.4",
|
|
304
|
+
"ui-design/references/mci-design-contract.md": "5.2.4",
|
|
305
|
+
"ui-design/references/motion-and-media.md": "5.2.4",
|
|
306
|
+
"ui-design/references/product-flow-recipes.md": "5.2.4",
|
|
307
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.2.4",
|
|
308
|
+
"ui-design/references/progressive-02-字体.md": "5.2.4",
|
|
309
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.2.4",
|
|
310
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.2.4",
|
|
311
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.2.4",
|
|
312
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.2.4",
|
|
313
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.2.4",
|
|
314
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.2.4",
|
|
315
|
+
"uniapp-mall-assets/SKILL.md": "5.2.4",
|
|
316
|
+
"unity-integration/SKILL.md": "5.2.4",
|
|
317
|
+
"unity-integration/agents/openai.yaml": "5.2.4",
|
|
318
|
+
"unity-integration/references/ai-app-delivery.md": "5.2.4",
|
|
319
|
+
"unity-integration/references/sdk-api.md": "5.2.4",
|
|
320
|
+
"unity-integration/references/toolbox-migration.md": "5.2.4",
|
|
321
|
+
"unity-integration/references/webgl-hosting.md": "5.2.4",
|
|
322
|
+
"v8-api-config/SKILL.md": "5.2.4",
|
|
323
|
+
"v8-cache-pattern/SKILL.md": "5.2.4",
|
|
324
|
+
"v8-crud-api/SKILL.md": "5.2.4",
|
|
325
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.2.4",
|
|
326
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.2.4",
|
|
327
|
+
"v8-debugging/SKILL.md": "5.2.4",
|
|
328
|
+
"v8-explorer-tree/SKILL.md": "5.2.4",
|
|
329
|
+
"v8-export-import/SKILL.md": "5.2.4",
|
|
330
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.2.4",
|
|
331
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.2.4",
|
|
332
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.2.4",
|
|
333
|
+
"v8-file-upload/SKILL.md": "5.2.4",
|
|
334
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.2.4",
|
|
335
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.2.4",
|
|
336
|
+
"v8-formengine-http/SKILL.md": "5.2.4",
|
|
337
|
+
"v8-frontend-events/SKILL.md": "5.2.4",
|
|
338
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.2.4",
|
|
339
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.2.4",
|
|
340
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.2.4",
|
|
341
|
+
"v8-http-integration/SKILL.md": "5.2.4",
|
|
342
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.2.4",
|
|
343
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.2.4",
|
|
344
|
+
"v8-image-processing/SKILL.md": "5.2.4",
|
|
345
|
+
"v8-image-processing/agents/openai.yaml": "5.2.4",
|
|
346
|
+
"v8-image-processing/references/api-reference.md": "5.2.4",
|
|
347
|
+
"v8-menu-buttons/SKILL.md": "5.2.4",
|
|
348
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.2.4",
|
|
349
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.2.4",
|
|
350
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.2.4",
|
|
351
|
+
"v8-mongodb/SKILL.md": "5.2.4",
|
|
352
|
+
"v8-mq-mqtt/SKILL.md": "5.2.4",
|
|
353
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.2.4",
|
|
354
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.2.4",
|
|
355
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.2.4",
|
|
356
|
+
"v8-saas-multi-tenant/SKILL.md": "5.2.4",
|
|
357
|
+
"v8-security/SKILL.md": "5.2.4",
|
|
358
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.2.4",
|
|
359
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.2.4",
|
|
360
|
+
"v8-sql-query/SKILL.md": "5.2.4",
|
|
361
|
+
"v8-table-event/SKILL.md": "5.2.4",
|
|
362
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.2.4",
|
|
363
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.2.4",
|
|
364
|
+
"v8-tcp-integration/SKILL.md": "5.2.4",
|
|
365
|
+
"v8-tcp-integration/agents/openai.yaml": "5.2.4",
|
|
366
|
+
"v8-template-engine/SKILL.md": "5.2.4",
|
|
367
|
+
"v8-utilities/SKILL.md": "5.2.4",
|
|
368
|
+
"v8-utilities/references/client-api-index.md": "5.2.4",
|
|
369
|
+
"v8-utilities/references/platform-http-routes.md": "5.2.4",
|
|
370
|
+
"v8-utilities/references/server-api-index.md": "5.2.4",
|
|
371
|
+
"v8-workflow/SKILL.md": "5.2.4",
|
|
372
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.2.4",
|
|
373
|
+
"workspace-conventions/SKILL.md": "5.2.4",
|
|
374
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.2.4",
|
|
375
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.2.4",
|
|
376
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.2.4"
|
|
377
377
|
},
|
|
378
378
|
"files": [
|
|
379
379
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.2.
|
|
2
|
+
"version": "5.2.4",
|
|
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-23T04:41:26.232Z"
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-23T00:53:50.403Z",
|
|
4
4
|
"policy": {
|
|
5
5
|
"maxEntryLines": 285,
|
|
6
6
|
"referenceBudgetLines": 245,
|
|
@@ -2091,11 +2091,11 @@
|
|
|
2091
2091
|
]
|
|
2092
2092
|
},
|
|
2093
2093
|
"v8-export-import": {
|
|
2094
|
-
"originalSha256": "
|
|
2095
|
-
"originalLines":
|
|
2094
|
+
"originalSha256": "76d9a977e0c510e72a3b3b938631970b5d0ba480b8ced4e3f2622db85c2692a8",
|
|
2095
|
+
"originalLines": 608,
|
|
2096
2096
|
"prefixSha256": "db7143225a92851a015cc0d5e5a7dd40db9d16e6fcdffdc1e5116f32f52ebbda",
|
|
2097
2097
|
"prefixBytes": 1120,
|
|
2098
|
-
"entryLines":
|
|
2098
|
+
"entryLines": 198,
|
|
2099
2099
|
"chunks": [
|
|
2100
2100
|
{
|
|
2101
2101
|
"id": "v8-export-import-000",
|
|
@@ -2125,8 +2125,8 @@
|
|
|
2125
2125
|
"id": "v8-export-import-003",
|
|
2126
2126
|
"ordinal": 7,
|
|
2127
2127
|
"destination": "v8-export-import/SKILL.md",
|
|
2128
|
-
"sha256": "
|
|
2129
|
-
"lines":
|
|
2128
|
+
"sha256": "75977093346f025e91041b36bdb7887e2cacee854800c1f43e407e8fc037a166",
|
|
2129
|
+
"lines": 36,
|
|
2130
2130
|
"heading": "解析上传的 Excel(导入)"
|
|
2131
2131
|
},
|
|
2132
2132
|
{
|