Skip to content

fix(skills): make contributor workflows safe and portable - #4

Merged
ahilles107 merged 1 commit into
mainfrom
fix/public-agent-skills
Sep 8, 2026
Merged

ahilles107 merged 1 commit into
mainfrom
fix/public-agent-skills

Conversation

@ahilles107

@ahilles107 ahilles107 commented Sep 8, 2026

Copy link
Copy Markdown
Owner

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.
  • All six required hosted checks passed on the PR head, including the pinned Playwright visual suite.
  • node --test .claude/skills/lib/*.test.mjs: both endpoint/home safety tests passed; now included in CI and full verification.
  • Oxfmt and Oxlint on all five skill JavaScript files; skill frontmatter and documented Bash syntax validation; git diff --check.
  • Disposable double daemon 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_HOME explicitly and use the matching published test port. No binary release or production deployment is required.

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.
Repository owner deleted a comment from linear-code Bot Sep 8, 2026
@ahilles107
ahilles107 merged commit d4b3e8a into main Sep 8, 2026
6 checks passed
@ahilles107
ahilles107 deleted the fix/public-agent-skills branch September 8, 2026 04:40
ahilles107 added a commit that referenced this pull request Sep 10, 2026
Patch bump: everything since v0.12.4 is a fix or docs/tooling change with
no new or removed user-facing surface — the terminal keeps its scroll
position across bot switches (#7), the contributor skills were made safe
and portable (#4), and internal work moved to GitHub Issues (#6).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant