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
feat: add :init command and first-run guidance for reviewers
- Add _db_ready() helper to check if vault.db exists and is accessible
- On first use (no DB), show a setup-required message guiding users to type cv :init
- cv :init keyword creates the database and loads 150+ built-in commands directly from Flow Launcher
- If DB already exists, cv :init shows a friendly 'already initialized' message
- Removes the need for users to manually run db_init.py outside of Flow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments