Skip to main content

Module discovery

Module discovery 

Source

Structs§

ApCoreRegistryProvider
Adapter that implements RegistryProvider for the real apcore::Registry.

Enums§

DiscoveryError
Errors produced by discovery command handlers.

Traits§

RegistryProvider
Unified registry interface used by both discovery commands and the CLI dispatcher. Provides JSON-based access (get_definition) for discovery and typed access (get_module_descriptor) for the dispatch pipeline.

Functions§

cmd_describe
Execute the describe subcommand logic.
cmd_list
Execute the list subcommand logic.
register_discovery_commands
Attach list and describe subcommands to the given root command.
validate_tag
Validate a tag string against the pattern ^[a-z][a-z0-9_-]*$.