Skip to content

Quick Start

Point fialr at any directory to build a manifest:

Terminal window
fialr scan ~/Documents

fialr traverses the directory, computes BLAKE3 and SHA256 hashes for every file, detects MIME types, and generates a structured manifest. No files are modified. This is a read-only operation.

The output shows file count, total size, and extension distribution.

Run classification to assign sensitivity tiers and suggest categories:

Terminal window
fialr classify ~/Documents

Every file receives a sensitivity tier (1: RESTRICTED, 2: SENSITIVE, 3: INTERNAL) based on structural signals — filename patterns, extensions, and directory heuristics. Tier 1 files are never processed by AI. They are flagged for manual review.

Generate a dry-run reorganization plan:

Terminal window
fialr plan ~/Documents

This produces a plan.csv with proposed moves and renames. Review it before executing. No files move until you explicitly approve.