Add fail-closed steering activation preflight#38
Merged
Conversation
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.
Summary
Adds the first GPT-2 Small controlled-activation entrypoint for Issue #34 without claiming real activation is complete.
This PR does not close #34. It adds the fail-closed real-path surface that #34 needs before the actual activation injection implementation and smoke proof can land.
What changed
requirements-steering.txt.src/agent_machine/steering_runtime.py.agent-machine steer preflight --sourceset gpt2-small.res-jbagent-machine steer serve --sourceset gpt2-small.res-jb --host 127.0.0.1 --port 8080agent-machine steer serve-stubintact as the no-weights fallback.make validateto exercisesteer preflightthrough Python and bootstrap CLI paths.docs/steering-activation-path.md.docs/index.md.Boundary discipline
This PR does not:
status: appliedThe new
steer serve --sourcesetpath remains fail-closed and returnsstatus: not_configureduntil runtime dependencies, verified artifacts, storage receipts, policy/grant admission, activation injection, and local smoke evidence are present.Validation
Native CI passed on this PR head:
validaterun #164: passedTrust Surfacerun Add SourceOS projection fixtures for Agent Machine receipts #21: passedThe validate path exercised
steer preflight --sourceset gpt2-small.res-jbthrough both Python and bootstrap CLI paths.