Skip to main content
Mega Brain’s session management system allows you to save your work and resume exactly where you left off. This guide covers session workflows, context preservation, and best practices.

Session Overview

Sessions preserve:
  • Current task and status
  • Pending files and processing queue
  • Recent operations and results
  • Important file references
  • User notes and context
Sessions are stored in /logs/LIVE-SESSION/ with both human-readable Markdown and structured JSON formats.

Saving Sessions

Basic Save

System prompts: “What do you want me to save as context?”
User input:
Saved session:

Automatic Saves

The system auto-saves context:
1

After Pipeline Completion

When /process-jarvis completes, session automatically updates with:
  • Source processed
  • Artifacts created
  • Agent enrichment status
2

After DNA Extraction

When /extract-dna completes, session records:
  • DNA quality metrics
  • Number of items per layer
  • Average weight
3

After Conclave

When /conclave completes, session saves:
  • Decision recommendation
  • Confidence score
  • Action items

Resuming Sessions

Basic Resume

Resume with Context

System loads:
  1. Task status - What was being worked on
  2. File references - Exact paths to continue
  3. Pending queue - What’s left to do
  4. User notes - Custom context saved

Session Files

File Locations

CONTEXT.json Structure

Advanced Session Management

Check Session Status

Output:

View Session History

System Briefing

Get complete system status:

Session Workflows

Multi-Day Project

1

Day 1: Ingest Materials

Input: “Ingested 3 Cole Gordon videos. Will process tomorrow.”
2

Day 2: Resume and Process

Input: “Processed 2/3 videos. Third one tomorrow.”
3

Day 3: Complete and Extract DNA

Input: “Completed Cole Gordon processing and DNA extraction. Ready for next expert.”

Interrupted Work

Scenario: Pipeline running, need to stop immediately
Input:
Resume later:

Session Best Practices

Save Frequently

Save after completing each major step:
  • After ingesting batch
  • After processing material
  • After DNA extraction
  • Before/after Conclave

Use Descriptive Notes

Include:
  • What you completed
  • What’s pending
  • Any blockers
  • Context for decisions

Reference File Paths

Always include:
  • Exact file paths
  • Source IDs (CG001, AH002)
  • Artifact locations

Track Dependencies

Note what needs to complete first:
  • Process before extract DNA
  • Get approval before implement
  • Verify before scaling

Troubleshooting Sessions

Issue: Resume shows wrong contextSolution:
Issue: Lost progress (no recent save)Recovery:
Issue: Multiple overlapping sessionsSolution:

Viewing Processing Logs

Different log types for different purposes:
Current session:
Session history:

Next Steps

Start Your First Session

  1. Ingest materials: /ingest [source]
  2. Save session: /save
  3. Resume anytime: /resume
  4. Continue workflow

Process Pipeline

Learn the 5-phase processing workflow

Work with Agents

Query enriched agents after processing