Install
openclaw skills install daf-intent-guardTracks intent drift across multi-turn tasks. Before executing any multi-step task, call this to detect if the user's new instruction is a small patch, requires replanning from a checkpoint, or should abort the current task entirely. Returns patch/replan/abort decision with semantic distance and anchor rollback count.
openclaw skills install daf-intent-guardUse this skill when:
Call the guard before executing any new instruction on an ongoing task:
python3 {baseDir}/daf_guard.py \
--current-anchor <index> \
--old-constraints '<json>' \
--new-constraints '<json>' \
--new-action '<action>' \
--requires '<json_array>' \
--anchors '<json>'
first_affected_anchor and re-execute from there.User was booking a flight (seat locked at anchor 1), now says "change destination to New York":