Skip to content

Point repository references at render-oss - #4

Merged
jacobprall merged 1 commit into
mainfrom
update-render-oss-references
Aug 11, 2026
Merged

Point repository references at render-oss#4
jacobprall merged 1 commit into
mainfrom
update-render-oss-references

Conversation

@jacobprall

Copy link
Copy Markdown
Collaborator

Summary

This repository was transferred from render-lab to render-oss. GitHub redirects the old URLs, so nothing broke visibly, but 16 in-repo references still named the old owner. This updates all of them.

The load-bearing change is .github/workflows/sync-skills.yml. Its job is gated on github.repository == 'render-lab/render-pi-plugin', which no longer matches, so the daily skills sync would silently never run again under the new owner — no failure, no notification, just a plugin that quietly stops tracking render-oss/skills.

The rest are correctness and discoverability:

  • package.jsonrepository, homepage, and bugs URLs
  • README.md — the pi install, pinned-tag, and pi remove commands users copy
  • docs/SPEC.md and CHANGELOG.md — the documented artifact and distribution URLs
  • tests/package/manifest.test.ts and tests/package/sync-workflow.test.ts — the assertions that pin the two above

Test plan

  • npm run verify green locally: typecheck, lint, and 63 tests across 9 files
  • verify workflow green on this PR
  • After merge, dispatch sync-skills.yml manually and confirm it runs under the new owner and produces no PR against current upstream

Note for whoever merges: SKILLS_SYNC_AUTOMERGE=true survived the transfer, and verify is still not a required check on main, so a sync PR can auto-merge without its check passing. Worth closing separately.

Made with Cursor

This repository was transferred from render-lab to render-oss. The
sync-skills workflow guard is the load-bearing one: it is gated on
github.repository, so it would have silently stopped running under the
new owner.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jacobprall
jacobprall merged commit 72e308d into main Aug 11, 2026
3 checks passed
@jacobprall
jacobprall deleted the update-render-oss-references branch August 11, 2026 19:58
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