Skip to main content
The Factory integration uses Factory Droid’s project-level hooks and is in preview. Follow Set Up an Agent for shared installation, verification, and troubleshooting steps.

Add Factory

Entire adds lifecycle hooks to .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:
Entire can import existing Factory transcripts from the previous 30 days as read-only checkpoints. See the session resume command reference for flags and additional behavior.