Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:08 +08:00
commit 8f22ddf339
295 changed files with 59710 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
name: docs.sync.pluginmanifest
version: 0.1.0
description: >
Reconciles plugin.yaml with Betty Framework registries to ensure consistency.
Identifies missing, orphaned, and mismatched command entries and suggests corrections.
inputs: []
outputs:
- plugin.preview.yaml
- plugin_manifest_diff.md
dependencies:
- plugin.sync
- registry.update
status: active
entrypoints:
- command: /docs/sync/plugin-manifest
handler: plugin_manifest_sync.py
runtime: python
description: >
Reconcile plugin.yaml with registry files. Identifies discrepancies and generates
plugin.preview.yaml with suggested updates and a detailed diff report.
parameters: []
permissions:
- filesystem:read
- filesystem:write
tags:
- docs
- plugin
- registry
- validation
- reconciliation
- infrastructure