@microi.net/cli 5.2.1 → 5.2.3
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 +1 -1
- 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/app-store/SKILL.md +63 -11
- package/skills/microi-client-frontend/SKILL.md +15 -1
- package/skills/microi-form-engine/SKILL.md +106 -84
- package/skills/microi-form-engine/references/component-catalog.md +74 -3
- package/skills/microi-form-layout/SKILL.md +16 -7
- 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-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-system-delivery/SKILL.md +13 -13
- package/skills/microi-system-delivery/references/progressive-01-/346/240/207/345/207/206/345/267/245/344/275/234/346/265/201.md +53 -53
- package/skills/microi-uniapp-frontend/SKILL.md +9 -1
- package/skills/module-engine/SKILL.md +8 -8
- package/skills/module-engine/references/module-config.md +204 -204
- package/skills/v8-api-config/SKILL.md +167 -154
- package/skills/v8-cache-pattern/SKILL.md +114 -114
- 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/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-22T21:26:20.289Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.2.
|
|
6
|
+
"version": "5.2.3",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.2.
|
|
10
|
+
"version": "5.2.3",
|
|
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": 2187566
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
21
|
+
".microi-skills-version.json": "55abe8861932a9c4b68137b14159adff33181b86fb5ad1586de275d0c5de7b68",
|
|
22
22
|
".progressive-disclosure-manifest.json": "1761c877fb868da0572a40b2b1884a7c17fa4215ac91bbb7c55e2084fefb0deb",
|
|
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": "b9b52455f74ae60d77dd3db6c94d8a9162dd3ca87a003a843b3a397e99ff5580",
|
|
29
29
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
30
30
|
"business-blueprint/SKILL.md": "01619a3b6d37b5b67649ee59d2701301222006d3b943882b2802b1721c58f8a9",
|
|
31
31
|
"datasource-engine/SKILL.md": "bed8352f1d43b55145e1c492d1ea0ca1ec8750b5c4d74e1e80cd71aa7b9a2e6f",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"microi-ai-application/SKILL.md": "1fe627d21e9317ccdd46e0d8a0597ec722ceef456d435ed090df967616cb5d3e",
|
|
42
42
|
"microi-ai-application/agents/openai.yaml": "d3dfc4d0f2fda3391e90e661ca9d8d051cb43824b011d1a88e99db135870454f",
|
|
43
43
|
"microi-ai-application/references/frontend-baseline.md": "c21a2d38292fd8d445a7538afb45d609881f624f32d39c0fc4bbbb3c2fa64a74",
|
|
44
|
-
"microi-client-frontend/SKILL.md": "
|
|
44
|
+
"microi-client-frontend/SKILL.md": "14bef202a3b8b99d3b36144bd99fa5a2f92de638ee48bd11f42c32eada1bd0fd",
|
|
45
45
|
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "d823228d23c37047068c35bc55266867e367dc3702013e1ca6e1a8dc60563f9b",
|
|
46
46
|
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "899a15f52cd849b1f5b48139fbec626423ebdae586032ad73801842f5701a3fe",
|
|
47
47
|
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "d8bc1be24e797175677e9eea34c919d43859b23aa7b5c2ba637864cb52117471",
|
|
@@ -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": "24ca51a7e0c75ea6b5d98c33685a4d6e8758e699f27278b656c8921c49d3893a",
|
|
66
66
|
"microi-form-engine/references/data-source-events.md": "59a95a36624476b12cdc84e4c23975d074b1f115df19992fd0fd075bb982e7cb",
|
|
67
|
-
"microi-form-layout/SKILL.md": "
|
|
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
72
|
"microi-microservice/SKILL.md": "4abbe1608a10280f13a11a34c380ca46d76df09c9b35a57f29d5345d21450c59",
|
|
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",
|
|
@@ -82,17 +82,17 @@
|
|
|
82
82
|
"microi-sso/references/configuration-and-security.md": "8e03172147a3bbfc24d3fb0753bbe5fb03e1f4dad740eab4a02f7ef064e475b9",
|
|
83
83
|
"microi-sso/references/inbound.md": "f2d1bd43d4bab3297b98b54cfc250d73adf8b8f07797af7900c90f77b9801b1c",
|
|
84
84
|
"microi-sso/references/outbound.md": "236da363eea139a19264e956c94e0cc90da69a0a6c21505d0e02e682d8c506bc",
|
|
85
|
-
"microi-system-delivery/SKILL.md": "
|
|
86
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "
|
|
85
|
+
"microi-system-delivery/SKILL.md": "c194cb2c786f4f39d3b33bb42d68797ee240f4ad82c7a6d535028e5fb6ddad81",
|
|
86
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "47e36edf32fe2a95c21650731f7cbc5161acdab907a3f86f782429fece5c013e",
|
|
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",
|
|
94
|
-
"module-engine/SKILL.md": "
|
|
95
|
-
"module-engine/references/module-config.md": "
|
|
94
|
+
"module-engine/SKILL.md": "2580bd3405ad3fbcd203e5f01b1ca275d056fbb6c4b864842f372d9872e4dbc8",
|
|
95
|
+
"module-engine/references/module-config.md": "9e8ac8a7f65d6b563f938193d4b7c6b230d878a3513fc2a90c8b780e70ddd353",
|
|
96
96
|
"ocr-engine/SKILL.md": "239fed8ba28c0178fbbcc4c3dc8d4f3b8b8cf1d2b794db2014c2600ea7835da6",
|
|
97
97
|
"ocr-engine/agents/openai.yaml": "3a6cc9984a246c41332c5f53d1badef31b78f81324333ea0d6337cb20c7fc898",
|
|
98
98
|
"page-engine/SKILL.md": "294028ac521da715889699d3aba5fc273305c5825be844a0d795284890529445",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"unity-integration/references/sdk-api.md": "b473e7094b0c4cf7860cecb9acfbdd55025c7f851b4bd4bf92b4233091b182fa",
|
|
141
141
|
"unity-integration/references/toolbox-migration.md": "b9294ea7db2b2a0f31e650e6e80f6d8f69385037bff6ac39fd5525ea98f8c934",
|
|
142
142
|
"unity-integration/references/webgl-hosting.md": "5c19bda62d7c7a258b4fafc1d46e9a7c94e5400803d77d9aff44ce794083e745",
|
|
143
|
-
"v8-api-config/SKILL.md": "
|
|
144
|
-
"v8-cache-pattern/SKILL.md": "
|
|
143
|
+
"v8-api-config/SKILL.md": "4a288bba9b04e8c03e6c60ebe432c2870ca030f25acc7ff93970fd2811fb514a",
|
|
144
|
+
"v8-cache-pattern/SKILL.md": "ece9d8bf1b4c4e367ddfc53a1b2d6351b3ae729463049aa6b836bfd32b2a641f",
|
|
145
145
|
"v8-crud-api/SKILL.md": "f497a58bd87c6a77bafb1e0a753371489fe803ebe67c1e0eecb900bac58cd510",
|
|
146
146
|
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5264932207d1a011062e3f6a982b44ce3796470f7d3261ec3d6690322b28f61d",
|
|
147
147
|
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "3ee7f1ef68b3546a5dacd0ed12f94e1ca7bf6cd10ecf5c3594bc4ecfb63f333d",
|
|
@@ -151,8 +151,8 @@
|
|
|
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",
|
|
@@ -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.3",
|
|
201
|
+
".progressive-disclosure-manifest.json": "5.2.3",
|
|
202
|
+
"README.md": "5.2.3",
|
|
203
|
+
"ai-engine/SKILL.md": "5.2.3",
|
|
204
|
+
"ai-engine/agents/openai.yaml": "5.2.3",
|
|
205
|
+
"ai-platform-governance/SKILL.md": "5.2.3",
|
|
206
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.2.3",
|
|
207
|
+
"app-store/SKILL.md": "5.2.3",
|
|
208
|
+
"app-store/agents/openai.yaml": "5.2.3",
|
|
209
|
+
"business-blueprint/SKILL.md": "5.2.3",
|
|
210
|
+
"datasource-engine/SKILL.md": "5.2.3",
|
|
211
|
+
"datasource-engine/agents/openai.yaml": "5.2.3",
|
|
212
|
+
"dos-orm/SKILL.md": "5.2.3",
|
|
213
|
+
"dos-orm/references/api-reference.md": "5.2.3",
|
|
214
|
+
"job-engine/SKILL.md": "5.2.3",
|
|
215
|
+
"job-engine/agents/openai.yaml": "5.2.3",
|
|
216
|
+
"message-notification/SKILL.md": "5.2.3",
|
|
217
|
+
"message-notification/agents/openai.yaml": "5.2.3",
|
|
218
|
+
"message-notification/references/contracts.md": "5.2.3",
|
|
219
|
+
"microi-ai-app-auth.js": "5.2.3",
|
|
220
|
+
"microi-ai-application/SKILL.md": "5.2.3",
|
|
221
|
+
"microi-ai-application/agents/openai.yaml": "5.2.3",
|
|
222
|
+
"microi-ai-application/references/frontend-baseline.md": "5.2.3",
|
|
223
|
+
"microi-client-frontend/SKILL.md": "5.2.3",
|
|
224
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.2.3",
|
|
225
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.2.3",
|
|
226
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.2.3",
|
|
227
|
+
"microi-codex-installer/SKILL.md": "5.2.3",
|
|
228
|
+
"microi-codex-installer/agents/openai.yaml": "5.2.3",
|
|
229
|
+
"microi-codex/SKILL.md": "5.2.3",
|
|
230
|
+
"microi-datasource-mapping/SKILL.md": "5.2.3",
|
|
231
|
+
"microi-db-schema/SKILL.md": "5.2.3",
|
|
232
|
+
"microi-db-schema/agents/openai.yaml": "5.2.3",
|
|
233
|
+
"microi-db-schema/references/core-tables.md": "5.2.3",
|
|
234
|
+
"microi-db-schema/references/form-component-options.md": "5.2.3",
|
|
235
|
+
"microi-db-schema/references/schema-overview.md": "5.2.3",
|
|
236
|
+
"microi-db-schema/references/schema.md": "5.2.3",
|
|
237
|
+
"microi-db-schema/references/table-catalog.md": "5.2.3",
|
|
238
|
+
"microi-deployment/SKILL.md": "5.2.3",
|
|
239
|
+
"microi-deployment/references/deployment-matrix.md": "5.2.3",
|
|
240
|
+
"microi-docs-coverage/SKILL.md": "5.2.3",
|
|
241
|
+
"microi-docs-coverage/references/capability-map.md": "5.2.3",
|
|
242
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.2.3",
|
|
243
|
+
"microi-form-engine/SKILL.md": "5.2.3",
|
|
244
|
+
"microi-form-engine/references/component-catalog.md": "5.2.3",
|
|
245
|
+
"microi-form-engine/references/data-source-events.md": "5.2.3",
|
|
246
|
+
"microi-form-layout/SKILL.md": "5.2.3",
|
|
247
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.2.3",
|
|
248
|
+
"microi-frontend-sdk/SKILL.md": "5.2.3",
|
|
249
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.2.3",
|
|
250
|
+
"microi-left-right-layout/SKILL.md": "5.2.3",
|
|
251
|
+
"microi-microservice/SKILL.md": "5.2.3",
|
|
252
|
+
"microi-microservice/references/runtime-delivery.md": "5.2.3",
|
|
253
|
+
"microi-mobile-app-quality/SKILL.md": "5.2.3",
|
|
254
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.2.3",
|
|
255
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.2.3",
|
|
256
|
+
"microi-solution-quotation/SKILL.md": "5.2.3",
|
|
257
|
+
"microi-solution-quotation/agents/openai.yaml": "5.2.3",
|
|
258
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.2.3",
|
|
259
|
+
"microi-sso/SKILL.md": "5.2.3",
|
|
260
|
+
"microi-sso/references/acceptance.md": "5.2.3",
|
|
261
|
+
"microi-sso/references/configuration-and-security.md": "5.2.3",
|
|
262
|
+
"microi-sso/references/inbound.md": "5.2.3",
|
|
263
|
+
"microi-sso/references/outbound.md": "5.2.3",
|
|
264
|
+
"microi-system-delivery/SKILL.md": "5.2.3",
|
|
265
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.2.3",
|
|
266
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.2.3",
|
|
267
|
+
"microi-ui/SKILL.md": "5.2.3",
|
|
268
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.2.3",
|
|
269
|
+
"microi-uniapp-frontend/SKILL.md": "5.2.3",
|
|
270
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.2.3",
|
|
271
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.2.3",
|
|
272
|
+
"microi.v8.js": "5.2.3",
|
|
273
|
+
"module-engine/SKILL.md": "5.2.3",
|
|
274
|
+
"module-engine/references/module-config.md": "5.2.3",
|
|
275
|
+
"ocr-engine/SKILL.md": "5.2.3",
|
|
276
|
+
"ocr-engine/agents/openai.yaml": "5.2.3",
|
|
277
|
+
"page-engine/SKILL.md": "5.2.3",
|
|
278
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.2.3",
|
|
279
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.2.3",
|
|
280
|
+
"performance-testing/SKILL.md": "5.2.3",
|
|
281
|
+
"playwright-e2e/SKILL.md": "5.2.3",
|
|
282
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.2.3",
|
|
283
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.2.3",
|
|
284
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.2.3",
|
|
285
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.2.3",
|
|
286
|
+
"print-engine/SKILL.md": "5.2.3",
|
|
287
|
+
"production-readonly-audit/SKILL.md": "5.2.3",
|
|
288
|
+
"report-engine/SKILL.md": "5.2.3",
|
|
289
|
+
"report-engine/agents/openai.yaml": "5.2.3",
|
|
290
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.2.3",
|
|
291
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.2.3",
|
|
292
|
+
"scripts/validate-progressive-disclosure.mjs": "5.2.3",
|
|
293
|
+
"search-engine/SKILL.md": "5.2.3",
|
|
294
|
+
"search-engine/agents/openai.yaml": "5.2.3",
|
|
295
|
+
"spider-engine/SKILL.md": "5.2.3",
|
|
296
|
+
"translate-engine/SKILL.md": "5.2.3",
|
|
297
|
+
"translate-engine/agents/openai.yaml": "5.2.3",
|
|
298
|
+
"ui-design/SKILL.md": "5.2.3",
|
|
299
|
+
"ui-design/assets/pattern-showcase/app.js": "5.2.3",
|
|
300
|
+
"ui-design/assets/pattern-showcase/index.html": "5.2.3",
|
|
301
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.2.3",
|
|
302
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.2.3",
|
|
303
|
+
"ui-design/references/design-pattern-library.md": "5.2.3",
|
|
304
|
+
"ui-design/references/mci-design-contract.md": "5.2.3",
|
|
305
|
+
"ui-design/references/motion-and-media.md": "5.2.3",
|
|
306
|
+
"ui-design/references/product-flow-recipes.md": "5.2.3",
|
|
307
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.2.3",
|
|
308
|
+
"ui-design/references/progressive-02-字体.md": "5.2.3",
|
|
309
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.2.3",
|
|
310
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.2.3",
|
|
311
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.2.3",
|
|
312
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.2.3",
|
|
313
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.2.3",
|
|
314
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.2.3",
|
|
315
|
+
"uniapp-mall-assets/SKILL.md": "5.2.3",
|
|
316
|
+
"unity-integration/SKILL.md": "5.2.3",
|
|
317
|
+
"unity-integration/agents/openai.yaml": "5.2.3",
|
|
318
|
+
"unity-integration/references/ai-app-delivery.md": "5.2.3",
|
|
319
|
+
"unity-integration/references/sdk-api.md": "5.2.3",
|
|
320
|
+
"unity-integration/references/toolbox-migration.md": "5.2.3",
|
|
321
|
+
"unity-integration/references/webgl-hosting.md": "5.2.3",
|
|
322
|
+
"v8-api-config/SKILL.md": "5.2.3",
|
|
323
|
+
"v8-cache-pattern/SKILL.md": "5.2.3",
|
|
324
|
+
"v8-crud-api/SKILL.md": "5.2.3",
|
|
325
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.2.3",
|
|
326
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.2.3",
|
|
327
|
+
"v8-debugging/SKILL.md": "5.2.3",
|
|
328
|
+
"v8-explorer-tree/SKILL.md": "5.2.3",
|
|
329
|
+
"v8-export-import/SKILL.md": "5.2.3",
|
|
330
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.2.3",
|
|
331
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.2.3",
|
|
332
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.2.3",
|
|
333
|
+
"v8-file-upload/SKILL.md": "5.2.3",
|
|
334
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.2.3",
|
|
335
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.2.3",
|
|
336
|
+
"v8-formengine-http/SKILL.md": "5.2.3",
|
|
337
|
+
"v8-frontend-events/SKILL.md": "5.2.3",
|
|
338
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.2.3",
|
|
339
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.2.3",
|
|
340
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.2.3",
|
|
341
|
+
"v8-http-integration/SKILL.md": "5.2.3",
|
|
342
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.2.3",
|
|
343
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.2.3",
|
|
344
|
+
"v8-image-processing/SKILL.md": "5.2.3",
|
|
345
|
+
"v8-image-processing/agents/openai.yaml": "5.2.3",
|
|
346
|
+
"v8-image-processing/references/api-reference.md": "5.2.3",
|
|
347
|
+
"v8-menu-buttons/SKILL.md": "5.2.3",
|
|
348
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.2.3",
|
|
349
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.2.3",
|
|
350
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.2.3",
|
|
351
|
+
"v8-mongodb/SKILL.md": "5.2.3",
|
|
352
|
+
"v8-mq-mqtt/SKILL.md": "5.2.3",
|
|
353
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.2.3",
|
|
354
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.2.3",
|
|
355
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.2.3",
|
|
356
|
+
"v8-saas-multi-tenant/SKILL.md": "5.2.3",
|
|
357
|
+
"v8-security/SKILL.md": "5.2.3",
|
|
358
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.2.3",
|
|
359
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.2.3",
|
|
360
|
+
"v8-sql-query/SKILL.md": "5.2.3",
|
|
361
|
+
"v8-table-event/SKILL.md": "5.2.3",
|
|
362
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.2.3",
|
|
363
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.2.3",
|
|
364
|
+
"v8-tcp-integration/SKILL.md": "5.2.3",
|
|
365
|
+
"v8-tcp-integration/agents/openai.yaml": "5.2.3",
|
|
366
|
+
"v8-template-engine/SKILL.md": "5.2.3",
|
|
367
|
+
"v8-utilities/SKILL.md": "5.2.3",
|
|
368
|
+
"v8-utilities/references/client-api-index.md": "5.2.3",
|
|
369
|
+
"v8-utilities/references/platform-http-routes.md": "5.2.3",
|
|
370
|
+
"v8-utilities/references/server-api-index.md": "5.2.3",
|
|
371
|
+
"v8-workflow/SKILL.md": "5.2.3",
|
|
372
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.2.3",
|
|
373
|
+
"workspace-conventions/SKILL.md": "5.2.3",
|
|
374
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.2.3",
|
|
375
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.2.3",
|
|
376
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.2.3"
|
|
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.3",
|
|
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-22T21:20:23.605Z"
|
|
6
6
|
}
|