# @automatelab/content-distribution-mcp - Doramagic AI Context Pack

> 定位：安装前体验与判断资产。它帮助宿主 AI 有一个好的开始，但不代表已经安装、执行或验证目标项目。

## 充分原则

- **充分原则，不是压缩原则**：AI Context Pack 应该充分到让宿主 AI 在开工前理解项目价值、能力边界、使用入口、风险和证据来源；它可以分层组织，但不以最短摘要为目标。
- **压缩策略**：只压缩噪声和重复内容，不压缩会影响判断和开工质量的上下文。

## 给宿主 AI 的使用方式

你正在读取 Doramagic 为 @automatelab/content-distribution-mcp 编译的 AI Context Pack。请把它当作开工前上下文：帮助用户理解适合谁、能做什么、如何开始、哪些必须安装后验证、风险在哪里。不要声称你已经安装、运行或执行了目标项目。

## Claim 消费规则

- **事实来源**：Repo Evidence + Claim/Evidence Graph；Human Wiki 只提供显著性、术语和叙事结构。
- **事实最低状态**：`supported`
- `supported`：可以作为项目事实使用，但回答中必须引用 claim_id 和证据路径。
- `weak`：只能作为低置信度线索，必须要求用户继续核实。
- `inferred`：只能用于风险提示或待确认问题，不能包装成项目事实。
- `unverified`：不得作为事实使用，应明确说证据不足。
- `contradicted`：必须展示冲突来源，不得替用户强行选择一个版本。

## 它最适合谁

- **正在使用 Claude/Codex/Cursor/Gemini 等宿主 AI 的开发者**：README 或插件配置提到多个宿主 AI。 证据：`README.md` Claim：`clm_0011` supported 0.86

## 它能做什么

- **Multi-Platform Content Publishing**（可做安装前预览）：Publish content to 8+ channels (DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, Twitter/X) via platform-specific API adapters. 证据：`README.md`, `src/adapters/index.ts`, `src/adapters/devto.ts`, `src/adapters/hashnode.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Idempotent Publishing**（可做安装前预览）：Ensures publishing the same content to the same channel twice returns the same result without duplicate API calls, using content_id + channel as idempotency key. 证据：`README.md`, `src/idempotency.ts`, `src/backends/base.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Scheduling with Drain Worker**（可做安装前预览）：Queue content variants for future publication via schedule_at timestamp; drain tool fires all due posts, enabling cron-based batch publishing. 证据：`README.md`, `src/scheduler.ts`, `src/backends/base.ts`, `src/models.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Platform Hints**（可做安装前预览）：Returns metadata per channel (character limits, Markdown support, tag vocabularies, canonical URL support) to guide caller-side variant formatting. 证据：`README.md`, `src/models.ts`, `src/adapters/devto.ts`, `src/adapters/bluesky.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Publish Status Tracking**（可做安装前预览）：Query the state of published content per channel, including live URL, error messages, retry counts, and next retry timestamps. 证据：`README.md`, `src/backends/base.ts`, `src/models.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Subreddit Catalog with Anti-Spam Rules**（可做安装前预览）：Manages per-subreddit rules including posting cooldowns, self-promotion ratios, flair vocabularies, account age minimums, and karma requirements. 证据：`src/backends/base.ts`, `README.md`, `src/backends/base.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Retry with Exponential Backoff**（可做安装前预览）：Automatically retries transient failures (5xx, 429) up to 3 times with exponential backoff before marking a publish as failed. 证据：`src/idempotency.ts`, `spec.md` Claim：`clm_0002` supported 0.86, `clm_0007` supported 0.86
- **Browser Fallback for Manual Channels**（可做安装前预览）：LinkedIn, Medium, and Twitter return needs_browser state with a compose URL for manual publishing when no native API exists. 证据：`README.md`, `src/adapters/browser.ts`, `src/models.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Distribution Profile Management**（可做安装前预览）：Manages named credential profiles stored in YAML under ~/.distribution-mcp/, supporting multiple accounts and per-channel configurations. 证据：`README.md`, `src/backends/base.ts`, `README.md`, `src/backends/base.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Content Unpublishing**（可做安装前预览）：Best-effort deletion of published content across platforms, with platform-specific behavior (e.g., DEV.to sets unpublished, others vary). 证据：`README.md`, `src/adapters/index.ts`, `src/adapters/devto.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等

## 怎么开始

- `npx @automatelab/content-distribution-mcp` 证据：`README.md` Claim：`clm_0012` supported 0.86

## 继续前判断卡

- **当前建议**：需要管理员/安全审批
- **为什么**：继续前可能涉及密钥、账号、外部服务或敏感上下文，建议先经过管理员或安全审批。

### 30 秒判断

- **现在怎么做**：需要管理员/安全审批
- **最小安全下一步**：先跑 Prompt Preview；若涉及凭证或企业环境，先审批再试装
- **先别相信**：工具权限边界不能在安装前相信。
- **继续会触碰**：命令执行、环境变量 / API Key、宿主 AI 上下文

### 现在可以相信

- **适合人群线索：正在使用 Claude/Codex/Cursor/Gemini 等宿主 AI 的开发者**（supported）：有 supported claim 或项目证据支撑，但仍不等于真实安装效果。 证据：`README.md` Claim：`clm_0011` supported 0.86
- **能力存在：Multi-Platform Content Publishing**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md`, `src/adapters/index.ts`, `src/adapters/devto.ts`, `src/adapters/hashnode.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86
- **能力存在：Idempotent Publishing**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md`, `src/idempotency.ts`, `src/backends/base.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86
- **能力存在：Per-Channel Scheduling with Drain Worker**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md`, `src/scheduler.ts`, `src/backends/base.ts`, `src/models.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86
- **能力存在：Per-Channel Platform Hints**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md`, `src/models.ts`, `src/adapters/devto.ts`, `src/adapters/bluesky.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86
- **能力存在：Per-Channel Publish Status Tracking**（supported）：可以相信项目包含这类能力线索；是否适合你的具体任务仍要试用或安装后验证。 证据：`README.md`, `src/backends/base.ts`, `src/models.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86

