Load Context Bundle Reload previous session context from a context bundle file. Arguments - : Path to the context bundle JSONL file Instructions You are reloading context from a previous agent session to continue work. Step 1: Read Bundle File Read the JSONL bundle file at the path specified in . Each line is a JSON object with one of these formats: Step 2: Analyze Bundle Extract and analyze: 1. All unique file paths accessed 2. Read operations with their parameters 3. User prompts to understand work done Step 3: Deduplicate and Optimize For each unique file, determine optimal read parameters…