962 B
962 B
Continuity Plugin (MVP)
This package is the skeleton for extracting the current approved-plan continuity hard gate into an installable plugin.
MVP status
- Task 2: package skeleton created
- Task 3: config schema contract scaffolded
- Plugin logic intentionally not implemented yet
Layout
plugins/continuity/
README.md
README.zh-TW.md
HOOK.md
package.json
examples/
src/
test/
Planned public surface
src/config/schema.mjssrc/config/defaults.mjssrc/continuity/evaluator.mjssrc/continuity/receipt-validator.mjssrc/adapters/force-recall.mjssrc/index.mjs
Example config
See examples/openclaw.continuity.example.json.
Notes
- Current terminal states preserved by default:
waiting_user,blocked,pending_verification - Default receipt directory target:
state/approved-plan-continuity npm testis reserved for the full plugin test suite defined by the implementation plan