-
Notifications
You must be signed in to change notification settings - Fork 0
NS09A: executable replay plan and runtime core #44
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
Draft
kmccleary3301
wants to merge
35
commits into
north-star/ns05b-vocabulary
Choose a base branch
from
north-star/ns09a
base: north-star/ns05b-vocabulary
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d26674c
feat: add executable replay runtime core
kmccleary3301 f4ed99f
fix: preserve live replay tool results
kmccleary3301 624b2f9
fix(ns09a): alias forced replay tool choices
kmccleary3301 4037922
fix(ns09a): fail closed on host containment
kmccleary3301 e32d9c9
fix(ns09a): exclude transient replay specs
kmccleary3301 66eeec7
fix(ns09a): filter replay provider metadata
kmccleary3301 9e42531
fix(ns09a): preserve replay baseline contracts
kmccleary3301 f56c0f2
fix(ns09a): confine host subprocess reads
kmccleary3301 48221cf
fix(ns09a): isolate worker module reads
kmccleary3301 3f75652
fix(ns09a): isolate provider workspace reads
kmccleary3301 70eaf86
fix(ns09a): import worker loaders explicitly
kmccleary3301 2a13c3f
fix(ns09a): commit provider metadata transactionally
kmccleary3301 55260bb
fix(ns09a): preserve failed provider status
kmccleary3301 04b0c60
fix(ns09a): bind runtime counter state
kmccleary3301 3f23c21
fix(ns09a): preserve scalar capability state
kmccleary3301 723eb12
fix(ns09a): round-trip composite flags
kmccleary3301 9ea2315
fix(ns09a): enforce idle deadline for workers
kmccleary3301 a929842
fix(ns09a): allow lazy package imports
kmccleary3301 d038457
fix(ns09a): bind replay invocation inputs
kmccleary3301 4713da4
fix(ns09a): close exec and entrypoint gaps
kmccleary3301 db9fedf
fix(ns09a): gate host network access
kmccleary3301 88a4e45
fix(ns09a): bind nested identity and enforce deadlines
kmccleary3301 0a42507
chore(ns09a): refresh pull request head
kmccleary3301 10a38ab
fix(ns09a): bind exchanges to raw payloads
kmccleary3301 aa1b127
fix(ns09a): defer provider state commit
kmccleary3301 7458b27
fix(ns09a): preserve reasoning and lazy imports
kmccleary3301 1af0b1c
fix(ns09a): gate capability startup
kmccleary3301 3f86cfa
fix(ns09a): bind lazy module identities
kmccleary3301 790ae08
fix(ns09a): bind resources and flat tool choices
kmccleary3301 5f40104
fix(ns09a): alias mixed provider tool choices
kmccleary3301 79fcfa4
fix(ns09a): recheck policy completion state
kmccleary3301 32c5f59
fix(ns09a): bound worker startup and module reads
kmccleary3301 9589335
fix(ns09a): bind provider state dependencies
kmccleary3301 fd62822
fix(ns09a): link provider request evidence
kmccleary3301 b4e9907
fix(ns09a): close replay evidence boundaries
kmccleary3301 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
Oops, something went wrong.
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.
When Responses or Anthropic returns
encrypted_reasoningorreasoning_summaries, this projection drops those normalizedProviderResultfields beforerun_replayhashes and stores theprovider_responseartifact. The normal execution path records those fields into reasoning traces, so two provider responses that differ only in reasoning evidence publish the same replay response hash and the replay loses auditable reasoning output; include replay-safe reasoning fields here or fail closed when they are present.Useful? React with 👍 / 👎.