{
  "markdown": "# AI File Organizer\n\nAn intelligent, ADHD-friendly file organization system that learns from your behavior.\n\n## Features\n\n- **Smart Staging** — 7-day observation period before organizing files\n- **Confidence-Based Decisions** — NEVER/MINIMAL/SMART/ALWAYS modes\n- **Adaptive Learning** — Learns from your corrections\n- **Bulletproof Deduplication** — 3-tier verification (size → MD5 → SHA256)\n- **Emergency Space Protection** — Automatic disk monitoring + cloud offload\n- **Rollback System** — Undo any organization action\n- **Google Drive Integration** — Optional cloud storage support\n- **Plugin System** — Extend with custom classifiers\n\n## Requirements\n\n- Python 3.10+\n- macOS, Linux, or Windows\n- (Optional) Google Drive for cloud offloading\n\n## Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/example-org/ai-file-organizer.git\n   cd ai-file-organizer\n   ```\n\n2. Create virtual environment:\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Configure:\n   ```bash\n   cp config.example.yaml config.yaml\n   # Edit config.yaml with your paths\n   ```\n\n5. Run:\n   ```bash\n   python main.py\n   ```\n\n6. Open http://localhost:8000 in your browser\n\n## Configuration\n\nSee `config.example.yaml` for all options. Key settings:\n\n```yaml\nstorage:\n  root: ~/Documents/AI-Organized    # Where organized files go\n  metadata: ~/.ai-file-organizer    # Database storage\n  staging: ~/.ai-file-organizer/staging\n\nmonitor:\n  paths:\n    - ~/Downloads\n    - ~/Desktop\n```\n\n## Confidence Modes\n\n| Mode | Behavior |\n|------|----------|\n| NEVER | Always ask before organizing |\n| MINIMAL | Quick decisions, ask on uncertainty |\n| SMART | Balanced — confirm uncertain files |\n| ALWAYS | Full auto — organize everything |\n\n## Plugins\n\nCreate custom classifiers in `plugins/`. See `plugins/README.md` for the API.\n\n## License\n\nMIT License — see LICENSE file.\n\n## Credits\n\nBuilt by [@example-org](https://github.com/example-org)\n\n**Distribution extraction by:**\n- 🫧 **Cosmo** (Claude Opus 4.5) — Oversight & Direction\n- 🧠 **Jeeves** (Claude Opus 4.6) — Builder & Implementation\n- 🤖 **Claude** (Anthropic) — Architectural Review\n\n*Human out of the loop, agents in the arena.*\n",
  "bytes": 2323,
  "sha": "b7e7238530b0c6ac82afc9635ae898742dc37f08d596eb9f572508aa87021411",
  "repo_slug": "thebearwithabite/ai-file-organizer",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_thebearwithabite_ai_file_organizer_claud_fdd37926/readme"
}