feat(api): GET retry parent from published tepp-retry-parent CLI - #400
Draft
seonghobae wants to merge 1 commit into
Draft
Conversation
GAP-003A operator-visible slice: tepp-retry-parent mints typed naruon and
LineageWeave GET /v1/analysis-runs/{run_id}/parent exchanges onto spawned
tepp-loopback TCP. Inspect stays metric-free. Public bind hosts fail closed.
Persistence remains GAP-003B.
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 31, 2026
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.
Why
GAP-003A / issue #166 still has no published CLI that GETs
/parentfrom the typed naruon/LineageWeaveretry-parent exchange onto spawnedtepp-loopbackTCP. ADR 0038 / #384 owns retry-parent GET. ADR 0044 / #396 owns consumer-parity exchanges. Operators still had to embed the library or invent HTTP. Retry CLI (#394) lives on a diverged stack that lacks retry-parent GET.Live slices that this PR does not duplicate:
analysis_enginescientific-acceptance library02eee9f07f58dd6dee5396c36cfcd0a0b228d199)What
Unique GAP-003A retry-parent CLI slice stacked on #396 over protected main
1bc02f580cf48e1d39da239f0e818453437c31c3:tepp-retry-parent parentmintsnaruon_analysis_run_retry_parent_exchangeorlineageweave_analysis_run_retry_parent_exchangeand renders throughloopback_http1_from_retry_parent_exchange--originstays the published HTTPS origin; only--hostis the loopback bind address printed bytepp-loopback200 OKinspect ("parent": nullwhen the run was never retried)localhost, unpublished consumers, credential-shaped flags, metric keys, andhttp://origins fail closedNaruonLiveServicebeyond the Naruon-only compatibility inspect already owned by ADR 0044; LineageWeave remains refused thereNot an ADR 0014 scientific claim. Not retry-parent GET. Not retry-parent consumer-parity. Not retry CLI. Not retry HTTP. Persistence remains GAP-003B.
Verification
cargo clippy -p tepp_api --all-targets -- -D warningscargo test -p tepp_api --test analysis_run_retry_parent_cli_contractcargo test -p tepp_api --libcargo doc -p tepp_api --no-depspython3 scripts/validate_documentation.pypython3 scripts/check_docstrings.pyStacking
Base is
feat/analysis-run-retry-parent-consumer-parity-gap-003a(#396). Merge #396 first or retarget onto main after #396 lands. No force-push.