status
fialr statusDisplay file counts, duplicate groups, and review queue size from the fialr database. Read-only. No files or database records are modified.
What it does
Section titled “What it does”status reads the SQLite database and reports:
- Unique files tracked — total number of distinct files (by content hash) in the
filestable - Duplicate groups — number of hash-based duplicate groups detected
- Review queue — number of files pending manual review (Tier 1 files and low-confidence enrichment results)
- Embeddings — number of vector embeddings stored and the embedding model name
If no database exists, status reports that and exits cleanly. Run fialr scan first to create the database.
Output
Section titled “Output”status .fialr/fialr.db
STATUS .fialr/fialr.db unique files tracked 847 duplicate groups 19 review queue 12 files embeddings 623 vectors (nomic-embed-text)Examples
Section titled “Examples”# Show database statsfialr status
# Use a specific databasefialr --db path/to/fialr.db status