npx probe-research # → Your research → Import research work
The wizard is the better door for this, and not only because it has screens. It runs the import in the background, so a large folder does not hold your terminal; it survives a disconnect and resumes after a restart; and it shows you the plan before anything uploads.
Import research work
The picker, the two run modes, and what gets reviewed before it writes.
Existing imports
Watch one, read its result, resume what was interrupted.
--folder is required headless: without it the wizard opens a picker, which needs a TTY.
Both doors share the same file-coverage records and delivery receipts, so completed uploads are reused whichever one you came through — switching between them costs nothing.
References remain references. A file recorded as a pointer to bytes you keep elsewhere is never silently turned into an upload.Sessions import as standalone. Backfill verifies their native session identity and preserves immutable retries, but it does not infer or create links to projects, experiments or runs. Nothing is guessed.
Folder imports either review placement before writing, or use the explicit automatic-approval option — which is never selected for you.File and Git reconstruction drafts are saved for explicit publication review, and refreshing the AI summary is a separate step again. The agent’s reading of your folder is a draft until you say otherwise.
probe backfill /path/to/work --source-id <id> # the folder moved, same destinationprobe backfill /path/to/work --import-changed # review files that changed sinceprobe backfill /path/to/work --import-unverified # review unresolved legacy matches
Rerun to resume. Coverage of current files is reported separately from pending delivery, so “we read everything” and “everything arrived” are never conflated.
A resume delivers the saved plan and the saved file versions. New or changed files are not silently added to that delivery — that is what --import-changed is for. A retry can never quietly widen its own scope.
Imports saved coding-agent histories without touching any folder. The picker detects them independently of which agents you currently have installed.
Protocol-2 transcript imports require a compatible engine, API and tap release. An older combination imports at the earlier protocol rather than failing.
Assistant
Responses are generated using AI and may contain mistakes.