chore: OSS readiness — governance docs, CI hardening, GitHub config - #114
Merged
Conversation
Aligns cmcp with agent-manifest OSS standards for the June 23 launch. Governance docs: - LICENSE (MIT — was missing, README only said MIT) - CONTRIBUTING.md (DCO, dev setup, commit format, security-critical paths) - CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - SECURITY.md (private disclosure, SLAs, scope/out-of-scope) - CHANGELOG.md (Keep a Changelog format, v0.1.0 initial entries) - GOVERNANCE.md (contributor ladder, decision-making, AAIF upstream) - MAINTAINERS.md (reviewer/maintainer criteria, current roster) - ADOPTERS.md, ROADMAP.md, NOTICE (placeholders + v0.2/v1.0 targets) GitHub configuration: - CODEOWNERS (security-reviewers required on audit/, tee/, policy/) - dependabot.yml (weekly pip + Actions, max 5 PRs) - PULL_REQUEST_TEMPLATE.md (security impact field required) - ISSUE_TEMPLATE/ (bug report, feature request, config.yml) CI hardening (.github/workflows/): - ci.yml: matrix extended to 3.11/3.12/3.13 on ubuntu+windows; added bandit + pip-audit security scan step; coverage upload to Codecov - publish.yml: OIDC trusted publishing to PyPI on v* tags - codeql.yml: weekly CodeQL with security-extended queries - scorecard.yml: weekly OpenSSF Scorecard, SARIF → GitHub Security tab pyproject.toml: - classifiers (Alpha, MIT, Python 3.11/3.12/3.13, Security, AI, Typed) - bandit[toml] + pip-audit added to dev deps - [tool.bandit], [tool.coverage.run], [tool.coverage.report] sections README.md: - badges (CI, license, PyPI, Python, OpenSSF Scorecard) - architecture diagram updated to GatewayClaim envelope field names - status section updated; Contributing + Security links added Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
Aligns cmcp with agent-manifest OSS standards ahead of the June 23 launch.
audit/,tee/,policy/)audit/,tee/,policy/v*tags (no stored API token)Test plan
v*tag push🤖 Generated with Claude Code