Files
nexus/wiki/concepts/Pattern-Key.md

1.1 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
Pattern-Key concept
self-improving
memory
pattern
tracking
2026-04-15

Definition

经验记录LEARNINGS.md的唯一标识键格式为 domain.subdomain如 cron.telegram-delivery用于发现重复踩坑和追踪系统性错误。

Core Mechanism

  • 格式:点分层级,如 cron.daily-self-review / cron.telegram-delivery / cron.naming-convention
  • 用途:通过相同 Pattern-Key 发现同一问题的多次记录
  • 决策信号Pattern-Key 重复出现 = 系统性问题需系统性解决,而非单点修复

Example

Pattern-Key 出现次数 含义
cron.daily-self-review 9次 每日复盘,持续活跃优化领域
cron.telegram-delivery 2次 Telegram 通知配置,第一次记了第二次解决

Key Insight

Pattern-Key 重复本身是信号——第一次记了第二次就该解决了。Recurrence-Count ≥ 2 说明这不是偶发错误。

Connections