34 lines
840 B
YAML
34 lines
840 B
YAML
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
|