You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New daemon command:
{"cmd":"monitor","text":"...","wing":"claude-session"}
Returns: {"ok":true,"contradictions":N,"stored":true}
Decomposes text into triples, checks each against palace for
contradictions, stores the parsed fact. Lighter than verify-doc —
designed for continuous session monitoring.
CLI: `tardy monitor "text" [wing]`
Hooks:
- targy-compact-hook.sh: PostCompact sends conversation summary to
daemon via socket (socat) or CLI fallback
- targy-postool-hook.sh: updated to use daemon monitor instead of
binary verify-doc (faster, no temp files)
- Removed `timeout` commands (not available on macOS, Claude Code
hook timeout setting handles this)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jq -n --arg ctx "[TARDYGRADA] Compaction summary has $CONTRADICTIONS contradiction(s) with session history. Review the conversation for inconsistencies." \
0 commit comments