Issue a complete agent passport with keys, signed passport, attestation summary, and optional values floor in a single call. Onboard any agent without npm install.
Save a permanent passport of your synthesized codebase summary for future reference. Does not overwrite an existing passport; enable overwrite to replace it.
Use at session start to get a compact structural overview of an unfamiliar codebase. Returns a plain-English summary if previously saved, otherwise raw metadata and guidance for saving.
Patch a Task Passport by appending constraints, write scope, next actions, and tags without changing lifecycle status. Omitted fields persist; pass clearNextActions to replace stale next actions.
Retrieve a concise summary of the current task passport: status, objective, next actions, and verification, plus gate warnings. Use for a fast lifecycle check without scanning the source cache.
Provides a task passport system for handoff across AI harnesses, enabling users to list, open, create, and checkpoint tasks with stable IDs and verified state.
Pause an active task without finalizing it, preserving verification state so unrelated work can proceed and the task can be resumed later. Use for intentionally deferred work.
Create and activate a Task Passport to start a new phase of work, setting the title, objective, write scope, and constraints so the task gate can protect boundaries.
Close the active Task Passport after verification or explicit status. Use force to accept remaining next actions. Returns non-blocking advisories, not semantic judgements.
Load a token-budgeted task-state summary that surfaces next actions, decisions, and dead ends, with gate warnings when attention is needed. Use at session start to resume work without re-reading code.
Audit the Task Passport for continuity risks and advisory verification evidence, read-only and non-blocking. Use before finalizing, after long gaps, or when drift is suspected.
Export a Task Passport with decisions, dead ends, source conclusions, and optional evidence to a redacted task-bundle JSON for sharing tasks across repos, machines, or agents.
Generate a compact handoff of the current task's objective, constraints, next actions, and verification so another agent or session can resume the work without losing context. Call before switching contexts.
Generate a token-budgeted markdown snapshot of task state, git changes, and query-matched records. Adjust the budget or query to re-read context mid-session.
Find visa and entry options for a traveler based on passport nationality, destination, purpose, and length of stay. Each option includes visa type, required or not, maximum stay, remote work allowance, costs, and processing time.
Make another open Task Passport current by ID; pending tasks resume active, final-verdict tasks re-enter verification. Park or finalize the current task first.
Check visa, entry, and transit requirements for a traveler's passport and destination. Returns official government sources and a plain-language verdict.
Verify that a session's Context Passport chain is intact and unaltered by checking the hash chain integrity. Returns true if no records have been tampered with.