@microi.net/cli 4.9.1 → 4.9.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/README.md +14 -0
- package/assets/build-meta.json +3 -3
- package/package.json +1 -1
- package/scripts/microi-cli.js +44 -41
- package/scripts/microi-skills.meta.json +173 -173
- package/skills/.microi-skills-version.json +2 -2
- package/skills/ai-engine/SKILL.md +2 -0
- package/skills/ai-platform-governance/SKILL.md +4 -1
- package/skills/app-store/SKILL.md +2 -0
- package/skills/business-blueprint/SKILL.md +2 -0
- package/skills/datasource-engine/SKILL.md +2 -0
- package/skills/dos-orm/SKILL.md +2 -0
- package/skills/job-engine/SKILL.md +2 -0
- package/skills/message-notification/SKILL.md +2 -0
- package/skills/microi-ai-application/SKILL.md +2 -0
- package/skills/microi-client-frontend/SKILL.md +9 -0
- package/skills/microi-codex/SKILL.md +7 -1
- package/skills/microi-codex-installer/SKILL.md +61 -5
- package/skills/microi-datasource-mapping/SKILL.md +2 -0
- package/skills/microi-db-schema/SKILL.md +2 -0
- package/skills/microi-deployment/SKILL.md +2 -0
- package/skills/microi-docs-coverage/SKILL.md +2 -0
- package/skills/microi-form-engine/SKILL.md +2 -0
- package/skills/microi-form-layout/SKILL.md +2 -0
- package/skills/microi-frontend-sdk/SKILL.md +2 -0
- package/skills/microi-left-right-layout/SKILL.md +2 -0
- package/skills/microi-microservice/SKILL.md +17 -0
- package/skills/microi-mobile-app-quality/SKILL.md +2 -0
- package/skills/microi-solution-quotation/SKILL.md +2 -0
- package/skills/microi-system-delivery/SKILL.md +2 -0
- package/skills/microi-ui/SKILL.md +2 -0
- package/skills/microi-uniapp-frontend/SKILL.md +2 -0
- package/skills/module-engine/SKILL.md +2 -0
- package/skills/ocr-engine/SKILL.md +2 -0
- package/skills/page-engine/SKILL.md +2 -0
- package/skills/performance-testing/SKILL.md +2 -0
- package/skills/playwright-e2e/SKILL.md +2 -0
- package/skills/print-engine/SKILL.md +2 -0
- package/skills/production-readonly-audit/SKILL.md +2 -0
- package/skills/report-engine/SKILL.md +2 -0
- package/skills/search-engine/SKILL.md +2 -0
- package/skills/spider-engine/SKILL.md +2 -0
- package/skills/translate-engine/SKILL.md +2 -0
- package/skills/ui-design/SKILL.md +2 -0
- package/skills/uniapp-mall-assets/SKILL.md +2 -0
- package/skills/v8-api-config/SKILL.md +2 -0
- package/skills/v8-cache-pattern/SKILL.md +2 -0
- package/skills/v8-crud-api/SKILL.md +2 -0
- package/skills/v8-debugging/SKILL.md +2 -0
- package/skills/v8-explorer-tree/SKILL.md +2 -0
- package/skills/v8-export-import/SKILL.md +2 -0
- package/skills/v8-file-upload/SKILL.md +2 -0
- package/skills/v8-formengine-http/SKILL.md +2 -0
- package/skills/v8-frontend-events/SKILL.md +2 -0
- package/skills/v8-http-integration/SKILL.md +2 -0
- package/skills/v8-image-processing/SKILL.md +2 -0
- package/skills/v8-menu-buttons/SKILL.md +2 -0
- package/skills/v8-mongodb/SKILL.md +2 -0
- package/skills/v8-mq-mqtt/SKILL.md +2 -0
- package/skills/v8-saas-multi-tenant/SKILL.md +2 -0
- package/skills/v8-security/SKILL.md +2 -0
- package/skills/v8-sql-query/SKILL.md +2 -0
- package/skills/v8-table-event/SKILL.md +2 -0
- package/skills/v8-template-engine/SKILL.md +2 -0
- package/skills/v8-utilities/SKILL.md +2 -0
- package/skills/v8-workflow/SKILL.md +2 -0
- package/skills/workspace-conventions/SKILL.md +9 -5
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"builtAt": "2026-08-
|
|
2
|
+
"builtAt": "2026-08-11T10:40:14.302Z",
|
|
3
3
|
"source": "../microi.skills",
|
|
4
4
|
"extension": {
|
|
5
5
|
"name": "v8-engine",
|
|
6
|
-
"version": "4.9.
|
|
6
|
+
"version": "4.9.3",
|
|
7
7
|
"publisher": "Microi"
|
|
8
8
|
},
|
|
9
9
|
"skills": {
|
|
10
|
-
"version": "4.9.
|
|
10
|
+
"version": "4.9.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,79 +15,79 @@
|
|
|
15
15
|
"dir": "dist/microi.skills",
|
|
16
16
|
"files": 108,
|
|
17
17
|
"skills": 60,
|
|
18
|
-
"bytes":
|
|
18
|
+
"bytes": 1732093
|
|
19
19
|
},
|
|
20
20
|
"fileHashes": {
|
|
21
|
-
".microi-skills-version.json": "
|
|
21
|
+
".microi-skills-version.json": "86f7c0f32c336fed2a010c05bced2af0803b592e2a7f2c601a6274d99387ada8",
|
|
22
22
|
"README.md": "020086cc87e3f1c02cdaac86fe1a0ae58f16f0b1bb854d7a52f3e8f966f58bd7",
|
|
23
|
-
"ai-engine/SKILL.md": "
|
|
23
|
+
"ai-engine/SKILL.md": "9c249704cd21f3c2bc481510b3ec453fc1deffca0a5246aa3ea259181303ec4e",
|
|
24
24
|
"ai-engine/agents/openai.yaml": "40deb07801006a46b9a7f0020d13251955eeadd04c8e591160210479936f8b5b",
|
|
25
|
-
"ai-platform-governance/SKILL.md": "
|
|
26
|
-
"app-store/SKILL.md": "
|
|
25
|
+
"ai-platform-governance/SKILL.md": "80ea8e6481bdad34df21523aa3c3a1d4be60a7637b6192e66e45fa9f188d9683",
|
|
26
|
+
"app-store/SKILL.md": "68759061105658c83d186e93213afa8606190a1e8270e64e3daf1975910b0a05",
|
|
27
27
|
"app-store/agents/openai.yaml": "eda8f5cf043e7b8fb0e4fb3acf0625fef95eb49586b43187ced277cd0ae4a2c4",
|
|
28
|
-
"business-blueprint/SKILL.md": "
|
|
29
|
-
"datasource-engine/SKILL.md": "
|
|
28
|
+
"business-blueprint/SKILL.md": "6feff9178a1cdd6bad14481df0fa636956b79a385ccd25b053f1b563a30085ce",
|
|
29
|
+
"datasource-engine/SKILL.md": "e186ba655eac38e2dd839423a0abedcc9e89232ec1ec109f44c5d9b333cd512f",
|
|
30
30
|
"datasource-engine/agents/openai.yaml": "f7cfd13ec721e0991af29b685cd00bb1aec6e5ffb5f198ad59b0eb6e39814725",
|
|
31
|
-
"dos-orm/SKILL.md": "
|
|
31
|
+
"dos-orm/SKILL.md": "7514d3d1e4141ee27de009f745a27320847a6c9d5f3f40d0f6a60970a562fc4b",
|
|
32
32
|
"dos-orm/references/api-reference.md": "facc5e62cd6439a06263580dab9656271118d4bb5a91b5d9230a79136e6daa72",
|
|
33
|
-
"job-engine/SKILL.md": "
|
|
33
|
+
"job-engine/SKILL.md": "56df8024dbb491764598b271c5e1e40410abad102195723530beda54bb9b0a78",
|
|
34
34
|
"job-engine/agents/openai.yaml": "65889ee39bc34caca9085539d8954a381aab93590c5635eea3bb6f4c001934af",
|
|
35
|
-
"message-notification/SKILL.md": "
|
|
35
|
+
"message-notification/SKILL.md": "f1538bf41b3a454ec3d8b285d5aca64f1cd22b940355a67ac0250b1bc2d18095",
|
|
36
36
|
"message-notification/agents/openai.yaml": "d0e259921410e94caaf8b376d690a529842446e3f32c9523b7dfd1bda599f58c",
|
|
37
37
|
"message-notification/references/contracts.md": "a33e3dd4093430ed1dc5b79a978d8981479e975a7dd30fde6f68559360369f06",
|
|
38
38
|
"microi-ai-app-auth.js": "8023db6ae655bc33027f389a64ef7937ac09da35eb1b8a497aaefb986834242a",
|
|
39
|
-
"microi-ai-application/SKILL.md": "
|
|
39
|
+
"microi-ai-application/SKILL.md": "3c8d37ca51e52aa485b22a90010f452bfad4bd8a403ea0f16de58783486fad3f",
|
|
40
40
|
"microi-ai-application/agents/openai.yaml": "d3dfc4d0f2fda3391e90e661ca9d8d051cb43824b011d1a88e99db135870454f",
|
|
41
41
|
"microi-ai-application/references/frontend-baseline.md": "c21a2d38292fd8d445a7538afb45d609881f624f32d39c0fc4bbbb3c2fa64a74",
|
|
42
|
-
"microi-client-frontend/SKILL.md": "
|
|
43
|
-
"microi-codex-installer/SKILL.md": "
|
|
42
|
+
"microi-client-frontend/SKILL.md": "7eff847de1fc3729730f668129602699cb29b0d212123557ecbb542b59a95b2b",
|
|
43
|
+
"microi-codex-installer/SKILL.md": "4d60ff30a4571024b38f6ab1767b0eca7337a3476d23c2afc3fe4433c318656a",
|
|
44
44
|
"microi-codex-installer/agents/openai.yaml": "e531219b74a70204893a156b1c22c69013a4c9d24b132ead912746b1b312cf80",
|
|
45
|
-
"microi-datasource-mapping/SKILL.md": "
|
|
46
|
-
"microi-db-schema/SKILL.md": "
|
|
45
|
+
"microi-datasource-mapping/SKILL.md": "e61556634926360c0c2efab00dccd57e826c75b78e60307adfa158c2c58d4f37",
|
|
46
|
+
"microi-db-schema/SKILL.md": "adcb2f63d1e5ea83529438ce03fe0e8648c5cdfcbebfee7d27ae101c06b1b128",
|
|
47
47
|
"microi-db-schema/agents/openai.yaml": "c725a2be4c904472f9e46dc4b49aa642c9f3a4437c91a28ba7cc27167497ede7",
|
|
48
48
|
"microi-db-schema/references/core-tables.md": "b71164d9afe8cd6085745a27dddb31722014a85f8ab22f09ab447738612fea6a",
|
|
49
49
|
"microi-db-schema/references/form-component-options.md": "c4c5085d4b2e4fc79b09d255fa1655c2007e863e3c102ccf805ca57abdf79028",
|
|
50
50
|
"microi-db-schema/references/schema-overview.md": "8909f78c1eb651f1c1f251474051d75e548ac95c961e4e8491160e15a04ec0a1",
|
|
51
51
|
"microi-db-schema/references/schema.md": "4e533fce9b42a26e404bfe86e2808f30c0bc3ddfe0d65b568c2ff4825c1742d3",
|
|
52
52
|
"microi-db-schema/references/table-catalog.md": "ea0ef573d0e112c335e3ab66035bce4e5c3039c7bf25c6e3743f086913b46b97",
|
|
53
|
-
"microi-deployment/SKILL.md": "
|
|
53
|
+
"microi-deployment/SKILL.md": "a3c5df8b6508b7034ba15703249105d1992aecdd1b4c17be78c54b23cfcdda3e",
|
|
54
54
|
"microi-deployment/references/deployment-matrix.md": "32d9d1424bf19eae0d2cee2b1667203c830ea7610c71a806e7ddf785a0083009",
|
|
55
|
-
"microi-docs-coverage/SKILL.md": "
|
|
55
|
+
"microi-docs-coverage/SKILL.md": "50dce4e686c9fb23121f1779a8649c62ba0ebfc6bdef8fbb95cb394fed5d7469",
|
|
56
56
|
"microi-docs-coverage/references/capability-map.md": "2cfc6a10ca017519b1b6ba9d4a33c2055f6793162a36b511ba319945f08972e1",
|
|
57
57
|
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "ebd57f17f2ebae499bfa59ad17830db458590feb76f7f0f20219ff0987b33af3",
|
|
58
|
-
"microi-form-engine/SKILL.md": "
|
|
58
|
+
"microi-form-engine/SKILL.md": "2bcec564980eb357eb7fa20bd2b46e03cd29533f4e74cc6fbcb1e3611edb2b8e",
|
|
59
59
|
"microi-form-engine/references/component-catalog.md": "68963c2d5211a4610c09fab1fa127a349339abbb7427509b183d4be72e977c7b",
|
|
60
60
|
"microi-form-engine/references/data-source-events.md": "59a95a36624476b12cdc84e4c23975d074b1f115df19992fd0fd075bb982e7cb",
|
|
61
|
-
"microi-form-layout/SKILL.md": "
|
|
62
|
-
"microi-frontend-sdk/SKILL.md": "
|
|
63
|
-
"microi-left-right-layout/SKILL.md": "
|
|
64
|
-
"microi-microservice/SKILL.md": "
|
|
61
|
+
"microi-form-layout/SKILL.md": "3d03193582cf51cc468c11409213ff883c42bee43580452b4805c2a7eef9a7e1",
|
|
62
|
+
"microi-frontend-sdk/SKILL.md": "415c8ccacfe64d31bd819c8a4c06da0a2d1ab835fe7edf04890f5e55ae15897a",
|
|
63
|
+
"microi-left-right-layout/SKILL.md": "4ea56e01b6c9a120919c90ae5525528db3173699e82b341f716f1c608201c6d6",
|
|
64
|
+
"microi-microservice/SKILL.md": "6a01e838d7b309d49d96e8e94c19657d3f3549c03df7f2d110209b66971380f5",
|
|
65
65
|
"microi-microservice/references/runtime-delivery.md": "d21e759aee023dd3a1e9a3dd3bba26a38a5be6c2342d5aecf27901cd97a8ab6d",
|
|
66
|
-
"microi-mobile-app-quality/SKILL.md": "
|
|
67
|
-
"microi-solution-quotation/SKILL.md": "
|
|
66
|
+
"microi-mobile-app-quality/SKILL.md": "a8a5d1a324b327c69652423747cf8932c7d6e0d2cd182eb8efca055d3939247b",
|
|
67
|
+
"microi-solution-quotation/SKILL.md": "c0d16a2da319d998475b3bcccae3f7f1b3ddbc73cb628a4f97fe175bb7a5c4e0",
|
|
68
68
|
"microi-solution-quotation/agents/openai.yaml": "9e3f994cc842c927ca25e23216f6ce5e8f8313fc39b1c7142d9b652ca73e7dd1",
|
|
69
69
|
"microi-solution-quotation/scripts/build_solution_quote.py": "2a8a90ed95308b900da3db433402d857f838b594df624f5a83b62307471a31e7",
|
|
70
|
-
"microi-system-delivery/SKILL.md": "
|
|
71
|
-
"microi-ui/SKILL.md": "
|
|
72
|
-
"microi-uniapp-frontend/SKILL.md": "
|
|
70
|
+
"microi-system-delivery/SKILL.md": "992aaf79a4954a6cf587d1dc24405dd798c352e52aa5682048b00c5421d391aa",
|
|
71
|
+
"microi-ui/SKILL.md": "3f4d8454a9f6ce97bb3a6f1a1c28e252b8b59dc4018f8df575b4171fcd18adc5",
|
|
72
|
+
"microi-uniapp-frontend/SKILL.md": "74692916aeb26ccc8bda79ed288608af82692996ce343b4ca467abe3f3a076c5",
|
|
73
73
|
"microi.v8.js": "25ff9e9aca3ff5167a1f3f06e262e3389a6d732cb12b9a3ddb4f218fb331ef53",
|
|
74
|
-
"module-engine/SKILL.md": "
|
|
74
|
+
"module-engine/SKILL.md": "b5b544e622466eb8d83fd35fd699130ab2a09fba46d18111205cd0aa360ddb7f",
|
|
75
75
|
"module-engine/references/module-config.md": "900f3baf7ae8d1311b1e1b8553aeae2ece4d8260fea29a1bd4237f3f9f35fe7d",
|
|
76
|
-
"ocr-engine/SKILL.md": "
|
|
76
|
+
"ocr-engine/SKILL.md": "d4f64a6e903e22f716ca842702262df590b169b5f94d352f2183206419004103",
|
|
77
77
|
"ocr-engine/agents/openai.yaml": "3a6cc9984a246c41332c5f53d1badef31b78f81324333ea0d6337cb20c7fc898",
|
|
78
|
-
"page-engine/SKILL.md": "
|
|
79
|
-
"performance-testing/SKILL.md": "
|
|
80
|
-
"playwright-e2e/SKILL.md": "
|
|
81
|
-
"print-engine/SKILL.md": "
|
|
82
|
-
"production-readonly-audit/SKILL.md": "
|
|
83
|
-
"report-engine/SKILL.md": "
|
|
78
|
+
"page-engine/SKILL.md": "197243ed5ac1a11eeb817d95b532a02d2420a5caed9fc712db4b864ba0096c7d",
|
|
79
|
+
"performance-testing/SKILL.md": "adadc7cb76fb3c26f62b4d33fac7b41a99f6c03ff267672850f5196b147c6000",
|
|
80
|
+
"playwright-e2e/SKILL.md": "487ac84ab0f88242ed2a5bbaca33a18a635fcd8b3d03a8b8c07b10f4b6496b8f",
|
|
81
|
+
"print-engine/SKILL.md": "158c87c4dc3e2cffc69a4903f1644adb8f6c849247d452c1be32ebd7a3f935df",
|
|
82
|
+
"production-readonly-audit/SKILL.md": "0906d74c5cea78f6acbcde7edbb3da63da2a141b44e546a239b278ff82f2fdd0",
|
|
83
|
+
"report-engine/SKILL.md": "9b53c40a6cb706edc8ec8f066010a3cd781a71caf12ad4173c85f04a3407b666",
|
|
84
84
|
"report-engine/agents/openai.yaml": "6705efa604e24e8286e605d7bb8c240e2434d23657ee9012fd68a96503a4a0f9",
|
|
85
|
-
"search-engine/SKILL.md": "
|
|
85
|
+
"search-engine/SKILL.md": "86f83dca51776d9f92770fa1965cccf9c0707db80b014b80a7345460a46ecd33",
|
|
86
86
|
"search-engine/agents/openai.yaml": "5ddbe54965386287b00eba1cd7e38f3c7058edc437538f12ddb165f96f75a6eb",
|
|
87
|
-
"spider-engine/SKILL.md": "
|
|
88
|
-
"translate-engine/SKILL.md": "
|
|
87
|
+
"spider-engine/SKILL.md": "e3bed6e42197b12db64c13144ae5b218747c06f59dc92ec7fc6d7bc63f4e25d9",
|
|
88
|
+
"translate-engine/SKILL.md": "d7cbdae18ed404859d5506d8cfd310a04e985db2436e54492964155db299d69f",
|
|
89
89
|
"translate-engine/agents/openai.yaml": "8eb47e08a691219bbe22a797ddbdf73234ec77f86e5724bc735fb0738d899112",
|
|
90
|
-
"ui-design/SKILL.md": "
|
|
90
|
+
"ui-design/SKILL.md": "75d1522e9d7159ab0ca99cd9abbe3e20cf6e43fd2f660c9ef92a61ae0a42eb06",
|
|
91
91
|
"ui-design/assets/pattern-showcase/app.js": "68a8d404c30096da853c6edbc7cb27f336982147ddfebccd66c03ba3d99427cd",
|
|
92
92
|
"ui-design/assets/pattern-showcase/index.html": "242f94772a5f14e38296f1e925f30a9a5fef2103975831cbd47861a3fc14d5bc",
|
|
93
93
|
"ui-design/assets/pattern-showcase/styles.css": "77c34ddae0dd9c665c8774dc6def4bd8f4f5ed02470d4343d116ed141c87eccb",
|
|
@@ -96,146 +96,146 @@
|
|
|
96
96
|
"ui-design/references/mci-design-contract.md": "3312b7ecc09567d4da18289b4e0bbb4061ed3ff94b71b6f72b46ea7d65a577eb",
|
|
97
97
|
"ui-design/references/motion-and-media.md": "3d73161a5ad19e3d1ebecf681febd592ea0e1bca42e6340ef6a08cd9a9fd25be",
|
|
98
98
|
"ui-design/references/product-flow-recipes.md": "b6a41c2d2b18f59594024f232e38497c140e5d8f25b54099a7e2a47609c52edc",
|
|
99
|
-
"uniapp-mall-assets/SKILL.md": "
|
|
100
|
-
"v8-api-config/SKILL.md": "
|
|
101
|
-
"v8-cache-pattern/SKILL.md": "
|
|
102
|
-
"v8-crud-api/SKILL.md": "
|
|
103
|
-
"v8-debugging/SKILL.md": "
|
|
104
|
-
"v8-explorer-tree/SKILL.md": "
|
|
105
|
-
"v8-export-import/SKILL.md": "
|
|
106
|
-
"v8-file-upload/SKILL.md": "
|
|
107
|
-
"v8-formengine-http/SKILL.md": "
|
|
108
|
-
"v8-frontend-events/SKILL.md": "
|
|
99
|
+
"uniapp-mall-assets/SKILL.md": "f81b2e05abbd9e29a1a26fc3a4a9a34b1c84b856035a3d612f173727fff7ed82",
|
|
100
|
+
"v8-api-config/SKILL.md": "16a936c5b872cf86b34c3bc13c61134a796bbe0849ce03cfbe5f29198521f130",
|
|
101
|
+
"v8-cache-pattern/SKILL.md": "34d008ee755fe71451b00c3950b2036576fe5ecfc5e5040839282afc9c1f3774",
|
|
102
|
+
"v8-crud-api/SKILL.md": "a282114f9b3aac5f4f50fc4ae0e657dc9acc1cd78c074e53260cb4fd58e9e733",
|
|
103
|
+
"v8-debugging/SKILL.md": "8f8233f66b4063f166ccaa6f42514723aaa78ca743cebc2ff3c7fd4621df08e9",
|
|
104
|
+
"v8-explorer-tree/SKILL.md": "d37541c20ceda5156ee51c771d828a0746edc7e0e7aa4d72bdd0a6c6ec3f014a",
|
|
105
|
+
"v8-export-import/SKILL.md": "00312a0107705ddac0fffcd52d11c4a15166c50484b74dd42f6f7e9fa91bc6e8",
|
|
106
|
+
"v8-file-upload/SKILL.md": "824287b5a76cedb2481be3964d47120ed1ac004797be8621921715bb39c805c8",
|
|
107
|
+
"v8-formengine-http/SKILL.md": "1679069c1d6253643cbad112aedab871950a3c56b3c965278e9af4fefafc28b1",
|
|
108
|
+
"v8-frontend-events/SKILL.md": "10aa5f11d6f93f2f0049d587284fe3697deb4b7ce811cc1cc96061e45bdc37b2",
|
|
109
109
|
"v8-frontend-events/references/bluetooth-print-api.md": "c5667cc6a9ed1bf385a21ddbc28e39993bc9e6d527bc31b53fb4ad582abf719e",
|
|
110
110
|
"v8-frontend-events/references/bluetooth-print.md": "d57f6981d846093277c1456c84bbf9586f65db70129d007fe25fdfb12f58e589",
|
|
111
|
-
"v8-http-integration/SKILL.md": "
|
|
112
|
-
"v8-image-processing/SKILL.md": "
|
|
111
|
+
"v8-http-integration/SKILL.md": "d76ccd0b52ef46a9ee0469441ef2bb535b8329dc3178adda2dff1dfe8ab52d18",
|
|
112
|
+
"v8-image-processing/SKILL.md": "2615cc484c2c59b636c8f442b832ef310c847a8d7893a801673d83427a6d525a",
|
|
113
113
|
"v8-image-processing/agents/openai.yaml": "009d8b643bea6203a8056c7323b68fbe6a92c594809415cf657868074e52a576",
|
|
114
114
|
"v8-image-processing/references/api-reference.md": "f8f293f64749d9681a1d4d5c25d5ef85ae1cfb7523487c43d08a03e9ebe36fb6",
|
|
115
|
-
"v8-menu-buttons/SKILL.md": "
|
|
116
|
-
"v8-mongodb/SKILL.md": "
|
|
117
|
-
"v8-mq-mqtt/SKILL.md": "
|
|
118
|
-
"v8-saas-multi-tenant/SKILL.md": "
|
|
119
|
-
"v8-security/SKILL.md": "
|
|
120
|
-
"v8-sql-query/SKILL.md": "
|
|
121
|
-
"v8-table-event/SKILL.md": "
|
|
122
|
-
"v8-template-engine/SKILL.md": "
|
|
123
|
-
"v8-utilities/SKILL.md": "
|
|
115
|
+
"v8-menu-buttons/SKILL.md": "0249cd6205bcb1f3a173e9fcb0d2734638cad99dff48ccc23fa09161e2f8a0f0",
|
|
116
|
+
"v8-mongodb/SKILL.md": "2c97bec9abfdcf6c5d622206ef47e67cdd8947f8ecfed6294e5d3fdf1355d94c",
|
|
117
|
+
"v8-mq-mqtt/SKILL.md": "3fad2107dd46a2e2c6ccb43ac88ba4dbd8e3ea99b7eca0e9ba291baacbb80cb0",
|
|
118
|
+
"v8-saas-multi-tenant/SKILL.md": "df7b1b7b712a446812e6469521b69d0cdf908361a0c2c0a48b334026e717efab",
|
|
119
|
+
"v8-security/SKILL.md": "7144e4427ed674479e2ad90775fc951513630c7bc1494d0a66d4790c823ce306",
|
|
120
|
+
"v8-sql-query/SKILL.md": "ef788b154ef195e184f5586f8f8f2f21aad1b1fc0ea697cc1478495b10abf808",
|
|
121
|
+
"v8-table-event/SKILL.md": "16ff880319ce390b882696ff8985c9a654c47b56499c2389a9d6a6ec834ba2d1",
|
|
122
|
+
"v8-template-engine/SKILL.md": "77af63d434cc335bbb1fa450cc3264a89cd32f0abf4fc74a9e660c2bdcee0e79",
|
|
123
|
+
"v8-utilities/SKILL.md": "e2755bb40ae475a81c09e9e100c2b90fcb27a3abb43dfab801f3b6c59c40fdd8",
|
|
124
124
|
"v8-utilities/references/client-api-index.md": "9b6cc82f1e1d40963354d120d838ebe003b1125e9e479c6f79fa5866e3c21bd8",
|
|
125
125
|
"v8-utilities/references/platform-http-routes.md": "87579eef4e89b4c80e1757ad34ec951e0ccadb6bd15aab4f3ab247f55d5f1cd5",
|
|
126
126
|
"v8-utilities/references/server-api-index.md": "72655af1078b0c63ace253f6a6ab74847abffe38829fdcb55780861d8d4b0e9f",
|
|
127
|
-
"v8-workflow/SKILL.md": "
|
|
128
|
-
"workspace-conventions/SKILL.md": "
|
|
127
|
+
"v8-workflow/SKILL.md": "a3864fcdb203479fd1cf074e97644defbc47c9861147fd7bcaca5f0e1aa13210",
|
|
128
|
+
"workspace-conventions/SKILL.md": "a866ad4526e4afd400efee992743e43d16feb51a5e98d35615cdff20a7253810"
|
|
129
129
|
},
|
|
130
130
|
"fileVersions": {
|
|
131
|
-
".microi-skills-version.json": "4.9.
|
|
132
|
-
"README.md": "4.9.
|
|
133
|
-
"ai-engine/SKILL.md": "4.9.
|
|
134
|
-
"ai-engine/agents/openai.yaml": "4.9.
|
|
135
|
-
"ai-platform-governance/SKILL.md": "4.9.
|
|
136
|
-
"app-store/SKILL.md": "4.9.
|
|
137
|
-
"app-store/agents/openai.yaml": "4.9.
|
|
138
|
-
"business-blueprint/SKILL.md": "4.9.
|
|
139
|
-
"datasource-engine/SKILL.md": "4.9.
|
|
140
|
-
"datasource-engine/agents/openai.yaml": "4.9.
|
|
141
|
-
"dos-orm/SKILL.md": "4.9.
|
|
142
|
-
"dos-orm/references/api-reference.md": "4.9.
|
|
143
|
-
"job-engine/SKILL.md": "4.9.
|
|
144
|
-
"job-engine/agents/openai.yaml": "4.9.
|
|
145
|
-
"message-notification/SKILL.md": "4.9.
|
|
146
|
-
"message-notification/agents/openai.yaml": "4.9.
|
|
147
|
-
"message-notification/references/contracts.md": "4.9.
|
|
148
|
-
"microi-ai-app-auth.js": "4.9.
|
|
149
|
-
"microi-ai-application/SKILL.md": "4.9.
|
|
150
|
-
"microi-ai-application/agents/openai.yaml": "4.9.
|
|
151
|
-
"microi-ai-application/references/frontend-baseline.md": "4.9.
|
|
152
|
-
"microi-client-frontend/SKILL.md": "4.9.
|
|
153
|
-
"microi-codex-installer/SKILL.md": "4.9.
|
|
154
|
-
"microi-codex-installer/agents/openai.yaml": "4.9.
|
|
155
|
-
"microi-datasource-mapping/SKILL.md": "4.9.
|
|
156
|
-
"microi-db-schema/SKILL.md": "4.9.
|
|
157
|
-
"microi-db-schema/agents/openai.yaml": "4.9.
|
|
158
|
-
"microi-db-schema/references/core-tables.md": "4.9.
|
|
159
|
-
"microi-db-schema/references/form-component-options.md": "4.9.
|
|
160
|
-
"microi-db-schema/references/schema-overview.md": "4.9.
|
|
161
|
-
"microi-db-schema/references/schema.md": "4.9.
|
|
162
|
-
"microi-db-schema/references/table-catalog.md": "4.9.
|
|
163
|
-
"microi-deployment/SKILL.md": "4.9.
|
|
164
|
-
"microi-deployment/references/deployment-matrix.md": "4.9.
|
|
165
|
-
"microi-docs-coverage/SKILL.md": "4.9.
|
|
166
|
-
"microi-docs-coverage/references/capability-map.md": "4.9.
|
|
167
|
-
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "4.9.
|
|
168
|
-
"microi-form-engine/SKILL.md": "4.9.
|
|
169
|
-
"microi-form-engine/references/component-catalog.md": "4.9.
|
|
170
|
-
"microi-form-engine/references/data-source-events.md": "4.9.
|
|
171
|
-
"microi-form-layout/SKILL.md": "4.9.
|
|
172
|
-
"microi-frontend-sdk/SKILL.md": "4.9.
|
|
173
|
-
"microi-left-right-layout/SKILL.md": "4.9.
|
|
174
|
-
"microi-microservice/SKILL.md": "4.9.
|
|
175
|
-
"microi-microservice/references/runtime-delivery.md": "4.9.
|
|
176
|
-
"microi-mobile-app-quality/SKILL.md": "4.9.
|
|
177
|
-
"microi-solution-quotation/SKILL.md": "4.9.
|
|
178
|
-
"microi-solution-quotation/agents/openai.yaml": "4.9.
|
|
179
|
-
"microi-solution-quotation/scripts/build_solution_quote.py": "4.9.
|
|
180
|
-
"microi-system-delivery/SKILL.md": "4.9.
|
|
181
|
-
"microi-ui/SKILL.md": "4.9.
|
|
182
|
-
"microi-uniapp-frontend/SKILL.md": "4.9.
|
|
183
|
-
"microi.v8.js": "4.9.
|
|
184
|
-
"module-engine/SKILL.md": "4.9.
|
|
185
|
-
"module-engine/references/module-config.md": "4.9.
|
|
186
|
-
"ocr-engine/SKILL.md": "4.9.
|
|
187
|
-
"ocr-engine/agents/openai.yaml": "4.9.
|
|
188
|
-
"page-engine/SKILL.md": "4.9.
|
|
189
|
-
"performance-testing/SKILL.md": "4.9.
|
|
190
|
-
"playwright-e2e/SKILL.md": "4.9.
|
|
191
|
-
"print-engine/SKILL.md": "4.9.
|
|
192
|
-
"production-readonly-audit/SKILL.md": "4.9.
|
|
193
|
-
"report-engine/SKILL.md": "4.9.
|
|
194
|
-
"report-engine/agents/openai.yaml": "4.9.
|
|
195
|
-
"search-engine/SKILL.md": "4.9.
|
|
196
|
-
"search-engine/agents/openai.yaml": "4.9.
|
|
197
|
-
"spider-engine/SKILL.md": "4.9.
|
|
198
|
-
"translate-engine/SKILL.md": "4.9.
|
|
199
|
-
"translate-engine/agents/openai.yaml": "4.9.
|
|
200
|
-
"ui-design/SKILL.md": "4.9.
|
|
201
|
-
"ui-design/assets/pattern-showcase/app.js": "4.9.
|
|
202
|
-
"ui-design/assets/pattern-showcase/index.html": "4.9.
|
|
203
|
-
"ui-design/assets/pattern-showcase/styles.css": "4.9.
|
|
204
|
-
"ui-design/assets/templates/MCI-DESIGN.md": "4.9.
|
|
205
|
-
"ui-design/references/design-pattern-library.md": "4.9.
|
|
206
|
-
"ui-design/references/mci-design-contract.md": "4.9.
|
|
207
|
-
"ui-design/references/motion-and-media.md": "4.9.
|
|
208
|
-
"ui-design/references/product-flow-recipes.md": "4.9.
|
|
209
|
-
"uniapp-mall-assets/SKILL.md": "4.9.
|
|
210
|
-
"v8-api-config/SKILL.md": "4.9.
|
|
211
|
-
"v8-cache-pattern/SKILL.md": "4.9.
|
|
212
|
-
"v8-crud-api/SKILL.md": "4.9.
|
|
213
|
-
"v8-debugging/SKILL.md": "4.9.
|
|
214
|
-
"v8-explorer-tree/SKILL.md": "4.9.
|
|
215
|
-
"v8-export-import/SKILL.md": "4.9.
|
|
216
|
-
"v8-file-upload/SKILL.md": "4.9.
|
|
217
|
-
"v8-formengine-http/SKILL.md": "4.9.
|
|
218
|
-
"v8-frontend-events/SKILL.md": "4.9.
|
|
219
|
-
"v8-frontend-events/references/bluetooth-print-api.md": "4.9.
|
|
220
|
-
"v8-frontend-events/references/bluetooth-print.md": "4.9.
|
|
221
|
-
"v8-http-integration/SKILL.md": "4.9.
|
|
222
|
-
"v8-image-processing/SKILL.md": "4.9.
|
|
223
|
-
"v8-image-processing/agents/openai.yaml": "4.9.
|
|
224
|
-
"v8-image-processing/references/api-reference.md": "4.9.
|
|
225
|
-
"v8-menu-buttons/SKILL.md": "4.9.
|
|
226
|
-
"v8-mongodb/SKILL.md": "4.9.
|
|
227
|
-
"v8-mq-mqtt/SKILL.md": "4.9.
|
|
228
|
-
"v8-saas-multi-tenant/SKILL.md": "4.9.
|
|
229
|
-
"v8-security/SKILL.md": "4.9.
|
|
230
|
-
"v8-sql-query/SKILL.md": "4.9.
|
|
231
|
-
"v8-table-event/SKILL.md": "4.9.
|
|
232
|
-
"v8-template-engine/SKILL.md": "4.9.
|
|
233
|
-
"v8-utilities/SKILL.md": "4.9.
|
|
234
|
-
"v8-utilities/references/client-api-index.md": "4.9.
|
|
235
|
-
"v8-utilities/references/platform-http-routes.md": "4.9.
|
|
236
|
-
"v8-utilities/references/server-api-index.md": "4.9.
|
|
237
|
-
"v8-workflow/SKILL.md": "4.9.
|
|
238
|
-
"workspace-conventions/SKILL.md": "4.9.
|
|
131
|
+
".microi-skills-version.json": "4.9.3",
|
|
132
|
+
"README.md": "4.9.3",
|
|
133
|
+
"ai-engine/SKILL.md": "4.9.3",
|
|
134
|
+
"ai-engine/agents/openai.yaml": "4.9.3",
|
|
135
|
+
"ai-platform-governance/SKILL.md": "4.9.3",
|
|
136
|
+
"app-store/SKILL.md": "4.9.3",
|
|
137
|
+
"app-store/agents/openai.yaml": "4.9.3",
|
|
138
|
+
"business-blueprint/SKILL.md": "4.9.3",
|
|
139
|
+
"datasource-engine/SKILL.md": "4.9.3",
|
|
140
|
+
"datasource-engine/agents/openai.yaml": "4.9.3",
|
|
141
|
+
"dos-orm/SKILL.md": "4.9.3",
|
|
142
|
+
"dos-orm/references/api-reference.md": "4.9.3",
|
|
143
|
+
"job-engine/SKILL.md": "4.9.3",
|
|
144
|
+
"job-engine/agents/openai.yaml": "4.9.3",
|
|
145
|
+
"message-notification/SKILL.md": "4.9.3",
|
|
146
|
+
"message-notification/agents/openai.yaml": "4.9.3",
|
|
147
|
+
"message-notification/references/contracts.md": "4.9.3",
|
|
148
|
+
"microi-ai-app-auth.js": "4.9.3",
|
|
149
|
+
"microi-ai-application/SKILL.md": "4.9.3",
|
|
150
|
+
"microi-ai-application/agents/openai.yaml": "4.9.3",
|
|
151
|
+
"microi-ai-application/references/frontend-baseline.md": "4.9.3",
|
|
152
|
+
"microi-client-frontend/SKILL.md": "4.9.3",
|
|
153
|
+
"microi-codex-installer/SKILL.md": "4.9.3",
|
|
154
|
+
"microi-codex-installer/agents/openai.yaml": "4.9.3",
|
|
155
|
+
"microi-datasource-mapping/SKILL.md": "4.9.3",
|
|
156
|
+
"microi-db-schema/SKILL.md": "4.9.3",
|
|
157
|
+
"microi-db-schema/agents/openai.yaml": "4.9.3",
|
|
158
|
+
"microi-db-schema/references/core-tables.md": "4.9.3",
|
|
159
|
+
"microi-db-schema/references/form-component-options.md": "4.9.3",
|
|
160
|
+
"microi-db-schema/references/schema-overview.md": "4.9.3",
|
|
161
|
+
"microi-db-schema/references/schema.md": "4.9.3",
|
|
162
|
+
"microi-db-schema/references/table-catalog.md": "4.9.3",
|
|
163
|
+
"microi-deployment/SKILL.md": "4.9.3",
|
|
164
|
+
"microi-deployment/references/deployment-matrix.md": "4.9.3",
|
|
165
|
+
"microi-docs-coverage/SKILL.md": "4.9.3",
|
|
166
|
+
"microi-docs-coverage/references/capability-map.md": "4.9.3",
|
|
167
|
+
"microi-docs-coverage/scripts/audit-doc-skill-coverage.mjs": "4.9.3",
|
|
168
|
+
"microi-form-engine/SKILL.md": "4.9.3",
|
|
169
|
+
"microi-form-engine/references/component-catalog.md": "4.9.3",
|
|
170
|
+
"microi-form-engine/references/data-source-events.md": "4.9.3",
|
|
171
|
+
"microi-form-layout/SKILL.md": "4.9.3",
|
|
172
|
+
"microi-frontend-sdk/SKILL.md": "4.9.3",
|
|
173
|
+
"microi-left-right-layout/SKILL.md": "4.9.3",
|
|
174
|
+
"microi-microservice/SKILL.md": "4.9.3",
|
|
175
|
+
"microi-microservice/references/runtime-delivery.md": "4.9.3",
|
|
176
|
+
"microi-mobile-app-quality/SKILL.md": "4.9.3",
|
|
177
|
+
"microi-solution-quotation/SKILL.md": "4.9.3",
|
|
178
|
+
"microi-solution-quotation/agents/openai.yaml": "4.9.3",
|
|
179
|
+
"microi-solution-quotation/scripts/build_solution_quote.py": "4.9.3",
|
|
180
|
+
"microi-system-delivery/SKILL.md": "4.9.3",
|
|
181
|
+
"microi-ui/SKILL.md": "4.9.3",
|
|
182
|
+
"microi-uniapp-frontend/SKILL.md": "4.9.3",
|
|
183
|
+
"microi.v8.js": "4.9.3",
|
|
184
|
+
"module-engine/SKILL.md": "4.9.3",
|
|
185
|
+
"module-engine/references/module-config.md": "4.9.3",
|
|
186
|
+
"ocr-engine/SKILL.md": "4.9.3",
|
|
187
|
+
"ocr-engine/agents/openai.yaml": "4.9.3",
|
|
188
|
+
"page-engine/SKILL.md": "4.9.3",
|
|
189
|
+
"performance-testing/SKILL.md": "4.9.3",
|
|
190
|
+
"playwright-e2e/SKILL.md": "4.9.3",
|
|
191
|
+
"print-engine/SKILL.md": "4.9.3",
|
|
192
|
+
"production-readonly-audit/SKILL.md": "4.9.3",
|
|
193
|
+
"report-engine/SKILL.md": "4.9.3",
|
|
194
|
+
"report-engine/agents/openai.yaml": "4.9.3",
|
|
195
|
+
"search-engine/SKILL.md": "4.9.3",
|
|
196
|
+
"search-engine/agents/openai.yaml": "4.9.3",
|
|
197
|
+
"spider-engine/SKILL.md": "4.9.3",
|
|
198
|
+
"translate-engine/SKILL.md": "4.9.3",
|
|
199
|
+
"translate-engine/agents/openai.yaml": "4.9.3",
|
|
200
|
+
"ui-design/SKILL.md": "4.9.3",
|
|
201
|
+
"ui-design/assets/pattern-showcase/app.js": "4.9.3",
|
|
202
|
+
"ui-design/assets/pattern-showcase/index.html": "4.9.3",
|
|
203
|
+
"ui-design/assets/pattern-showcase/styles.css": "4.9.3",
|
|
204
|
+
"ui-design/assets/templates/MCI-DESIGN.md": "4.9.3",
|
|
205
|
+
"ui-design/references/design-pattern-library.md": "4.9.3",
|
|
206
|
+
"ui-design/references/mci-design-contract.md": "4.9.3",
|
|
207
|
+
"ui-design/references/motion-and-media.md": "4.9.3",
|
|
208
|
+
"ui-design/references/product-flow-recipes.md": "4.9.3",
|
|
209
|
+
"uniapp-mall-assets/SKILL.md": "4.9.3",
|
|
210
|
+
"v8-api-config/SKILL.md": "4.9.3",
|
|
211
|
+
"v8-cache-pattern/SKILL.md": "4.9.3",
|
|
212
|
+
"v8-crud-api/SKILL.md": "4.9.3",
|
|
213
|
+
"v8-debugging/SKILL.md": "4.9.3",
|
|
214
|
+
"v8-explorer-tree/SKILL.md": "4.9.3",
|
|
215
|
+
"v8-export-import/SKILL.md": "4.9.3",
|
|
216
|
+
"v8-file-upload/SKILL.md": "4.9.3",
|
|
217
|
+
"v8-formengine-http/SKILL.md": "4.9.3",
|
|
218
|
+
"v8-frontend-events/SKILL.md": "4.9.3",
|
|
219
|
+
"v8-frontend-events/references/bluetooth-print-api.md": "4.9.3",
|
|
220
|
+
"v8-frontend-events/references/bluetooth-print.md": "4.9.3",
|
|
221
|
+
"v8-http-integration/SKILL.md": "4.9.3",
|
|
222
|
+
"v8-image-processing/SKILL.md": "4.9.3",
|
|
223
|
+
"v8-image-processing/agents/openai.yaml": "4.9.3",
|
|
224
|
+
"v8-image-processing/references/api-reference.md": "4.9.3",
|
|
225
|
+
"v8-menu-buttons/SKILL.md": "4.9.3",
|
|
226
|
+
"v8-mongodb/SKILL.md": "4.9.3",
|
|
227
|
+
"v8-mq-mqtt/SKILL.md": "4.9.3",
|
|
228
|
+
"v8-saas-multi-tenant/SKILL.md": "4.9.3",
|
|
229
|
+
"v8-security/SKILL.md": "4.9.3",
|
|
230
|
+
"v8-sql-query/SKILL.md": "4.9.3",
|
|
231
|
+
"v8-table-event/SKILL.md": "4.9.3",
|
|
232
|
+
"v8-template-engine/SKILL.md": "4.9.3",
|
|
233
|
+
"v8-utilities/SKILL.md": "4.9.3",
|
|
234
|
+
"v8-utilities/references/client-api-index.md": "4.9.3",
|
|
235
|
+
"v8-utilities/references/platform-http-routes.md": "4.9.3",
|
|
236
|
+
"v8-utilities/references/server-api-index.md": "4.9.3",
|
|
237
|
+
"v8-workflow/SKILL.md": "4.9.3",
|
|
238
|
+
"workspace-conventions/SKILL.md": "4.9.3"
|
|
239
239
|
},
|
|
240
240
|
"files": [
|
|
241
241
|
".microi-skills-version.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.9.
|
|
2
|
+
"version": "4.9.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-11T10:39:57.717Z"
|
|
6
6
|
}
|
|
@@ -3,6 +3,8 @@ name: ai-engine
|
|
|
3
3
|
description: Microi AI 引擎、模型代理、NL2SQL/NL2V8 与知识库规范。用于模型路由、密钥和订阅配额、Schema/Skill 关键词检索与可选向量融合、提示词安全、流式响应、租户隔离和验收。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi AI Engine
|
|
7
9
|
|
|
8
10
|
平台视频生成的受控 HTTP 入口为 `/api/Ai/CreateMiniMaxVideo`、`/api/Ai/GetMiniMaxVideoTask`、`/api/Ai/GetMiniMaxVideoFile`;AI 工作流入口统一位于 `/api/AIWorkFlow/*`。调用方只提交业务参数和模型选择,供应商密钥、租户配额、任务归属和文件读取权限由服务端判定。
|
|
@@ -3,6 +3,8 @@ name: ai-platform-governance
|
|
|
3
3
|
description: Microi吾码 AI 平台治理中心设计、调用、扩展、应用商城升级与验收规范。用于门户与资源版本、身份目录/用户组/权限解释、配置模板与漂移、功能开关、发布审批/门禁/断点回滚、服务注册路由与韧性、Trace/告警/日志生命周期、资产物料、协作租约和可恢复导入。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi吾码 AI 平台治理中心
|
|
7
9
|
|
|
8
10
|
## 何时使用
|
|
@@ -31,13 +33,14 @@ description: Microi吾码 AI 平台治理中心设计、调用、扩展、应用
|
|
|
31
33
|
|
|
32
34
|
## 官方应用事实
|
|
33
35
|
|
|
34
|
-
应用 Key:`ai-platform-studio`,当前资源合同版本:`v2.0.
|
|
36
|
+
应用 Key:`ai-platform-studio`,当前资源合同版本:`v2.0.4`。
|
|
35
37
|
|
|
36
38
|
- 40 张 `mci_` 治理表和 5 张运行基础表,应用包共 45 张表、873 个字段;
|
|
37
39
|
- 42 个后台菜单:1 个 `AI平台治理` 父菜单、1 个 `AI平台治理工作台` 微服务菜单和 40 个数据菜单;
|
|
38
40
|
- 64 个接口引擎:57 个 `Managed`,7 个 `CreateIfMissing`;
|
|
39
41
|
- 1 个 `MciAiPlatformMinuteSweep` 维护任务;
|
|
40
42
|
- 10 个微服务路由:`overview`、`portal`、`identity`、`access`、`configuration`、`release`、`services`、`observability`、`assets`、`import`。
|
|
43
|
+
- v2.0.4 保持数据资源合同不变;内部菜单只切换异步内容区并显示局部骨架屏,主题/reset/装饰样式限定在 `[data-mci-ui-root="ai-platform-studio"]`,不得重挂宿主 Tab 或污染吾码 Logo 与主菜单。
|
|
41
44
|
|
|
42
45
|
租户 Hook:
|
|
43
46
|
|
|
@@ -3,6 +3,8 @@ name: app-store
|
|
|
3
3
|
description: Microi 应用商城开发、打包、安装和升级规范。用于官方/社区应用、Manifest、源码与构建产物、依赖、后台安装任务、租户隔离、增量升级、回滚和验收。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi 应用商城
|
|
7
9
|
|
|
8
10
|
## 核心原则
|
|
@@ -3,6 +3,8 @@ name: business-blueprint
|
|
|
3
3
|
description: Microi 业务架构蓝图(System Blueprint)— 设计期系统知识图谱,AI 生成低代码系统时防幻觉的唯一事实源
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi 业务架构蓝图(System Blueprint)
|
|
7
9
|
|
|
8
10
|
## 这是什么
|
|
@@ -3,6 +3,8 @@ name: datasource-engine
|
|
|
3
3
|
description: Microi 数据源引擎设计、调用与安全规范。用于配置 sys_datasource 的 SQL、V8、JSON 数据源,为表单选项、报表、接口或远程搜索供数,以及通过前后端 V8.DataSourceEngine.Run 调用和验收。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi 数据源引擎
|
|
7
9
|
|
|
8
10
|
## 适用边界
|
package/skills/dos-orm/SKILL.md
CHANGED
|
@@ -3,6 +3,8 @@ name: dos-orm
|
|
|
3
3
|
description: Dos.ORM C# 数据访问指南。用于 Microi.Server 中编写或审查 DbSession、Entity、From、WhereClip、事务、异步查询、BulkInsert、Upsert、SqlFunc、子查询、导航属性、CodeFirst、读写分离和分库分表代码。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Dos.ORM
|
|
7
9
|
|
|
8
10
|
Dos.ORM 是 Microi.Server 底层 C# ORM。它不是接口引擎里的 `V8.Db`:
|
|
@@ -3,6 +3,8 @@ name: job-engine
|
|
|
3
3
|
description: Microi 定时任务与可靠后台任务规范。用于配置 Microi.Job、Quartz 和接口引擎任务,设计多节点租约、幂等、重试、停机排空、恢复、进度与验收。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi Job 定时与后台任务
|
|
7
9
|
|
|
8
10
|
## 何时使用
|
|
@@ -3,6 +3,8 @@ name: message-notification
|
|
|
3
3
|
description: 设计、实现、迁移和验收 Microi 多通道消息通知。用于涉及 wx_tpl_msg、mic_msgset、mic_msg_event_log、微信公众号或服务号模板消息、小程序跳转、短信、邮件、平台内部通知、V8.Notification、通知中心 SignalR、msg_event、消息幂等或通知应用商城交付的任务。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi 消息通知
|
|
7
9
|
|
|
8
10
|
## 目标
|
|
@@ -3,6 +3,8 @@ name: microi-ai-application
|
|
|
3
3
|
description: Microi 吾码 AI 应用的创建、迁移、工程化开发和交付规范。用于 Web、MicroService、UniApp、H5、响应式网站或游戏类 AI 应用,尤其是选择前端技术栈、生成 Vue 工程、维护 TypeScript 源码、接入登录与接口引擎、构建发布、二次开发和多端验收。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi AI 应用
|
|
7
9
|
|
|
8
10
|
## 默认技术基线
|
|
@@ -3,6 +3,8 @@ name: microi-client-frontend
|
|
|
3
3
|
description: Microi.Client 源码架构指南。用于修改 Microi.Client Vue 前端代码,尤其是表单引擎、diy-table、diy-form-full、工作流面板、sys_menu 按钮、前端 V8 事件、路由以及页面/弹窗/抽屉行为。
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
> **Codex 强制前置:** 当前宿主为 Codex 时,在使用本 Skill 前必须先完整读取 `../microi-codex-installer/SKILL.md`,完成“Codex 每任务最新版硬门禁”;门禁未通过不得继续本 Skill。非 Codex 宿主跳过此项。
|
|
7
|
+
|
|
6
8
|
# Microi.Client 前台源码架构说明
|
|
7
9
|
|
|
8
10
|
## 单行文本插槽按钮约定
|
|
@@ -473,6 +475,13 @@ DiyCommon.FormEngine.AddFormData("table_name", { Field: "value" }, function (res
|
|
|
473
475
|
内部 redirect,并在跳转前用当前 Router 解析,404/未注册动态路由失败关闭。宿主结果用
|
|
474
476
|
`micro-app:host-action-result` 尽力回传,但关闭或跳转会卸载子应用,不能承诺结果事件必达。
|
|
475
477
|
|
|
478
|
+
`navigate/replaceTab` 只用于主框架级跳转;同一微服务内部菜单必须在子应用内用 Vue Router、
|
|
479
|
+
状态或 iframe Hash 切换,并将异步页面的 `Suspense` 骨架屏限制在内容区域。不得通过改变主框架
|
|
480
|
+
`$route.fullPath` 实现内部页面切换,否则 TagsView 会重建整个微服务。宿主根节点与 `<micro-app>`
|
|
481
|
+
元素必须建立 `contain: layout paint`、`isolation:isolate` 的绘制边界;子应用仍必须把主题/reset/
|
|
482
|
+
元素选择器限定在 AppKey 唯一的 `[data-mci-ui-root="{AppKey}"]`,不能只写宿主也会命中的裸属性
|
|
483
|
+
选择器,禁止以 `:root/html/body` 或固定全屏装饰污染主框架。
|
|
484
|
+
|
|
476
485
|
`OpenAppDialog` 不暴露 Tab 模式能力;弹窗成功/取消/失败继续使用
|
|
477
486
|
`app-dialog:success/cancel/error`。修改桥接时至少运行
|
|
478
487
|
`node --test tests/micro-app-host-bridge.spec.mjs tests/micro-app-runtime-contract.spec.mjs`,并同步
|
|
@@ -7,6 +7,12 @@ description: 在 Codex 中完成 Microi吾码 VS Code 扩展的等价工作流
|
|
|
7
7
|
|
|
8
8
|
本插件与 `Microi.VSCode`、`@microi.net/cli` 共用配置、Token、MCP Server 和 Microi Skills。不要另写原生 HTTP、SQL 或第二套认证实现。
|
|
9
9
|
|
|
10
|
+
## 最新版启动门禁(强制)
|
|
11
|
+
|
|
12
|
+
当前对话在执行任何 Microi 分析、MCP 调用、源码修改、构建或发布前,必须先完整读取同级 `microi-codex-installer/SKILL.md`,并完成其中“Codex 每任务最新版硬门禁”。至少要执行 `npm view '@microi.net/cli' version --json --prefer-online --registry=https://registry.npmjs.org/`,不能只看本地 `microi codex status`。
|
|
13
|
+
|
|
14
|
+
若 CLI、Codex 插件、工作区 AI bundle 或 MCP provider 不是最新版,取得一次用户授权后,必须依次执行 `npm install --global @microi.net/cli@latest`、`microi codex install --yes`、`microi ai init --workspace "<工作区绝对路径>" --json`、`microi doctor --workspace "<工作区绝对路径>" --json` 与 `microi codex status --json`。`ai init` 默认包含 MCP 更新,禁止传 `--no-mcp`。插件发生变化后必须新建任务或重载 Codex,再次通过门禁后继续;当前任务不得假装已经热加载新版能力。
|
|
15
|
+
|
|
10
16
|
## 先确认工作区连接
|
|
11
17
|
|
|
12
18
|
1. 调用 `microi_codex`,传 `{ "action": "profiles" }`。
|
|
@@ -31,7 +37,7 @@ description: 在 Codex 中完成 Microi吾码 VS Code 扩展的等价工作流
|
|
|
31
37
|
## 同步与安全边界
|
|
32
38
|
|
|
33
39
|
- `Microi-V8-Engine/.microi-config.json` 是三端连接配置事实源;未知字段必须保留。
|
|
34
|
-
- CLI
|
|
40
|
+
- CLI、VS Code 插件与 Codex 插件可以在同一工作区并存;三者必须复用同一配置/Token/MCP 协议,带版本写入实行较新 provider 优先,禁止旧入口回写降级。最新版门禁与 `doctor.coexistence` 未通过时不得声称任意历史版本组合绝对无冲突。
|
|
35
41
|
- 推送前先做远端差异检查。写请求超时只表示结果不确定,使用对应 get 工具短超时回读,禁止盲目重复创建或覆盖。
|
|
36
42
|
- 配置和 Token 文件使用现有原子写与锁协议;不要手工拼接或清空用户已有 MCP 配置。
|
|
37
43
|
- Codex Plugin 路由器只选择连接,业务行为必须继续走原 MCP bundle。
|