@microi.net/cli 5.1.5 → 5.1.6
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 +3 -3
- package/cordis.patch.yml +1 -1
- package/package.json +1 -1
- package/scripts/microi-skills.meta.json +183 -183
- package/skills/.microi-skills-version.json +2 -2
- package/skills/.progressive-disclosure-manifest.json +3 -3
- package/skills/app-store/SKILL.md +2 -1
- package/skills/microi-microservice/SKILL.md +5 -4
- package/skills/ui-design/SKILL.md +1 -0
- package/skills/v8-export-import/SKILL.md +17 -5
- package/skills/workspace-conventions/SKILL.md +3 -3
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"url": "https://microi.net"
|
|
6
6
|
},
|
|
7
7
|
"description": "Microi吾码官方 AI 插件市场",
|
|
8
|
-
"version": "5.1.
|
|
8
|
+
"version": "5.1.6",
|
|
9
9
|
"plugins": [
|
|
10
10
|
{
|
|
11
11
|
"name": "microi",
|
|
12
12
|
"source": ".",
|
|
13
13
|
"description": "Microi吾码 AI 开发插件:服务器连接、Skills、MCP、V8 全量同步与低代码交付",
|
|
14
|
-
"version": "5.1.
|
|
14
|
+
"version": "5.1.6",
|
|
15
15
|
"strict": true
|
|
16
16
|
}
|
|
17
17
|
]
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"url": "https://microi.net"
|
|
6
6
|
},
|
|
7
7
|
"description": "Microi吾码官方 AI 插件市场",
|
|
8
|
-
"version": "5.1.
|
|
8
|
+
"version": "5.1.6",
|
|
9
9
|
"plugins": [
|
|
10
10
|
{
|
|
11
11
|
"name": "microi",
|
|
12
12
|
"source": ".",
|
|
13
13
|
"description": "Microi吾码 AI 开发插件:服务器连接、Skills、MCP、V8 全量同步与低代码交付",
|
|
14
|
-
"version": "5.1.
|
|
14
|
+
"version": "5.1.6",
|
|
15
15
|
"strict": true
|
|
16
16
|
}
|
|
17
17
|
]
|
package/assets/build-meta.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
3
|
-
"version": "5.1.
|
|
2
|
+
"builtAt": "2026-08-20T00:56:49.722Z",
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"sourceProducts": [
|
|
5
5
|
"vscode-extension",
|
|
6
6
|
"microi-cli",
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"cli": "05799e65bf90686936f519cd822cceb1dea0200fd2509904d50f870e6302ddc1",
|
|
14
14
|
"router": "ffc14787fc2d3d6173b7a779b77139b759eb1d482cea787f71283f4017a4e223",
|
|
15
15
|
"broker": "42a9d89ad7b960a324da949939ef46266aa66e21068e6fbfd040cecc58b7c956",
|
|
16
|
-
"dshBundle": "
|
|
16
|
+
"dshBundle": "6818538f19ac7e6a85803467489f4f5041f56b3e2a55972ef7c09486c9fbc54b"
|
|
17
17
|
}
|
|
18
18
|
}
|
package/cordis.patch.yml
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
serverName: microi
|
|
8
8
|
transport: stdio
|
|
9
9
|
command: !!js process.execPath
|
|
10
|
-
args: ["-e","/*\n * DeepSeek Harness 通过 profile bundle 加载此 `node -e` 引导脚本。\n * DSH 不保证 MCP 子进程 cwd 位于 npm 包根,因此按 DSH_HOME/profile 定位\n * 当前版本的 @microi.net/cli,再复用 Codex 同源适配器与多连接路由器。\n */\nconst fs = require('node:fs');\nconst os = require('node:os');\nconst path = require('node:path');\nconst packageName = '@microi.net/cli';\nconst expectedVersion = '5.1.
|
|
10
|
+
args: ["-e","/*\n * DeepSeek Harness 通过 profile bundle 加载此 `node -e` 引导脚本。\n * DSH 不保证 MCP 子进程 cwd 位于 npm 包根,因此按 DSH_HOME/profile 定位\n * 当前版本的 @microi.net/cli,再复用 Codex 同源适配器与多连接路由器。\n */\nconst fs = require('node:fs');\nconst os = require('node:os');\nconst path = require('node:path');\nconst packageName = '@microi.net/cli';\nconst expectedVersion = '5.1.6';\n\nfunction readJson(filePath) {\n try { return JSON.parse(fs.readFileSync(filePath, 'utf8')); }\n catch { return undefined; }\n}\n\nfunction expandHome(value) {\n if (value === '~') return os.homedir();\n if (value.startsWith('~/') || value.startsWith('~\\\\')) return path.join(os.homedir(), value.slice(2));\n return value;\n}\n\nfunction validRoot(value) {\n const root = path.resolve(value);\n const pkg = readJson(path.join(root, 'package.json'));\n const patch = path.join(root, 'cordis.patch.yml');\n const adapter = path.join(root, 'scripts', 'mcp-codex-stdio-adapter.js');\n const router = path.join(root, 'scripts', 'microi-codex-router.js');\n if (pkg?.name !== packageName || pkg?.version !== expectedVersion) return undefined;\n if (pkg?.dsh?.bundle?.patch !== './cordis.patch.yml') return undefined;\n if (![patch, adapter, router].every(filePath => fs.existsSync(filePath))) return undefined;\n return { root: fs.realpathSync(root), adapter, router, modifiedAt: fs.statSync(router).mtimeMs };\n}\n\nfunction findPlugin() {\n const explicit = String(process.env.MICROI_DSH_PLUGIN_ROOT || '').trim();\n if (explicit) {\n const plugin = validRoot(explicit);\n if (!plugin) throw new Error(`MICROI_DSH_PLUGIN_ROOT 不是版本 ${expectedVersion} 的有效 Microi DSH bundle:${explicit}`);\n return plugin;\n }\n const configuredHome = String(process.env.DSH_HOME || '').trim();\n const dshHome = path.resolve(expandHome(configuredHome || path.join(os.homedir(), '.dsh')));\n const profilesRoot = path.join(dshHome, 'profiles');\n const candidates = [];\n if (fs.existsSync(profilesRoot)) {\n for (const entry of fs.readdirSync(profilesRoot, { withFileTypes: true })) {\n if (!entry.isDirectory() || entry.name === 'node_modules') continue;\n const root = path.join(profilesRoot, entry.name, 'node_modules', '@microi.net', 'cli');\n const plugin = validRoot(root);\n if (plugin) candidates.push(plugin);\n }\n }\n candidates.sort((left, right) => right.modifiedAt - left.modifiedAt);\n if (!candidates[0]) throw new Error(`未在 ${profilesRoot} 找到版本 ${expectedVersion} 的 ${packageName}`);\n return candidates[0];\n}\n\ntry {\n const plugin = findPlugin();\n process.env.MICROI_DSH_PLUGIN_ROOT = plugin.root;\n process.env.MICROI_CODEX_PLUGIN_ROOT = plugin.root;\n process.env.MICROI_TOOL_SOURCE = 'dsh';\n process.env.MICROI_TOOL_VERSION = expectedVersion;\n process.env.MICROI_WORKSPACE_ROOT = process.env.MICROI_WORKSPACE_ROOT || process.cwd();\n process.argv[2] = plugin.router;\n require(plugin.adapter);\n} catch (error) {\n console.error(`[microi-dsh-bootstrap] ${error instanceof Error ? error.message : String(error)}`);\n process.exit(1);\n}\n"]
|
|
11
11
|
env:
|
|
12
12
|
MICROI_TOOL_SOURCE: dsh
|
|
13
13
|
cwd: !!js process.cwd()
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-20T00:56:48.886Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "5.1.
|
|
6
|
+
"version": "5.1.6",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "5.1.
|
|
10
|
+
"version": "5.1.6",
|
|
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": 172,
|
|
17
17
|
"skills": 63,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 2112960
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
22
|
-
".progressive-disclosure-manifest.json": "
|
|
21
|
+
".microi-skills-version.json": "b657e044301e81c70d6c8564fced8a41ca9f89926ba0be95889af796a7c0bfd6",
|
|
22
|
+
".progressive-disclosure-manifest.json": "e888f96322802591ec2c7ef89fed0447103d3c52a836bd060f29070405d48412",
|
|
23
23
|
"README.md": "e4c36c39515953ac1953622f19671d2c377a8828aae20f877bdd39ab1dcb0cb1",
|
|
24
24
|
"ai-engine/SKILL.md": "a9d3b152c6d8ca03bfa37669d4e81cf33c7361f3105165e40cb357f1b23b2bfb",
|
|
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": "03829703a45067fdadb564aca9056777deddbbed49be001f886d38478bf1932d",
|
|
29
29
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
30
30
|
"business-blueprint/SKILL.md": "01619a3b6d37b5b67649ee59d2701301222006d3b943882b2802b1721c58f8a9",
|
|
31
31
|
"datasource-engine/SKILL.md": "bed8352f1d43b55145e1c492d1ea0ca1ec8750b5c4d74e1e80cd71aa7b9a2e6f",
|
|
@@ -69,7 +69,7 @@
|
|
|
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": "694ea4e599549deb74ea10612100c9e9722cbdabc7f161ab9c917c7254625cee",
|
|
72
|
-
"microi-microservice/SKILL.md": "
|
|
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
75
|
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "8114fdf548ee6f466238a3f5fd4efe067b2f7569769e4e4881c042dfc319baa2",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"spider-engine/SKILL.md": "e24018f7ab2a07706a70bb592adb7a2f91f0a66e3f9bc944593e18731c53d77e",
|
|
112
112
|
"translate-engine/SKILL.md": "8f4c49d49049dfc0ed5e0a792b35a2c2490e2279a4e3be90f29309a4e55a9d53",
|
|
113
113
|
"translate-engine/agents/openai.yaml": "8eb47e08a691219bbe22a797ddbdf73234ec77f86e5724bc735fb0738d899112",
|
|
114
|
-
"ui-design/SKILL.md": "
|
|
114
|
+
"ui-design/SKILL.md": "408ed010f9a15aa27da71a60db1565e60e39f620cfec7e305ca7b073d25da864",
|
|
115
115
|
"ui-design/assets/pattern-showcase/app.js": "68a8d404c30096da853c6edbc7cb27f336982147ddfebccd66c03ba3d99427cd",
|
|
116
116
|
"ui-design/assets/pattern-showcase/index.html": "242f94772a5f14e38296f1e925f30a9a5fef2103975831cbd47861a3fc14d5bc",
|
|
117
117
|
"ui-design/assets/pattern-showcase/styles.css": "77c34ddae0dd9c665c8774dc6def4bd8f4f5ed02470d4343d116ed141c87eccb",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "3ee7f1ef68b3546a5dacd0ed12f94e1ca7bf6cd10ecf5c3594bc4ecfb63f333d",
|
|
143
143
|
"v8-debugging/SKILL.md": "7b5c9bf2d6de070a97bb57a2cc67190ecd07ade7ca2caf53148b6b38d2890e05",
|
|
144
144
|
"v8-explorer-tree/SKILL.md": "1c941d9b5b589a27ed2ce3000f69206c2209660f7d1c86b5b0cb0a82bc1d5003",
|
|
145
|
-
"v8-export-import/SKILL.md": "
|
|
145
|
+
"v8-export-import/SKILL.md": "ee0eb3b474556c546ac2a3f8f5733b48180711c46421de19df5da6ec1af66e58",
|
|
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",
|
|
@@ -186,184 +186,184 @@
|
|
|
186
186
|
"v8-utilities/references/server-api-index.md": "c5b9fc297f066e1c48ae2cf7de042afe4d7d41ff60faa93c67020bb95a011d75",
|
|
187
187
|
"v8-workflow/SKILL.md": "6b4f705957c9e2a5a905b9de0953fe3780b43a40140d6df5824386712a8eb911",
|
|
188
188
|
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "9b6b01e7ac03c0a11bc837671a30107ff5c5f253029d74fd17713084104d7e99",
|
|
189
|
-
"workspace-conventions/SKILL.md": "
|
|
189
|
+
"workspace-conventions/SKILL.md": "cd64538477676d2b72c1a447b04143905e1f2bf06d293e771d1690f4e9d4962d",
|
|
190
190
|
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "576a781ecc529f7b5c9a824326445b2c90b3172ba0285a73fae4a2e45c9b84f5",
|
|
191
191
|
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "6720c8700972ca2b0b0b4378a137b70763542a280043c75d79d551be1f57b308",
|
|
192
192
|
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "86db1f03700fd54dd824d28c553c678202e8f74b796fd0f9d91f63bf53a530b1"
|
|
193
193
|
},
|
|
194
194
|
"fileVersions": {
|
|
195
|
-
".microi-skills-version.json": "5.1.
|
|
196
|
-
".progressive-disclosure-manifest.json": "5.1.
|
|
197
|
-
"README.md": "5.1.
|
|
198
|
-
"ai-engine/SKILL.md": "5.1.
|
|
199
|
-
"ai-engine/agents/openai.yaml": "5.1.
|
|
200
|
-
"ai-platform-governance/SKILL.md": "5.1.
|
|
201
|
-
"ai-platform-governance/references/progressive-01-功能开关.md": "5.1.
|
|
202
|
-
"app-store/SKILL.md": "5.1.
|
|
203
|
-
"app-store/agents/openai.yaml": "5.1.
|
|
204
|
-
"business-blueprint/SKILL.md": "5.1.
|
|
205
|
-
"datasource-engine/SKILL.md": "5.1.
|
|
206
|
-
"datasource-engine/agents/openai.yaml": "5.1.
|
|
207
|
-
"dos-orm/SKILL.md": "5.1.
|
|
208
|
-
"dos-orm/references/api-reference.md": "5.1.
|
|
209
|
-
"job-engine/SKILL.md": "5.1.
|
|
210
|
-
"job-engine/agents/openai.yaml": "5.1.
|
|
211
|
-
"message-notification/SKILL.md": "5.1.
|
|
212
|
-
"message-notification/agents/openai.yaml": "5.1.
|
|
213
|
-
"message-notification/references/contracts.md": "5.1.
|
|
214
|
-
"microi-ai-app-auth.js": "5.1.
|
|
215
|
-
"microi-ai-application/SKILL.md": "5.1.
|
|
216
|
-
"microi-ai-application/agents/openai.yaml": "5.1.
|
|
217
|
-
"microi-ai-application/references/frontend-baseline.md": "5.1.
|
|
218
|
-
"microi-client-frontend/SKILL.md": "5.1.
|
|
219
|
-
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.1.
|
|
220
|
-
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.1.
|
|
221
|
-
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.1.
|
|
222
|
-
"microi-codex-installer/SKILL.md": "5.1.
|
|
223
|
-
"microi-codex-installer/agents/openai.yaml": "5.1.
|
|
224
|
-
"microi-codex/SKILL.md": "5.1.
|
|
225
|
-
"microi-datasource-mapping/SKILL.md": "5.1.
|
|
226
|
-
"microi-db-schema/SKILL.md": "5.1.
|
|
227
|
-
"microi-db-schema/agents/openai.yaml": "5.1.
|
|
228
|
-
"microi-db-schema/references/core-tables.md": "5.1.
|
|
229
|
-
"microi-db-schema/references/form-component-options.md": "5.1.
|
|
230
|
-
"microi-db-schema/references/schema-overview.md": "5.1.
|
|
231
|
-
"microi-db-schema/references/schema.md": "5.1.
|
|
232
|
-
"microi-db-schema/references/table-catalog.md": "5.1.
|
|
233
|
-
"microi-deployment/SKILL.md": "5.1.
|
|
234
|
-
"microi-deployment/references/deployment-matrix.md": "5.1.
|
|
235
|
-
"microi-docs-coverage/SKILL.md": "5.1.
|
|
236
|
-
"microi-docs-coverage/references/capability-map.md": "5.1.
|
|
237
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.1.
|
|
238
|
-
"microi-form-engine/SKILL.md": "5.1.
|
|
239
|
-
"microi-form-engine/references/component-catalog.md": "5.1.
|
|
240
|
-
"microi-form-engine/references/data-source-events.md": "5.1.
|
|
241
|
-
"microi-form-layout/SKILL.md": "5.1.
|
|
242
|
-
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.1.
|
|
243
|
-
"microi-frontend-sdk/SKILL.md": "5.1.
|
|
244
|
-
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.1.
|
|
245
|
-
"microi-left-right-layout/SKILL.md": "5.1.
|
|
246
|
-
"microi-microservice/SKILL.md": "5.1.
|
|
247
|
-
"microi-microservice/references/runtime-delivery.md": "5.1.
|
|
248
|
-
"microi-mobile-app-quality/SKILL.md": "5.1.
|
|
249
|
-
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.1.
|
|
250
|
-
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.1.
|
|
251
|
-
"microi-solution-quotation/SKILL.md": "5.1.
|
|
252
|
-
"microi-solution-quotation/agents/openai.yaml": "5.1.
|
|
253
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "5.1.
|
|
254
|
-
"microi-system-delivery/SKILL.md": "5.1.
|
|
255
|
-
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.1.
|
|
256
|
-
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.1.
|
|
257
|
-
"microi-ui/SKILL.md": "5.1.
|
|
258
|
-
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.1.
|
|
259
|
-
"microi-uniapp-frontend/SKILL.md": "5.1.
|
|
260
|
-
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.1.
|
|
261
|
-
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.1.
|
|
262
|
-
"microi.v8.js": "5.1.
|
|
263
|
-
"module-engine/SKILL.md": "5.1.
|
|
264
|
-
"module-engine/references/module-config.md": "5.1.
|
|
265
|
-
"ocr-engine/SKILL.md": "5.1.
|
|
266
|
-
"ocr-engine/agents/openai.yaml": "5.1.
|
|
267
|
-
"page-engine/SKILL.md": "5.1.
|
|
268
|
-
"page-engine/references/progressive-01-所有组件类型.md": "5.1.
|
|
269
|
-
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.1.
|
|
270
|
-
"performance-testing/SKILL.md": "5.1.
|
|
271
|
-
"playwright-e2e/SKILL.md": "5.1.
|
|
272
|
-
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.1.
|
|
273
|
-
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.1.
|
|
274
|
-
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.1.
|
|
275
|
-
"playwright-e2e/references/progressive-04-ci-建议.md": "5.1.
|
|
276
|
-
"print-engine/SKILL.md": "5.1.
|
|
277
|
-
"production-readonly-audit/SKILL.md": "5.1.
|
|
278
|
-
"report-engine/SKILL.md": "5.1.
|
|
279
|
-
"report-engine/agents/openai.yaml": "5.1.
|
|
280
|
-
"scripts/optimize-progressive-disclosure.mjs": "5.1.
|
|
281
|
-
"scripts/refresh-progressive-disclosure.mjs": "5.1.
|
|
282
|
-
"scripts/validate-progressive-disclosure.mjs": "5.1.
|
|
283
|
-
"search-engine/SKILL.md": "5.1.
|
|
284
|
-
"search-engine/agents/openai.yaml": "5.1.
|
|
285
|
-
"spider-engine/SKILL.md": "5.1.
|
|
286
|
-
"translate-engine/SKILL.md": "5.1.
|
|
287
|
-
"translate-engine/agents/openai.yaml": "5.1.
|
|
288
|
-
"ui-design/SKILL.md": "5.1.
|
|
289
|
-
"ui-design/assets/pattern-showcase/app.js": "5.1.
|
|
290
|
-
"ui-design/assets/pattern-showcase/index.html": "5.1.
|
|
291
|
-
"ui-design/assets/pattern-showcase/styles.css": "5.1.
|
|
292
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "5.1.
|
|
293
|
-
"ui-design/references/design-pattern-library.md": "5.1.
|
|
294
|
-
"ui-design/references/mci-design-contract.md": "5.1.
|
|
295
|
-
"ui-design/references/motion-and-media.md": "5.1.
|
|
296
|
-
"ui-design/references/product-flow-recipes.md": "5.1.
|
|
297
|
-
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.1.
|
|
298
|
-
"ui-design/references/progressive-02-字体.md": "5.1.
|
|
299
|
-
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.1.
|
|
300
|
-
"ui-design/references/progressive-04-组件风格速查.md": "5.1.
|
|
301
|
-
"ui-design/references/progressive-05-移动端专用规范.md": "5.1.
|
|
302
|
-
"ui-design/references/progressive-06-主题切换实现.md": "5.1.
|
|
303
|
-
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.1.
|
|
304
|
-
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.1.
|
|
305
|
-
"uniapp-mall-assets/SKILL.md": "5.1.
|
|
306
|
-
"unity-integration/SKILL.md": "5.1.
|
|
307
|
-
"unity-integration/agents/openai.yaml": "5.1.
|
|
308
|
-
"unity-integration/references/ai-app-delivery.md": "5.1.
|
|
309
|
-
"unity-integration/references/sdk-api.md": "5.1.
|
|
310
|
-
"unity-integration/references/toolbox-migration.md": "5.1.
|
|
311
|
-
"unity-integration/references/webgl-hosting.md": "5.1.
|
|
312
|
-
"v8-api-config/SKILL.md": "5.1.
|
|
313
|
-
"v8-cache-pattern/SKILL.md": "5.1.
|
|
314
|
-
"v8-crud-api/SKILL.md": "5.1.
|
|
315
|
-
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.1.
|
|
316
|
-
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.1.
|
|
317
|
-
"v8-debugging/SKILL.md": "5.1.
|
|
318
|
-
"v8-explorer-tree/SKILL.md": "5.1.
|
|
319
|
-
"v8-export-import/SKILL.md": "5.1.
|
|
320
|
-
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.1.
|
|
321
|
-
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.1.
|
|
322
|
-
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.1.
|
|
323
|
-
"v8-file-upload/SKILL.md": "5.1.
|
|
324
|
-
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.1.
|
|
325
|
-
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.1.
|
|
326
|
-
"v8-formengine-http/SKILL.md": "5.1.
|
|
327
|
-
"v8-frontend-events/SKILL.md": "5.1.
|
|
328
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "5.1.
|
|
329
|
-
"v8-frontend-events/references/bluetooth-print.md": "5.1.
|
|
330
|
-
"v8-frontend-events/references/progressive-01-列表事件.md": "5.1.
|
|
331
|
-
"v8-http-integration/SKILL.md": "5.1.
|
|
332
|
-
"v8-http-integration/references/progressive-01-get-请求.md": "5.1.
|
|
333
|
-
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.1.
|
|
334
|
-
"v8-image-processing/SKILL.md": "5.1.
|
|
335
|
-
"v8-image-processing/agents/openai.yaml": "5.1.
|
|
336
|
-
"v8-image-processing/references/api-reference.md": "5.1.
|
|
337
|
-
"v8-menu-buttons/SKILL.md": "5.1.
|
|
338
|
-
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.1.
|
|
339
|
-
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.1.
|
|
340
|
-
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.1.
|
|
341
|
-
"v8-mongodb/SKILL.md": "5.1.
|
|
342
|
-
"v8-mq-mqtt/SKILL.md": "5.1.
|
|
343
|
-
"v8-mq-mqtt/references/mqtt-production.md": "5.1.
|
|
344
|
-
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.1.
|
|
345
|
-
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.1.
|
|
346
|
-
"v8-saas-multi-tenant/SKILL.md": "5.1.
|
|
347
|
-
"v8-security/SKILL.md": "5.1.
|
|
348
|
-
"v8-security/references/progressive-01-2-权限校验.md": "5.1.
|
|
349
|
-
"v8-security/references/progressive-02-7-日志记录.md": "5.1.
|
|
350
|
-
"v8-sql-query/SKILL.md": "5.1.
|
|
351
|
-
"v8-table-event/SKILL.md": "5.1.
|
|
352
|
-
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.1.
|
|
353
|
-
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.1.
|
|
354
|
-
"v8-tcp-integration/SKILL.md": "5.1.
|
|
355
|
-
"v8-tcp-integration/agents/openai.yaml": "5.1.
|
|
356
|
-
"v8-template-engine/SKILL.md": "5.1.
|
|
357
|
-
"v8-utilities/SKILL.md": "5.1.
|
|
358
|
-
"v8-utilities/references/client-api-index.md": "5.1.
|
|
359
|
-
"v8-utilities/references/platform-http-routes.md": "5.1.
|
|
360
|
-
"v8-utilities/references/server-api-index.md": "5.1.
|
|
361
|
-
"v8-workflow/SKILL.md": "5.1.
|
|
362
|
-
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.1.
|
|
363
|
-
"workspace-conventions/SKILL.md": "5.1.
|
|
364
|
-
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.1.
|
|
365
|
-
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.1.
|
|
366
|
-
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.1.
|
|
195
|
+
".microi-skills-version.json": "5.1.6",
|
|
196
|
+
".progressive-disclosure-manifest.json": "5.1.6",
|
|
197
|
+
"README.md": "5.1.6",
|
|
198
|
+
"ai-engine/SKILL.md": "5.1.6",
|
|
199
|
+
"ai-engine/agents/openai.yaml": "5.1.6",
|
|
200
|
+
"ai-platform-governance/SKILL.md": "5.1.6",
|
|
201
|
+
"ai-platform-governance/references/progressive-01-功能开关.md": "5.1.6",
|
|
202
|
+
"app-store/SKILL.md": "5.1.6",
|
|
203
|
+
"app-store/agents/openai.yaml": "5.1.6",
|
|
204
|
+
"business-blueprint/SKILL.md": "5.1.6",
|
|
205
|
+
"datasource-engine/SKILL.md": "5.1.6",
|
|
206
|
+
"datasource-engine/agents/openai.yaml": "5.1.6",
|
|
207
|
+
"dos-orm/SKILL.md": "5.1.6",
|
|
208
|
+
"dos-orm/references/api-reference.md": "5.1.6",
|
|
209
|
+
"job-engine/SKILL.md": "5.1.6",
|
|
210
|
+
"job-engine/agents/openai.yaml": "5.1.6",
|
|
211
|
+
"message-notification/SKILL.md": "5.1.6",
|
|
212
|
+
"message-notification/agents/openai.yaml": "5.1.6",
|
|
213
|
+
"message-notification/references/contracts.md": "5.1.6",
|
|
214
|
+
"microi-ai-app-auth.js": "5.1.6",
|
|
215
|
+
"microi-ai-application/SKILL.md": "5.1.6",
|
|
216
|
+
"microi-ai-application/agents/openai.yaml": "5.1.6",
|
|
217
|
+
"microi-ai-application/references/frontend-baseline.md": "5.1.6",
|
|
218
|
+
"microi-client-frontend/SKILL.md": "5.1.6",
|
|
219
|
+
"microi-client-frontend/references/progressive-01-3-动态按钮系统.md": "5.1.6",
|
|
220
|
+
"microi-client-frontend/references/progressive-02-8-运行时高频坑复盘.md": "5.1.6",
|
|
221
|
+
"microi-client-frontend/references/progressive-03-vue3-前端微服务宿主规则.md": "5.1.6",
|
|
222
|
+
"microi-codex-installer/SKILL.md": "5.1.6",
|
|
223
|
+
"microi-codex-installer/agents/openai.yaml": "5.1.6",
|
|
224
|
+
"microi-codex/SKILL.md": "5.1.6",
|
|
225
|
+
"microi-datasource-mapping/SKILL.md": "5.1.6",
|
|
226
|
+
"microi-db-schema/SKILL.md": "5.1.6",
|
|
227
|
+
"microi-db-schema/agents/openai.yaml": "5.1.6",
|
|
228
|
+
"microi-db-schema/references/core-tables.md": "5.1.6",
|
|
229
|
+
"microi-db-schema/references/form-component-options.md": "5.1.6",
|
|
230
|
+
"microi-db-schema/references/schema-overview.md": "5.1.6",
|
|
231
|
+
"microi-db-schema/references/schema.md": "5.1.6",
|
|
232
|
+
"microi-db-schema/references/table-catalog.md": "5.1.6",
|
|
233
|
+
"microi-deployment/SKILL.md": "5.1.6",
|
|
234
|
+
"microi-deployment/references/deployment-matrix.md": "5.1.6",
|
|
235
|
+
"microi-docs-coverage/SKILL.md": "5.1.6",
|
|
236
|
+
"microi-docs-coverage/references/capability-map.md": "5.1.6",
|
|
237
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "5.1.6",
|
|
238
|
+
"microi-form-engine/SKILL.md": "5.1.6",
|
|
239
|
+
"microi-form-engine/references/component-catalog.md": "5.1.6",
|
|
240
|
+
"microi-form-engine/references/data-source-events.md": "5.1.6",
|
|
241
|
+
"microi-form-layout/SKILL.md": "5.1.6",
|
|
242
|
+
"microi-form-layout/references/progressive-01-3-三种分组的存储与配置.md": "5.1.6",
|
|
243
|
+
"microi-frontend-sdk/SKILL.md": "5.1.6",
|
|
244
|
+
"microi-frontend-sdk/references/progressive-01-token-当前登录用户与当前终端登录协议.md": "5.1.6",
|
|
245
|
+
"microi-left-right-layout/SKILL.md": "5.1.6",
|
|
246
|
+
"microi-microservice/SKILL.md": "5.1.6",
|
|
247
|
+
"microi-microservice/references/runtime-delivery.md": "5.1.6",
|
|
248
|
+
"microi-mobile-app-quality/SKILL.md": "5.1.6",
|
|
249
|
+
"microi-mobile-app-quality/references/progressive-01-4-重要按钮必须带图标.md": "5.1.6",
|
|
250
|
+
"microi-mobile-app-quality/references/progressive-02-9-主题切换必须真实且全局生效.md": "5.1.6",
|
|
251
|
+
"microi-solution-quotation/SKILL.md": "5.1.6",
|
|
252
|
+
"microi-solution-quotation/agents/openai.yaml": "5.1.6",
|
|
253
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "5.1.6",
|
|
254
|
+
"microi-system-delivery/SKILL.md": "5.1.6",
|
|
255
|
+
"microi-system-delivery/references/progressive-01-标准工作流.md": "5.1.6",
|
|
256
|
+
"microi-system-delivery/references/progressive-02-自动化测试必须覆盖的坑.md": "5.1.6",
|
|
257
|
+
"microi-ui/SKILL.md": "5.1.6",
|
|
258
|
+
"microi-ui/references/progressive-01-移动端场景蓝图.md": "5.1.6",
|
|
259
|
+
"microi-uniapp-frontend/SKILL.md": "5.1.6",
|
|
260
|
+
"microi-uniapp-frontend/references/progressive-01-移动端分类-双栏列表独立滚动.md": "5.1.6",
|
|
261
|
+
"microi-uniapp-frontend/references/progressive-02-关键业务资产不得默认选中.md": "5.1.6",
|
|
262
|
+
"microi.v8.js": "5.1.6",
|
|
263
|
+
"module-engine/SKILL.md": "5.1.6",
|
|
264
|
+
"module-engine/references/module-config.md": "5.1.6",
|
|
265
|
+
"ocr-engine/SKILL.md": "5.1.6",
|
|
266
|
+
"ocr-engine/agents/openai.yaml": "5.1.6",
|
|
267
|
+
"page-engine/SKILL.md": "5.1.6",
|
|
268
|
+
"page-engine/references/progressive-01-所有组件类型.md": "5.1.6",
|
|
269
|
+
"page-engine/references/progressive-02-版本历史-并发保存与回滚.md": "5.1.6",
|
|
270
|
+
"performance-testing/SKILL.md": "5.1.6",
|
|
271
|
+
"playwright-e2e/SKILL.md": "5.1.6",
|
|
272
|
+
"playwright-e2e/references/progressive-01-全自动登录-免验证码-但不免密码-必读.md": "5.1.6",
|
|
273
|
+
"playwright-e2e/references/progressive-02-文字对比度与可读性自动化检查-必做.md": "5.1.6",
|
|
274
|
+
"playwright-e2e/references/progressive-03-microi-helper-模板.md": "5.1.6",
|
|
275
|
+
"playwright-e2e/references/progressive-04-ci-建议.md": "5.1.6",
|
|
276
|
+
"print-engine/SKILL.md": "5.1.6",
|
|
277
|
+
"production-readonly-audit/SKILL.md": "5.1.6",
|
|
278
|
+
"report-engine/SKILL.md": "5.1.6",
|
|
279
|
+
"report-engine/agents/openai.yaml": "5.1.6",
|
|
280
|
+
"scripts/optimize-progressive-disclosure.mjs": "5.1.6",
|
|
281
|
+
"scripts/refresh-progressive-disclosure.mjs": "5.1.6",
|
|
282
|
+
"scripts/validate-progressive-disclosure.mjs": "5.1.6",
|
|
283
|
+
"search-engine/SKILL.md": "5.1.6",
|
|
284
|
+
"search-engine/agents/openai.yaml": "5.1.6",
|
|
285
|
+
"spider-engine/SKILL.md": "5.1.6",
|
|
286
|
+
"translate-engine/SKILL.md": "5.1.6",
|
|
287
|
+
"translate-engine/agents/openai.yaml": "5.1.6",
|
|
288
|
+
"ui-design/SKILL.md": "5.1.6",
|
|
289
|
+
"ui-design/assets/pattern-showcase/app.js": "5.1.6",
|
|
290
|
+
"ui-design/assets/pattern-showcase/index.html": "5.1.6",
|
|
291
|
+
"ui-design/assets/pattern-showcase/styles.css": "5.1.6",
|
|
292
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "5.1.6",
|
|
293
|
+
"ui-design/references/design-pattern-library.md": "5.1.6",
|
|
294
|
+
"ui-design/references/mci-design-contract.md": "5.1.6",
|
|
295
|
+
"ui-design/references/motion-and-media.md": "5.1.6",
|
|
296
|
+
"ui-design/references/product-flow-recipes.md": "5.1.6",
|
|
297
|
+
"ui-design/references/progressive-01-颜色体系-css-variables-支持主题切换.md": "5.1.6",
|
|
298
|
+
"ui-design/references/progressive-02-字体.md": "5.1.6",
|
|
299
|
+
"ui-design/references/progressive-03-动效规范-丰富但不卡.md": "5.1.6",
|
|
300
|
+
"ui-design/references/progressive-04-组件风格速查.md": "5.1.6",
|
|
301
|
+
"ui-design/references/progressive-05-移动端专用规范.md": "5.1.6",
|
|
302
|
+
"ui-design/references/progressive-06-主题切换实现.md": "5.1.6",
|
|
303
|
+
"ui-design/references/progressive-07-速查-从头搭建一个移动端页面.md": "5.1.6",
|
|
304
|
+
"ui-design/references/progressive-08-表单分组规范-tabs-vs-collapsegroup-强制.md": "5.1.6",
|
|
305
|
+
"uniapp-mall-assets/SKILL.md": "5.1.6",
|
|
306
|
+
"unity-integration/SKILL.md": "5.1.6",
|
|
307
|
+
"unity-integration/agents/openai.yaml": "5.1.6",
|
|
308
|
+
"unity-integration/references/ai-app-delivery.md": "5.1.6",
|
|
309
|
+
"unity-integration/references/sdk-api.md": "5.1.6",
|
|
310
|
+
"unity-integration/references/toolbox-migration.md": "5.1.6",
|
|
311
|
+
"unity-integration/references/webgl-hosting.md": "5.1.6",
|
|
312
|
+
"v8-api-config/SKILL.md": "5.1.6",
|
|
313
|
+
"v8-cache-pattern/SKILL.md": "5.1.6",
|
|
314
|
+
"v8-crud-api/SKILL.md": "5.1.6",
|
|
315
|
+
"v8-crud-api/references/progressive-01-查询列表-分页.md": "5.1.6",
|
|
316
|
+
"v8-crud-api/references/progressive-02-where-条件语法速查.md": "5.1.6",
|
|
317
|
+
"v8-debugging/SKILL.md": "5.1.6",
|
|
318
|
+
"v8-explorer-tree/SKILL.md": "5.1.6",
|
|
319
|
+
"v8-export-import/SKILL.md": "5.1.6",
|
|
320
|
+
"v8-export-import/references/progressive-01-excellayout-高级自由布局.md": "5.1.6",
|
|
321
|
+
"v8-export-import/references/progressive-02-powerpoint-导出.md": "5.1.6",
|
|
322
|
+
"v8-export-import/references/progressive-03-安全-性能注意.md": "5.1.6",
|
|
323
|
+
"v8-file-upload/SKILL.md": "5.1.6",
|
|
324
|
+
"v8-file-upload/references/progressive-01-公有桶-vs-私有桶.md": "5.1.6",
|
|
325
|
+
"v8-file-upload/references/progressive-02-office-文件在线编辑版本号规则.md": "5.1.6",
|
|
326
|
+
"v8-formengine-http/SKILL.md": "5.1.6",
|
|
327
|
+
"v8-frontend-events/SKILL.md": "5.1.6",
|
|
328
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "5.1.6",
|
|
329
|
+
"v8-frontend-events/references/bluetooth-print.md": "5.1.6",
|
|
330
|
+
"v8-frontend-events/references/progressive-01-列表事件.md": "5.1.6",
|
|
331
|
+
"v8-http-integration/SKILL.md": "5.1.6",
|
|
332
|
+
"v8-http-integration/references/progressive-01-get-请求.md": "5.1.6",
|
|
333
|
+
"v8-http-integration/references/progressive-02-错误处理模式.md": "5.1.6",
|
|
334
|
+
"v8-image-processing/SKILL.md": "5.1.6",
|
|
335
|
+
"v8-image-processing/agents/openai.yaml": "5.1.6",
|
|
336
|
+
"v8-image-processing/references/api-reference.md": "5.1.6",
|
|
337
|
+
"v8-menu-buttons/SKILL.md": "5.1.6",
|
|
338
|
+
"v8-menu-buttons/references/progressive-01-2-按钮对象-schema.md": "5.1.6",
|
|
339
|
+
"v8-menu-buttons/references/progressive-02-8-模式-f-后台任务按钮-长任务.md": "5.1.6",
|
|
340
|
+
"v8-menu-buttons/references/progressive-03-10-反模式-避免.md": "5.1.6",
|
|
341
|
+
"v8-mongodb/SKILL.md": "5.1.6",
|
|
342
|
+
"v8-mq-mqtt/SKILL.md": "5.1.6",
|
|
343
|
+
"v8-mq-mqtt/references/mqtt-production.md": "5.1.6",
|
|
344
|
+
"v8-mq-mqtt/references/progressive-01-v8-mqtt-iot-物联网.md": "5.1.6",
|
|
345
|
+
"v8-mq-mqtt/scripts/check-mqtt-skill-coverage.mjs": "5.1.6",
|
|
346
|
+
"v8-saas-multi-tenant/SKILL.md": "5.1.6",
|
|
347
|
+
"v8-security/SKILL.md": "5.1.6",
|
|
348
|
+
"v8-security/references/progressive-01-2-权限校验.md": "5.1.6",
|
|
349
|
+
"v8-security/references/progressive-02-7-日志记录.md": "5.1.6",
|
|
350
|
+
"v8-sql-query/SKILL.md": "5.1.6",
|
|
351
|
+
"v8-table-event/SKILL.md": "5.1.6",
|
|
352
|
+
"v8-table-event/references/progressive-01-informv8-js-表单打开事件.md": "5.1.6",
|
|
353
|
+
"v8-table-event/references/progressive-02-前端事件名-v8-eventname-可能的值.md": "5.1.6",
|
|
354
|
+
"v8-tcp-integration/SKILL.md": "5.1.6",
|
|
355
|
+
"v8-tcp-integration/agents/openai.yaml": "5.1.6",
|
|
356
|
+
"v8-template-engine/SKILL.md": "5.1.6",
|
|
357
|
+
"v8-utilities/SKILL.md": "5.1.6",
|
|
358
|
+
"v8-utilities/references/client-api-index.md": "5.1.6",
|
|
359
|
+
"v8-utilities/references/platform-http-routes.md": "5.1.6",
|
|
360
|
+
"v8-utilities/references/server-api-index.md": "5.1.6",
|
|
361
|
+
"v8-workflow/SKILL.md": "5.1.6",
|
|
362
|
+
"v8-workflow/references/progressive-01-节点开始-v8-事件.md": "5.1.6",
|
|
363
|
+
"workspace-conventions/SKILL.md": "5.1.6",
|
|
364
|
+
"workspace-conventions/references/progressive-01-版本更新日志保护规则-强制.md": "5.1.6",
|
|
365
|
+
"workspace-conventions/references/progressive-02-microi-net-api-本地启动约定.md": "5.1.6",
|
|
366
|
+
"workspace-conventions/references/progressive-03-cli-与-ide-插件错版共存约定.md": "5.1.6"
|
|
367
367
|
},
|
|
368
368
|
"files": [
|
|
369
369
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.1.
|
|
2
|
+
"version": "5.1.6",
|
|
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-20T00:56:22.362Z"
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-19T19:46:28.459Z",
|
|
4
4
|
"policy": {
|
|
5
5
|
"maxEntryLines": 285,
|
|
6
6
|
"referenceBudgetLines": 245,
|
|
@@ -3196,7 +3196,7 @@
|
|
|
3196
3196
|
]
|
|
3197
3197
|
},
|
|
3198
3198
|
"workspace-conventions": {
|
|
3199
|
-
"originalSha256": "
|
|
3199
|
+
"originalSha256": "addc28399c319334eb7c437c23dad04fea17a52b899c355f5b6e3ea86110516e",
|
|
3200
3200
|
"originalLines": 560,
|
|
3201
3201
|
"prefixSha256": "b58cd0a59d3643525695b94a5941278a5088c33cbe2ce81620359f37db69878e",
|
|
3202
3202
|
"prefixBytes": 252,
|
|
@@ -3246,7 +3246,7 @@
|
|
|
3246
3246
|
"id": "workspace-conventions-005",
|
|
3247
3247
|
"ordinal": 5,
|
|
3248
3248
|
"destination": "workspace-conventions/SKILL.md",
|
|
3249
|
-
"sha256": "
|
|
3249
|
+
"sha256": "fff5f355bea04077c15039b668f0a02b1ed018f5e76aaee47113b6be777fef4a",
|
|
3250
3250
|
"lines": 26,
|
|
3251
3251
|
"heading": "Microi 源码路径速查(工作区根相对路径)"
|
|
3252
3252
|
},
|
|
@@ -60,7 +60,7 @@ description: Microi 应用商城开发、打包、安装和升级规范。用于
|
|
|
60
60
|
- 按钮调用后台安装接口时,前端只传应用/版本/安装 Id;目标租户和管理员身份由 Token 确定。
|
|
61
61
|
- 每次安装、更新、重新安装生成稳定 `OperationId`。官方计数服务用共享数据库事件表唯一约束去重,并在同一事务内登记事件和递增 `InstallCount`;重试、跨节点和响应丢失不得重复计数。
|
|
62
62
|
- “全部安装/更新”固定只处理 `ApplicationType=Platform` 的官方平台应用中未安装与存在新版本的项目,不得把 UniApp、Web、MicroService 或其它社区/AI 应用整库安装;已是最新版的应用不重新安装。批量计划、子项状态、checkpoint 和进度必须持久化到共享数据库/后台任务,支持多节点抢占、失败重试和重启恢复,不能依赖进程内集合或浏览器状态。
|
|
63
|
-
- 必须随所有后端版本自动落地的平台基础能力,仍要封装成受信任的官方 Platform 应用包,再由升级器调用统一 `import-microi-store-package` 幂等导入;禁止把表、字段、页面或微服务复制成定制 C# 迁移。身份验证、登录方式、个人中心与租户系统设置使用 `app.microi.saas-engine.json`:携带 `mci_system_setting`、`mci_user_external_identity
|
|
63
|
+
- 必须随所有后端版本自动落地的平台基础能力,仍要封装成受信任的官方 Platform 应用包,再由升级器调用统一 `import-microi-store-package` 幂等导入;禁止把表、字段、页面或微服务复制成定制 C# 迁移。身份验证、登录方式、个人中心与租户系统设置使用 `app.microi.saas-engine.json`:携带 `mci_system_setting`、`mci_user_external_identity`、默认设置和平台内置微服务。默认行必须使用 `InsertIfMissing + ConfigKey`,只补缺失,不覆盖 `ValueSource=Tenant` 的租户值或租户后来明确关闭的功能。小型平台启动微服务应以 `Source=NotIncluded + Build=DatabaseOnly + StorageMode=db` 随程序集交付并接受 256 文件/5MB、逐文件哈希和无源码门禁,使新租户在 HDFS 故障时仍能打开商城与恢复入口;普通应用安装、源码编辑和文件能力继续失败关闭,不得伪装成全平台健康。
|
|
64
64
|
- 批量任务已经以“一个应用”为外层持久化恢复单元。规模可控的小型官方包应在一个事务中完成,避免对同一包体按 8 个字段反复下载、解析和重新排队;超过字段、表、DDL、流程、随包数据或资产安全阈值的大包继续使用内部 checkpoint 分片。热更新发现旧版批量计划不含 `ApplicationType` 时,必须丢弃旧计划并重新盘点,不能继续安装历史计划中的社区应用。
|
|
65
65
|
- MySQL 宽表触发 65,535 字节行内上限时,只允许把不参与索引的 `varchar` 配置列无损提升为 `mediumtext`,并把类型覆盖持久化到后台任务 checkpoint;索引列和非行宽错误必须失败关闭。发布包对长连接串、密钥、回调地址、域名/白名单等字段应直接使用 `mediumtext`,同时更新 `DiyFields` 与建表 DDL,不能长期依赖安装时猜测。
|
|
66
66
|
- 卸载是破坏性操作,必须明确列出将删除/保留的资源、二次确认并优先软删除/归档业务数据。
|
|
@@ -82,6 +82,7 @@ description: Microi 应用商城开发、打包、安装和升级规范。用于
|
|
|
82
82
|
- 发布器必须把用户请求的精确版本传给资产准备器,并断言 `RequestedVersion == Prepared.PackageVersion == AppPakcet.PackageInfo.Version`;版本不存在就失败,禁止静默改用最新版本。
|
|
83
83
|
- `SelectMenu`、`SelectTable`、`SelectApiEngine` 必须从当前发布包的显式选择持久化;不能读取商城行上一次保存的选择来决定本次包内容。
|
|
84
84
|
- 发布完成后同时回读商城版本行、包正文和构建资产,逐项核对版本、数量与 SHA-256;任一处漂移即发布失败。
|
|
85
|
+
- 官方内置前端应用只能有一个发布源码根。默认租户工作副本与受审计的独立 Git 源码仓库不能同时成为事实源;若使用独立仓库,必须提交一个发布契约并让构建、跨工程测试、所有程序集内置包共同读取它,正式发布还要证明源码根来自无未提交修改的 Git 提交。前端主包只提供通用宿主、诊断和恢复入口,不复制完整业务源码。HDFS/CDN 运行镜像必须回读到同一 `RuntimeManifestHash` 后才可启用,不能用较新的镜像静默覆盖较旧数据库包,也不能用较新的数据库包静默覆盖未验签镜像。
|
|
85
86
|
- `ScheduleJobs` 是一等包资源,必须在 `PostSchema` 之后独立安装、持久化 checkpoint 并回读运行状态;任务失败时不得写入成功版本。
|
|
86
87
|
|
|
87
88
|
## MCP 工作流
|
|
@@ -67,7 +67,7 @@ src/
|
|
|
67
67
|
AppKey 稳定且只含安全字符。`microi.routes.json` 是页面事实源,删除/新增路由后由
|
|
68
68
|
发布流程同步 `sys_microiservice_page`,不要从 Vue 源码猜路由。
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
普通本地项目必须位于当前连接对应的 `Microi-V8-Engine/{系统名称} ({ApiBase域名})/{OsClient}.{OsClientType}.{OsClientNetwork}/AI应用/{appKey}`。该应用目录同时承载 MicroService 源码、Manifest、接口引擎、资源策略、测试和应用商城上传素材,是唯一事实源。受审计的官方内置应用若由独立 Git 仓库维护,必须有版本管理的发布契约唯一指向该源码根,所有构建、跨工程测试和发行包都读取契约;同名租户同步目录只能是只读镜像。禁止自动在多份副本中择新、创建平行 `microi.apps/` 发行根,或在应用内嵌套第二份可编辑 `microservice/` 工程。
|
|
71
71
|
|
|
72
72
|
构建前遵守本地 OOM 保护;已有 dev server 可复用时不重复启动。新脚手架必须支持独立
|
|
73
73
|
访问时的平台帐号登录,但独立 Vite 预览仍没有菜单/弹窗等完整宿主上下文,不能替代宿主验收。
|
|
@@ -109,11 +109,12 @@ AppKey 稳定且只含安全字符。`microi.routes.json` 是页面事实源,
|
|
|
109
109
|
- `mci_ai_app_file` 同时存在私有源码和公有编译产物。源码拉取/差异比较必须优先按 `StorageScope=PublicBuildStream|PublicBuildStreamArchived|PublicBuildOnly` 排除公有产物,并保留旧数据中 `HdfsPath == PublishHdfsPath` 的兼容判断;不能仅靠两个路径相等识别,否则版本路径与稳定别名不同的流式产物会被误读成私有源码。
|
|
110
110
|
- 只有服务器不支持流式端点且产物很小时,才兼容 `microi_publish_microservice`。
|
|
111
111
|
- 正常发布支持最多 20,000 个文件、总计 20GB;逐文件从磁盘流入 HDFS,不生成整包 Buffer/Base64。几百 MB、1GB 级项目不得自动降级到旧 Base64 发布器。
|
|
112
|
-
- `StorageMode=db` 仅是显式的小型应急恢复模式,不是正常发布容量;当前最多 256 文件/5MB。超过该边界必须修复租户 HDFS/网关并恢复流式文件模式,不能调大数据库内联上限来承载大项目。
|
|
113
|
-
-
|
|
112
|
+
- 普通应用的 `StorageMode=db` 仅是显式的小型应急恢复模式,不是正常发布容量;当前最多 256 文件/5MB。超过该边界必须修复租户 HDFS/网关并恢复流式文件模式,不能调大数据库内联上限来承载大项目。
|
|
113
|
+
- 受信任的平台启动应用可把 `Source=NotIncluded + Build=DatabaseOnly + StorageMode=db` 作为长期启动/恢复介质,但只能携带已校验编译产物,仍受 256 文件/5MB 限制,不得携带可编辑源码或租户秘密。其数据库产物是离线权威;HDFS/CDN 只能作为逐文件回读哈希一致后的镜像,镜像故障或漂移时继续使用数据库产物。
|
|
114
|
+
- 每次交付使用同一 `DeliveryBatchId`,并保存 `SourceManifestHash` 与 `RuntimeManifestHash`;源码同步、运行清单、页面切换和入口探测必须能关联到同一批次。官方内置应用还必须在发布前核对唯一源码版本、源码清单、`dist`、路由与所有内置包,任何一处哈希漂移都失败关闭。
|
|
114
115
|
- 发布后用 `microi_get_application_context`、`microi_get_microservice` 回读。
|
|
115
116
|
- 回读成功还不等于页面可用:必须直接请求稳定入口、版本入口和清单内的 JS/CSS;入口 `502` 且运行时/清单存在时,优先检查 API 节点是否能通过租户 MinIO 内网端点读取公有桶对象。不要反复发布同一份产物掩盖存储读取故障。
|
|
116
|
-
-
|
|
117
|
+
- 服务器暂未部署修复且普通应用产物很小时,可把 `StorageMode=db` 与内联 `ContentBase64` 作为短期恢复手段;必须明确记录为临时方案。修复部署后重新流式发布到公有 HDFS,并恢复 `StorageMode=file`。只有上一条满足严格资源策略的受信任平台启动应用允许长期保留小型数据库产物;禁止借此把普通或大体积 JS/CSS 长期放进数据库 JSON。
|
|
117
118
|
- 子租户发布时,源码、版本资产、回读验签、页面与缓存全部绑定当前 Token 的 `OsClient`;禁止回退到主租户或宿主服务器默认租户。切换前必须由当前 API 节点通过该子租户 HDFS 配置读回每个版本文件并校验大小/SHA-256。
|
|
118
119
|
|
|
119
120
|
## 菜单、弹窗与表单嵌入
|
|
@@ -196,6 +196,7 @@ Microi 项目必须支持用户或项目级形态偏好:`data-mci-shape="round
|
|
|
196
196
|
- **Label 与紧凑控件共用中心线**:左右标签布局下,普通字段 Label、输入控件、日期文字与日期前缀图标必须共用同一控件高度和垂直中心线;不得保留会把 Label 单独上抬/下压的底部外边距。多行文本、上传、子表等高控件才切换为顶部对齐。
|
|
197
197
|
- **弹窗与抽屉边界有区别**:表单对话框采用中性细边界、柔和遮罩与模糊背景,标题顶部不加装饰色线;抽屉必须贴边且无圆角,可在顶部保留克制的 2–3px 主题色识别线。两者都使用连续的柔和表单画布和紧凑操作区;设计器双击字段弹窗必须可拖动,并继续提供控件专项配置入口。
|
|
198
198
|
- **平台 Dialog 统一壳**:除 Drawer 外,框架弹层、微应用弹层、系统设置、商城、通知与业务表单默认使用 20–24px 大圆角、上下左右居中、标题栏可拖动的 Dialog;禁止页面自行恢复方角壳或顶部主题色粗线。标题栏左侧依次提供语义图标、英文眉题、大字标题和可选小字副标题;右上关闭按钮与标题区垂直居中并必须有可辨识的按钮底色。内容区使用连续、固定的柔和背景和整齐栅格;底部操作区右对齐大号关闭/保存按钮,两者都带语义图标。拖动与窗口缩放必须按弹层真实宽高重新约束,四边至少保留 8–18px 可视余量,不得把内容拖出视口。Teleport 到 `body` 的微应用弹层必须在弹层根同步 `data-mci-ui-root`、主题与必要 token,不能只依赖原祖先 CSS 变量。遮罩默认毛玻璃,只有 `sys_config.DisableFormMaskBlur=1/true` 才全局关闭;`prefers-reduced-motion` 只能停止动画与过渡,不得关闭静态毛玻璃。
|
|
199
|
+
- **Dialog 关闭按钮可见性**:右上关闭按钮固定使用 40×40px(移动端不低于 40px)中性灰底、细边框和 10–12px 圆角,不能只显示悬空的细线 X;亮色和暗色主题都必须保持可辨识背景。hover/focus-visible 时使用更深一级灰底、主题色图标和清晰焦点环。底部关闭/取消/保存按钮高度不低于 42px、最小宽度 96px,并保持右对齐与 12px 间距。
|
|
199
200
|
- **Tabs 统一视觉**:顶部工作区、数据列表 PageTabs、表单 Tabs 与右侧关联数据 Tabs 使用同一套清爽、独立标签视觉。横向 Tabs 禁止铺设贯穿整行的有色轨道、边框底板、下划线或其它装饰线;未选项保持透明,悬停与选中只使用克制的文字色、浅色独立表面和轻阴影。纵向 Tabs 可使用截图式中性浅色分组容器,选中项是独立浅色卡片。数字角标放在标签文本之后且不得挤压标题;过渡只用于交互,并尊重 `prefers-reduced-motion`。
|
|
200
201
|
- **表格与卡片行为完整**:桌面数据卡片采用连续白色表面、弱边界和轻阴影,操作区不得再叠加有色底板或硬分割线;表格模块门头的标题/副标题卡片与每个动态统计卡片必须彼此独立,父布局保持透明,禁止用一个大卡片或外框把标题和全部统计项包在一起。表格默认取消无意义的纵向网格,只保留浅表头与轻量横向行节奏,工具栏和分页不得层层套框。`PageBtns`、`BatchSelect`、行内/行外 V8 按钮均不可因改版丢失;需多选而当前未选中时,应先把当前记录纳入选中集再执行。
|
|
201
202
|
- **启动状态可理解、可恢复**:Vue 挂载和业务就绪是两个状态。进度到 100% 后若仍在初始化,应显示“正在连接/后端响应较慢/仍在等待”等阶段文字;明确失败时提供原因摘要与刷新重试,禁止撤掉启动层后留下空白页。
|
|
@@ -151,7 +151,7 @@ return {
|
|
|
151
151
|
|
|
152
152
|
<!-- /microi-progressive:chunk -->
|
|
153
153
|
<!-- microi-progressive:chunk id=v8-export-import-003 sha256=8c2868406d663d51bbd479c12b052b70ffa1014cc4ec4186b8dcecd0e5a3105b -->
|
|
154
|
-
## 解析上传的 Excel(导入)
|
|
154
|
+
## 解析上传的 Excel(导入)
|
|
155
155
|
|
|
156
156
|
```javascript
|
|
157
157
|
// 接口引擎接收 V8.FilesByteBase64
|
|
@@ -168,10 +168,22 @@ var parsed = V8.Office.ExcelToList({
|
|
|
168
168
|
if (parsed.Code !== 1) return parsed;
|
|
169
169
|
|
|
170
170
|
var dataList = parsed.Data; // [{ 列标题: 值, ... }, ...]
|
|
171
|
-
return { Code: 1, Data: dataList, DataCount: dataList.length };
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
return { Code: 1, Data: dataList, DataCount: dataList.length };
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
### 固定版式模板与后台自定义导入
|
|
175
|
+
|
|
176
|
+
默认导入适合首行即字段标题的标准表格。多行表头、合并单元格、项目名称位于固定单元格、或需按规格/材质查询存货等模板,页面按钮使用 `V8.OpenImportDialog({...})` 声明工作表、单元格和列映射;平台弹层负责浏览器解析、后台任务提交、真实进度轮询与结果呈现。
|
|
177
|
+
|
|
178
|
+
- 页面 V8 只声明 `ApiEngineKey`、`Workbook.Cells/Columns/DataStartRow/DataEndRow/KeyField`,不得拼上传 DOM、传完整工作簿 Base64 或自行轮询。
|
|
179
|
+
- 后台接口引擎从 `V8.Param._ImportRowsJson` 和 `_ImportMetaJson` 取值,必须重做模板、权限、字段、唯一性和状态校验。
|
|
180
|
+
- 先校验全部行再写入;接口引擎返回 `Code != 1` 时依靠平台事务整体回滚,禁止手动 Commit/Rollback。
|
|
181
|
+
- 用 `V8.Method.UpdateBackgroundTask({Current,Total,Msg,Log})` 上报真实校验/写入工作量;未知总量保持不确定进度,不伪造百分比。
|
|
182
|
+
- 业务幂等键使用后台任务 Id 或明确的导入操作 Id;重试前回读批次,避免重复写入。
|
|
183
|
+
|
|
184
|
+
完整前端参数见 `microi.doc/docs/doc/v8-engine/v8-client.md#v8openimportdialog`。
|
|
185
|
+
|
|
186
|
+
<!-- /microi-progressive:chunk -->
|
|
175
187
|
## 详细参考路由(渐进披露)
|
|
176
188
|
|
|
177
189
|
仅在当前任务涉及对应主题时读取;下列文件合计保留了原 SKILL.md 的全部详细知识。
|
|
@@ -104,7 +104,7 @@ AI 在工作区任意任务中生成的**一次性临时脚本、诊断文件、
|
|
|
104
104
|
**2026-06 强制补充**:AI 不得在任何子项目目录下放置一次性日志、自动化截图、接口回收文件或调试脚本。像 `Microi.Server/Microi.net.Api/.tmp-*.log`、`Microi.Client/*.png` 这类文件一律视为规范失败,必须移到 `<workspace-root>/.tmp/` 或 `<workspace-root>/.tmp/screenshots/`。正式 Playwright 工程由 Microi.VSCode 插件生成时可以继续使用 `.microi-e2e/`,但 AI 为某个任务手写的一次性 Playwright 脚本、报告和截图仍然必须放在 `.tmp/`。
|
|
105
105
|
|
|
106
106
|
<!-- /microi-progressive:chunk -->
|
|
107
|
-
<!-- microi-progressive:chunk id=workspace-conventions-005 sha256=
|
|
107
|
+
<!-- microi-progressive:chunk id=workspace-conventions-005 sha256=fff5f355bea04077c15039b668f0a02b1ed018f5e76aaee47113b6be777fef4a -->
|
|
108
108
|
## Microi 源码路径速查(工作区根相对路径)
|
|
109
109
|
|
|
110
110
|
当用户提到“吾码后端源码”“吾码前端源码”“表单引擎源码”“官网源码”等简称时,默认按下列路径定位;如果当前工作区缺少对应目录,再用 `rg --files` 或目录搜索确认实际位置。
|
|
@@ -124,11 +124,11 @@ AI 在工作区任意任务中生成的**一次性临时脚本、诊断文件、
|
|
|
124
124
|
| 吾码 App 源码 | `microi.app/` |
|
|
125
125
|
| 吾码 UniApp 源码 | `microi.uniapp/` |
|
|
126
126
|
| 吾码官方网站 / 文档源码 | `microi.doc/` |
|
|
127
|
-
| 吾码 AI 应用及应用商城发行源码 | `Microi-V8-Engine/{系统名称} ({ApiBase域名})/{OsClient}.{OsClientType}.{OsClientNetwork}/AI应用/{appKey}
|
|
127
|
+
| 吾码 AI 应用及应用商城发行源码 | 默认位于 `Microi-V8-Engine/{系统名称} ({ApiBase域名})/{OsClient}.{OsClientType}.{OsClientNetwork}/AI应用/{appKey}/`;受审计的独立源码仓库必须由发布契约显式指定 |
|
|
128
128
|
|
|
129
129
|
以上路径只作为通用工作区相对路径规范,不写入具体本机盘符。跨仓库、空工作区或普通用户项目中,如果路径不存在,以插件生成的 `AGENTS.md`、MCP 配置和实际文件树为准。
|
|
130
130
|
|
|
131
|
-
每个 `AI应用/{appKey}`
|
|
131
|
+
每个 `AI应用/{appKey}` 必须只有一个可编辑事实源,统一承载界面、微服务、Manifest、接口引擎、资源策略、测试、构建脚本与商城上传素材。普通应用默认使用当前连接下的 `Microi-V8-Engine` 目录;受审计的官方内置应用若由独立 Git 仓库维护,必须由版本管理的发布契约唯一指向该源码根,并让构建、跨工程测试和发行包共同读取契约。此时同名 `Microi-V8-Engine` 目录只是远端同步镜像,不得回退为构建源。禁止靠目录探测在多份副本之间自动择新,也禁止另建无契约的 `microi.apps/` 平行发行根。
|
|
132
132
|
|
|
133
133
|
<!-- /microi-progressive:chunk -->
|
|
134
134
|
<!-- microi-progressive:chunk id=workspace-conventions-006 sha256=2e2b93098fa72390e148e305ed6cc8cfb154d9a64028cdecb10b39a016e41f41 -->
|