docs(shepherd): record 0.3.0 apply-verb verdict + jailed live-claude smoke#22
Open
todie wants to merge 1 commit into
Open
docs(shepherd): record 0.3.0 apply-verb verdict + jailed live-claude smoke#22todie wants to merge 1 commit into
todie wants to merge 1 commit into
Conversation
…smoke Live-exercised the two lanes the README flagged as never smoked on 0.3.0: - apply verb: shepherd run apply settles custody inside .vcscore only (output unconsumed -> applied, parent world advanced, merged candidate commit holds the file) — it does NOT materialize the working tree. Replaces the runbook §3 hedge with the observed before/after evidence; changeset-extract stays the materialization path. - jailed live-claude lane: demo write agent-task ran end-to-end under the Landlock jail (enforcement: jail, auth via ANTHROPIC_API_KEY), donut.py retained and executable from the changeset, settled discarded.
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.
What
Exercises the two shepherd 0.3.0 lanes the README flagged as never smoked, and replaces the runbook §3 hedge with the observed behavior.
Apply-verb verdict: does NOT materialize the working tree
Evidence (throwaway workspace, static-provider retained run writing
APPLY_TEST.txt):readme.txt+ demo scripts; runretained, outputunconsumed.shepherd run apply <run>→ exit 0, settlement actionapplied,parent_world_before 2f1c93df… → parent_world_after f56340ea….APPLY_TEST.txt,git statusunchanged, sole commit stillinit.caf40fbc…inside.vcscore/world-vectors/substrates/workspace.gitcontainsworkspace/APPLY_TEST.txtwith the run's content; output state movedunconsumed → applied.APPLY_TEST.txtin its basis/changeset.Conclusion:
applyis a custody settlement (three-way merge onto the vcs-core parent world), same class asselect/release/discard. Changeset-extract remains the only materialization path — §3 now states this plainly.Jailed live-claude lane: works on 0.3.0
shepherd demo write agent-taskran end-to-end:run showreportsenforcement: jail (launch_confined_attempted), auth viaANTHROPIC_API_KEY,donut.pyretained, executed straight from the changeset (--read donut.py | python3 -rendered the animation), settleddiscarded, working tree untouched.Checks
tests/test_pin.py(README/pin agreement) — 2 passed.