fix(skills): make contributor workflows safe and portable - #4
Merged
Merged
Conversation
Replace shared temporary paths and broad cleanup with isolated sessions. Keep local tokens out of process arguments, validate driver endpoints, and update release verification guidance.
This was referenced Sep 8, 2026
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
Make the five public contributor skills safer and portable. Add a contributor index, fix the terminal driver's protocol version, and require local drivers to use an explicit test home with a matching loopback port. Load MCP credentials inside Node instead of shell arguments.
Why
The previous recipes reused fixed temporary directories, killed processes by broad patterns, modified real Claude transcripts, and assumed one maintainer's environment. Keep test sessions isolated, preserve user data, and retain explicit authorization for billed sessions and release publication. Update release guidance to include notices and every required check.
How tested
RUSTUP_TOOLCHAIN=1.98.1 pnpm run verify: notices, Rust/native formatting, Clippy and tests, desktop/marketing typecheck, lint, tests and builds passed. Local Docker became unresponsive at the visual stage; the hosted visual check passed.node --test .claude/skills/lib/*.test.mjs: both endpoint/home safety tests passed; now included in CI and full verification.git diff --check.doubledaemon smoke: bus setup/chat/MCP, terminal setup/stream, marketing project/bot/list/say/peek/update passed. No billed sessions or native screenshot capture performed.gitleaks dir .claude --redact --no-banner: no secrets detected.Driver users must now set
GRAVITY_HOMEexplicitly and use the matching published test port. No binary release or production deployment is required.