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
# Summary

[Introduction](README.md)

# Getting Started
- [Install]getting-started/install.md
- [Quickstart: CLI]getting-started/quickstart-cli.md
- [Quickstart: Library]getting-started/quickstart-lib.md
- [Quickstart: HTTP serve]getting-started/quickstart-serve.md

# Architecture
- [Solver chain]architecture/chain.md
- [Detection rules]architecture/detect-rules.md
- [Stealth profiles]architecture/stealth.md
- [Token oracle]architecture/oracle.md
- [Pattern store]architecture/pattern-store.md
- [Fingerprint LRU]architecture/fingerprint-lru.md
- [Telemetry]architecture/telemetry.md
- [Adversarial replay]architecture/adversarial-replay.md

# Per-Vendor Cookbook
- [Cloudflare Turnstile]vendors/turnstile.md
- [Cloudflare interstitial]vendors/cloudflare-interstitial.md
- [Google reCAPTCHA v2]vendors/recaptcha-v2.md
- [Google reCAPTCHA v3]vendors/recaptcha-v3.md
- [hCaptcha]vendors/hcaptcha.md
- [Akamai BotManager]vendors/akamai.md
- [DataDome]vendors/datadome.md
- [PerimeterX]vendors/perimeterx.md
- [GeeTest]vendors/geetest.md
- [AWS WAF]vendors/aws-waf.md
- [Arkose / FunCaptcha]vendors/arkose.md
- [ALTCHA / Friendly / mCaptcha / Cap.dev]vendors/pow.md

# Integration
- [Puppeteer / Playwright]integration/puppeteer.md
- [Selenium]integration/selenium.md
- [curl / raw HTTP]integration/curl.md
- [Python bindings]integration/python.md
- [Node bindings]integration/node.md
- [WASM in-page]integration/wasm.md

# Deployment
- [Container]deployment/container.md
- [Kubernetes (Helm)]deployment/kubernetes.md
- [Prometheus + alerts]deployment/prometheus.md
- [Bearer auth + rate limit]deployment/auth.md
- [Proxy chain]deployment/proxy.md

# Operations
- [Capacity planning]ops/capacity.md
- [Runbook: vendor success-rate drop]ops/runbook-success-rate.md
- [Runbook: hard-block spike]ops/runbook-hard-block.md
- [Runbook: silent-fail spike]ops/runbook-silent-fail.md
- [Pattern store migration]ops/pattern-store-migration.md

# Reference
- [CLI reference]reference/cli.md
- [HTTP API]reference/http-api.md
- [Configuration (captchaforge.toml)]reference/config.md
- [community.toml schema]reference/community-rules-schema.md
- [Metrics + labels]reference/metrics.md
- [Wire shapes (CaptchaInfo, CaptchaSolveResult, …)]reference/wire-shapes.md

# Contributing
- [Adding a rule]contributing/add-rule.md
- [Adding a solver]contributing/add-solver.md
- [Capturing a CF revision bundle]contributing/cf-revision-capture.md
- [Capturing an adversarial corpus entry]contributing/adversarial-capture.md

# Project
- [Roadmap]project/roadmap.md
- [Bypass scorecard]project/scorecard.md
- [Differential vs competitors]project/differential.md
- [Security policy]project/security.md
- [Changelog]project/changelog.md