feat: patterns/ directory + skill-impact tracker (WikiSkill-inspired)
- New patterns/ directory with 7 initial failure-mode patterns (PAT-001..007) - skill-impact.md audit trail for skill modifications - _template.md for future pattern creation - index.md updated with Patterns section - log.md entry for this change - Inspired by arXiv:2608.27454 (WikiSkill)
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# Memory Log
|
||||
|
||||
## [2026-08-30] feat | WikiSkill Patterns Directory + Skill-Impact Tracker
|
||||
- Analysed arXiv:2608.27454 (WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution)
|
||||
- **New `patterns/` directory** in LLM Wiki — structured failure-mode patterns inspired by WikiSkill's Wiki Layer
|
||||
- Created 7 initial pattern pages from existing MEMORY.md entries + solution docs:
|
||||
- PAT-001: Galera DDL TOI Deadlock
|
||||
- PAT-002: Traefik reload unreliable
|
||||
- PAT-003: 1Password account-level rate-limit
|
||||
- PAT-004: VFIO GPU passthrough race condition
|
||||
- PAT-005: Finanzblick sync WAF-blocked
|
||||
- PAT-006: LinkedIn React nativeInputSetter
|
||||
- PAT-007: Ceph EC pool + SSD wear-level
|
||||
- **Skill-Impact Tracker** (`patterns/skill-impact.md`) — audit trail for skill modifications (accept/reject history)
|
||||
- **Template** (`patterns/_template.md`) for future pattern creation
|
||||
- **compound-learning skill patched** — added Phase 4.8 (Pattern Extraction) + Phase 4.9 (Skill-Impact Tracking)
|
||||
- Updated index.md with Patterns section
|
||||
- Hindsight: indexed with tags architecture, wikiskill, patterns, skill-evolution
|
||||
|
||||
## [2026-08-13] feat | Memory Architecture Enhancement (arxiv 2602.06052v4)
|
||||
- Implemented 3 new automated memory capabilities from survey paper analysis:
|
||||
- **Decay & Importance Scoring** (`hindsight_decay_scoring.py`): Monthly cron (1st 03:30). Score = log(1+access)/log(51) × 0.5^(age/90d). Archives score<0.15 with 0 accesses. First run: 200 evaluated, 50 archived.
|
||||
|
||||
Reference in New Issue
Block a user