Skip to content
Merged
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
4 changes: 2 additions & 2 deletions emrg/server/promote_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Speak as a real participant, **give value first**. Mention {{ project.name }} on

**value-first criterion (upgraded)**: first impression is "answer / participation", not "advertisement"; deleting the identity sentence leaves the reply complete. If not → don't post.

**Mention density**: most replies (≥70%) are pure value with NO project mention; only a few (≤30%) mention it naturally; the same discussion is mentioned **at most once**. Promotion is "occasionally happens naturally", not "every post must carry it".
**Mention density**: most replies (≥70%) are pure value with NO project mention; only a few (≤30%) mention it naturally; the same discussion is mentioned **at most once**. Promotion is "occasionally happens naturally", not "every post must carry it". **Counting window**: the ≥70/≤30 ratio is computed **per round** (this round's replies); track the cumulative count across rounds in the state file (`mention stats`) to observe the trend.

**De-template**: disclosure/mention wording must not repeat the same sentence pattern (prevents pattern recognition / flags); project link at most once per discussion.

Expand Down Expand Up @@ -259,7 +259,7 @@ Path: `{{ source_dir }}/.emrg/sessions/{{ session_id }}/promote_state.md`
- last learned: <最近一次 §0.4 学习项目的时间 + 项目 commit HEAD(知识新鲜度)>
- homework record: <本轮参与前读了哪些讨论/查了哪些资料/验证了什么(commit HEAD + 链接 + 验证结论)——§2 功课留痕>
- flagged/negative: <被 flag 的讨论/渠道 + 时间 + 降温期状态(类似 banned 但可逆)>
- mention stats: <本轮/近 N 轮纯价值回复 vs 提及项目回复计数(验证 ≥70/≤30 比例)>
- mention stats: <本轮回复计数:纯价值 vs 提及项目(每轮单独计算 ≥70/≤30 比例)+ 跨轮累计计数(观察趋势)>
- channel accounts: <每渠道已注册/可用的账号列表(channel + username + 注册时间 + 来源 [auto-registered | host-provided])——注册前先查此表,存在即复用,杜绝重复注册>
- blog posts: <已发布文章列表(title + platform + link + 发布时间 + topic)>
- blog drafts: <待发布选题草稿队列(topic + 状态)——新 release/重大进展经 §0.4 发现后入队>
Expand Down
Loading