{
  "markdown": "# CLI-Anything BidDeed\n\n**Fork of [HKUDS/CLI-Anything](https://github.com/HKUDS/CLI-Anything)** — adapted for BidDeed.AI's foreclosure auction and zoning intelligence stack.\n\n> CLI-Anything: Making ALL Software Agent-Native.\n> This fork extends the methodology to API/DB backend targets.\n\n---\n\n## What This Fork Adds\n\nCLI-Anything was built for GUI desktop apps (Blender, GIMP, LibreOffice). This fork applies the same proven 7-phase pipeline to **cloud APIs, web scrapers, and database-backed agents** — proving the methodology is universal.\n\n### CLIs in This Fork\n\n| CLI | Domain | Backend | Status |\n|-----|--------|---------|--------|\n| `cli-anything-zonewise` | Zoning data scraper | Firecrawl + Gemini + Claude + Supabase | 🔨 Planned |\n| `cli-anything-auction` | Foreclosure analysis | RealForeclose + BCPAO + AcclaimWeb + Supabase | 🔨 Planned |\n| `cli-anything-swimintel` | Swim meet intelligence | PDF + pdfplumber + Node.js docx + Supabase | ✅ Agent #139 (19 tests) |\n| `cli-anything-btr` | Build-to-Rent + Distressed Assets | MAI Valuation + OpenMud + LangGraph + Supabase | ✅ Squad EVEREST-BTR (23 tests, 10 agents) |\n\n### Stack Extensions (BIDDEED_OVERLAY.md)\n\n| Extension | Description |\n|-----------|-------------|\n| Supabase State Layer | Hybrid persistence: JSON stdout for piping + Supabase for durability |\n| GitHub Actions | Nightly/on-demand agent scheduling via cron workflows |\n| Cost Tracking | Token budget enforcement per CLI invocation |\n| Audit Logging | Every agent decision logged to Supabase |\n| LangGraph Bridge | Multi-agent orchestration with checkpoint/resume |\n\n---\n\n## Quick Start\n\n```bash\n# Install shared utilities\ncd shared && pip install -e .\n\n# Install ZoneWise CLI\ncd zonewise/agent-harness && pip install -e .\ncli-anything-zonewise --help\n\n# Install Auction CLI\ncd auction/agent-harness && pip install -e .\ncli-anything-auction --help\n\n# Install SwimIntel CLI (Agent #139)\ncd swimintel/agent-harness && pip install -e .\ncli-anything-swimintel --help\n\n# Install BTR Squad (EVEREST-BTR — 10 agents)\ncd btr/agent-harness && pip install -e .\ncli-anything-btr --help\n```\n\n## Agent Piping\n\n```bash\n# Chain agents via JSON stdout\ncli-anything-zonewise --json parcel lookup --address \"123 Ocean Ave\" \\\n  | cli-anything-auction --json analyze --stdin\n\n# Persist results to Supabase\ncli-anything-auction --json analyze batch --date 2026-03-15 --persist\n\n# SwimIntel full pipeline — PDF in, DOCX report out\ncli-anything-swimintel pipeline --pdf psychsheet.pdf --swimmer \"Last, First\" -o report.docx\n\n# BTR Squad — full analysis pipeline\ncli-anything-btr --json analyze \"123 Ocean Ave\" --type sfr --scenario full\n\n# BTR MAI Valuation — 3-approach method\ncli-anything-btr --json mai \"456 Beach St\" --type multifamily \\\n  --noi 120000 --cap-rate 0.065 --comp-value 1800000 --cost-value 1650000\n\n# BTR Rehab — distressed asset max bid calc\ncli-anything-btr --json rehab \"789 Foreclosure Dr\" --type sfr \\\n  --arv 300000 --repairs 50000\n\n# Chain BTR with ZoneWise for HBU analysis\ncli-anything-zonewise --json parcel lookup --parcel \"12-34-56\" \\\n  | cli-anything-btr --json hbu --zoning \"RM-6\"\n```\n\n## Architecture\n\n- **HARNESS.md** — Upstream SOP (untouched)\n- **BIDDEED_OVERLAY.md** — Stack-specific extensions\n- **docs/plans/** — Design spec + implementation plan\n- **shared/** — Shared utilities (Supabase, cost, audit)\n- **zonewise/** — ZoneWise Scraper CLI\n- **auction/** — Auction Analyzer CLI\n- **swimintel/** — SwimIntel Competitive Intelligence CLI (Agent #139)\n- **btr/** — EVEREST-BTR Squad: Build-to-Rent + Distressed Assets (10 agents, 23 tests)\n\n## Upstream\n\nThis fork keeps the `cli_anything.*` namespace and follows HARNESS.md patterns to enable eventual contribution back to [HKUDS/CLI-Anything](https://github.com/HKUDS/CLI-Anything).\n\n---\n\n## License\n\nMIT License — same as upstream.\n",
  "bytes": 3832,
  "sha": "b67a9815f4a7b18a50c3d2fd4fe5c41226aceddb68b1ef4cb10eb481c5ec7eb1",
  "repo_slug": "breverdbidder/cli-anything-biddeed",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_biddeed_biddeed_mcp_d7615e15/readme"
}