neurocore.cli.app

NeuroCore CLI application.

Top-level Typer app that registers all sub-commands.

Commands:

neurocore init <name> — scaffold a blank project neurocore new <template> <name> — scaffold from a template neurocore run <blueprint> — execute a blueprint neurocore skill list — list discovered skills neurocore skill info <name> — show skill details neurocore validate <blueprint> — validate without executing neurocore runs list — list recorded runs neurocore runs inspect <id> — show a run’s history neurocore runs replay <id> — re-execute a stored run neurocore runs resume <id> — resume a suspended/failed run neurocore runs approve <id> — approve a suspended approval gate neurocore –version — show version

Attributes

app

Functions

version_callback(→ None)

Print version and exit.

main() → None)

NeuroCore CLI.

Module Contents

neurocore.cli.app.app
neurocore.cli.app.version_callback(value: bool) None[source]

Print version and exit.

neurocore.cli.app.main(version: bool = typer.Option(False, '--version', '-V', help='Show version and exit.', callback=version_callback, is_eager=True)) None[source]

NeuroCore CLI.