### 现在还不能相信

- **工具权限边界不能在安装前相信。**（unverified）：MCP/tool 类项目通常会触碰文件、网络、浏览器或外部 API，必须真实检查权限和日志。
- **真实输出质量不能在安装前相信。**（unverified）：Prompt Preview 只能展示引导方式，不能证明真实项目中的结果质量。
- **宿主 AI 版本兼容性不能在安装前相信。**（unverified）：Claude、Cursor、Codex、Gemini 等宿主加载规则和版本差异必须在真实环境验证。
- **不会污染现有宿主 AI 行为，不能直接相信。**（inferred）：Skill、plugin、AGENTS/CLAUDE/GEMINI 指令可能改变宿主 AI 的默认行为。
- **可安全回滚不能默认相信。**（unverified）：除非项目明确提供卸载和恢复说明，否则必须先在隔离环境验证。
- **真实安装后是否与用户当前宿主 AI 版本兼容？**（unverified）：兼容性只能通过实际宿主环境验证。
- **项目输出质量是否满足用户具体任务？**（unverified）：安装前预览只能展示流程和边界，不能替代真实评测。
- **安装命令是否需要网络、权限或全局写入？**（unverified）：这影响企业环境和个人环境的安装风险。 证据：`README.md`

### 继续会触碰什么

- **命令执行**：包管理器、网络下载、本地插件目录、项目配置或用户主目录。 原因：运行第一条命令就可能产生环境改动；必须先判断是否值得跑。 证据：`README.md`
- **环境变量 / API Key**：项目入口文档明确出现 API key、token、secret 或账号凭证配置。 原因：如果真实安装需要凭证，应先使用测试凭证并经过权限/合规判断。 证据：`README.md`, `docs/PIPELINE.md`, `spec.md`
- **宿主 AI 上下文**：AI Context Pack、Prompt Preview、Skill 路由、风险规则和项目事实。 原因：导入上下文会影响宿主 AI 后续判断，必须避免把未验证项包装成事实。

