Skip to content

Commit ece3fe7

Browse files
authored
Merge pull request #503 from objectstack-ai/copilot/improve-microkernel-plugins
2 parents b95f5c0 + 07de602 commit ece3fe7

File tree

86 files changed

+7664
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+7664
-7
lines changed

MICROKERNEL_IMPROVEMENT_PLAN.md

Lines changed: 620 additions & 0 deletions

PLUGIN_ARCHITECTURE_DIAGRAMS.md

Lines changed: 513 additions & 0 deletions

content/docs/references/ai/index.mdx

Lines changed: 2 additions & 0 deletions

content/docs/references/ai/meta.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"model-registry",
1111
"nlq",
1212
"orchestration",
13+
"plugin-development",
1314
"predictive",
14-
"rag-pipeline"
15+
"rag-pipeline",
16+
"runtime-ops"
1517
]
1618
}

content/docs/references/hub/index.mdx

Lines changed: 1 addition & 0 deletions

content/docs/references/hub/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"hub-federation",
66
"license",
77
"marketplace",
8+
"marketplace-enhanced",
89
"plugin-registry",
910
"plugin-security",
1011
"space",

content/docs/references/permission/permission.mdx

Lines changed: 2 additions & 6 deletions

content/docs/references/system/index.mdx

Lines changed: 3 additions & 0 deletions

content/docs/references/system/meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424
"object-storage",
2525
"plugin",
2626
"plugin-capability",
27+
"plugin-lifecycle-advanced",
2728
"plugin-lifecycle-events",
2829
"plugin-loading",
30+
"plugin-security-advanced",
2931
"plugin-validator",
32+
"plugin-versioning",
3033
"search-engine",
3134
"service-registry",
3235
"startup-orchestrator",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$ref": "#/definitions/AICodeReviewResult",
3+
"definitions": {
4+
"AICodeReviewResult": {}
5+
},
6+
"$schema": "http://json-schema.org/draft-07/schema#"
7+
}

0 commit comments

Comments
 (0)