docs(safety): rewrite Safety section (0.2.3)#35
Merged
Conversation
… (0.2.3) The prior Safety text recommended "run sema in a sandboxed environment" and framed referencing a pattern as risky. That was a category error on both fronts: - sema ships no executable code — the MCP server hands patterns to clients as data (handles, mechanisms, invariants, dependency graphs) and executes none of the behaviors described. - Patterns are references agents use to reason and coordinate. Acting on a pattern as a recipe is a separate, user-authorized activity; the act of resolving a pattern doesn't authorize anything. The intended warning was narrower — "if an agent chooses to execute the procedure a pattern describes, that execution path is untested and should be sandboxed." The new Safety block makes that split explicit in both README.md and docs/README.md. Also folded in: - Updated stale SEMA_ALLOW_MINT=true mentions in install.md, docs/guides/getting-started.md, skills/sema-mint/SKILL.md, and skills/sema-seed/SKILL.md to the 0.2.2 opt-out model. - Dropped the top-of-README "run in sandbox" banner; the Safety section below it now carries the accurate scoped version. CHANGELOG has the why in case it's useful to future readers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Docs-only release. No code or vocabulary changes. Ships:
README.mdanddocs/README.md.SEMA_ALLOW_MINT=trueinstructions updated to the 0.2.2 opt-out model (SEMA_DISABLE_MINT=true,SEMA_DISABLE_PULL=true) acrossinstall.md,docs/guides/getting-started.md, and two SKILL files.Why the Safety rewrite
The prior text read:
Two category errors:
The new block in
README.md+docs/README.mdmakes that split explicit.Test plan
pytestgreen (no code changes, but sync-release-metadata hook re-verifies)sync-release-metadata --checkpasses (plugin.json + server.json auto-bumped to 0.2.3)changelog-gatepassesscripts/release.shcuts 0.2.3 → PyPI + MCP Registry🤖 Generated with Claude Code