feat: add CLA document and org-wide workflow template#6
Conversation
Establishes the ORGANVM Contributor License Agreement (v1.0) at the org level. Workflow template available for adoption by any repo in the ecosystem. Per SOP--open-source-licensing-and-ip.md Phase III mandate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 74d5abe6b8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| with: | ||
| path-to-signatures: 'signatures/cla.json' |
There was a problem hiding this comment.
Centralize CLA signature storage for one-time org signing
This workflow writes signatures to each repository’s own signatures/cla.json and does not set remote-organization-name/remote-repository-name, so signatures are tracked per repo rather than across the ORGANVM ecosystem. In practice, a contributor who signs in repo A will still appear unsigned in repo B, which conflicts with both CLA.md and the PR comment text that promise a one-time signature for all future contributions; this will cause repeated signing prompts unless storage is centralized or the messaging is revised.
Useful? React with 👍 / 👎.
Summary
Context
SOP--open-source-licensing-and-ip.md Phase III mandates CLA enforcement on all public repos.
🤖 Generated with Claude Code