docs: V2 parse & extract SDK implementation plan#96
Draft
yzld2002 wants to merge 4 commits into
Draft
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This was referenced Jul 7, 2026
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]>
This was referenced Jul 8, 2026
…, 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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 unifiedJobdesign 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_keyis extract-only; 206 partial-success is on parse (extract strict-failure is 422); encrypted-PDFpasswordis supported; parse/extract job envelopes diverge (int-epoch vs ISO timestamps,data/output_url/failure_reasonvsresult/error);/v1/fileslives on the ADE host;/v2/workflowdeferred.Tracking: #95
🤖 Generated with Claude Code