### 最小安全下一步

- **先跑 Prompt Preview**：用安装前交互式试用判断工作方式是否匹配，不需要授权或改环境。（适用：任何项目都适用，尤其是输出质量未知时。）
- **只在隔离目录或测试账号试装**：避免安装命令污染主力宿主 AI、真实项目或用户主目录。（适用：存在命令执行、插件配置或本地写入线索时。）
- **不要使用真实生产凭证**：环境变量/API key 一旦进入宿主或工具链，可能产生账号和合规风险。（适用：出现 API、TOKEN、KEY、SECRET 等环境线索时。）
- **安装后只验证一个最小任务**：先验证加载、兼容、输出质量和回滚，再决定是否深用。（适用：准备从试用进入真实工作流时。）

### 退出方式

- **保留安装前状态**：记录原始宿主配置和项目状态，后续才能判断是否可恢复。
- **记录安装命令和写入路径**：没有明确卸载说明时，至少要知道哪些目录或配置需要手动清理。
- **准备撤销测试 API key 或 token**：测试凭证泄露或误用时，可以快速止损。
- **如果没有回滚路径，不进入主力环境**：不可回滚是继续前阻断项，不应靠信任或运气继续。

## 哪些只能预览

- 解释项目适合谁和能做什么
- 基于项目文档演示典型对话流程
- 帮助用户判断是否值得安装或继续研究

## 哪些必须安装后验证

- 真实安装 Skill、插件或 CLI
- 执行脚本、修改本地文件或访问外部服务
- 验证真实输出质量、性能和兼容性

## 边界与风险判断卡

- **把安装前预览误认为真实运行**：用户可能高估项目已经完成的配置、权限和兼容性验证。 处理方式：明确区分 prompt_preview_can_do 与 runtime_required。 Claim：`clm_0013` inferred 0.45
- **命令执行会修改本地环境**：安装命令可能写入用户主目录、宿主插件目录或项目配置。 处理方式：先在隔离环境或测试账号中运行。 证据：`README.md` Claim：`clm_0014` supported 0.86
- **风险**： 处理方式：
- **风险**： 处理方式：
- **风险**： 处理方式：
- **风险**： 处理方式：
- **待确认**：真实安装后是否与用户当前宿主 AI 版本兼容？。原因：兼容性只能通过实际宿主环境验证。
- **待确认**：项目输出质量是否满足用户具体任务？。原因：安装前预览只能展示流程和边界，不能替代真实评测。
- **待确认**：安装命令是否需要网络、权限或全局写入？。原因：这影响企业环境和个人环境的安装风险。

## 开工前工作上下文

### 加载顺序

- 先读取 how_to_use.host_ai_instruction，建立安装前判断资产的边界。
- 读取 claim_graph_summary，确认事实来自 Claim/Evidence Graph，而不是 Human Wiki 叙事。
- 再读取 intended_users、capabilities 和 quick_start_candidates，判断用户是否匹配。
- 需要执行具体任务时，优先查 role_skill_index，再查 evidence_index。
- 遇到真实安装、文件修改、网络访问、性能或兼容性问题时，转入 risk_card 和 boundaries.runtime_required。

### 任务路由

