Travel assistant for NanoClaw: byAir flight notifications (delay, gate, connection risk, inbound aircraft delay, time-to-leave, arrival logistics), traffic-aware drive planning for in-person meetings (auto drive blocks + leave-by traffic rechecks), travel-booking gap checks, and nightly TripIt sync. Per-chat overlay plugin.
68
85%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Process steps in order. Do not skip ahead.
The precheck (reconcile_sweep.py) plans and applies every Drive: block change — airport and meeting drives — every ~30 minutes, diffing against the calendar and touching only its own blocks. It leaves legacy drive-planner / flight-assist blocks alone (you clean those up), and the two old engines are retired so they no longer write.
The precheck already applied the plan and returned a payload with data.applied (created / updated / deleted / converted counts). If it woke you (wake_agent: true), send the operator one brief message via mcp__nanoclaw__send_message naming what changed — e.g. "added 2 drive blocks, removed 1 stale one" — then finish here. If nothing changed, proceed silently and finish here. Either way this is the end of a normal run; do not continue to Step 2.
The precheck's contract — its inputs, the apply counts, the always-fail-closed no-wake payload on error — lives in reconcile_sweep.py (module docstring, build_plan, and calendar_apply.apply_plan). Do not restate its logic here.
A wrong block is an engine bug, not a calendar action to take by hand. Examples: a drive created for a meeting you're travelling away from, a block in the wrong timezone, or a missing drive for a real trip. Send the operator one message via mcp__nanoclaw__send_message naming the block's summary and leg identity (e.g. meeting_outbound mtg123 or airport_departure BNA-STN-...) and what looks wrong, so it can be fixed in code. Never edit the calendar by hand to compensate. Finish here.
.tessl-plugin
skills
check-travel-bookings
drive-engine
drive-planner
drive-planner-recheck
flight-assist
references
nightly-travel-sync
sync-tripit
travel-core