feat(api): enumerate analysis runs from LineageWeave and Naruon - #391
Draft
seonghobae wants to merge 2 commits into
Draft
Conversation
GAP-003A / issue #166: LineageWeave mints the metric-free collection GET and the Naruon compatibility listener lists accepted runs. tepp-loopback proves create-then-list over TCP. Not GET status, not an ADR 0014 claim.
|
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 |
…3a' into feat/analysis-run-collection-consumer-parity-gap-003a
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 LineageWeave collection exchange builder, no Naruon compatibility-listener list, and no
tepp-loopbackTCP proof. ADR 0031 / #368 addedGET /v1/analysis-runsonAnalysisRunLiveServiceand the Naruon collection builder only. A published LineageWeave consumer would have to mint a Naruon-labelled list.NaruonLiveServicestill refused every GET path.Live slices that this PR does not duplicate:
analysis_enginescientific-acceptance libraryd582f63af3c772328a0b0e4d55d61ad45e5a8b0f, which includes feat(api): cancel accepted and running analysis runs on loopback #36151dd22fc74ad706b1198bbc0555a624af2c30351)What
Unique GAP-003A collection GET consumer-parity slice stacked on #368 over protected main
1bc02f580cf48e1d39da239f0e818453437c31c3:lineageweave_analysis_run_collection_exchangereuses the Naruon collection builder and replaces onlytepp-consumerNaruonLiveServiceserves metric-free collection GET for Naruon only; LineageWeave remains refused thererun_id,run_state, andidempotency_key(200); unknown cursor, consumer mismatch, nonempty body, GET-by-id, and metric keys fail closedtepp-loopbackcreate-then-list over loopback TCPNot an ADR 0014 scientific claim. Not GET status. Not lifecycle POST. Not stored-request GET. Not retry. Not cancel consumer-parity. Not persistence. Does not open
NaruonLiveServiceto LineageWeave.Verification
cargo clippy -p tepp_api --all-targets -- -D warningscargo test -p tepp_api --all-targetsRUSTDOCFLAGS='-D warnings' cargo doc -p tepp_api --no-depspython3 scripts/validate_documentation.pypython3 scripts/check_docstrings.pycrates/tepp_api/tests/lineageweave_http_contract.rscrates/tepp_api/tests/naruon_live_http_contract.rscrates/tepp_api/tests/loopback_binary_contract.rsdocs/research/analysis-run-collection-consumer-parity.mdExact-head Checks on
061a6eaa407894ec4dc10f1d268b9147162a4e38are required before merge. Two independent current-head APPROVEs are required. Author cannot self-approve. Merge #368 before this stacked PR, or retarget onto protected main after #368 lands. No force-push.