-
Notifications
You must be signed in to change notification settings - Fork 0
feat(api): expose temporal evidence context for LineageWeave Ask #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
seonghobae
merged 19 commits into
feat/lineageweave-live-consumer-contract
from
feat/lineageweave-temporal-context-contract
Aug 22, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
782ca57
test(api): define LineageWeave temporal context contract
seonghobae e646f77
feat(api): add temporal context contract
seonghobae 1245716
fix(api): declare temporal core workspace version
seonghobae a101440
Merge consumer contract base updates
seonghobae 70cef63
Merge branch 'feat/lineageweave-live-consumer-contract' of https://gi…
seonghobae c1a020d
fix(api): share strict loopback host validation
seonghobae f915a4e
Merge remote-tracking branch 'origin/feat/lineageweave-live-consumer-…
seonghobae 7494f5e
test(api): close live contract branch coverage
seonghobae 5afc104
Merge remote-tracking branch 'origin/feat/lineageweave-live-consumer-…
seonghobae 1a3a3e0
Merge branch 'feat/lineageweave-live-consumer-contract' of https://gi…
seonghobae 5bf86c6
Merge remote-tracking branch 'origin/feat/lineageweave-live-consumer-…
seonghobae f7e9ef0
test(api): adapt temporal parser coverage to shared iterator
seonghobae cb1396b
Merge latest LineageWeave live contract coverage
seonghobae 99c8d4c
Merge remote-tracking branch 'origin/feat/lineageweave-temporal-conte…
seonghobae 0073e83
fix(api): enforce temporal context trust boundaries
seonghobae 6d28d23
test(api): cover temporal tie ordering branches
seonghobae 6264f5e
Merge current consumer ingress into temporal context stack
seonghobae b98e26d
fix: remove fabricated temporal context idempotency
seonghobae 1c521a8
fix(api): allow temporal context reads without idempotency
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: Temporal-context read path skips idempotency key
require_idempotency_keyis set only for the analysis-run path (analysis_run_live.rs), and the temporal-context branch gates on the LineageWeave consumer (analysis_run_live.rs). The bodyconsumer_codeis independently re-validated infrom_json, so a mismatched header/body pair still fails closed.Was this helpful? React with 👍 or 👎 to provide feedback.