Finalize 0.3.0 release metadata: changelog, platform claim, grant-spelling provenance#41
Merged
Merged
Conversation
…lling provenance - Stamp the 0.3.0 changelog section (apply verb, keyword task arguments, bare-GitRepo grant spelling, context-manager workspace, migration notes). - README: grant enforcement is now executed on both macOS Seatbelt and Linux Landlock (the latter in a privileged container), retiring the container-gated caveat. - Registrations now record which GitRepo grant spelling was written (bare `repo: GitRepo` vs explicit `May[GitRepo, ...]`) as `gitrepo_grant_spelling` in the parameter's signature schema. Bare and explicit ReadWrite compile to an identical grant; the marker is provenance for a future defaulted-grant lint and changes no runtime behavior. Pre-0.3 registrations lack the key and read as unknown. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying shepherd-agents-docs with
|
| Latest commit: |
bdc2721
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c36f036.shepherd-agents-docs.pages.dev |
| Branch Preview URL: | https://export-030-release-metadata.shepherd-agents-docs.pages.dev |
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
[0.3.0]section — theapplysettlement verb, keyword task arguments, the bare-GitRepogrant spelling, the context-manager workspace, and the migration notes from 0.2.x.GitRepogrant spelling was written — barerepo: GitRepovs explicitMay[GitRepo, ...]— asgitrepo_grant_spellingon the parameter's signature-schema entry. Bare and explicitReadWritecompile to an identical grant, so this is pure provenance for a future defaulted-grant lint; no runtime behavior changes. Registrations made before 0.3.0 lack the key and read as unknown.Testing
uv sync --offlineuv run ruff check .anduv run ruff format . --check— cleanuv run pytest shepherd/packages/dialect/tests/test_gitrepo_grant_spelling.py shepherd/packages/dialect/tests/test_register_ergonomics.py shepherd/packages/dialect/tests/test_register_ceiling_derivation.py shepherd/packages/dialect/tests/test_run_kwargs_sugar.py shepherd/packages/dialect/tests/test_workspace_control_core_loop.py— 137 passedmake release-evidence-beat0— GREEN: all 19 required ids present and passed, skip-free🤖 Generated with Claude Code