import typer app = typer.Typer(help="codex — personal knowledge base for scientific papers.") @app.callback() def _main() -> None: """codex CLI — commands land here in F-07."""