@ahyi/restart-continuity
v0.5.0
Published
OpenClaw restart continuity plugin with resumable startup checks and receipt handoff
Maintainers
Readme
Restart Continuity Plugin
OpenClaw plugin for gateway restart continuity with zero-config behavior on this mh instance.
Install
openclaw --profile <profile> plugins install @ahyi/[email protected]
openclaw --profile <profile> plugins enable restart-continuityThen restart the gateway.
Zero-config behavior
After install + enable, the plugin will work without any extra config on this mh instance.
It automatically:
- detects the mh workspace directory
- assumes profile
mhunless overridden - uses built-in default resumers for:
mh-nightly-learnings-checkmh-weekly-self-improve
- writes
memory/restart-continuity-state.json - writes
memory/restart-continuity-installed.json - appends a summary to the daily memory log
- stages a one-shot bootstrap receipt
Optional explicit config
You can still override behavior with plugins.entries.restart-continuity.config, but it is not required for this instance.
Uninstall
openclaw --profile <profile> plugins uninstall restart-continuity