Skip to content

Commit 9c5b30d

Browse files
authored
Merge pull request #605 from objectstack-ai/copilot/add-plugin-mechanism
2 parents 3b48405 + 41bff72 commit 9c5b30d

9 files changed

Lines changed: 1107 additions & 4 deletions

File tree

content/docs/guides/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The `@objectstack/runtime` package implements the universal `HttpDispatcher` and
2525
### 3. The Developer Toolchain
2626
The `@objectstack/cli` provides a complete development workflow:
2727
- **Scaffolding**: `os init` and `os generate` for project and metadata creation.
28+
- **Plugin Management**: `os plugin add/remove/list` for managing plugins.
2829
- **Validation**: `os validate` for schema checking with `--strict` and `--json` modes.
2930
- **Introspection**: `os info` for metadata summary and `os doctor` for environment health.
3031
- **Build**: `os compile` for production artifact generation.

content/docs/guides/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"title": "Guides",
3-
"pages": ["index", "data-modeling", "business-logic", "authentication", "security", "ai-capabilities", "api-reference", "client-sdk", "driver-configuration", "kernel-services", "standards"]
3+
"pages": ["index", "data-modeling", "plugins", "business-logic", "authentication", "security", "ai-capabilities", "api-reference", "client-sdk", "driver-configuration", "kernel-services", "standards"]
44
}

0 commit comments

Comments
 (0)