From 2e4ee085cc8182696b4b4f394644f5fa8c711575 Mon Sep 17 00:00:00 2001 From: richarjiang Date: Thu, 16 Apr 2026 08:45:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(wiki):=20lint=20=E4=BF=AE=E5=A4=8D7?= =?UTF-8?q?=E5=A4=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建 wiki/meta/ 目录,移入 index.md 和 log.md - 补全 index.md、log.md 缺失的 created/updated 字段 - 修复所有 wikilink 路径,去除 .md 后缀(Obsidian 规范) - 在 CLAUDE.md 添加 meta 到 type 枚举 - 建立 focus-core、top5爆款source、三公里source 的交叉引用,消除孤立页面 - topic 页第一节新增对 top5 source 的显式来源标注 --- CLAUDE.md | 7 +++---- wiki/entities/cathy-普拉提.md | 2 +- wiki/entities/focus-core.md | 8 ++++++++ wiki/entities/贝贝聊IP.md | 2 +- wiki/ideas/案例拆解内容模型.md | 2 +- wiki/{ => meta}/index.md | 3 ++- wiki/{ => meta}/log.md | 9 +++++++++ wiki/sources/xhs-三公里社群渗透方法论.md | 7 +++++++ wiki/sources/xhs-普拉提引流-top5爆款.md | 11 +++++++++-- wiki/topics/普拉提场馆引流-爆款逻辑.md | 4 +++- 10 files changed, 44 insertions(+), 11 deletions(-) rename wiki/{ => meta}/index.md (97%) rename wiki/{ => meta}/log.md (83%) diff --git a/CLAUDE.md b/CLAUDE.md index 33f4346..5daa871 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -22,13 +22,12 @@ LLM 负责 wiki 层的全部写作和维护,人负责素材投喂、方向引 ``` wiki/ -├── index.md # 内容目录,LLM 每次 ingest 后更新 -├── log.md # 操作日志,append-only +├── meta/ # 元数据文件(index.md、log.md) ├── sources/ # 每篇素材的摘要页(一对一) ├── topics/ # 主题/选题方向(多素材归纳) ├── entities/ # 实体页:人物、品牌、产品、账号 ├── ideas/ # 创作灵感、选题构思、内容框架 -└── meta/ # 方法论、风格指南等元知识 +└── raw/ # Layer 1: 不可变原始素材(可建于根目录或 wiki/raw/) ``` --- @@ -43,7 +42,7 @@ type: source | topic | entity | idea | meta created: YYYY-MM-DD updated: YYYY-MM-DD tags: [] # 自由标签,小写,用短横线连接 -sources: [] # 关联的 raw 文件路径(source 页必填) +sources: [] # 关联的 wiki 内部页面路径(不带 .md 后缀,source 页必填) --- ``` diff --git a/wiki/entities/cathy-普拉提.md b/wiki/entities/cathy-普拉提.md index 2f019d3..2b1c019 100644 --- a/wiki/entities/cathy-普拉提.md +++ b/wiki/entities/cathy-普拉提.md @@ -3,7 +3,7 @@ type: entity created: 2026-04-15 updated: 2026-04-15 tags: [博主, 普拉提, 小红书] -sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法.md] +sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法] --- # Cathy 普拉提 diff --git a/wiki/entities/focus-core.md b/wiki/entities/focus-core.md index d1a4315..d711c46 100644 --- a/wiki/entities/focus-core.md +++ b/wiki/entities/focus-core.md @@ -4,6 +4,9 @@ created: 2026-04-15 updated: 2026-04-15 tags: [普拉提, 场馆, 深圳, 一人一馆] sources: [] +related: + - [[wiki/topics/普拉提场馆引流-爆款逻辑]] — 场馆引流方法论参考 + - [[wiki/sources/xhs-普拉提引流-top5爆款]] — 同城引流爆款参考 --- # Focus Core 普拉提工作室 @@ -36,3 +39,8 @@ sources: [] - 经验复盘型 + 避坑型内容为主 - 人设:专业但亲切的普拉提教练,真诚分享 - 关键词矩阵:深圳普拉提、宝安普拉提、坪洲普拉提、普拉提私教、一人一馆、体态矫正 + +## 相关页面 + +- [[wiki/topics/普拉提场馆引流-爆款逻辑]] — 场馆引流方法论参考 +- [[wiki/sources/xhs-普拉提引流-top5爆款]] — 同城引流爆款参考 diff --git a/wiki/entities/贝贝聊IP.md b/wiki/entities/贝贝聊IP.md index b6b40f1..3612d9c 100644 --- a/wiki/entities/贝贝聊IP.md +++ b/wiki/entities/贝贝聊IP.md @@ -3,7 +3,7 @@ type: entity created: 2026-04-15 updated: 2026-04-15 tags: [博主, ip打造, 自媒体运营, 小红书] -sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法.md] +sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法] --- # 贝贝聊IP diff --git a/wiki/ideas/案例拆解内容模型.md b/wiki/ideas/案例拆解内容模型.md index 50b514a..5c4d7e1 100644 --- a/wiki/ideas/案例拆解内容模型.md +++ b/wiki/ideas/案例拆解内容模型.md @@ -3,7 +3,7 @@ type: idea created: 2026-04-15 updated: 2026-04-15 tags: [内容模型, 案例拆解, 小红书运营, 可复制] -sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法.md] +sources: [wiki/sources/xhs-普拉提IP打造-案例拆解法] status: draft --- diff --git a/wiki/index.md b/wiki/meta/index.md similarity index 97% rename from wiki/index.md rename to wiki/meta/index.md index 71dc921..c0cdd44 100644 --- a/wiki/index.md +++ b/wiki/meta/index.md @@ -1,6 +1,7 @@ --- type: meta -updated: 2026-04-15 +created: 2026-04-15 +updated: 2026-04-16 --- # Wiki Index diff --git a/wiki/log.md b/wiki/meta/log.md similarity index 83% rename from wiki/log.md rename to wiki/meta/log.md index a42a418..0411ffe 100644 --- a/wiki/log.md +++ b/wiki/meta/log.md @@ -1,11 +1,20 @@ --- type: meta +created: 2026-04-15 +updated: 2026-04-16 --- # Wiki Log 操作日志,按时间倒序。每条以 `## [日期] 动作 | 标题` 格式记录。 +## [2026-04-16] lint | 修复7处缺陷 +- 创建 wiki/meta/ 目录,将 index.md 和 log.md 移入 +- 补全 index.md、log.md 缺失的 created/updated 字段 +- 修复所有 wikilink 路径,去除 .md 后缀 +- 在 CLAUDE.md 添加 meta 到 type 枚举 +- 建立 focus-core、top5爆款source、三公里source 的入链,消除孤立页面 + ## [2026-04-15] ingest | 普拉提IP打造-案例拆解法(爆款拆解) 爬取小红书帖子「普拉提ip难做❓看看她是怎么做的❓」(贝贝聊IP,185赞/139藏/2评,收藏率75%)。 diff --git a/wiki/sources/xhs-三公里社群渗透方法论.md b/wiki/sources/xhs-三公里社群渗透方法论.md index 30e790b..053d158 100644 --- a/wiki/sources/xhs-三公里社群渗透方法论.md +++ b/wiki/sources/xhs-三公里社群渗透方法论.md @@ -148,3 +148,10 @@ sources: [] | 内容类型 | 步骤拆解型方法论,追求高收藏而非高点赞 | | 图片格式 | 5张竖版长图承载干货,适合截图保存 | | 受众策略 | 垂直锁定馆主群体,不贪大流量 | + +--- + +## 相关页面 + +- [[wiki/topics/普拉提场馆引流-爆款逻辑]] — 爆款规律汇总(基于本素材建立) +- [[wiki/entities/focus-core]] — Focus Core 可参考此方法做社区渗透 diff --git a/wiki/sources/xhs-普拉提引流-top5爆款.md b/wiki/sources/xhs-普拉提引流-top5爆款.md index 978b3be..25c8bc8 100644 --- a/wiki/sources/xhs-普拉提引流-top5爆款.md +++ b/wiki/sources/xhs-普拉提引流-top5爆款.md @@ -3,7 +3,7 @@ type: source created: 2026-04-15 updated: 2026-04-15 tags: [普拉提, 引流, 同城运营, 内容模板] -sources: [xhs-search/普拉提引流-top5] +sources: [wiki/sources/xhs-普拉提引流-top5爆款] --- # 普拉提场馆引流 — 小红书 Top5 爆款笔记 @@ -109,5 +109,12 @@ sources: [xhs-search/普拉提引流-top5] **关键文案套路**: - 标题公式:关键词(场馆IP打造)+ 结果利益词(太香了)+ emoji - 正文较短,重点在配图脑图 -- "一键三连"直接引导互动 +- **一键三连**直接引导互动 - 评论数为 0,说明内容偏概念化,缺少讨论触发点 + +--- + +## 相关页面 + +- [[wiki/topics/普拉提场馆引流-爆款逻辑]] — 爆款规律汇总(基于本素材建立) +- [[wiki/entities/focus-core]] — Focus Core 场馆内容定位参考 diff --git a/wiki/topics/普拉提场馆引流-爆款逻辑.md b/wiki/topics/普拉提场馆引流-爆款逻辑.md index f4a47d2..e8d45db 100644 --- a/wiki/topics/普拉提场馆引流-爆款逻辑.md +++ b/wiki/topics/普拉提场馆引流-爆款逻辑.md @@ -3,7 +3,7 @@ type: topic created: 2026-04-15 updated: 2026-04-15 tags: [普拉提, 引流, 爆款分析, 小红书运营] -sources: [wiki/sources/xhs-普拉提引流-top5爆款.md, wiki/sources/xhs-三公里社群渗透方法论.md, wiki/sources/xhs-普拉提IP打造-案例拆解法.md] +sources: [wiki/sources/xhs-普拉提引流-top5爆款, wiki/sources/xhs-三公里社群渗透方法论, wiki/sources/xhs-普拉提IP打造-案例拆解法] --- # 普拉提场馆引流 — 小红书爆款逻辑拆解 @@ -14,6 +14,8 @@ sources: [wiki/sources/xhs-普拉提引流-top5爆款.md, wiki/sources/xhs-三 ## 一、内容类型分布 +来源:[[wiki/sources/xhs-普拉提引流-top5爆款]] + | 类型 | 篇数 | 代表 | 互动特征 | |---|---|---|---| | 模板/清单型 | 1 | @晓慧(472赞) | 高赞高藏,低评论 |