Commit Graph

3 Commits

Author SHA1 Message Date
tomatocream a484ea4f8e docs: add auto-reverse implementation plan
16 bite-sized TDD tasks, bottom-up: core models/store/schema/doc,
then proxy/browser integration, then tools/agent/REPL/CLI, plus
end-to-end capture-to-spec smoke test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 23:26:42 +08:00
tomatocream 879dfc347d docs: add auto-reverse design spec
Conversational CLI that reverse-engineers a website API: LLM-driven
headed browser (approach 3) + embedded mitmproxy capture/doc pipeline
(approach 5), unified as a single tool-use agent. Free-threaded
single-process architecture, intent-driven exploration, hybrid
human/agent control, bounded LLM cost via endpoint-signature dedup.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 23:13:40 +08:00
tomatocream adcd280bbd init: auto-reverse CLI with Python 3.14t, uv, and Nix flakes
Set up project scaffolding with free-threaded Python 3.14, uv for package
management, and Nix flakes for dev tooling (treefmt-nix with nixfmt/ruff,
pyright strict mode, direnv integration).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-31 22:16:36 +08:00