Commit Graph
11 Commits
Author SHA1 Message Date
taodengandClaude Opus 4.6 7088d3d7d0 docs: update changelog and GitHub description for v2.0.0
Unify version references across all files. Update GitHub repo
description from "Draft skill" to "Lifecycle plugin".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 14:13:50 +10:00
taodengandClaude Opus 4.6 9ab2667aa3 feat: upgrade from skill to lifecycle plugin (v2.0.0)
Replace prompt-based skill approach with OpenClaw lifecycle hooks
(before_agent_start, agent_end, before_compaction, before_reset).
State injection now happens automatically at the hook level,
making it model-agnostic and reliable across all providers.

- Add index.js with 5 lifecycle hooks
- Add openclaw.plugin.json manifest
- Rewrite post-install.sh to handle plugin installation
- Update README with plugin architecture docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 14:11:14 +10:00
taodengandClaude Opus 4.6 38c1fe875d feat: add post-install script and troubleshooting guide
Add scripts/post-install.sh to clear stale skillsSnapshot cache from
existing sessions, ensuring the skill loads immediately after install.
Update README with corrected install path and post-install instructions.
Include detailed troubleshooting report documenting the snapshot cache
root cause analysis.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 12:36:12 +10:00
taodeng dcc9093182 docs: clarify discord continuity is unsupported in alpha 2026-03-13 10:05:32 +10:00
taodeng 9eb3347a5c release: prepare v0.3.0-probe notes 2026-03-13 08:10:33 +10:00
taodeng c4438d8129 fix: tighten lifecycle prototype parsing and probe markers 2026-03-13 05:45:06 +10:00
taodeng 7c52cfd025 feat: add lifecycle plugin prototype and hook validation notes 2026-03-13 05:28:15 +10:00
taodeng ffec85f66d docs: sync skill docs with lifecycle plugin plan 2026-03-13 05:11:07 +10:00
taodeng 993db79325 docs: rename continuity design doc to plugin design 2026-03-12 22:36:51 +10:00
taodeng d279264a53 docs: pivot memory continuity to lifecycle plugin design 2026-03-12 22:36:51 +10:00
taodeng e123a0b58a docs: add memory continuity scope and context engine design 2026-03-12 22:27:30 +10:00