- **Multi-Platform Content Publishing**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/adapters/index.ts`, `src/adapters/devto.ts`, `src/adapters/hashnode.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Idempotent Publishing**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/idempotency.ts`, `src/backends/base.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Scheduling with Drain Worker**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/scheduler.ts`, `src/backends/base.ts`, `src/models.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Platform Hints**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/models.ts`, `src/adapters/devto.ts`, `src/adapters/bluesky.ts` 等 Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Per-Channel Publish Status Tracking**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/backends/base.ts`, `src/models.ts`, `docs/PIPELINE.md` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Subreddit Catalog with Anti-Spam Rules**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`src/backends/base.ts`, `README.md`, `src/backends/base.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Retry with Exponential Backoff**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`src/idempotency.ts`, `spec.md` Claim：`clm_0002` supported 0.86, `clm_0007` supported 0.86
- **Browser Fallback for Manual Channels**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/adapters/browser.ts`, `src/models.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Distribution Profile Management**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/backends/base.ts`, `README.md`, `src/backends/base.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等
- **Content Unpublishing**：先基于 role_skill_index / evidence_index 帮用户挑选可用角色、Skill 或工作流。 边界：可做安装前 Prompt 体验。 证据：`README.md`, `src/adapters/index.ts`, `src/adapters/devto.ts` Claim：`clm_0001` supported 0.86, `clm_0002` supported 0.86, `clm_0003` supported 0.86, `clm_0004` supported 0.86 等

### 上下文规模

- 文件总数：25
- 重要文件覆盖：24/25
- 证据索引条目：24
- 角色 / Skill 条目：3

### 证据不足时的处理

- **missing_evidence**：说明证据不足，要求用户提供目标文件、README 段落或安装后验证记录；不要补全事实。
- **out_of_scope_request**：说明该任务超出当前 AI Context Pack 证据范围，并建议用户先查看 Human Manual 或真实安装后验证。
- **runtime_request**：给出安装前检查清单和命令来源，但不要替用户执行命令或声称已执行。
- **source_conflict**：同时展示冲突来源，标记为待核实，不要强行选择一个版本。

## Prompt Recipes

### 适配判断

- 目标：判断这个项目是否适合用户当前任务。
- 预期输出：适配结论、关键理由、证据引用、安装前可预览内容、必须安装后验证内容、下一步建议。

```text
请基于 @automatelab/content-distribution-mcp 的 AI Context Pack，先问我 3 个必要问题，然后判断它是否适合我的任务。回答必须包含：适合谁、能做什么、不能做什么、是否值得安装、证据来自哪里。所有项目事实必须引用 evidence_refs、source_paths 或 claim_id。
```

### 安装前体验

- 目标：让用户在安装前感受核心工作流，同时避免把预览包装成真实能力或营销承诺。
- 预期输出：一段带边界标签的体验剧本、安装后验证清单和谨慎建议；不含真实运行承诺或强营销表述。

```text
请把 @automatelab/content-distribution-mcp 当作安装前体验资产，而不是已安装工具或真实运行环境。

请严格输出四段：
1. 先问我 3 个必要问题。
2. 给出一段“体验剧本”：用 [安装前可预览]、[必须安装后验证]、[证据不足] 三种标签展示它可能如何引导工作流。
3. 给出安装后验证清单：列出哪些能力只有真实安装、真实宿主加载、真实项目运行后才能确认。
4. 给出谨慎建议：只能说“值得继续研究/试装”“先补充信息后再判断”或“不建议继续”，不得替项目背书。

硬性边界：
- 不要声称已经安装、运行、执行测试、修改文件或产生真实结果。
- 不要写“自动适配”“确保通过”“完美适配”“强烈建议安装”等承诺性表达。
- 如果描述安装后的工作方式，必须使用“如果安装成功且宿主正确加载 Skill，它可能会……”这种条件句。
- 体验剧本只能写成“示例台词/假设流程”：使用“可能会询问/可能会建议/可能会展示”，不要写“已写入、已生成、已通过、正在运行、正在生成”。
- Prompt Preview 不负责给安装命令；如用户准备试装，只能提示先阅读 Quick Start 和 Risk Card，并在隔离环境验证。
- 所有项目事实必须来自 supported claim、evidence_refs 或 source_paths；inferred/unverified 只能作风险或待确认项。

