Gitlab Self Hosted
GitLab Server MR workflow via REST API v4. Get MR details, create MRs, assign reviewers, post code review comments, analyze changes. READ + WRITE operations.
Handoff
Preserve and restore cross-session work context via a compact repo-local `.handoff/handoff.md`. Use when the user says: hand off, wrap up, checkpoint, save progress, save where we are, continue later, continue from previous session, resume from handoff, pick up where we left off, what did we leave off, where we left off, read the prior handoff, read prior context, load handoff, load previous cont…
Session Sync
Export Claude Code JSONL sessions to searchable markdown with lifecycle management and optional QMD indexing. Use when users ask to sync, export, browse, resume, search, back up, or annotate Claude Code session history.
Recall
Load context from Claude Code session history. Temporal queries use native JSONL timelines, topic queries use QMD BM25 search, and "recall graph" creates an interactive session-file graph. Use when users say "recall", "what did we work on", "load context about", "remember when we", "prime context", "yesterday", "what was I doing", "last week", "session history", "recall graph", "session graph", o…