Add Factory
.factory/settings.json and preserves unrelated Factory settings. The hooks capture session boundaries, prompts, completed turns, compaction, and task tool calls. Entire reads the full conversation, file changes, tool calls, and token usage from Factory’s JSONL transcripts.
Subagent Capture
Factory exposes task tool events, and its Workers run as sessions of their own. Entire attributes a Worker’s turn to the parent task invocation instead of minting a separate top-level session, rolls its files and tokens onto the parent session, and materializes its transcript into the parent’s next checkpoint. Entire records a Worker that changed files, along with its transcript and its tokens. Capture keys on those file changes, so a read-only Worker leaves no record.Resume and Import
entire session resume BRANCH restores the recorded session data when needed and prints:
session resume command reference for flags and additional behavior.