Loading
feat(03-03): update spec_app.py with --config support
- Add --config option to callback with typer.Option - Import and call load_cli_config() for consistent config loading - Config stored in ctx.obj for subcommand access - Add deprecation warning for --cache-dir option - Behavior consistent with tdoc-crawler