feat: export continuity plugin MVP packaging

This commit is contained in:
2026-04-24 17:33:01 +08:00
parent cb34935b28
commit 7d62b1b84e
23 changed files with 1664 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
# HOOK.md
This document reserves the hook adapter contract for the continuity plugin MVP.
## Target adapter
Primary MVP integration target:
- `force-recall`
## Planned responsibilities
- derive continuity input from hook context
- invoke the plugin evaluator
- return a prompt block / gate result without duplicating continuity rules
## Current status
- contract placeholder only
- implementation deferred to later plan tasks