Loading...
Loading...
Compare original and translation side by side
/windburn-profileCOMM_PROFILE: windburn/windburn-profileCOMM_PROFILE: windburn| Signal | Casual | Structured |
|---|---|---|
| Technical term density | < 5% of tokens | > 12% of tokens |
| Reference density (paths, hashes, issue IDs) | < 2 per message | > 5 per message |
| Average sentence length | < 25 words | > 35 words |
| User says | → Mode |
|---|---|
| "spec maxxing""spec mode""full detail" | structured |
| "随便聊聊""casual mode""relax""轻松" | casual |
| "help me think""brainstorm""想一下" | exploratory (below) |
| 信号 | 随意模式 | 结构化模式 |
|---|---|---|
| 专业术语密度 | 占令牌比例 < 5% | 占令牌比例 > 12% |
| 参考内容密度(路径、哈希值、议题ID) | 每条消息 < 2个 | 每条消息 > 5个 |
| 平均句子长度 | < 25词 | > 35词 |
| 用户指令 | → 切换模式 |
|---|---|
| "spec maxxing""spec mode""full detail" | 结构化 |
| "随便聊聊""casual mode""relax""轻松" | 随意 |
| "help me think""brainstorm""想一下" | 探索式(见下文) |
workbench-self-awareness-infraworkbench-sddworkbench-goal-modeworkbench-conductorworkbench-self-awareness-infraworkbench-sddworkbench-goal-modeworkbench-conductorterm_density = count(technical_nouns) / total_tokens
ref_density = count(file_paths, hashes, issue_ids) / message_count
avg_sentence_length = total_words / sentence_count
if all three > threshold for 2+ messages → structured
if any one < threshold → casual
if explicit_switch_word detected → override allterm_density = count(technical_nouns) / total_tokens
ref_density = count(file_paths, hashes, issue_ids) / message_count
avg_sentence_length = total_words / sentence_count
if all three > threshold for 2+ messages → structured
if any one < threshold → casual
if explicit_switch_word detected → override all