Expand description
Plugin registry helpers and types exposed through the engine boundary.
Modules§
Structs§
- Aggregated
Plugin Result - Aggregated results from all active plugins for a project.
- Check
Warning - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. A singlemanifestEntriesdiagnostic with typed payload slots (agents read the slot theirkindimplies rather than parsing prose). - Manifest
Result - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. What one matched-and-parsed manifest yielded under a rule. - Plugin
Registry - Registry of all available plugins.
- Rule
Report - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. The result of evaluating onemanifestEntriesrule: the shared source of truth for BOTH production seeding and the agent-facing check output, so the two can never drift.
Enums§
- Warning
Kind - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. A kind ofmanifestEntriesdiagnostic, kebab-serialized for agents that branch on it. Centralizes the vocabulary shared by the production warn path (evaluate_manifest_entries) and the agent-facing check path (check_manifest_entries/fallow plugin-check).
Functions§
- check_
manifest_ entries - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. Evaluate everymanifestEntriesrule and return the STRUCTURED report per rule, without seeding or warning. This is the read-only dry-run thefallow plugin-checkcommand surfaces to agents. - is_
external_ plugin_ active - External-plugin dry-run primitives for the CLI’s
plugin-checkcommand. Determine whether an external plugin activates against the given project.