Skip to main content

Module command_framework

Module command_framework 

Source
Expand description

L9-B command metadata and explicit project-envelope loading.

The loader reads only the exact configuration path passed by its caller. It does not enumerate source roots, discover a workspace, or compile sources.

Structs§

CliProjectEnvelopeErrorV1
CliProjectEnvelopeV1

Enums§

CliCommandV1
CliExitCodeV1

Functions§

load_explicit_project_envelope_v1
Loads one caller-named public configuration document. This is intentionally not configuration discovery: neither project_root nor source_roots are opened, scanned, globbed, or resolved here.
parse_cli_command_v1