feat: add lifecycle plugin prototype and hook validation notes

This commit is contained in:
2026-03-13 05:28:15 +10:00
parent ffec85f66d
commit 7c52cfd025
3 changed files with 265 additions and 1 deletions
+4 -1
View File
@@ -147,9 +147,12 @@ memory-continuity/
├── SKILL.md
├── README.md
├── LICENSE
├── plugin/
│ └── lifecycle-prototype.ts # Phase 2 probe / not production yet
├── references/
│ ├── template.md
── doctor-spec.md
── doctor-spec.md
│ └── phase2-hook-validation.md
└── scripts/
└── continuity_doctor.py
```