claude-blog-brain
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseClaude Blog Brain
Claude Blog Brain
Operate the vault first. Read , , and
before changing notes.
CODEX.mdwiki/hot.mdwiki/index.md请先操作vault。修改笔记前,请先阅读、和。
CODEX.mdwiki/hot.mdwiki/index.mdCommands
命令
bash
/claude-blog-brain new <client-slug> --owner <name>
/claude-blog-brain demo
/claude-blog-brain ingest --vault <path> --file <source>
/claude-blog-brain synthesize --vault <path>
/claude-blog-brain report --vault <path>
/claude-blog-brain visuals --vault <path>
/claude-blog-brain lint --vault <path>
/claude-blog-brain next --vault <path>Source checkout equivalent:
bash
claude-blog-brain new <client-slug> --owner <name>
claude-blog-brain demo
claude-blog-brain ingest --vault <path> --file <source>
claude-blog-brain synthesize --vault <path>
claude-blog-brain report --vault <path> --html-onlybash
/claude-blog-brain new <client-slug> --owner <name>
/claude-blog-brain demo
/claude-blog-brain ingest --vault <path> --file <source>
/claude-blog-brain synthesize --vault <path>
/claude-blog-brain report --vault <path>
/claude-blog-brain visuals --vault <path>
/claude-blog-brain lint --vault <path>
/claude-blog-brain next --vault <path>源码检出等效命令:
bash
claude-blog-brain new <client-slug> --owner <name>
claude-blog-brain demo
claude-blog-brain ingest --vault <path> --file <source>
claude-blog-brain synthesize --vault <path>
claude-blog-brain report --vault <path> --html-onlyRequired Operating Rules
操作规则要求
- Read .
<vault>/CODEX.md - Read .
<vault>/wiki/hot.md - Read .
<vault>/wiki/index.md - Preserve as immutable source material.
.raw/ - Never store credentials in the vault.
- Never make domain-specific claims without dated trustworthy sources.
- Keep ,
hot,index, andoverviewcurrent.log - Record research evidence in .
references/source-ledger.json - Record domain adapter completion in .
references/adapter-manifest.json
- 阅读。
<vault>/CODEX.md - 阅读。
<vault>/wiki/hot.md - 阅读。
<vault>/wiki/index.md - 保留作为不可修改的源材料。
.raw/ - 切勿在vault中存储凭证信息。
- 若无日期明确的可信来源,切勿做出特定领域的断言。
- 保持、
hot、index和overview内容的时效性。log - 在中记录研究证据。
references/source-ledger.json - 在中记录领域适配器的完成情况。
references/adapter-manifest.json
Script Mapping
脚本映射
- ->
newpython scripts/scaffold_vault.py - ->
demopython scripts/build_demo_vault.py - ->
ingestpython scripts/ingest_source.py - ->
synthesizepython scripts/synthesize_brain.py - ->
reportpython scripts/render_brain_report.py - ->
visualspython scripts/generate_vault_visuals.py - ->
lintpython scripts/lint_vault.py - ->
nextpython scripts/guide_next_action.py
- ->
newpython scripts/scaffold_vault.py - ->
demopython scripts/build_demo_vault.py - ->
ingestpython scripts/ingest_source.py - ->
synthesizepython scripts/synthesize_brain.py - ->
reportpython scripts/render_brain_report.py - ->
visualspython scripts/generate_vault_visuals.py - ->
lintpython scripts/lint_vault.py - ->
nextpython scripts/guide_next_action.py
Quality Gates
质量管控要求
- No ranking or traffic guarantee; content outcomes are probabilistic and never certain
- No credentials, tokens, API keys, or private client content in repo artifacts
- No mutation of a CMS, GSC, GA4, or publishing platform; the brain is advisory and read-only
- No recommendation without a dated source, confidence level, and rollback note
- No deprecated advice (HowTo schema, retired FAQ rich results, FID) presented as current
- No fabricated or unsourced statistics and no generic, unsupported, or low-quality generated filler presented as fact
Do not call this brain market-ready unless passes. A scaffold is not a finished brain.
scripts/audit_brain.py --require market-ready- 不保证排名或流量提升;内容效果具有概率性,无法确保必然达成
- 仓库产物中不得包含凭证、令牌、API密钥或客户私有内容
- 不得修改CMS、GSC、GA4或发布平台;该知识库仅提供建议,为只读模式
- 若无日期明确的来源、置信度等级和回滚说明,不得给出建议
- 不得将已过时的建议(如HowTo Schema、已停用的FAQ富结果、FID)作为当前有效内容呈现
- 不得编造无来源的统计数据,不得将通用、无支撑或低质量的生成内容作为事实呈现
只有当执行通过时,才可称该知识库已具备市场就绪条件。脚手架并不等同于成品知识库。
scripts/audit_brain.py --require market-readyResearch Refresh
研究更新
monthly for Google algorithm updates and Search Central policy; before every release for E-E-A-T framing, schema deprecations, and GEO/AEO citation claims; on-changelog for the claude-blog skill
每月针对谷歌算法更新和Search Central政策进行更新;每次发布前需更新E-E-A-T框架、Schema废弃信息以及GEO/AEO引用相关声明;当claude-blog skill更新时同步更新。
Community
社区支持
Use public project Discussions for questions and support:
https://github.com/AgriciDaniel/claude-blog/discussions.
Report reproducible defects through public Issues:
https://github.com/AgriciDaniel/claude-blog/issues.
如需咨询和支持,请使用公开项目讨论区:https://github.com/AgriciDaniel/claude-blog/discussions。
如需报告可复现的缺陷,请提交公开Issue:https://github.com/AgriciDaniel/claude-blog/issues。