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

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Pattern-Key"
type: concept
tags: [self-improving, memory, pattern, tracking]
last_updated: 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
- [[Self-Improving Skill]] ← 核心机制 ← [[Pattern-Key]]
- [[Recurrence-Count]] ← 量化 ← [[Pattern-Key]]