Skip to content

docs: V2 parse & extract SDK implementation plan#96

Draft
yzld2002 wants to merge 4 commits into
mainfrom
docs/v2-parse-extract-plan
Draft

docs: V2 parse & extract SDK implementation plan#96
yzld2002 wants to merge 4 commits into
mainfrom
docs/v2-parse-extract-plan

Conversation

@yzld2002

@yzld2002 yzld2002 commented Jul 7, 2026

Copy link
Copy Markdown
Member

Adds the implementation plan for V2 parse & extract SDK support (ade-python only).

What's here: just the plan document — docs/superpowers/plans/2026-07-07-v2-parse-extract-ade-python.md. No source changes yet. This PR exists so the plan is reviewable on GitHub (the full ~65 KB plan exceeds the issue-body limit, so #95 carries the summary).

Contents: contract verified against the real ADE gateway openapi.json, the unified Job design decision, the 4-environment host matrix, and 13 TDD tasks with complete code + test cycles.

Verified deltas from the design doc's provisional table: idempotency_key is extract-only; 206 partial-success is on parse (extract strict-failure is 422); encrypted-PDF password is supported; parse/extract job envelopes diverge (int-epoch vs ISO timestamps, data/output_url/failure_reason vs result/error); /v1/files lives on the ADE host; /v2/workflow deferred.

Tracking: #95

🤖 Generated with Claude Code

yzld2002 and others added 2 commits July 7, 2026 15:14
The V2 customer API + spec live on the AIDE gateway at aide.[env].landing.ai, not
api.ade.[env] (which is the VTRA 'Vision Tools API' / V1 host and does not serve
/v2/parse|extract|workflow or /v1/files). Fixes the env matrix, V2_ENVIRONMENTS,
and all respx test URLs; adds a note recording the correction. Confirmed against
each host's openapi.json content.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
…, live-verified)

Reverts the interim aide.[env] change. Live staging smoke test proved the customer
V2 API is api.ade.[env] (bearer); aide.[env] serves only the spec (its API paths are
staff-SSO-gated). Fixes matrix, V2_ENVIRONMENTS, and test URLs; note explains the split.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant