captchaforge 0.2.36

[DO NOT USE — UNDER ACTIVE DEVELOPMENT, NOT PRODUCTION-READY] Captcha solver scaffolding for chromiumoxide-driven browsers. The architecture is in place (vendor solvers, retry-loop iframe walking, VLM provider abstraction, real-WAF bench harness) but the live-vendor success rate is still 0% — Cloudflare Turnstile / hCaptcha / reCAPTCHA detect us at a TLS / CDP fingerprint layer that no flag-based stealth has cleared. Watch the repo; do not depend on this for any real workload.
Documentation
/target/
**/target/
/Cargo.lock
**/*.rs.bk
.DS_Store

# Bench reporter outputs — regenerated by every captchaforge-bench run.
bench-results-*.csv
bench-results-*.html
bench-results-*.json
bench-results-*.md
bench-results-*.sarif
bench-results.json

# Trained model weights — large; ship via HuggingFace / Ollama / S3.
training/weights/
training/datasets/


# Python __pycache__ artefacts under tools/.
tools/__pycache__/