```

### 角色 / Skill 选择

- 目标：从项目里的角色或 Skill 中挑选最匹配的资产。
- 预期输出：候选角色或 Skill 列表，每项包含适用场景、证据路径、风险边界和是否需要安装后验证。

```text
请读取 role_skill_index，根据我的目标任务推荐 3-5 个最相关的角色或 Skill。每个推荐都要说明适用场景、可能输出、风险边界和 evidence_refs。
```

### 风险预检

- 目标：安装或引入前识别环境、权限、规则冲突和质量风险。
- 预期输出：环境、权限、依赖、许可、宿主冲突、质量风险和未知项的检查清单。

```text
请基于 risk_card、boundaries 和 quick_start_candidates，给我一份安装前风险预检清单。不要替我执行命令，只说明我应该检查什么、为什么检查、失败会有什么影响。
```

### 宿主 AI 开工指令

- 目标：把项目上下文转成一次对话开始前的宿主 AI 指令。
- 预期输出：一段边界明确、证据引用明确、适合复制给宿主 AI 的开工前指令。

```text
请基于 @automatelab/content-distribution-mcp 的 AI Context Pack，生成一段我可以粘贴给宿主 AI 的开工前指令。这段指令必须遵守 not_runtime=true，不能声称项目已经安装、运行或产生真实结果。
```


## 角色 / Skill 索引

- 共索引 3 个角色 / Skill / 项目文档条目。

- **content-distribution-mcp**（project_doc）：Publish your content everywhere—without rewriting for every platform. 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`README.md`
- **Operator playbook — content distribution pipeline**（project_doc）：Operator playbook — content distribution pipeline 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`docs/PIPELINE.md`
- **Content Distribution MCP - v1 Specification**（project_doc）：Content Distribution MCP - v1 Specification 激活提示：当用户需要理解项目结构、安装方式或边界时参考。 证据：`spec.md`

## 证据索引

- 共索引 24 条证据。

- **content-distribution-mcp**（documentation）：Publish your content everywhere—without rewriting for every platform. 证据：`README.md`
- **Package**（package_manifest）：{ "name": "@automatelab/content-distribution-mcp", "version": "2.2.1", "description": "Multi-channel content distribution MCP server. Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, and Twitter with idempotent state.", "type": "module", "main": "dist/index.js", "bin": { "content-distribution-mcp": "dist/index.js", "cdmcp": "dist/index.js" }, "files": "dist", "README.md", "LICENSE" , "scripts": { "build": "tsc", "prepare": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "js-yaml": "^4.1.0", "zod": "^3.23.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^20.0.0", "typescript": "^5.4.0"… 证据：`package.json`
- **License**（source_file）：Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files the "Software" , to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 证据：`LICENSE`
- **Operator playbook — content distribution pipeline**（documentation）：Operator playbook — content distribution pipeline 证据：`docs/PIPELINE.md`
- **Index**（source_file）：import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { createServer } from "./server.js"; 证据：`src/index.ts`
- **Models**（source_file）：export interface Content { id: string; title: string; subtitle?: string; body md: string; cover image?: string; tags: string ; canonical url?: string; cta block?: string; author: string; source task id?: string; } ⋮---- export interface Variant { channel: string; title: string; body: string; tags: string ; canonical url?: string; cta block?: string; schedule at?: string; extras: Record ; } ⋮---- export type PublishState = "live" "queued" "needs browser" "failed"; ⋮---- export interface PublishResult { channel: string; state: PublishState; live url?: string; draft path?: string; compose url?: string; error?: string; published at?: string; } ⋮---- export interface ChannelHints { max length?:… 证据：`src/models.ts`
- **Server**（source_file）：import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { z } from "zod"; import path from "path"; import { buildAdapterMap } from "./adapters/index.js"; import { YamlBackend } from "./backends/yaml.js"; ⋮---- import type { Content, Variant } from "./models.js"; import type { StateBackend } from "./backends/base.js"; ⋮---- type ToolResponse = { content: { type: "text"; text: string } ; structuredContent?: Record ; isError?: boolean; }; ⋮---- function ok payload: Record : ToolResponse ⋮---- function buildBackend : StateBackend ⋮---- export function createServer ⋮---- const adapter = adapters platform as 证据：`src/server.ts`
- **Bluesky**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export class BlueskyAdapter ⋮---- hints : ChannelHints ⋮---- async publish variant: Variant, profile: Profile : Promise ⋮---- async unpublish liveUrl: string, profile: Profile : Promise 证据：`src/adapters/bluesky.ts`
- **Browser**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; ⋮---- type Platform = "medium" "linkedin" "twitter"; ⋮---- export function makeBrowserAdapter platform: Platform ⋮---- hints : ChannelHints async publish variant: Variant : Promise async unpublish liveUrl: string : Promise 证据：`src/adapters/browser.ts`
- **Devto**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export class DevToAdapter ⋮---- hints : ChannelHints ⋮---- async publish variant: Variant, profile: Profile : Promise ⋮---- async unpublish liveUrl: string, profile: Profile : Promise 证据：`src/adapters/devto.ts`
- **Github Discussions**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export class GitHubDiscussionsAdapter ⋮---- hints : ChannelHints ⋮---- async publish variant: Variant, profile: Profile : Promise ⋮---- async unpublish liveUrl: string, profile: Profile : Promise ⋮---- private async gql token: string, query: string 证据：`src/adapters/github-discussions.ts`
- **Hashnode**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export class HashnodeAdapter ⋮---- hints : ChannelHints ⋮---- async publish variant: Variant, profile: Profile : Promise ⋮---- async unpublish liveUrl: string, profile: Profile : Promise 证据：`src/adapters/hashnode.ts`
- **Index**（source_file）：import { DevToAdapter } from "./devto.js"; import { HashnodeAdapter } from "./hashnode.js"; import { GitHubDiscussionsAdapter } from "./github-discussions.js"; import { RedditAdapter } from "./reddit.js"; import { BlueskyAdapter } from "./bluesky.js"; import { makeBrowserAdapter } from "./browser.js"; import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export interface ChannelAdapter { hints : ChannelHints; publish variant: Variant, profile: Profile : Promise ; unpublish liveUrl: string, profile: Profile : Promise ; } ⋮---- hints : ChannelHints; publish variant: Variant, profile: Profile : Promise ; unpublish li… 证据：`src/adapters/index.ts`
- **Reddit**（source_file）：import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; ⋮---- export class RedditAdapter ⋮---- hints : ChannelHints ⋮---- async publish variant: Variant, profile: Profile : Promise ⋮---- async unpublish liveUrl: string, profile: Profile : Promise 证据：`src/adapters/reddit.ts`
- **Base**（source_file）：export interface SubredditRule { subreddit: string; posting cooldown days: number; self promo ratio max: number; flair vocab: string ; last posted at?: string; account age min days: number; karma min: number; notes?: string; } ⋮---- export interface PostLogEntry { content id: string; channel: string; state: string; published url?: string; error?: string; updated at?: string; retry count?: number; next retry at?: string; } ⋮---- export interface ProfileChannel { channel: string; } ⋮---- export interface Profile { name: string; credentials: Record ; channels?: ProfileChannel ; subreddits?: string ; } ⋮---- export interface ScheduledItem { id: string; content id: string; channel: string; varia… 证据：`src/backends/base.ts`
- **Content Distribution MCP - v1 Specification**（documentation）：Content Distribution MCP - v1 Specification 证据：`spec.md`
- **.Mcp**（structured_config）：{ "mcpServers": { "content-distribution": { "command": "npx", "args": "-y", "@automatelab/content-distribution-mcp" } } } 证据：`.mcp.json`
- **Glama**（structured_config）：{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": "ratamaha-git" } 证据：`glama.json`
- **Tsconfig**（structured_config）：{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "declarationMap": true, "sourceMap": true }, "include": "src/ / " , "exclude": "node modules", "dist" } 证据：`tsconfig.json`
- **IDE**（source_file）：Secrets .env .env.local .env. .local .pem .key 证据：`.gitignore`
- **Dockerfile**（source_file）：COPY package .json tsconfig.json ./ RUN npm ci 证据：`Dockerfile`
- **Smithery**（source_file）：startCommand: type: stdio configSchema: type: object properties: backendDir: type: string title: State directory description: Directory where profile YAML files and publish state are stored. Defaults to ~/.distribution-mcp when omitted. required: commandFunction: - config = { command: "npx", args: "-y", "@automatelab/content-distribution-mcp" , env: config.backendDir ? { DISTRIBUTION BACKEND DIR: config.backendDir } : {} } 证据：`smithery.yaml`
- **Idempotency**（source_file）：import type { Variant, PublishResult } from "./models.js"; import type { Profile, StateBackend } from "./backends/base.js"; ⋮---- interface Adapter { publish variant: Variant, profile: Profile : Promise ; } ⋮---- publish variant: Variant, profile: Profile : Promise ; ⋮---- export async function publishWithRetry adapter: Adapter, variant: Variant, profile: Profile, backend: StateBackend, contentId: string, : Promise 证据：`src/idempotency.ts`
- **Scheduler**（source_file）：import type { Content, Variant, PublishResult } from "./models.js"; import type { Profile, StateBackend } from "./backends/base.js"; import { publishWithRetry } from "./idempotency.js"; ⋮---- interface Adapter { publish variant: Variant, profile: Profile : Promise ; } ⋮---- publish variant: Variant, profile: Profile : Promise ; ⋮---- export async function publishImmediate content: Content, variants: Variant , profile: Profile, adapters: Record , backend: StateBackend, : Promise ⋮---- export async function scheduleVariants content: Content, variants: Variant , profile: Profile, adapters: Record , backend: StateBackend, : Promise ⋮---- export async function drain adapters: Record , backend: S… 证据：`src/scheduler.ts`

## 宿主 AI 必须遵守的规则

- **把本资产当作开工前上下文，而不是运行环境。**：AI Context Pack 只包含证据化项目理解，不包含目标项目的可执行状态。 证据：`README.md`, `package.json`, `LICENSE`
- **回答用户时区分可预览内容与必须安装后才能验证的内容。**：安装前体验的消费者价值来自降低误装和误判，而不是伪装成真实运行。 证据：`README.md`, `package.json`, `LICENSE`

## 用户开工前应该回答的问题

- 你准备在哪个宿主 AI 或本地环境中使用它？
- 你只是想先体验工作流，还是准备真实安装？
- 你最在意的是安装成本、输出质量、还是和现有规则的冲突？

## 验收标准

- 所有能力声明都能回指到 evidence_refs 中的文件路径。
- AI_CONTEXT_PACK.md 没有把预览包装成真实运行。
- 用户能在 3 分钟内看懂适合谁、能做什么、如何开始和风险边界。

---

## Doramagic Context Augmentation

下面内容用于强化 Repomix/AI Context Pack 主体。Human Manual 只提供阅读骨架；踩坑日志会被转成宿主 AI 必须遵守的工作约束。

## Human Manual 骨架

使用规则：这里只是项目阅读路线和显著性信号，不是事实权威。具体事实仍必须回到 repo evidence / Claim Graph。

宿主 AI 硬性规则：
- 不得把页标题、章节顺序、摘要或 importance 当作项目事实证据。
- 解释 Human Manual 骨架时，必须明确说它只是阅读路线/显著性信号。
- 能力、安装、兼容性、运行状态和风险判断必须引用 repo evidence、source path 或 Claim Graph。

- **首页**：importance `high`
  - source_paths: README.md, package.json
- **核心功能**：importance `high`
  - source_paths: src/idempotency.ts, src/models.ts, src/scheduler.ts
- **系统架构**：importance `high`
  - source_paths: src/server.ts, src/index.ts, src/adapters/index.ts, src/backends/base.ts
- **数据流与状态管理**：importance `high`
  - source_paths: src/backends/yaml.ts, src/models.ts, docs/PIPELINE.md
- **适配器概述**：importance `high`
  - source_paths: src/adapters/index.ts, src/adapters/browser.ts, src/backends/base.ts
- **DEV.to 适配器**：importance `medium`
  - source_paths: src/adapters/devto.ts
- **Hashnode 适配器**：importance `medium`
  - source_paths: src/adapters/hashnode.ts
- **Reddit 适配器**：importance `high`
  - source_paths: src/adapters/reddit.ts

## Repo Inspection Evidence / 源码检查证据

- repo_clone_verified: true
- repo_inspection_verified: true
- repo_commit: `936209882a15af5eeb3f14a94bfb4e0323b38258`
- inspected_files: `Dockerfile`, `package.json`, `README.md`, `docs/PIPELINE.md`, `src/index.ts`, `src/scheduler.ts`, `src/server.ts`, `src/models.ts`, `src/idempotency.ts`, `src/adapters/devto.ts`, `src/adapters/index.ts`, `src/adapters/reddit.ts`, `src/adapters/bluesky.ts`, `src/adapters/github-discussions.ts`, `src/adapters/browser.ts`, `src/adapters/hashnode.ts`, `src/backends/yaml.ts`, `src/backends/base.ts`

宿主 AI 硬性规则：
- 没有 repo_clone_verified=true 时，不得声称已经读过源码。
- 没有 repo_inspection_verified=true 时，不得把 README/docs/package 文件判断写成事实。
- 没有 quick_start_verified=true 时，不得声称 Quick Start 已跑通。

## Doramagic Pitfall Constraints / 踩坑约束

这些规则来自 Doramagic 发现、验证或编译过程中的项目专属坑点。宿主 AI 必须把它们当作工作约束，而不是普通说明文字。

### Constraint 1: 能力判断依赖假设

- Trigger: README/documentation is current enough for a first validation pass.
- Host AI rule: 将假设转成下游验证清单。
- Why it matters: 假设不成立时，用户拿不到承诺的能力。
- Evidence: capability.assumptions | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | README/documentation is current enough for a first validation pass.
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 2: 维护活跃度未知

- Trigger: 未记录 last_activity_observed。
- Host AI rule: 补 GitHub 最近 commit、release、issue/PR 响应信号。
- Why it matters: 新项目、停更项目和活跃项目会被混在一起，推荐信任度下降。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | last_activity_observed missing
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 3: 下游验证发现风险项

- Trigger: no_demo
- Host AI rule: 进入安全/权限治理复核队列。
- Why it matters: 下游已经要求复核，不能在页面中弱化。
- Evidence: downstream_validation.risk_items | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | no_demo; severity=medium
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 4: 存在评分风险

- Trigger: no_demo
- Host AI rule: 把风险写入边界卡，并确认是否需要人工复核。
- Why it matters: 风险会影响是否适合普通用户安装。
- Evidence: risks.scoring_risks | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | no_demo; severity=medium
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 5: issue/PR 响应质量未知

- Trigger: issue_or_pr_quality=unknown。
- Host AI rule: 抽样最近 issue/PR，判断是否长期无人处理。
- Why it matters: 用户无法判断遇到问题后是否有人维护。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | issue_or_pr_quality=unknown
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。

### Constraint 6: 发布节奏不明确

- Trigger: release_recency=unknown。
- Host AI rule: 确认最近 release/tag 和 README 安装命令是否一致。
- Why it matters: 安装命令和文档可能落后于代码，用户踩坑概率升高。
- Evidence: evidence.maintainer_signals | mcp_registry:io.github.AutomateLab-tech/content-distribution:2.2.1 | https://registry.modelcontextprotocol.io/v0.1/servers/io.github.AutomateLab-tech%2Fcontent-distribution/versions/2.2.1 | release_recency=unknown
- Hard boundary: 不要把这个坑点包装成已解决、已验证或可忽略，除非后续验证证据明确证明它已经关闭。
