fix: align email addresses to real Contentrain mailboxes#55
Merged
Conversation
Dozens of invented @contentrain.io addresses were scattered across the repo; only support@, info@, security@ and ai@ actually exist. Remapped every address onto a real mailbox: - ai@contentrain.io — automation / git commit-author identity (MCP provider defaults, worktree transaction flow, commit-plan), CI bot, and test/demo git identities - info@contentrain.io — CLA & CONTRIBUTING contact, Code of Conduct reports, and the approved_by example in rules/skills docs - support@contentrain.io — already real; left as-is (docs config example) Standard placeholder domains (example.com/test.com/acme.com/outside.com) and the git@github.com SSH URL were intentionally left untouched. Changeset: patch bump for @contentrain/mcp (default commit-author email), @contentrain/rules and @contentrain/skills (approved_by doc example).
✅ Deploy Preview for contentrain-ai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
All contributors have signed the CLA ✓ |
Member
Author
|
I have read the CLA Document and I hereby sign the CLA |
ABB65 is the maintainer GitHub account (id 49499275) that authors local dev and PR-merge commits; it was missing from the allowlist, so the CLA Assistant prompted it to sign. Add it alongside the existing entries. Takes effect for future PRs once on main (pull_request_target reads the allowlist from the base branch).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Aligns every email address in the repo to a real Contentrain mailbox. The project referenced dozens of invented
@contentrain.ioaddresses; only four mailboxes actually exist —support@,info@,security@,ai@.Mapping
mcp@,ci@,test@,demo@ai@contentrain.iocla@,oss@,ahmet@info@contentrain.ioapproved_byexample in rules/skills docssupport@Left untouched (intentional): RFC/placeholder domains
example.com/test.com/acme.com/outside.com, andgit@github.com(SSH remote URL, not a contact).Release
Patch changeset for the packages with shipped/observable changes:
@contentrain/mcp— default commit-author email is nowai@contentrain.io(override still viaCONTENTRAIN_AUTHOR_EMAIL)@contentrain/rules/@contentrain/skills—approved_bydoc exampleVerification
ai@(40),info@(5),support@(2) remain — zero invented addresses.whoami.test.ts(the only email-asserting CLI test) passes 3/3.Notes (follow-ups, not in this PR)
security@is referenced nowhere — there is noSECURITY.md. Could add one pointing tosecurity@contentrain.io..contentrain/client/data/showcase.en.mjsis stale generated output (itsdemo-fullentry no longer exists in source content); the literal was aligned, but acontentrain generatewould resync the client.