You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restored missing utility functions in utils.py: RICH_INFO_MARKER, RICH_SUCCESS_MARKER, clean_project_name, get_username, get_project_name were lost during the falco-app merge.
Fixed import error that caused falco CLI to crash with ImportError: cannot import name 'RICH_INFO_MARKER'.
📝 Docs
Moved documentation from falco-app into falco-cli.
Updated install instructions to reference falco-cli instead of falco-app.
Updated contributing guide from hatch → uv workflow.
Fixed logo URL and badges (hatch → uv, repo references).