From cb0782a6e75aedae47fd4027734821891fa7a146 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:04:21 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/align-contentrain-emails.md | 14 -------------- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/mcp/CHANGELOG.md | 13 +++++++++++++ packages/mcp/package.json | 2 +- packages/rules/CHANGELOG.md | 13 +++++++++++++ packages/rules/package.json | 2 +- packages/skills/CHANGELOG.md | 13 +++++++++++++ packages/skills/package.json | 2 +- 9 files changed, 52 insertions(+), 18 deletions(-) delete mode 100644 .changeset/align-contentrain-emails.md diff --git a/.changeset/align-contentrain-emails.md b/.changeset/align-contentrain-emails.md deleted file mode 100644 index 8c42e29..0000000 --- a/.changeset/align-contentrain-emails.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@contentrain/mcp": patch -"@contentrain/rules": patch -"@contentrain/skills": patch ---- - -Align all email addresses to real Contentrain mailboxes - -The repo referenced a number of invented `@contentrain.io` addresses that don't have a real inbox. Only four mailboxes actually exist — `support@`, `info@`, `security@`, `ai@` — and every address now maps onto them. - -- **`@contentrain/mcp`**: the default git commit-author email is now `ai@contentrain.io` (was `mcp@contentrain.io`) across the local/GitHub/GitLab provider defaults, the worktree transaction flow, and `commit-plan`. Override still honored via `CONTENTRAIN_AUTHOR_EMAIL`. Commits authored by the MCP write path will show the new address. -- **`@contentrain/rules` / `@contentrain/skills`**: the `approved_by` example in the workflow docs now uses `info@contentrain.io` instead of a personal address. - -Repo-level contact/automation references were aligned too (CLA/Code-of-Conduct contact → `info@`, CI commit identity → `ai@`), but those don't affect published package behavior. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9590084..f5a1e13 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # contentrain +## 0.5.4 + +### Patch Changes + +- Updated dependencies [8434723] + - @contentrain/mcp@1.5.2 + - @contentrain/rules@0.5.2 + - @contentrain/skills@0.5.2 + ## 0.5.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9700169..65dfb88 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "contentrain", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT", "description": "CLI for Contentrain — AI content governance infrastructure", "type": "module", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 018472a..cfd6135 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,18 @@ # @contentrain/mcp +## 1.5.2 + +### Patch Changes + +- 8434723: Align all email addresses to real Contentrain mailboxes + + The repo referenced a number of invented `@contentrain.io` addresses that don't have a real inbox. Only four mailboxes actually exist — `support@`, `info@`, `security@`, `ai@` — and every address now maps onto them. + + - **`@contentrain/mcp`**: the default git commit-author email is now `ai@contentrain.io` (was `mcp@contentrain.io`) across the local/GitHub/GitLab provider defaults, the worktree transaction flow, and `commit-plan`. Override still honored via `CONTENTRAIN_AUTHOR_EMAIL`. Commits authored by the MCP write path will show the new address. + - **`@contentrain/rules` / `@contentrain/skills`**: the `approved_by` example in the workflow docs now uses `info@contentrain.io` instead of a personal address. + + Repo-level contact/automation references were aligned too (CLA/Code-of-Conduct contact → `info@`, CI commit identity → `ai@`), but those don't affect published package behavior. + ## 1.5.1 ### Patch Changes diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 53cadb0..c68837f 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@contentrain/mcp", - "version": "1.5.1", + "version": "1.5.2", "mcpName": "io.github.Contentrain/contentrain", "license": "MIT", "description": "Local-first MCP server for AI-generated content governance — 17 deterministic tools, stdio + HTTP transports, Local / GitHub / GitLab providers", diff --git a/packages/rules/CHANGELOG.md b/packages/rules/CHANGELOG.md index 3b96f13..0cc2661 100644 --- a/packages/rules/CHANGELOG.md +++ b/packages/rules/CHANGELOG.md @@ -1,5 +1,18 @@ # @contentrain/rules +## 0.5.2 + +### Patch Changes + +- 8434723: Align all email addresses to real Contentrain mailboxes + + The repo referenced a number of invented `@contentrain.io` addresses that don't have a real inbox. Only four mailboxes actually exist — `support@`, `info@`, `security@`, `ai@` — and every address now maps onto them. + + - **`@contentrain/mcp`**: the default git commit-author email is now `ai@contentrain.io` (was `mcp@contentrain.io`) across the local/GitHub/GitLab provider defaults, the worktree transaction flow, and `commit-plan`. Override still honored via `CONTENTRAIN_AUTHOR_EMAIL`. Commits authored by the MCP write path will show the new address. + - **`@contentrain/rules` / `@contentrain/skills`**: the `approved_by` example in the workflow docs now uses `info@contentrain.io` instead of a personal address. + + Repo-level contact/automation references were aligned too (CLA/Code-of-Conduct contact → `info@`, CI commit identity → `ai@`), but those don't affect published package behavior. + ## 0.5.1 ### Patch Changes diff --git a/packages/rules/package.json b/packages/rules/package.json index 4838831..9cfeafd 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@contentrain/rules", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "description": "AI agent rules for Contentrain — quality standards, architecture conventions, IDE integration", "type": "module", diff --git a/packages/skills/CHANGELOG.md b/packages/skills/CHANGELOG.md index 3f1a832..8f84dd9 100644 --- a/packages/skills/CHANGELOG.md +++ b/packages/skills/CHANGELOG.md @@ -1,5 +1,18 @@ # @contentrain/skills +## 0.5.2 + +### Patch Changes + +- 8434723: Align all email addresses to real Contentrain mailboxes + + The repo referenced a number of invented `@contentrain.io` addresses that don't have a real inbox. Only four mailboxes actually exist — `support@`, `info@`, `security@`, `ai@` — and every address now maps onto them. + + - **`@contentrain/mcp`**: the default git commit-author email is now `ai@contentrain.io` (was `mcp@contentrain.io`) across the local/GitHub/GitLab provider defaults, the worktree transaction flow, and `commit-plan`. Override still honored via `CONTENTRAIN_AUTHOR_EMAIL`. Commits authored by the MCP write path will show the new address. + - **`@contentrain/rules` / `@contentrain/skills`**: the `approved_by` example in the workflow docs now uses `info@contentrain.io` instead of a personal address. + + Repo-level contact/automation references were aligned too (CLA/Code-of-Conduct contact → `info@`, CI commit identity → `ai@`), but those don't affect published package behavior. + ## 0.5.1 ### Patch Changes diff --git a/packages/skills/package.json b/packages/skills/package.json index cbf3cd6..7753a5e 100644 --- a/packages/skills/package.json +++ b/packages/skills/package.json @@ -1,6 +1,6 @@ { "name": "@contentrain/skills", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "description": "AI agent skills for Contentrain — workflow procedures, framework integration guides", "type": "module",