@microi.net/cli 5.0.1 → 5.0.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 +4 -4
- package/package.json +1 -1
- package/scripts/mcp-server.js +63 -63
- package/scripts/microi-codex-router.js +9 -1
- package/scripts/microi-skills.meta.json +191 -191
- package/skills/.microi-skills-version.json +2 -2
- package/skills/.progressive-disclosure-manifest.json +31 -31
- package/skills/ai-engine/SKILL.md +1 -1
- package/skills/microi-client-frontend/SKILL.md +23 -4
- package/skills/microi-client-frontend/references/progressive-03-vue3-/345/211/215/347/253/257/345/276/256/346/234/215/345/212/241/345/256/277/344/270/273/350/247/204/345/210/231.md +23 -6
- package/skills/microi-deployment/SKILL.md +14 -1
- package/skills/microi-deployment/references/deployment-matrix.md +7 -0
- package/skills/microi-docs-coverage/references/capability-map.md +1 -1
- package/skills/microi-microservice/SKILL.md +13 -1
- package/skills/microi-microservice/references/runtime-delivery.md +19 -1
- package/skills/playwright-e2e/SKILL.md +23 -5
- package/skills/playwright-e2e/references/progressive-04-ci-/345/273/272/350/256/256.md +47 -3
- package/skills/unity-integration/SKILL.md +2 -0
- package/skills/unity-integration/references/ai-app-delivery.md +2 -0
- package/skills/v8-file-upload/SKILL.md +16 -5
- package/skills/workspace-conventions/SKILL.md +17 -2
- package/skills/workspace-conventions/references/progressive-02-microi-net-api-/346/234/254/345/234/260/345/220/257/345/212/250/347/272/246/345/256/232.md +20 -2
|
@@ -22,7 +22,15 @@ const pluginRoot = path.resolve(__dirname, '..');
|
|
|
22
22
|
const mcpServerPath = path.resolve(process.env.MICROI_MCP_SERVER_PATH || path.join(__dirname, 'mcp-server.js'));
|
|
23
23
|
const brokerScriptPath = path.resolve(process.env.MICROI_CODEX_BROKER_SCRIPT || path.join(__dirname, 'microi-codex-broker.js'));
|
|
24
24
|
const packagePath = path.join(pluginRoot, 'package.json');
|
|
25
|
-
const
|
|
25
|
+
const packageVersion = String(readJson(packagePath, {}).version || '').trim();
|
|
26
|
+
const environmentVersion = String(process.env.MICROI_TOOL_VERSION || '').trim();
|
|
27
|
+
// An installed plugin is self-describing. A stale parent MCP environment must
|
|
28
|
+
// never force a newer package to reconnect to an older shared broker. The
|
|
29
|
+
// version environment remains authoritative for the package-less stable CLI
|
|
30
|
+
// runtime, whose current.json launcher selects one immutable version folder.
|
|
31
|
+
const pluginVersion = /^\d+(?:\.\d+){2}$/.test(packageVersion)
|
|
32
|
+
? packageVersion
|
|
33
|
+
: (/^\d+(?:\.\d+){2}$/.test(environmentVersion) ? environmentVersion : '0.0.0');
|
|
26
34
|
let inputBuffer = '';
|
|
27
35
|
let requestSequence = 0;
|
|
28
36
|
let shuttingDown = false;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-13T21:26:40.572Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.0.
|
|
6
|
+
"version": "5.0.3",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.0.
|
|
10
|
+
"version": "5.0.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,13 +15,13 @@
|
|
|
15
15
|
"dir": "dist/microi.skills",
|
|
16
16
|
"files": 170,
|
|
17
17
|
"skills": 62,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 2073060
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
22
|
-
".progressive-disclosure-manifest.json": "
|
|
21
|
+
".microi-skills-version.json": "ee5f21e2e619e6f2ee0996dc3ddef246af9fa63f96a806f80183074f4bf63a37",
|
|
22
|
+
".progressive-disclosure-manifest.json": "6cfd08e29489d8cc405d719eb47c085708f3f20df477b85915a0c1fe07ac7b59",
|
|
23
23
|
"README.md": "168697be6864bbb12befa9a6723d93ea9d1c8b5a615006038c31b09e1171860c",
|
|
24
|
-
"ai-engine/SKILL.md": "
|
|
24
|
+
"ai-engine/SKILL.md": "99224ba2994e162283764c46bf54013a808d49ed1452d9b8c24819a7377a8223",
|
|
25
25
|
"ai-engine/agents/openai.yaml": "40deb07801006a46b9a7f0020d13251955eeadd04c8e591160210479936f8b5b",
|
|
26
26
|
"ai-platform-governance/SKILL.md": "e45979b1b135958834ce2eb40be612a1a84aee05933af862f157026d8fc00be9",
|
|
27
27
|
"ai-platform-governance/references/progressive-01-功能开关.md": "ea46fb02267e9e3ace3d9d72e67b02183c61e5c198f4b2f27e8196d6ee6d0bec",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"microi-ai-application/SKILL.md": "f7b2970872763c7d2c17f336490e7851c648cd4f716c05c26ee6e2d1ba9ae21e",
|
|
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": "5eae8a9cf2d8420600daa6f799ff1d8349470a0bab94362eb7dcf91df2b01c6a",
|
|
45
45
|
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "ca6771d303c3fb08f647b62b247bd5b14545e317fb6643500319bdffca74a178",
|
|
46
46
|
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "6f456eb61a8f2dcd23d299b94e9dcf35bd5f453a35bf4a6680f304ed725ddf5d",
|
|
47
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "
|
|
47
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "d8bc1be24e797175677e9eea34c919d43859b23aa7b5c2ba637864cb52117471",
|
|
48
48
|
"microi-codex-installer/SKILL.md": "d501a250d1541bae726272c9188d8a6846b310c5399e24d59ae8c242cfbc057e",
|
|
49
49
|
"microi-codex-installer/agents/openai.yaml": "e531219b74a70204893a156b1c22c69013a4c9d24b132ead912746b1b312cf80",
|
|
50
50
|
"microi-codex/SKILL.md": "83ae8fde45e04c9ec61310e668e45417fcaac70a88b008f3bfc227b91947d928",
|
|
@@ -56,10 +56,10 @@
|
|
|
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",
|
|
59
|
-
"microi-deployment/SKILL.md": "
|
|
60
|
-
"microi-deployment/references/deployment-matrix.md": "
|
|
59
|
+
"microi-deployment/SKILL.md": "83537ce57beca1bcf456eb711e19506ad36fb9da759d2ca94b55a1a84d0a9ebd",
|
|
60
|
+
"microi-deployment/references/deployment-matrix.md": "49c71b3b0d5cf0cb6bea36a8460b13ba46033adbeda89f097e10ea392ed04ceb",
|
|
61
61
|
"microi-docs-coverage/SKILL.md": "44d2e633946af233bdd5a59a9fb74a8613e82031fa2f4635a2664fff0ad6c210",
|
|
62
|
-
"microi-docs-coverage/references/capability-map.md": "
|
|
62
|
+
"microi-docs-coverage/references/capability-map.md": "261a35a1383621d6643da33d71f5f64431ff5fe66e2bb3ef7492d03acac75ea5",
|
|
63
63
|
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "ebd57f17f2ebae499bfa59ad17830db458590feb76f7f0f20219ff0987b33af3",
|
|
64
64
|
"microi-form-engine/SKILL.md": "cb52ab60e91650a6fbeb0123e6c4a1b24a91371dfaa8f762ff47de757483b3f2",
|
|
65
65
|
"microi-form-engine/references/component-catalog.md": "68963c2d5211a4610c09fab1fa127a349339abbb7427509b183d4be72e977c7b",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"microi-frontend-sdk/SKILL.md": "010e5e10a0cbe47a450cb6e4a699b8b26605f23f340adf9d86c66fb2fbef2f7f",
|
|
70
70
|
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "fdcc7aca57eaf7d0fa509dc28ef96abeb1099ed4da1e48411b4bb476d9f51390",
|
|
71
71
|
"microi-left-right-layout/SKILL.md": "aa5b3c6424e6d69b16df7879a4fba85e551b32bb60a7eb676000568057430231",
|
|
72
|
-
"microi-microservice/SKILL.md": "
|
|
73
|
-
"microi-microservice/references/runtime-delivery.md": "
|
|
72
|
+
"microi-microservice/SKILL.md": "efcaaa48beaea27db610bfc304d2d490db531ee247a0c8d592d5b9529b8c0f74",
|
|
73
|
+
"microi-microservice/references/runtime-delivery.md": "538ae295826892942b365492b11aa4797599ea7047fc69409aae64ed99ecfe9b",
|
|
74
74
|
"microi-mobile-app-quality/SKILL.md": "79cb796df3a486c9a39db10d47df53d9dafb259826067799486def659683144a",
|
|
75
75
|
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "8114fdf548ee6f466238a3f5fd4efe067b2f7569769e4e4881c042dfc319baa2",
|
|
76
76
|
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "070ad110ed5a87046b2daf36c899debe2f1d08680148f6ff7549be4432bd3492",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"page-engine/references/progressive-01-所有组件类型.md": "6fff4216181d8d7e473ef18c27f2224a9acb06129fba339fac22f10184131c0d",
|
|
95
95
|
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "6a2d64aa21d8aaed4607dc37f467e91309776d8dd6bc36b83bb4bd0737071764",
|
|
96
96
|
"performance-testing/SKILL.md": "98139f3d09565847b3ed6d9122fc281e333e6dbd719c888927a5f023f0a399e2",
|
|
97
|
-
"playwright-e2e/SKILL.md": "
|
|
97
|
+
"playwright-e2e/SKILL.md": "ddbe2f0490514a4666bf069f1307b4d13bf1acbebc04b2a5626c3f622de62ee8",
|
|
98
98
|
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "de0a720ccb8b967cbc610da1e5aa4c558aa9a46ce7989c1231447d442c296ece",
|
|
99
99
|
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "d8a0074aa941b3893c1b07841a37ed39f7a414cd97d59e45e459a45c1b0d15a7",
|
|
100
100
|
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "6df9c3427bd6ba8e971c5c7b2d5b4257b6a517e045076577cbf4b47dc8e8b5c3",
|
|
101
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "
|
|
101
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "b1fe71845c6f8e29afa98194898cdf5d65bbaa8cdbeab5dc4ad8070efc3cc424",
|
|
102
102
|
"print-engine/SKILL.md": "8d71b572a8da5cb5c0928d30e177a49ba7f79fb7785779127e19d5d47efac421",
|
|
103
103
|
"production-readonly-audit/SKILL.md": "da8a47202f51850f879c387b75607ebde70b31b58c550f0959c54fc3da908972",
|
|
104
104
|
"report-engine/SKILL.md": "40f1d24013cf8bcb446ab084cfca26e71fec9806980b33b244478e34cc8c1ded",
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "11d4183f910c672740c723d204f7827405be644c93ce7056e4257159e7a53a4a",
|
|
130
130
|
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "f97eb92c7e97e62aba5c7d2c002d90a15b5db28229e06a1b000013d24e42d571",
|
|
131
131
|
"uniapp-mall-assets/SKILL.md": "30a85548bb600de35e5608c3c95df2e4ac4dd17954da2a9d48bc1744fad6db6b",
|
|
132
|
-
"unity-integration/SKILL.md": "
|
|
132
|
+
"unity-integration/SKILL.md": "6bd413b8506f0fa860d99e5b95c3c3a7f353fb694f282e8d97ce896ce6b780ef",
|
|
133
133
|
"unity-integration/agents/openai.yaml": "f07748ace7e6303e49eac32d77f3e7163c8de1cef1f2f87e20de76207c8e5a50",
|
|
134
|
-
"unity-integration/references/ai-app-delivery.md": "
|
|
134
|
+
"unity-integration/references/ai-app-delivery.md": "00a73a50dfaaef204718e700a542c7e9603bba38e0a2ff0017f9229633788e56",
|
|
135
135
|
"unity-integration/references/sdk-api.md": "b473e7094b0c4cf7860cecb9acfbdd55025c7f851b4bd4bf92b4233091b182fa",
|
|
136
136
|
"unity-integration/references/toolbox-migration.md": "b9294ea7db2b2a0f31e650e6e80f6d8f69385037bff6ac39fd5525ea98f8c934",
|
|
137
137
|
"unity-integration/references/webgl-hosting.md": "5c19bda62d7c7a258b4fafc1d46e9a7c94e5400803d77d9aff44ce794083e745",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "71ab3c94a6034f2d0c374de594104543770cb1313a6515494a213a1ecdf5baf7",
|
|
147
147
|
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5837905a195be7c38fe37e0abd40eee95a8bc26acdab1f3a9aba01c264a125ae",
|
|
148
148
|
"v8-export-import/references/progressive-03-安全-性能注意.md": "a2acc492740eb693be5a0ad275cabcba7a813aa7378c844e43b04233d03a9d0c",
|
|
149
|
-
"v8-file-upload/SKILL.md": "
|
|
149
|
+
"v8-file-upload/SKILL.md": "c15ae3869226b859820e1834113e1630951e14cc288a9c9c1b4ae4c08da7904c",
|
|
150
150
|
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "82aceb47eee3fcadde8df8cb5d7a23210c603e5b4b88de42d83b7c636b290706",
|
|
151
151
|
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "ab5a0d6f9e0f39a036d48d7f87cfac8aed5575f42dcbabc9f34ad723ade2e1be",
|
|
152
152
|
"v8-formengine-http/SKILL.md": "8338e9087e93bb41ad260863b076db387373c606e481bf49809c447083c761d1",
|
|
@@ -184,182 +184,182 @@
|
|
|
184
184
|
"v8-utilities/references/server-api-index.md": "72655af1078b0c63ace253f6a6ab74847abffe38829fdcb55780861d8d4b0e9f",
|
|
185
185
|
"v8-workflow/SKILL.md": "6b4f705957c9e2a5a905b9de0953fe3780b43a40140d6df5824386712a8eb911",
|
|
186
186
|
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "9b6b01e7ac03c0a11bc837671a30107ff5c5f253029d74fd17713084104d7e99",
|
|
187
|
-
"workspace-conventions/SKILL.md": "
|
|
187
|
+
"workspace-conventions/SKILL.md": "0bf01d71fab6ddb7028dfbebe84dacb74a56f9fb996f8c1a4b07e935b8a107fd",
|
|
188
188
|
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "ad10b508c63f48161e2e4ed0d1ca8c47c91214dbf95c9ca7a06ec97f022a6ac7",
|
|
189
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "
|
|
189
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "3d8aa42ef9d131dcdd88879e594fb4dae12db4e875aef5ec09af5d6b52fafea7",
|
|
190
190
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
191
191
|
},
|
|
192
192
|
"fileVersions": {
|
|
193
|
-
".microi-skills-version.json": "5.0.
|
|
194
|
-
".progressive-disclosure-manifest.json": "5.0.
|
|
195
|
-
"README.md": "5.0.
|
|
196
|
-
"ai-engine/SKILL.md": "5.0.
|
|
197
|
-
"ai-engine/agents/openai.yaml": "5.0.
|
|
198
|
-
"ai-platform-governance/SKILL.md": "5.0.
|
|
199
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "5.0.
|
|
200
|
-
"app-store/SKILL.md": "5.0.
|
|
201
|
-
"app-store/agents/openai.yaml": "5.0.
|
|
202
|
-
"business-blueprint/SKILL.md": "5.0.
|
|
203
|
-
"datasource-engine/SKILL.md": "5.0.
|
|
204
|
-
"datasource-engine/agents/openai.yaml": "5.0.
|
|
205
|
-
"dos-orm/SKILL.md": "5.0.
|
|
206
|
-
"dos-orm/references/api-reference.md": "5.0.
|
|
207
|
-
"job-engine/SKILL.md": "5.0.
|
|
208
|
-
"job-engine/agents/openai.yaml": "5.0.
|
|
209
|
-
"message-notification/SKILL.md": "5.0.
|
|
210
|
-
"message-notification/agents/openai.yaml": "5.0.
|
|
211
|
-
"message-notification/references/contracts.md": "5.0.
|
|
212
|
-
"microi-ai-app-auth.js": "5.0.
|
|
213
|
-
"microi-ai-application/SKILL.md": "5.0.
|
|
214
|
-
"microi-ai-application/agents/openai.yaml": "5.0.
|
|
215
|
-
"microi-ai-application/references/frontend-baseline.md": "5.0.
|
|
216
|
-
"microi-client-frontend/SKILL.md": "5.0.
|
|
217
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.0.
|
|
218
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.0.
|
|
219
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.0.
|
|
220
|
-
"microi-codex-installer/SKILL.md": "5.0.
|
|
221
|
-
"microi-codex-installer/agents/openai.yaml": "5.0.
|
|
222
|
-
"microi-codex/SKILL.md": "5.0.
|
|
223
|
-
"microi-datasource-mapping/SKILL.md": "5.0.
|
|
224
|
-
"microi-db-schema/SKILL.md": "5.0.
|
|
225
|
-
"microi-db-schema/agents/openai.yaml": "5.0.
|
|
226
|
-
"microi-db-schema/references/core-tables.md": "5.0.
|
|
227
|
-
"microi-db-schema/references/form-component-options.md": "5.0.
|
|
228
|
-
"microi-db-schema/references/schema-overview.md": "5.0.
|
|
229
|
-
"microi-db-schema/references/schema.md": "5.0.
|
|
230
|
-
"microi-db-schema/references/table-catalog.md": "5.0.
|
|
231
|
-
"microi-deployment/SKILL.md": "5.0.
|
|
232
|
-
"microi-deployment/references/deployment-matrix.md": "5.0.
|
|
233
|
-
"microi-docs-coverage/SKILL.md": "5.0.
|
|
234
|
-
"microi-docs-coverage/references/capability-map.md": "5.0.
|
|
235
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.0.
|
|
236
|
-
"microi-form-engine/SKILL.md": "5.0.
|
|
237
|
-
"microi-form-engine/references/component-catalog.md": "5.0.
|
|
238
|
-
"microi-form-engine/references/data-source-events.md": "5.0.
|
|
239
|
-
"microi-form-layout/SKILL.md": "5.0.
|
|
240
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.0.
|
|
241
|
-
"microi-frontend-sdk/SKILL.md": "5.0.
|
|
242
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.0.
|
|
243
|
-
"microi-left-right-layout/SKILL.md": "5.0.
|
|
244
|
-
"microi-microservice/SKILL.md": "5.0.
|
|
245
|
-
"microi-microservice/references/runtime-delivery.md": "5.0.
|
|
246
|
-
"microi-mobile-app-quality/SKILL.md": "5.0.
|
|
247
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.0.
|
|
248
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.0.
|
|
249
|
-
"microi-solution-quotation/SKILL.md": "5.0.
|
|
250
|
-
"microi-solution-quotation/agents/openai.yaml": "5.0.
|
|
251
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "5.0.
|
|
252
|
-
"microi-system-delivery/SKILL.md": "5.0.
|
|
253
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.0.
|
|
254
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.0.
|
|
255
|
-
"microi-ui/SKILL.md": "5.0.
|
|
256
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.0.
|
|
257
|
-
"microi-uniapp-frontend/SKILL.md": "5.0.
|
|
258
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.0.
|
|
259
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.0.
|
|
260
|
-
"microi.v8.js": "5.0.
|
|
261
|
-
"module-engine/SKILL.md": "5.0.
|
|
262
|
-
"module-engine/references/module-config.md": "5.0.
|
|
263
|
-
"ocr-engine/SKILL.md": "5.0.
|
|
264
|
-
"ocr-engine/agents/openai.yaml": "5.0.
|
|
265
|
-
"page-engine/SKILL.md": "5.0.
|
|
266
|
-
"page-engine/references/progressive-01-所有组件类型.md": "5.0.
|
|
267
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.0.
|
|
268
|
-
"performance-testing/SKILL.md": "5.0.
|
|
269
|
-
"playwright-e2e/SKILL.md": "5.0.
|
|
270
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.0.
|
|
271
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.0.
|
|
272
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.0.
|
|
273
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "5.0.
|
|
274
|
-
"print-engine/SKILL.md": "5.0.
|
|
275
|
-
"production-readonly-audit/SKILL.md": "5.0.
|
|
276
|
-
"report-engine/SKILL.md": "5.0.
|
|
277
|
-
"report-engine/agents/openai.yaml": "5.0.
|
|
278
|
-
"scripts/optimize-progressive-disclosure.mjs": "5.0.
|
|
279
|
-
"scripts/refresh-progressive-disclosure.mjs": "5.0.
|
|
280
|
-
"scripts/validate-progressive-disclosure.mjs": "5.0.
|
|
281
|
-
"search-engine/SKILL.md": "5.0.
|
|
282
|
-
"search-engine/agents/openai.yaml": "5.0.
|
|
283
|
-
"spider-engine/SKILL.md": "5.0.
|
|
284
|
-
"translate-engine/SKILL.md": "5.0.
|
|
285
|
-
"translate-engine/agents/openai.yaml": "5.0.
|
|
286
|
-
"ui-design/SKILL.md": "5.0.
|
|
287
|
-
"ui-design/assets/pattern-showcase/app.js": "5.0.
|
|
288
|
-
"ui-design/assets/pattern-showcase/index.html": "5.0.
|
|
289
|
-
"ui-design/assets/pattern-showcase/styles.css": "5.0.
|
|
290
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "5.0.
|
|
291
|
-
"ui-design/references/design-pattern-library.md": "5.0.
|
|
292
|
-
"ui-design/references/mci-design-contract.md": "5.0.
|
|
293
|
-
"ui-design/references/motion-and-media.md": "5.0.
|
|
294
|
-
"ui-design/references/product-flow-recipes.md": "5.0.
|
|
295
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.0.
|
|
296
|
-
"ui-design/references/progressive-02-字体.md": "5.0.
|
|
297
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.0.
|
|
298
|
-
"ui-design/references/progressive-04-组件风格速查.md": "5.0.
|
|
299
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "5.0.
|
|
300
|
-
"ui-design/references/progressive-06-主题切换实现.md": "5.0.
|
|
301
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.0.
|
|
302
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.0.
|
|
303
|
-
"uniapp-mall-assets/SKILL.md": "5.0.
|
|
304
|
-
"unity-integration/SKILL.md": "5.0.
|
|
305
|
-
"unity-integration/agents/openai.yaml": "5.0.
|
|
306
|
-
"unity-integration/references/ai-app-delivery.md": "5.0.
|
|
307
|
-
"unity-integration/references/sdk-api.md": "5.0.
|
|
308
|
-
"unity-integration/references/toolbox-migration.md": "5.0.
|
|
309
|
-
"unity-integration/references/webgl-hosting.md": "5.0.
|
|
310
|
-
"v8-api-config/SKILL.md": "5.0.
|
|
311
|
-
"v8-cache-pattern/SKILL.md": "5.0.
|
|
312
|
-
"v8-crud-api/SKILL.md": "5.0.
|
|
313
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.0.
|
|
314
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.0.
|
|
315
|
-
"v8-debugging/SKILL.md": "5.0.
|
|
316
|
-
"v8-explorer-tree/SKILL.md": "5.0.
|
|
317
|
-
"v8-export-import/SKILL.md": "5.0.
|
|
318
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.0.
|
|
319
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.0.
|
|
320
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.0.
|
|
321
|
-
"v8-file-upload/SKILL.md": "5.0.
|
|
322
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.0.
|
|
323
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.0.
|
|
324
|
-
"v8-formengine-http/SKILL.md": "5.0.
|
|
325
|
-
"v8-frontend-events/SKILL.md": "5.0.
|
|
326
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "5.0.
|
|
327
|
-
"v8-frontend-events/references/bluetooth-print.md": "5.0.
|
|
328
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "5.0.
|
|
329
|
-
"v8-http-integration/SKILL.md": "5.0.
|
|
330
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "5.0.
|
|
331
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.0.
|
|
332
|
-
"v8-image-processing/SKILL.md": "5.0.
|
|
333
|
-
"v8-image-processing/agents/openai.yaml": "5.0.
|
|
334
|
-
"v8-image-processing/references/api-reference.md": "5.0.
|
|
335
|
-
"v8-menu-buttons/SKILL.md": "5.0.
|
|
336
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.0.
|
|
337
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.0.
|
|
338
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.0.
|
|
339
|
-
"v8-mongodb/SKILL.md": "5.0.
|
|
340
|
-
"v8-mq-mqtt/SKILL.md": "5.0.
|
|
341
|
-
"v8-mq-mqtt/references/mqtt-production.md": "5.0.
|
|
342
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.0.
|
|
343
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.0.
|
|
344
|
-
"v8-saas-multi-tenant/SKILL.md": "5.0.
|
|
345
|
-
"v8-security/SKILL.md": "5.0.
|
|
346
|
-
"v8-security/references/progressive-01-2-权限校验.md": "5.0.
|
|
347
|
-
"v8-security/references/progressive-02-7-日志记录.md": "5.0.
|
|
348
|
-
"v8-sql-query/SKILL.md": "5.0.
|
|
349
|
-
"v8-table-event/SKILL.md": "5.0.
|
|
350
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.0.
|
|
351
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.0.
|
|
352
|
-
"v8-template-engine/SKILL.md": "5.0.
|
|
353
|
-
"v8-utilities/SKILL.md": "5.0.
|
|
354
|
-
"v8-utilities/references/client-api-index.md": "5.0.
|
|
355
|
-
"v8-utilities/references/platform-http-routes.md": "5.0.
|
|
356
|
-
"v8-utilities/references/server-api-index.md": "5.0.
|
|
357
|
-
"v8-workflow/SKILL.md": "5.0.
|
|
358
|
-
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.0.
|
|
359
|
-
"workspace-conventions/SKILL.md": "5.0.
|
|
360
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.0.
|
|
361
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.0.
|
|
362
|
-
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.0.
|
|
193
|
+
".microi-skills-version.json": "5.0.3",
|
|
194
|
+
".progressive-disclosure-manifest.json": "5.0.3",
|
|
195
|
+
"README.md": "5.0.3",
|
|
196
|
+
"ai-engine/SKILL.md": "5.0.3",
|
|
197
|
+
"ai-engine/agents/openai.yaml": "5.0.3",
|
|
198
|
+
"ai-platform-governance/SKILL.md": "5.0.3",
|
|
199
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.0.3",
|
|
200
|
+
"app-store/SKILL.md": "5.0.3",
|
|
201
|
+
"app-store/agents/openai.yaml": "5.0.3",
|
|
202
|
+
"business-blueprint/SKILL.md": "5.0.3",
|
|
203
|
+
"datasource-engine/SKILL.md": "5.0.3",
|
|
204
|
+
"datasource-engine/agents/openai.yaml": "5.0.3",
|
|
205
|
+
"dos-orm/SKILL.md": "5.0.3",
|
|
206
|
+
"dos-orm/references/api-reference.md": "5.0.3",
|
|
207
|
+
"job-engine/SKILL.md": "5.0.3",
|
|
208
|
+
"job-engine/agents/openai.yaml": "5.0.3",
|
|
209
|
+
"message-notification/SKILL.md": "5.0.3",
|
|
210
|
+
"message-notification/agents/openai.yaml": "5.0.3",
|
|
211
|
+
"message-notification/references/contracts.md": "5.0.3",
|
|
212
|
+
"microi-ai-app-auth.js": "5.0.3",
|
|
213
|
+
"microi-ai-application/SKILL.md": "5.0.3",
|
|
214
|
+
"microi-ai-application/agents/openai.yaml": "5.0.3",
|
|
215
|
+
"microi-ai-application/references/frontend-baseline.md": "5.0.3",
|
|
216
|
+
"microi-client-frontend/SKILL.md": "5.0.3",
|
|
217
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.0.3",
|
|
218
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.0.3",
|
|
219
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.0.3",
|
|
220
|
+
"microi-codex-installer/SKILL.md": "5.0.3",
|
|
221
|
+
"microi-codex-installer/agents/openai.yaml": "5.0.3",
|
|
222
|
+
"microi-codex/SKILL.md": "5.0.3",
|
|
223
|
+
"microi-datasource-mapping/SKILL.md": "5.0.3",
|
|
224
|
+
"microi-db-schema/SKILL.md": "5.0.3",
|
|
225
|
+
"microi-db-schema/agents/openai.yaml": "5.0.3",
|
|
226
|
+
"microi-db-schema/references/core-tables.md": "5.0.3",
|
|
227
|
+
"microi-db-schema/references/form-component-options.md": "5.0.3",
|
|
228
|
+
"microi-db-schema/references/schema-overview.md": "5.0.3",
|
|
229
|
+
"microi-db-schema/references/schema.md": "5.0.3",
|
|
230
|
+
"microi-db-schema/references/table-catalog.md": "5.0.3",
|
|
231
|
+
"microi-deployment/SKILL.md": "5.0.3",
|
|
232
|
+
"microi-deployment/references/deployment-matrix.md": "5.0.3",
|
|
233
|
+
"microi-docs-coverage/SKILL.md": "5.0.3",
|
|
234
|
+
"microi-docs-coverage/references/capability-map.md": "5.0.3",
|
|
235
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.0.3",
|
|
236
|
+
"microi-form-engine/SKILL.md": "5.0.3",
|
|
237
|
+
"microi-form-engine/references/component-catalog.md": "5.0.3",
|
|
238
|
+
"microi-form-engine/references/data-source-events.md": "5.0.3",
|
|
239
|
+
"microi-form-layout/SKILL.md": "5.0.3",
|
|
240
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.0.3",
|
|
241
|
+
"microi-frontend-sdk/SKILL.md": "5.0.3",
|
|
242
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.0.3",
|
|
243
|
+
"microi-left-right-layout/SKILL.md": "5.0.3",
|
|
244
|
+
"microi-microservice/SKILL.md": "5.0.3",
|
|
245
|
+
"microi-microservice/references/runtime-delivery.md": "5.0.3",
|
|
246
|
+
"microi-mobile-app-quality/SKILL.md": "5.0.3",
|
|
247
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.0.3",
|
|
248
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.0.3",
|
|
249
|
+
"microi-solution-quotation/SKILL.md": "5.0.3",
|
|
250
|
+
"microi-solution-quotation/agents/openai.yaml": "5.0.3",
|
|
251
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.0.3",
|
|
252
|
+
"microi-system-delivery/SKILL.md": "5.0.3",
|
|
253
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.0.3",
|
|
254
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.0.3",
|
|
255
|
+
"microi-ui/SKILL.md": "5.0.3",
|
|
256
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.0.3",
|
|
257
|
+
"microi-uniapp-frontend/SKILL.md": "5.0.3",
|
|
258
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.0.3",
|
|
259
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.0.3",
|
|
260
|
+
"microi.v8.js": "5.0.3",
|
|
261
|
+
"module-engine/SKILL.md": "5.0.3",
|
|
262
|
+
"module-engine/references/module-config.md": "5.0.3",
|
|
263
|
+
"ocr-engine/SKILL.md": "5.0.3",
|
|
264
|
+
"ocr-engine/agents/openai.yaml": "5.0.3",
|
|
265
|
+
"page-engine/SKILL.md": "5.0.3",
|
|
266
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.0.3",
|
|
267
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.0.3",
|
|
268
|
+
"performance-testing/SKILL.md": "5.0.3",
|
|
269
|
+
"playwright-e2e/SKILL.md": "5.0.3",
|
|
270
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.0.3",
|
|
271
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.0.3",
|
|
272
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.0.3",
|
|
273
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.0.3",
|
|
274
|
+
"print-engine/SKILL.md": "5.0.3",
|
|
275
|
+
"production-readonly-audit/SKILL.md": "5.0.3",
|
|
276
|
+
"report-engine/SKILL.md": "5.0.3",
|
|
277
|
+
"report-engine/agents/openai.yaml": "5.0.3",
|
|
278
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.0.3",
|
|
279
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.0.3",
|
|
280
|
+
"scripts/validate-progressive-disclosure.mjs": "5.0.3",
|
|
281
|
+
"search-engine/SKILL.md": "5.0.3",
|
|
282
|
+
"search-engine/agents/openai.yaml": "5.0.3",
|
|
283
|
+
"spider-engine/SKILL.md": "5.0.3",
|
|
284
|
+
"translate-engine/SKILL.md": "5.0.3",
|
|
285
|
+
"translate-engine/agents/openai.yaml": "5.0.3",
|
|
286
|
+
"ui-design/SKILL.md": "5.0.3",
|
|
287
|
+
"ui-design/assets/pattern-showcase/app.js": "5.0.3",
|
|
288
|
+
"ui-design/assets/pattern-showcase/index.html": "5.0.3",
|
|
289
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.0.3",
|
|
290
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.0.3",
|
|
291
|
+
"ui-design/references/design-pattern-library.md": "5.0.3",
|
|
292
|
+
"ui-design/references/mci-design-contract.md": "5.0.3",
|
|
293
|
+
"ui-design/references/motion-and-media.md": "5.0.3",
|
|
294
|
+
"ui-design/references/product-flow-recipes.md": "5.0.3",
|
|
295
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.0.3",
|
|
296
|
+
"ui-design/references/progressive-02-字体.md": "5.0.3",
|
|
297
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.0.3",
|
|
298
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.0.3",
|
|
299
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.0.3",
|
|
300
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.0.3",
|
|
301
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.0.3",
|
|
302
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.0.3",
|
|
303
|
+
"uniapp-mall-assets/SKILL.md": "5.0.3",
|
|
304
|
+
"unity-integration/SKILL.md": "5.0.3",
|
|
305
|
+
"unity-integration/agents/openai.yaml": "5.0.3",
|
|
306
|
+
"unity-integration/references/ai-app-delivery.md": "5.0.3",
|
|
307
|
+
"unity-integration/references/sdk-api.md": "5.0.3",
|
|
308
|
+
"unity-integration/references/toolbox-migration.md": "5.0.3",
|
|
309
|
+
"unity-integration/references/webgl-hosting.md": "5.0.3",
|
|
310
|
+
"v8-api-config/SKILL.md": "5.0.3",
|
|
311
|
+
"v8-cache-pattern/SKILL.md": "5.0.3",
|
|
312
|
+
"v8-crud-api/SKILL.md": "5.0.3",
|
|
313
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.0.3",
|
|
314
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.0.3",
|
|
315
|
+
"v8-debugging/SKILL.md": "5.0.3",
|
|
316
|
+
"v8-explorer-tree/SKILL.md": "5.0.3",
|
|
317
|
+
"v8-export-import/SKILL.md": "5.0.3",
|
|
318
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.0.3",
|
|
319
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.0.3",
|
|
320
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.0.3",
|
|
321
|
+
"v8-file-upload/SKILL.md": "5.0.3",
|
|
322
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.0.3",
|
|
323
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.0.3",
|
|
324
|
+
"v8-formengine-http/SKILL.md": "5.0.3",
|
|
325
|
+
"v8-frontend-events/SKILL.md": "5.0.3",
|
|
326
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.0.3",
|
|
327
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.0.3",
|
|
328
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.0.3",
|
|
329
|
+
"v8-http-integration/SKILL.md": "5.0.3",
|
|
330
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.0.3",
|
|
331
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.0.3",
|
|
332
|
+
"v8-image-processing/SKILL.md": "5.0.3",
|
|
333
|
+
"v8-image-processing/agents/openai.yaml": "5.0.3",
|
|
334
|
+
"v8-image-processing/references/api-reference.md": "5.0.3",
|
|
335
|
+
"v8-menu-buttons/SKILL.md": "5.0.3",
|
|
336
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.0.3",
|
|
337
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.0.3",
|
|
338
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.0.3",
|
|
339
|
+
"v8-mongodb/SKILL.md": "5.0.3",
|
|
340
|
+
"v8-mq-mqtt/SKILL.md": "5.0.3",
|
|
341
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.0.3",
|
|
342
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.0.3",
|
|
343
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.0.3",
|
|
344
|
+
"v8-saas-multi-tenant/SKILL.md": "5.0.3",
|
|
345
|
+
"v8-security/SKILL.md": "5.0.3",
|
|
346
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.0.3",
|
|
347
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.0.3",
|
|
348
|
+
"v8-sql-query/SKILL.md": "5.0.3",
|
|
349
|
+
"v8-table-event/SKILL.md": "5.0.3",
|
|
350
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.0.3",
|
|
351
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.0.3",
|
|
352
|
+
"v8-template-engine/SKILL.md": "5.0.3",
|
|
353
|
+
"v8-utilities/SKILL.md": "5.0.3",
|
|
354
|
+
"v8-utilities/references/client-api-index.md": "5.0.3",
|
|
355
|
+
"v8-utilities/references/platform-http-routes.md": "5.0.3",
|
|
356
|
+
"v8-utilities/references/server-api-index.md": "5.0.3",
|
|
357
|
+
"v8-workflow/SKILL.md": "5.0.3",
|
|
358
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.0.3",
|
|
359
|
+
"workspace-conventions/SKILL.md": "5.0.3",
|
|
360
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.0.3",
|
|
361
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.0.3",
|
|
362
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.0.3"
|
|
363
363
|
},
|
|
364
364
|
"files": [
|
|
365
365
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.0.
|
|
2
|
+
"version": "5.0.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-13T21:25:51.713Z"
|
|
6
6
|
}
|