CONTRIBUTING.md + bump deprecated GitHub Actions to v6#8
Merged
Conversation
- CONTRIBUTING.md: project layout, setup, the CI gate (incl. smoke:lsp and the examples --check), common tasks (add a gallery agent, a diagnostic, touch the tool loop), and PR conventions. Linked from the site's ecosystem page, with a good-first-issues pointer. - Workflows: bump actions/checkout, actions/setup-node, and pnpm/action-setup from v4 → v6, clearing the "Node.js 20 is deprecated" runner warning (v6 targets Node 24). Pages-specific actions left as-is (not flagged). Co-Authored-By: Claude Opus 4.8 <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.
Two launch-readiness items so arrivals (HN, awesome-lists) have something to grab.
CONTRIBUTING.md
Project layout, setup (Corepack/pnpm), the exact CI gate (
typecheck/test/lint/build+smoke:lsp+ the examples--check), and walkthroughs for the most common tasks — adding a gallery agent (viascripts/gen-examples.mjs, sinceexamples.mdis generated), adding a diagnostic, and touching the tool loop with the scripted mock client. Linked from the site's ecosystem page alongside a good-first-issues filter.Actions bump
actions/checkout,actions/setup-node, andpnpm/action-setupwere on v4, which GitHub flagged as deprecated (targets Node 20). Bumped to v6 (Node 24) acrossci.yml,release.yml, andpages.yml— clears the runner warning. The Pages-specific actions weren't flagged and are left untouched (adeploy-pagesmajor bump is higher-risk and unrelated).This PR is itself the test that the bumped CI still passes.
🤖 Generated with Claude Code