Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/align-contentrain-emails.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/skills/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading