neurocore.cli.validate_cmd

neurocore validate — validate a blueprint without executing.

Checks that: 1. The YAML file parses correctly 2. The blueprint structure is valid 3. All referenced skills are discovered and registered

Usage:

neurocore validate blueprints/agent.flow.yaml neurocore validate flow.yaml –project-root /path/to/project

Attributes

Functions

validate_blueprint_cmd(, project_root)

Validate a blueprint without executing it.

Module Contents

neurocore.cli.validate_cmd.console
neurocore.cli.validate_cmd.validate_blueprint_cmd(blueprint: pathlib.Path = typer.Argument(help='Path to the blueprint YAML file to validate.', exists=True, dir_okay=False, readable=True), project_root: pathlib.Path | None = typer.Option(None, '--project-root', '-p', help='Project root directory (auto-detected if not provided).')) None[source]

Validate a blueprint without executing it.